diff --git a/opencode.json b/opencode.json index 01c9627..cda14e4 100644 --- a/opencode.json +++ b/opencode.json @@ -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" -} +} \ No newline at end of file