{ "$schema": "https://opencode.ai/config.json", "permission": "allow", "mcp": { "context7": { "type": "local", "command": ["npx", "-y", "@upstash/context7-mcp"], "enabled": true }, "sequential-thinking": { "type": "local", "command": ["npx", "@modelcontextprotocol/server-sequential-thinking"], "enabled": true }, }, "provider": { "CleverThis": { "npm": "@ai-sdk/openai-compatible", "options": { "baseURL": "https://bvx6otgvwg2ulrqp.us-east-2.aws.endpoints.huggingface.cloud/v1", "apiKey": "{env:HF_TOKEN}", "headers": { "X-HF-Bill-To": "CleverThis", "Authorization": "Bearer {env:HF_TOKEN}", } }, "models": { "Qwen/Qwen3.6-35B-A3B": { "name": "Qwen 3.6 35b A3B", "limit": { "context": 262144, "output": 65536 } } } }, "CleverThis-1": { "npm": "@ai-sdk/openai-compatible", "options": { "baseURL": "https://uwrztmmzueq75pt6.us-east-1.aws.endpoints.huggingface.cloud/v1", "apiKey": "{env:HF_TOKEN}", "headers": { "X-HF-Bill-To": "CleverThis", "Authorization": "Bearer {env:HF_TOKEN}", } }, "models": { "Qwen/Qwen3-Next-80B-A3B-Instruct": { "name": "Qwen 3-Next 80b A3B Instruct", "limit": { "context": 262144, "output": 65536 } } } }, "CleverThis-2": { "npm": "@ai-sdk/openai-compatible", "options": { "baseURL": "https://obdke8f40n0l00nj.us-east-1.aws.endpoints.huggingface.cloud/v1", "apiKey": "{env:HF_TOKEN}", "headers": { "X-HF-Bill-To": "CleverThis", "Authorization": "Bearer {env:HF_TOKEN}", } }, "models": { "MiniMaxAI/MiniMax-M2.5": { "name": "MiniMax M2.5", "limit": { "context": 196608, "output": 65536 } } } } } }