Files
2026-07-13 12:28:55 +08:00

21 lines
380 B
TOML

base_model = "zhipuai/glm-4.7"
# 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.25
output = 1.1
cache_read = 0.05
cache_write = 0
[limit]
context = 202_752
output = 202_752
[provider]
npm = "@ai-sdk/openai-compatible"