15 lines
363 B
TOML
15 lines
363 B
TOML
base_model = "zhipuai/glm-5.1"
|
|
|
|
# Auriko's schema accepts reasoning_effort, but its provider support table gives
|
|
# no GLM 5.1 mapping; no meaningful toggle, effort, or budget is documented.
|
|
# https://docs.auriko.ai/guides/extensions-and-thinking
|
|
reasoning_options = []
|
|
|
|
[interleaved]
|
|
field = "reasoning_content"
|
|
|
|
[cost]
|
|
input = 1.4
|
|
output = 4.4
|
|
cache_read = 0.26
|