12 lines
178 B
TOML
12 lines
178 B
TOML
base_model = "openai/gpt-5-codex"
|
|
attachment = true
|
|
|
|
[[reasoning_options]]
|
|
type = "effort"
|
|
values = ["low", "medium", "high"]
|
|
|
|
[cost]
|
|
input = 1.25
|
|
output = 10
|
|
cache_read = 0.125
|