22 lines
449 B
TOML
22 lines
449 B
TOML
name = "GPT-5.2 Pro"
|
|
description = "Higher-accuracy GPT-5.2 variant for tougher reasoning and review workflows"
|
|
family = "gpt-pro"
|
|
release_date = "2025-12-11"
|
|
last_updated = "2025-12-11"
|
|
attachment = true
|
|
reasoning = true
|
|
temperature = false
|
|
tool_call = true
|
|
structured_output = false
|
|
knowledge = "2025-08-31"
|
|
open_weights = false
|
|
|
|
[limit]
|
|
context = 400_000
|
|
input = 272_000
|
|
output = 128_000
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"]
|