{ "id": "chutes", "activation": { "onStartup": false }, "enabledByDefault": true, "providers": ["chutes"], "providerEndpoints": [ { "endpointClass": "chutes-native", "hosts": ["llm.chutes.ai"] } ], "providerRequest": { "providers": { "chutes": { "family": "chutes" } } }, "setup": { "providers": [ { "id": "chutes", "envVars": ["CHUTES_API_KEY", "CHUTES_OAUTH_TOKEN"] } ] }, "providerAuthChoices": [ { "provider": "chutes", "method": "oauth", "choiceId": "chutes", "appGuidedAuth": "oauth", "choiceLabel": "Chutes (OAuth)", "choiceHint": "Browser sign-in", "groupId": "chutes", "groupLabel": "Chutes", "groupHint": "OAuth + API key" }, { "provider": "chutes", "method": "api-key", "choiceId": "chutes-api-key", "appGuidedSecret": true, "choiceLabel": "Chutes API key", "choiceHint": "Open-source models including Llama, DeepSeek, and more", "groupId": "chutes", "groupLabel": "Chutes", "groupHint": "OAuth + API key", "optionKey": "chutesApiKey", "cliFlag": "--chutes-api-key", "cliOption": "--chutes-api-key ", "cliDescription": "Chutes API key" } ], "configSchema": { "type": "object", "additionalProperties": false, "properties": {} }, "modelCatalog": { "providers": { "chutes": { "baseUrl": "https://llm.chutes.ai/v1", "api": "openai-completions", "defaultModel": "zai-org/GLM-5.2-TEE", "models": [ { "id": "deepseek-ai/DeepSeek-V3.2-TEE", "name": "deepseek-ai/DeepSeek-V3.2-TEE", "reasoning": true, "input": ["text"], "contextWindow": 131072, "maxTokens": 65536, "cost": { "input": 1, "output": 1, "cacheRead": 0.5, "cacheWrite": 0 } }, { "id": "moonshotai/Kimi-K2.6-TEE", "name": "moonshotai/Kimi-K2.6-TEE", "reasoning": true, "input": ["text", "image"], "contextWindow": 262144, "maxTokens": 65535, "cost": { "input": 0.66, "output": 3.5, "cacheRead": 0.33, "cacheWrite": 0 } }, { "id": "moonshotai/Kimi-K2.5-TEE", "name": "moonshotai/Kimi-K2.5-TEE", "reasoning": true, "input": ["text", "image"], "contextWindow": 262144, "maxTokens": 65535, "cost": { "input": 0.44, "output": 2, "cacheRead": 0.22, "cacheWrite": 0 }, "status": "deprecated", "replacedBy": "moonshotai/Kimi-K2.6-TEE" }, { "id": "zai-org/GLM-5.2-TEE", "name": "zai-org/GLM-5.2-TEE", "reasoning": true, "input": ["text"], "contextWindow": 1048576, "maxTokens": 65535, "cost": { "input": 1.25, "output": 3.95, "cacheRead": 0.625, "cacheWrite": 0 } }, { "id": "MiniMaxAI/MiniMax-M2.5-TEE", "name": "MiniMaxAI/MiniMax-M2.5-TEE", "reasoning": true, "input": ["text"], "contextWindow": 196608, "maxTokens": 65536, "cost": { "input": 0.15, "output": 1.2, "cacheRead": 0.075, "cacheWrite": 0 } }, { "id": "Qwen/Qwen3.6-27B-TEE", "name": "Qwen/Qwen3.6-27B-TEE", "reasoning": true, "input": ["text", "image"], "contextWindow": 262144, "maxTokens": 65536, "cost": { "input": 0.3, "output": 2, "cacheRead": 0.15, "cacheWrite": 0 } }, { "id": "Qwen/Qwen3.5-397B-A17B-TEE", "name": "Qwen/Qwen3.5-397B-A17B-TEE", "reasoning": true, "input": ["text", "image"], "contextWindow": 262144, "maxTokens": 65536, "cost": { "input": 0.45, "output": 3, "cacheRead": 0.225, "cacheWrite": 0 }, "status": "deprecated", "replacedBy": "Qwen/Qwen3.6-27B-TEE" } ] } }, "discovery": { "chutes": "refreshable" } } }