chore(sync): update EmpirioLabs AI model catalog (#5023)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
eec220ab56
commit
253dc360bb
@@ -2,18 +2,10 @@ base_model = "google/gemma-4-26b-a4b-it"
|
||||
name = "Gemma 4 26B-A4B"
|
||||
last_updated = "2026-06-12"
|
||||
|
||||
[[reasoning_options]]
|
||||
type = "toggle"
|
||||
|
||||
[[reasoning_options]]
|
||||
type = "effort"
|
||||
values = ["none", "low", "medium", "high", "max"]
|
||||
|
||||
[[reasoning_options]]
|
||||
type = "budget_tokens"
|
||||
min = 128
|
||||
max = 32_768
|
||||
|
||||
[cost]
|
||||
input = 0.05
|
||||
output = 0.29
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
base_model = "zhipuai/glm-5.3"
|
||||
name = "GLM 5.3"
|
||||
|
||||
[[reasoning_options]]
|
||||
type = "effort"
|
||||
values = ["low", "high", "max"]
|
||||
|
||||
[cost]
|
||||
input = 1.4
|
||||
output = 4.4
|
||||
cache_read = 1.4
|
||||
Reference in New Issue
Block a user