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

17 lines
426 B
TOML

base_model = "deepseek/deepseek-v4-pro"
# Cortecs Chat maps `reasoning_effort = low|medium|high`; no budget is exposed.
# https://api.cortecs.ai/v1/models (accessed 2026-06-25)
base_model_omit = ["structured_output"]
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
[interleaved]
field = "reasoning_content"
[cost]
input = 1.553
output = 3.106
cache_read = 0.003625
[limit]
context = 1_048_576