Add OVA (ova-debate) as API-based model endpoint for Chatbot Arena#3781
Open
jacobrlutz wants to merge 1 commit intolm-sys:mainfrom
Open
Add OVA (ova-debate) as API-based model endpoint for Chatbot Arena#3781jacobrlutz wants to merge 1 commit intolm-sys:mainfrom
jacobrlutz wants to merge 1 commit intolm-sys:mainfrom
Conversation
OVA is a confidence-adaptive multi-model debate system that orchestrates Claude, GPT, Grok, Gemini, and Perplexity in structured debate rounds before synthesizing a single final answer. The endpoint is fully OpenAI-compatible. Changes: - api_endpoints.json: new ova-debate entry (api_type: openai) - fastchat/model/model_registry.py: new register_model_info entry Endpoint: https://ovamind-production.up.railway.app/api/v1 Docs: https://github.com/OVA-Mind-LLC/ovamind Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add OVA (ova-debate) — API-based meta-model endpoint
What is OVA?
OVA is a confidence-adaptive multi-model debate system. Instead of calling a single LLM, it runs a structured debate across Claude, GPT, Grok, Gemini, and Perplexity, then synthesises a single final answer. The depth of reasoning scales with question difficulty:
OVA is publicly available as an OpenAI-compatible API.
Integration Method
Method 1 — third-party self-hosted API
The endpoint is fully OpenAI-compatible (
api_type: "openai"), so no custom code is needed inapi_provider.py.Files changed
api_endpoints.json— new entry forova-debatefastchat/model/model_registry.py— newregister_model_infocallEndpoint details
api_basehttps://ovamind-production.up.railway.app/api/v1model_nameova-debateapi_typeopenaitemperaturetext-arenavision-arenaThe API key will be shared privately with the Arena team — please reach out and we will send it directly.
Availability commitment
The endpoint is hosted on Railway (persistent, no sleep/spin-down). OVA commits to keeping the endpoint live for a minimum of 90 days from Arena listing, with advance notice of any planned deprecation.
Latency note
OVA's 3-round fast path targets sub-30 seconds for typical queries (4096 token cap when called via the arena key). We are aware this is slower than single-model systems and believe the quality improvement from multi-agent debate justifies the latency.
Contact