Update opencode.json
This commit is contained in:
+7
-19
@@ -12,9 +12,9 @@
|
|||||||
"baseURL": "https://ai.zuccaro.me/api"
|
"baseURL": "https://ai.zuccaro.me/api"
|
||||||
},
|
},
|
||||||
"models": {
|
"models": {
|
||||||
"DeepSeek-V4-Flash-0731": {
|
"DeepSeek-V4-Flash-Vision-Exp": {
|
||||||
"name": "DeepSeek-V4-Flash-0731",
|
"name": "DeepSeek-V4-Flash-Vision-Exp",
|
||||||
"limit": { "context": 768000, "output": 384000 },
|
"limit": { "context": 524288, "output": 384000 },
|
||||||
"cost": { "input": 0.44, "output": 1.32, "cache_read": 0.0028 },
|
"cost": { "input": 0.44, "output": 1.32, "cache_read": 0.0028 },
|
||||||
"reasoning": true,
|
"reasoning": true,
|
||||||
"interleaved": { "field": "reasoning_content" },
|
"interleaved": { "field": "reasoning_content" },
|
||||||
@@ -25,18 +25,6 @@
|
|||||||
"none": { "reasoningEffort": "none" }
|
"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": {
|
"Qwen3.8-27B-NVFP4": {
|
||||||
"name": "Qwen3.8-27B-NVFP4",
|
"name": "Qwen3.8-27B-NVFP4",
|
||||||
"limit": { "context": 163840, "output": 32768 },
|
"limit": { "context": 163840, "output": 32768 },
|
||||||
@@ -52,7 +40,7 @@
|
|||||||
"GLM-5.3-Flash": {
|
"GLM-5.3-Flash": {
|
||||||
"name": "GLM-5.3-Flash",
|
"name": "GLM-5.3-Flash",
|
||||||
"limit": { "context": 524288, "output": 131072 },
|
"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,
|
"reasoning": true,
|
||||||
"interleaved": { "field": "reasoning_content" },
|
"interleaved": { "field": "reasoning_content" },
|
||||||
"modalities": { "input": ["text", "image"], "output": ["text"] },
|
"modalities": { "input": ["text", "image"], "output": ["text"] },
|
||||||
@@ -72,12 +60,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Qwen3-4B-Instruct-2507-GGUF-Q4_K_XL": {
|
"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",
|
"model": "zuccaro/Blackwell-Auto",
|
||||||
"small_model": "zuccaro/Qwen3.8-27B-NVFP4"
|
"small_model": "zuccaro/Qwen3.8-27B-NVFP4"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user