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:
committed by
GitHub
parent
257686dccc
commit
2d8dc79c06
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user