17 lines
327 B
TOML
17 lines
327 B
TOML
base_model = "zhipuai/glm-4.7-flash"
|
|
# Crof's request docs establish no model-specific toggle, effort, or budget.
|
|
# https://crof.ai/docs.md (accessed 2026-06-25)
|
|
reasoning_options = []
|
|
|
|
[cost]
|
|
input = 0.04
|
|
output = 0.3
|
|
cache_read = 0.008
|
|
cache_write = 0
|
|
|
|
[limit]
|
|
context = 202_752
|
|
|
|
[provider]
|
|
npm = "@ai-sdk/openai-compatible"
|