Files
2026-07-13 12:28:55 +08:00

14 lines
211 B
TOML

base_model = "openai/gpt-5.2-codex"
[[reasoning_options]]
type = "effort"
values = ["low", "medium", "high", "xhigh"]
[cost]
input = 1.75
output = 14
cache_read = 0.175
[modalities]
input = ["text", "image"]