21 lines
377 B
TOML
21 lines
377 B
TOML
base_model = "zhipuai/glm-5"
|
|
# Crof's request docs establish no model-specific toggle, effort, or budget.
|
|
# https://crof.ai/docs.md (accessed 2026-06-25)
|
|
reasoning_options = []
|
|
|
|
[interleaved]
|
|
field = "reasoning_content"
|
|
|
|
[cost]
|
|
input = 0.48
|
|
output = 1.9
|
|
cache_read = 0.1
|
|
cache_write = 0
|
|
|
|
[limit]
|
|
context = 202_752
|
|
output = 202_752
|
|
|
|
[provider]
|
|
npm = "@ai-sdk/openai-compatible"
|