From 3516993c5fe3fce9fb8af6c0d1247dc3f219eb46 Mon Sep 17 00:00:00 2001 From: Rui Hu Date: Tue, 28 Apr 2026 19:48:16 +0800 Subject: [PATCH] Add cleverthis provider --- opencode.json | 68 ++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 64 insertions(+), 4 deletions(-) diff --git a/opencode.json b/opencode.json index 894cb10..6c26c6a 100644 --- a/opencode.json +++ b/opencode.json @@ -59,17 +59,17 @@ "memory": { "type": "local", "command": ["npx", "@modelcontextprotocol/server-memory"], - "enabled": true + "enabled": false }, "git": { "type": "local", "command": ["uvx", "mcp-server-git", "--repository", "/app"], - "enabled": true + "enabled": false }, "fetch": { "type": "local", "command": ["uvx", "mcp-server-fetch"], - "enabled": true + "enabled": false }, "sequential-thinking": { "type": "local", @@ -79,7 +79,7 @@ "pyright-mcp": { "type": "local", "command": ["npx", "@treedy/pyright-mcp"], - "enabled": true + "enabled": false }, "docker": { "type": "local", @@ -144,6 +144,66 @@ } } } + }, + "cleverthis-qwen3.6-35b-a3b": { + "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-qwen3-next-80b-a3b": { + "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": 196608, + "output": 65536 + }, + } + } + }, + "cleverthis-minimax-m2.5": { + "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 + }, + } + } } } }