15 lines
320 B
TOML
15 lines
320 B
TOML
base_model = "minimax/MiniMax-M2.5"
|
|
# Crof's request docs establish no model-specific toggle, effort, or budget.
|
|
# https://crof.ai/docs.md (accessed 2026-06-25)
|
|
reasoning = true
|
|
reasoning_options = []
|
|
|
|
[cost]
|
|
input = 0.11
|
|
output = 0.95
|
|
cache_read = 0.02
|
|
cache_write = 0.375
|
|
|
|
[provider]
|
|
npm = "@ai-sdk/openai-compatible"
|