Update opencode.json

This commit is contained in:
2026-09-04 08:11:26 -06:00
parent 35e1a1e3bf
commit 74ab03a048
+7 -19
View File
@@ -12,9 +12,9 @@
"baseURL": "https://ai.zuccaro.me/api"
},
"models": {
"DeepSeek-V4-Flash-0731": {
"name": "DeepSeek-V4-Flash-0731",
"limit": { "context": 768000, "output": 384000 },
"DeepSeek-V4-Flash-Vision-Exp": {
"name": "DeepSeek-V4-Flash-Vision-Exp",
"limit": { "context": 524288, "output": 384000 },
"cost": { "input": 0.44, "output": 1.32, "cache_read": 0.0028 },
"reasoning": true,
"interleaved": { "field": "reasoning_content" },
@@ -25,18 +25,6 @@
"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 },
@@ -52,7 +40,7 @@
"GLM-5.3-Flash": {
"name": "GLM-5.3-Flash",
"limit": { "context": 524288, "output": 131072 },
"cost": { "input": 0.15, "output": 0.50, "cache_read": 0.03 },
"cost": { "input": 0.15, "output": 0.5, "cache_read": 0.03 },
"reasoning": true,
"interleaved": { "field": "reasoning_content" },
"modalities": { "input": ["text", "image"], "output": ["text"] },
@@ -72,12 +60,12 @@
}
},
"Qwen3-4B-Instruct-2507-GGUF-Q4_K_XL": {
"limit": { "context": 32768, "output": 32768 },
"name": "Qwen3-4b"
"name": "Qwen3-4b",
"limit": { "context": 32768, "output": 32768 }
}
}
}
},
"model": "zuccaro/Blackwell-Auto",
"small_model": "zuccaro/Qwen3.8-27B-NVFP4"
}
}