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

17 lines
297 B
TOML

base_model = "deepseek/deepseek-v4-flash"
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high"] }]
[interleaved]
field = "reasoning_content"
[cost]
input = 0.12
output = 0.21
cache_read = 0.003
[limit]
output = 131_072
[provider]
npm = "@ai-sdk/openai-compatible"