-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathgpt-5-2.json
More file actions
119 lines (119 loc) · 4.64 KB
/
Copy pathgpt-5-2.json
File metadata and controls
119 lines (119 loc) · 4.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"$schema": "../$schemas/model.schema.json",
"id": "gpt-5-2",
"name": "GPT-5.2",
"description": "OpenAI's new generation high-performance model, building upon GPT-5.1 with enhanced reasoning capabilities, larger context understanding, and improved coding performance features.",
"translations": {
"zh-Hans": {
"description": "OpenAI 的新一代高性能模型,在 GPT-5.1 的基础上进行了增强,具有更强的推理能力、更大的上下文理解和改进的编码性能功能。"
},
"de": {
"description": "OpenAIs neuartiges Hochleistungsmodell, das auf GPT-5.1 aufbaut mit verbessertem Reasoning, erweitertem Kontextverstandnis und verbesserter Coding-Leistung."
},
"ko": {
"description": "OpenAI의 차세대 고성능 모델로, GPT-5.1을 기반으로 향상된 추론 능력, 더 큰 컨텍스트 이해 및 개선된 코딩 성능 기능을 갖추고 있습니다."
},
"es": {
"description": "Modelo de alto rendimiento de nueva generación de OpenAI, mejorando sobre GPT-5.1 con razonamiento mejorado y mejor codificación."
},
"fr": {
"description": "Modèle haute performance de nouvelle génération d’OpenAI, améliorant GPT-5.1 avec un raisonnement et un codage renforcés."
},
"id": {
"description": "Model kinerja tinggi generasi baru dari OpenAI, membangun di atas GPT-5.1 dengan kemampuan penalaran yang ditingkatkan, pemahaman konteks yang lebih besar, dan fitur performa coding yang lebih baik."
},
"ja": {
"description": "OpenAIの次世代高性能モデルで、GPT-5.1をベースに強化された推論能力、より大きなコンテキスト理解、そして改善されたコーディングパフォーマンス機能を備えています。"
},
"pt": {
"description": "Modelo de alto desempenho da nova geração da OpenAI, baseado no GPT-5.1, com raciocínio aprimorado e melhor desempenho em programação."
},
"ru": {
"description": "Модель новой генерации высокой производительности от OpenAI, на базе GPT-5.1 с улучшенным рассуждением и кодированием."
},
"tr": {
"description": "OpenAI’ın GPT-5.1 üzerine kurulu yeni nesil yüksek performanslı modeli; gelişmiş akıl yürütme, daha geniş bağlam anlayışı ve daha iyi kodlama performansı sunar."
},
"zh-Hant": {
"description": "OpenAI 的新一代高效能模型,在 GPT-5.1 的基礎上進行了增強,具有更強的推理能力、更大的上下文理解和改進的程式設計效能功能。"
}
},
"verified": true,
"sources": [
{
"url": "https://developers.openai.com/api/docs/models/gpt-5.2",
"title": "GPT-5.2 model documentation",
"fields": [
"docsUrl",
"contextWindow",
"maxOutput",
"tokenPricing",
"lifecycle",
"knowledgeCutoff",
"inputModalities",
"outputModalities",
"capabilities"
]
},
{
"url": "https://openai.com/index/introducing-gpt-5-2",
"title": "Introducing GPT-5.2",
"fields": ["name", "description", "releaseDate"]
}
],
"lastVerifiedAt": "2026-07-18",
"verifiedBy": "codex-agent",
"confidence": "medium",
"websiteUrl": "https://openai.com",
"docsUrl": "https://developers.openai.com/api/docs/models/gpt-5.2",
"vendor": "OpenAI",
"size": null,
"activeParameters": null,
"contextWindow": 400000,
"maxOutput": 128000,
"tokenPricing": {
"status": "available",
"primaryOffer": "global-standard",
"offers": [
{
"id": "global-standard",
"currency": "USD",
"region": "global",
"serviceTier": "standard",
"effectiveFrom": null,
"effectiveTo": null,
"tiers": [
{
"condition": null,
"rates": {
"input": 1.75,
"output": 14,
"cacheRead": 0.175,
"cacheWrite": null
}
}
]
}
]
},
"releaseDate": "2025-12-11",
"lifecycle": "maintained",
"knowledgeCutoff": "2025-08-31",
"inputModalities": ["text", "image"],
"outputModalities": ["text"],
"capabilities": ["function-calling", "tool-choice", "structured-outputs", "reasoning"],
"benchmarks": {
"sweBench": null,
"terminalBench": null,
"mmmu": null,
"mmmuPro": null,
"webDevArena": null,
"sciCode": null,
"liveCodeBench": null
},
"platformUrls": {
"huggingface": null,
"artificialAnalysis": "https://artificialanalysis.ai/models/gpt-5-2",
"openrouter": "https://openrouter.ai/openai/gpt-5.2"
}
}