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

20 lines
455 B
TOML

# Live /models (2026-06-25): none|minimal|low|medium|high; no dedicated reasoning budget.
# https://api.venice.ai/api/v1/models?type=text (accessed 2026-06-25)
base_model = "openai/gpt-5.3-codex"
family = "gpt"
release_date = "2026-02-24"
last_updated = "2026-06-11"
[[reasoning_options]]
type = "effort"
values = ["none", "minimal", "low", "medium", "high"]
[cost]
input = 2.19
output = 17.5
cache_read = 0.219
[modalities]
input = ["text", "image"]