uploaded OpenCode and Claude-Code Router configs
This commit is contained in:
69
opencode.json
Normal file
69
opencode.json
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"provider": {
|
||||
"nanogpt": {
|
||||
"name": "nanogpt",
|
||||
"npm": "@ai-sdk/openai-compatible",
|
||||
"options": {
|
||||
"baseURL": "https://nano-gpt.com/api/v1",
|
||||
"stream": true,
|
||||
"apiKey": "{env:NANOGPT_API_KEY}"
|
||||
},
|
||||
"models": {
|
||||
"xiaomi/mimo-v2-flash": {
|
||||
"id": "xiaomi/mimo-v2-flash"
|
||||
},
|
||||
"zai-org/glm-4.7": {
|
||||
"id": "zai-org/glm-4.7"
|
||||
},
|
||||
"zai-org/glm-4.7:thinking": {
|
||||
"id": "zai-org/glm-4.7:thinking"
|
||||
},
|
||||
"zai-org/GLM-4.5-Air": {
|
||||
"id": "zai-org/GLM-4.5-Air"
|
||||
},
|
||||
"Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8": {
|
||||
"id": "Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8"
|
||||
},
|
||||
"Qwen/Qwen3-Next-80B-A3B-Instruct": {
|
||||
"id": "Qwen/Qwen3-Next-80B-A3B-Instruct"
|
||||
},
|
||||
"Qwen/Qwen3-VL-235B-A22B-Instruct": {
|
||||
"id": "Qwen/Qwen3-VL-235B-A22B-Instruct"
|
||||
},
|
||||
"minimax/minimax-m2.1": {
|
||||
"id": "minimax/minimax-m2.1"
|
||||
},
|
||||
"zai-org/glm-4.7-flash": {
|
||||
"id": "zai-org/glm-4.7-flash"
|
||||
},
|
||||
"zai-org/glm-4.7-flash:thinking": {
|
||||
"id": "zai-org/glm-4.7-flash:thinking"
|
||||
}
|
||||
}
|
||||
},
|
||||
"litellm": {
|
||||
"name": "litellm",
|
||||
"npm": "@ai-sdk/openai-compatible",
|
||||
"options": {
|
||||
"baseURL": "https://litellm.navraj.me/v1",
|
||||
"apiKey": "{env:LITELLM_MASTER_KEY}"
|
||||
},
|
||||
"models": {
|
||||
"deepseek/deepseek-v3.2": {
|
||||
"id": "deepseek/deepseek-v3.2"
|
||||
},
|
||||
"deepseek/deepseek-v3.2:thinking": {
|
||||
"id": "deepseek/deepseek-v3.2:thinking"
|
||||
},
|
||||
"moonshotai/Kimi-K2-Instruct-0905": {
|
||||
"id": "moonshotai/Kimi-K2-Instruct-0905"
|
||||
},
|
||||
"moonshotai/kimi-k2-thinking": {
|
||||
"id": "moonshotai/kimi-k2-thinking"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"plugin": ["oh-my-opencode"]
|
||||
}
|
||||
Reference in New Issue
Block a user