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

24 lines
518 B
TOML

name = "OpenAI: GPT-5.2"
description = "GPT model for general reasoning, writing, coding, and tool-assisted tasks"
release_date = "2025-12-11"
last_updated = "2026-03-15"
attachment = true
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "xhigh"] }]
reasoning = true
temperature = false
tool_call = true
open_weights = false
[cost]
input = 1.75
output = 14
cache_read = 0.175
[limit]
context = 400000
output = 128000
[modalities]
input = ["image", "pdf", "text"]
output = ["text"]