{ "sources": { "openai": { "base_url": "https://api.openai.com/v1", "auth_token": "{apikey}", "api_type": "openai", "models": ["gpt-5.5", "gpt-5.4-mini"] }, "kimi": { "base_url": "https://api.kimi.com/coding", "auth_token": "{apikey}", "api_type": "anthropic", "models": ["K2.5", "K2.6"] }, "qwen-coding": { "base_url": "https://coding.dashscope.aliyuncs.com/apps/anthropic", "auth_token": "{apikey}", "api_type": "anthropic", "models": ["qwen3-coder-plus"] } },
"routing": { "MODEL": [ { "source": "kimi", "model": "K2.6", "weight": 60 }, { "source": "openai", "model": "gpt-5.5", "weight": 40 } ], "SMALL_FAST_MODEL": [ { "source": "qwen-coding", "model": "qwen3-coder-plus", "weight": 50 }, { "source": "kimi", "model": "K2.5", "weight": 50 } ] } }
|