14 lines
228 B
TOML
14 lines
228 B
TOML
base_model = "openai/gpt-5.3-codex"
|
|
name = "GPT 5.3 Codex"
|
|
family = "gpt"
|
|
temperature = true
|
|
|
|
[[reasoning_options]]
|
|
type = "effort"
|
|
values = ["low", "medium", "high", "xhigh"]
|
|
|
|
[cost]
|
|
input = 1.75
|
|
output = 14
|
|
cache_read = 0.175
|