15 lines
224 B
TOML
15 lines
224 B
TOML
base_model = "openai/gpt-5.3-codex"
|
|
|
|
[interleaved]
|
|
field = "reasoning_content"
|
|
|
|
[[reasoning_options]]
|
|
type = "effort"
|
|
values = ["low", "medium", "high"]
|
|
|
|
[cost]
|
|
input = 1.75
|
|
output = 14
|
|
cache_read = 0.175
|
|
cache_write = 1.75
|