8 lines
166 B
TOML
8 lines
166 B
TOML
base_model = "openai/gpt-5.1-codex"
|
|
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
|
|
|
|
[cost]
|
|
input = 1.25
|
|
output = 10
|
|
cache_read = 0.125
|