19 lines
319 B
TOML
19 lines
319 B
TOML
base_model = "zhipuai/glm-5.1"
|
|
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high"] }]
|
|
|
|
[interleaved]
|
|
field = "reasoning_content"
|
|
|
|
[cost]
|
|
input = 0.45
|
|
output = 2.15
|
|
cache_read = 0.08
|
|
cache_write = 0
|
|
|
|
[limit]
|
|
context = 202_752
|
|
output = 202_752
|
|
|
|
[provider]
|
|
npm = "@ai-sdk/openai-compatible"
|