Add cleverthis provider

This commit is contained in:
2026-04-28 19:48:16 +08:00
parent 5a933f1eb4
commit 3516993c5f
+64 -4
View File
@@ -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
},
}
}
}
}
}