chore(sync): update Ofox model catalog (#4821)

Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
This commit is contained in:
opencode-agent[bot]
2026-08-16 10:24:50 +00:00
committed by GitHub
parent 257686dccc
commit 2d8dc79c06
3 changed files with 21 additions and 12 deletions
@@ -3,12 +3,15 @@
# Toggle: thinking.type = enabled|disabled
# Effort: reasoning_effort = high|max (Pro; lab maps low/medium→high)
base_model = "deepseek/deepseek-v4-pro-0813"
reasoning_options = [
{ type = "toggle" },
{ type = "effort", values = ["high", "max"] },
]
[[reasoning_options]]
type = "toggle"
[[reasoning_options]]
type = "effort"
values = ["high", "max"]
[cost]
input = 0.45
output = 0.88
cache_read = 0.0037
input = 1.32
output = 3.96
cache_read = 0.044
@@ -1,7 +1,13 @@
base_model = "deepseek/deepseek-v4-pro"
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["high", "max"] }]
[[reasoning_options]]
type = "toggle"
[[reasoning_options]]
type = "effort"
values = ["high", "max"]
[cost]
input = 0.45
output = 0.88
cache_read = 0.0037
input = 1.32
output = 3.96
cache_read = 0.044
@@ -13,7 +13,7 @@ values = ["minimal", "low", "medium", "high"]
input = 1.5
output = 9
cache_read = 0.15
cache_write = 0.83
cache_write = 0.083
input_audio = 3
[provider]