providers-config.json
Discovery URL: https://ccs.the1studio.org/providers
Providers
Section titled “Providers”codex — disabled (remote-proxy)
Section titled “codex — disabled (remote-proxy)”Endpoint: https://ccs.the1studio.org/api/provider/codex
| Model | Enabled | Tier | Context window |
|---|---|---|---|
gpt-5.1 | no | premium | 128000 |
o3 | no | premium | 200000 |
kimi — enabled (remote-proxy)
Section titled “kimi — enabled (remote-proxy)”Endpoint: https://ccs.the1studio.org/api/provider/kimi
| Model | Enabled | Tier | Context window |
|---|---|---|---|
gpt-5.4 | no | standard | 128000 |
gpt-5.4-mini | yes | standard | 128000 |
gpt-5.5 | no | premium | 128000 |
kimi-k2 | no | budget | 128000 |
kimi-k2-thinking | no | standard | 256000 |
kimi-k2.5 | no | standard | 256000 |
kimi-k2.6 | yes | premium | 256000 |
opencode-go — enabled (remote-hosted)
Section titled “opencode-go — enabled (remote-hosted)”Endpoint: https://oc-go-cc.the1studio.org
| Model | Enabled | Tier | Context window |
|---|---|---|---|
deepseek-v4-flash | no | budget | 128000 |
deepseek-v4-pro | no | standard | 128000 |
glm-5 | no | standard | 200000 |
glm-5.1 | yes | premium | 200000 |
kimi-k2.5 | no | standard | 256000 |
kimi-k2.6 | no | standard | 256000 |
mimo-v2-omni | no | budget | 256000 |
mimo-v2-pro | no | standard | 128000 |
minimax-m2.5 | no | budget | 1000000 |
minimax-m2.7 | no | standard | 1000000 |
qwen3.5-plus | no | budget | 128000 |
qwen3.6-plus | no | budget | 128000 |
qwen3.7-max | yes | standard | 128000 |
Raw JSON (ground truth)
{ "_comment": "Real-catalog config. Originally 12 oc-go + 4 kimi models verified 2026-05-25. POLICY 2026-05-28 (kit-owner whitelist): only the newest model per family is shipped enabled — glm-5.1 (premium quality), kimi-k2.6 (premium quality, kimi-direct only — opencode-go duplicate disabled to avoid path drift), qwen3.7-max (standard tier, fast+cheap). Everything else is disabled by default. Server has respect_requested_model: true; the .model field in responses is unreliable (upstream-naming quirks: minimax echoes as \"MiniMax-M2.7\"; deepseek may echo as another name) — the router log is the source of truth, NOT the response.model. Consumers can re-enable any disabled model locally but the shipped default is the whitelist.", "auth": "gh-token", "capabilityPipes": { "_comment": "Ordered preference for capability-gated selection, consumed by mr-task-interceptor.cjs pickFromCandidates(): when a task requires a capability listed here, ENABLED candidates are sorted by their index in that pipe (models not listed fall back to the tier/quality rules; disabled models are simply never candidates). vision pipe = value-first order from the empirical benchmark 2026-06-01 (all 4 scored 3/3 correct; cheap+diverse-upstream first). Shipped-enabled vision models are gpt-5.4-mini + kimi-k2.6; gpt-5.4/gpt-5.5 are listed for when consumers enable them. glm-5.1 deliberately excluded (0/3, confabulates).", "vision": [ "gpt-5.4-mini", "kimi-k2.6", "gpt-5.4", "gpt-5.5" ] }, "discoveryUrl": "https://ccs.the1studio.org/providers", "providers": { "codex": { "_disabled_reason": "Upstream auth dead — see #44. All OpenAI-owned models (gpt-5.x, codex-auto-review) return 502. Stays in the config for explicit --provider codex callers (aliveness probe surfaces the failure cleanly); the rule-based selector skips it.", "auth": "gh-token", "enabled": false, "endpoint": "https://ccs.the1studio.org/api/provider/codex", "models": { "gpt-5.1": { "capabilities": [ "text", "reasoning", "tool-use" ], "context_window": 128000, "enabled": false, "tier": "premium" }, "o3": { "capabilities": [ "text", "reasoning", "tool-use" ], "context_window": 200000, "enabled": false, "tier": "premium" } }, "type": "remote-proxy" }, "kimi": { "_comment": "Direct Moonshot route via CCS. Adds two Kimi variants that oc-go-cc does NOT honor (kimi-k2-thinking, kimi-k2) — those silently fall back to kimi-k2.6 if requested via oc-go-cc. Use this route to access the actual reasoning-tuned variant. ALSO serves OpenAI vision models (gpt-5.4-mini/gpt-5.4/gpt-5.5) via the CCS unified catalog — CLIProxy routes by model name, not path — verified working + 3/3 on the vision benchmark 2026-06-01, even though the dedicated codex endpoint is down (#44). Only text+vision verified on this route (reasoning/tool-use untested → not tagged). Per the one-per-family whitelist, only gpt-5.4-mini ships enabled (benchmarked vision primary: cheap + 3/3); gpt-5.4/gpt-5.5 are disabled fallbacks consumers can enable.", "auth": "gh-token", "enabled": true, "endpoint": "https://ccs.the1studio.org/api/provider/kimi", "models": { "gpt-5.4": { "_comment": "OpenAI via CCS. Vision benchmark 2026-06-01: 3/3, fastest (~2.6s). Disabled per one-per-family whitelist; enable for a faster vision primary.", "capabilities": [ "text", "vision" ], "context_window": 128000, "enabled": false, "tier": "standard" }, "gpt-5.4-mini": { "_comment": "OpenAI model via CCS unified catalog. Vision benchmark 2026-06-01: 3/3 correct, clean output, ~4.8s — vision-pipe primary. tier=standard so it does NOT win plain-text routing over budget models.", "capabilities": [ "text", "vision" ], "context_window": 128000, "enabled": true, "tier": "standard" }, "gpt-5.5": { "_comment": "OpenAI flagship via CCS. Vision benchmark 2026-06-01: 3/3 (~3.6s). Disabled per whitelist; enable for highest-quality vision fallback.", "capabilities": [ "text", "vision" ], "context_window": 128000, "enabled": false, "tier": "premium" }, "kimi-k2": { "capabilities": [ "text", "tool-use" ], "context_window": 128000, "enabled": false, "tier": "budget" }, "kimi-k2-thinking": { "capabilities": [ "text", "reasoning", "tool-use" ], "context_window": 256000, "enabled": false, "tier": "standard" }, "kimi-k2.5": { "capabilities": [ "text", "tool-use" ], "context_window": 256000, "enabled": false, "tier": "standard" }, "kimi-k2.6": { "capabilities": [ "text", "reasoning", "vision", "tool-use" ], "context_window": 256000, "enabled": true, "tier": "premium" } }, "type": "remote-proxy" }, "opencode-go": { "_comment": "Empirically verified catalog (2026-05-25 truth-test): only model names where .model in the response equals the requested name are listed. Every other name silently falls back to kimi-k2.6 (proxy behavior) or another default — listing them would be a lie.", "auth": "gh-token", "enabled": true, "endpoint": "https://oc-go-cc.the1studio.org", "models": { "deepseek-v4-flash": { "capabilities": [ "text", "reasoning", "tool-use" ], "context_window": 128000, "enabled": false, "tier": "budget" }, "deepseek-v4-pro": { "capabilities": [ "text", "reasoning", "tool-use" ], "context_window": 128000, "enabled": false, "tier": "standard" }, "glm-5": { "capabilities": [ "text", "long-context", "tool-use" ], "context_window": 200000, "enabled": false, "tier": "standard" }, "glm-5.1": { "_comment": "vision tag removed 2026-06-01: scored 0/3 on an empirical vision benchmark (color/spatial/OCR) via oc-go-cc, returning confident WRONG answers (blue->'Brown', 'VK749'->'Curlingus') and 18.4s latency. The 2026-05-25 research only checked 'returned a color word', not correctness. Route vision via capabilityPipes.vision instead.", "capabilities": [ "text", "reasoning", "long-context", "tool-use" ], "context_window": 200000, "enabled": true, "tier": "premium" }, "kimi-k2.5": { "capabilities": [ "text", "tool-use" ], "context_window": 256000, "enabled": false, "tier": "standard" }, "kimi-k2.6": { "capabilities": [ "text", "reasoning", "vision", "tool-use" ], "context_window": 256000, "enabled": false, "tier": "standard" }, "mimo-v2-omni": { "capabilities": [ "text", "tool-use" ], "context_window": 256000, "enabled": false, "tier": "budget" }, "mimo-v2-pro": { "capabilities": [ "text", "tool-use" ], "context_window": 128000, "enabled": false, "tier": "standard" }, "minimax-m2.5": { "capabilities": [ "text", "long-context" ], "context_window": 1000000, "enabled": false, "tier": "budget" }, "minimax-m2.7": { "capabilities": [ "text", "long-context" ], "context_window": 1000000, "enabled": false, "tier": "standard" }, "qwen3.5-plus": { "capabilities": [ "text" ], "context_window": 128000, "enabled": false, "tier": "budget" }, "qwen3.6-plus": { "capabilities": [ "text", "tool-use" ], "context_window": 128000, "enabled": false, "tier": "budget" }, "qwen3.7-max": { "_comment": "Added 2026-05-28 from kit-owner-supplied oc-go catalog. Caps + tier conservative — verify by querying oc-go-cc /models or via a smoke delegation.", "capabilities": [ "text", "tool-use" ], "context_window": 128000, "enabled": true, "tier": "standard" } }, "type": "remote-hosted" } }}