29 lines
610 B
TOML
29 lines
610 B
TOML
name = "GPT-5.2"
|
|
description = "Reliable GPT generation for broad coding, writing, and tool-assisted product work"
|
|
family = "gpt"
|
|
release_date = "2025-12-11"
|
|
last_updated = "2025-12-11"
|
|
attachment = true
|
|
reasoning = true
|
|
temperature = false
|
|
tool_call = true
|
|
structured_output = true
|
|
knowledge = "2025-08-31"
|
|
open_weights = false
|
|
|
|
[limit]
|
|
context = 400_000
|
|
input = 272_000
|
|
output = 128_000
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"]
|
|
|
|
[[benchmarks]]
|
|
name = "SWE-Bench Pro"
|
|
score = 29.94
|
|
metric = "resolve rate"
|
|
dataset = "public"
|
|
source = "https://labs.scale.com/leaderboard/swe_bench_pro_public"
|