62 lines
2.1 KiB
JSON
62 lines
2.1 KiB
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"plugin": [
|
|
"opencode-openai-codex-auth",
|
|
"superpowers@git+https://github.com/obra/superpowers.git"
|
|
],
|
|
"provider": {
|
|
"zuccaro": {
|
|
"npm": "@ai-sdk/openai-compatible",
|
|
"name": "Zuccaro AI",
|
|
"options": {
|
|
"baseURL": "https://ai.zuccaro.me/api"
|
|
},
|
|
"models": {
|
|
"DeepSeek-V4-Flash-0731": {
|
|
"name": "DeepSeek-V4-Flash-0731",
|
|
"limit": { "context": 768000, "output": 384000 },
|
|
"cost": { "input": 0.44, "output": 1.32, "cache_read": 0.0028 },
|
|
"reasoning": true,
|
|
"interleaved": { "field": "reasoning_content" },
|
|
"variants": {
|
|
"max": { "reasoningEffort": "max" },
|
|
"high": { "reasoningEffort": "high" },
|
|
"low": { "reasoningEffort": "low" },
|
|
"none": { "reasoningEffort": "none" }
|
|
}
|
|
},
|
|
"DeepSeek-V4-Flash-0731-Abliterated": {
|
|
"name": "DeepSeek-V4-Flash-0731-Abliterated",
|
|
"limit": { "context": 768000, "output": 384000 },
|
|
"reasoning": true,
|
|
"interleaved": { "field": "reasoning_content" },
|
|
"variants": {
|
|
"max": { "reasoningEffort": "max" },
|
|
"high": { "reasoningEffort": "high" },
|
|
"low": { "reasoningEffort": "low" },
|
|
"no-thinking": { "reasoningEffort": "none" }
|
|
}
|
|
},
|
|
"Qwen3.8-27B-NVFP4": {
|
|
"name": "Qwen3.8-27B-NVFP4",
|
|
"limit": { "context": 163840, "output": 32768 },
|
|
"reasoning": true,
|
|
"interleaved": { "field": "reasoning_content" },
|
|
"variants": {
|
|
"xhigh": { "reasoningEffort": "xhigh" },
|
|
"medium": { "reasoningEffort": "medium" },
|
|
"low": { "reasoningEffort": "low" },
|
|
"no-thinking": { "reasoningEffort": "none" }
|
|
}
|
|
},
|
|
"Qwen3-4B-Instruct-2507-GGUF-Q4_K_XL": {
|
|
"limit": { "context": 32768, "output": 32768 },
|
|
"name": "Qwen3-4b"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"model": "zuccaro/DeepSeek-V4-Flash-0731",
|
|
"small_model": "zuccaro/Qwen3.8-27B-NVFP4"
|
|
}
|