15 lines
376 B
TOML
15 lines
376 B
TOML
base_model = "openai/gpt-5.4"
|
|
# 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 = ["limit.input"]
|
|
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
|
|
|
|
[cost]
|
|
input = 3
|
|
output = 16.13
|
|
cache_read = 0.25
|
|
|
|
[limit]
|
|
context = 1_050_000
|
|
output = 128_000
|