23 lines
559 B
TOML
23 lines
559 B
TOML
base_model = "openai/gpt-5.6-sol"
|
|
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "xhigh", "max"] }]
|
|
|
|
[cost]
|
|
input = 5.00
|
|
output = 30.00
|
|
cache_read = 0.50
|
|
cache_write = 6.25
|
|
|
|
[[cost.tiers]]
|
|
tier = { size = 272_000 }
|
|
input = 10.00
|
|
output = 45.00
|
|
cache_read = 1.00
|
|
cache_write = 12.50
|
|
|
|
[experimental.modes.fast]
|
|
cost = { input = 10.00, output = 60.00, cache_read = 1.00, cache_write = 12.50 }
|
|
provider = { body = { service_tier = "priority" } }
|
|
|
|
[experimental.modes.pro]
|
|
provider = { body = { reasoning = { mode = "pro" } } }
|