7 lines
147 B
TOML
7 lines
147 B
TOML
base_model = "openai/gpt-5.3-codex"
|
|
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
|
|
|
|
[cost]
|
|
input = 1.75
|
|
output = 14
|