10 lines
238 B
TOML
10 lines
238 B
TOML
base_model = "openai/gpt-5.2"
|
|
base_model_omit = ["limit.input"]
|
|
|
|
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "max"] }, { type = "budget_tokens" }]
|
|
|
|
[cost]
|
|
input = 1.75
|
|
output = 14
|
|
cache_read = 0.175
|