{ "models": [ { "id": "m-alpha", "object": "model", "owned_by": "openai", "context_length": 128000, "max_output_tokens": 4096, "input_modalities": ["text", "image"], "output_modalities": ["text"], "capabilities": { "tool_calling": true, "reasoning": true } }, { "id": "m-beta", "object": "model", "owned_by": "openai", "context_length": 64000, "max_output_tokens": 2048, "input_modalities": ["text"], "output_modalities": ["text"], "capabilities": { "tool_calling": false, "thinking": true, "temperature": false } }, { "id": "cc/m-gamma", "object": "model", "owned_by": "anthropic", "context_length": 200000, "max_output_tokens": 32000, "input_modalities": ["text", "image", "pdf"], "output_modalities": ["text"], "capabilities": { "tool_calling": true, "reasoning": true, "vision": true } }, { "id": "local-delta", "object": "model", "context_length": 32768, "capabilities": { "effort_tiers": ["low", "high"] } }, { "id": "good-combo", "object": "model", "owned_by": "omniroute", "context_length": 100000, "max_output_tokens": 8000, "capabilities": { "tool_calling": true } } ], "combos": [ { "id": "combo-fast", "name": "Combo Fast", "strategy": "priority", "models": [ { "kind": "model", "model": "m-alpha" }, { "kind": "model", "model": "cc/m-gamma" } ] }, { "id": "good-combo", "name": "Good Combo", "strategy": "priority", "models": [ { "kind": "model", "model": "m-beta" }, { "kind": "model", "model": "local-delta" } ] } ] }