-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathgpt-5.json
More file actions
70 lines (70 loc) · 3.32 KB
/
gpt-5.json
File metadata and controls
70 lines (70 loc) · 3.32 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
{
"$schema": "../$schemas/model.schema.json",
"id": "gpt-5",
"name": "GPT-5",
"description": "OpenAI's most advanced model with major improvements in reasoning, code quality, and UX. Optimized for complex tasks requiring step-by-step reasoning and high accuracy.",
"translations": {
"zh-Hans": {
"description": "OpenAI 最先进的模型,在推理、代码质量和用户体验方面有重大改进。针对需要逐步推理、遵循指令和高准确性的复杂任务进行了优化。"
},
"de": {
"description": "OpenAIs fortschrittlichstes Modell mit erheblichen Verbesserungen in Reasoning, Codequalität und UX. Optimiert für komplexe Aufgaben mit schrittweisem Reasoning und hoher Genauigkeit."
},
"ko": {
"description": "추론, 코드 품질 및 사용자 경험에 큰 개선이 있는 OpenAI의 가장 진보된 모델입니다. 점진적 추론, 지시 따르기 및 높은 정확도가 필요한 복잡한 작업에 최적화되었습니다."
},
"es": {
"description": "El modelo mas avanzado de OpenAI con mejoras importantes en razonamiento, calidad de codigo y experiencia de usuario..."
},
"fr": {
"description": "Le modele le plus avance d'OpenAI avec des ameliorations importantes en raisonnement, qualite de code et experience utilisateur..."
},
"id": {
"description": "Model paling canggih OpenAI dengan peningkatan penting dalam penalaran, kualitas kode, dan pengalaman pengguna..."
},
"ja": {
"description": "推論、コード品質、ユーザーエクスペリエンスにおいて重要な改善がなされたOpenAIの最先端モデル。段階的な推論、指示の遵守、高い精度を必要とする複雑なタスクのために最適化されています。"
},
"pt": {
"description": "O modelo mais avancado da OpenAI com melhoras importantes em raciocinio, qualidade de codigo e experiencia do usuario..."
},
"ru": {
"description": "Самая передовая модель от OpenAI с важными улучшениями в рассуждении, качестве кода и пользовательском опыте..."
},
"tr": {
"description": "OpenAI'nin en gelismis modeli; muhakeme, kod kalitesi ve kullanici deneyiminde onemli iyilestirmeler var..."
},
"zh-Hant": {
"description": "OpenAI 最先進的模型,在推理、代碼質量和用戶體驗方面有重大改進。針對需要逐步推理、遵循指令和高準確性的複雜任務進行了優化。"
}
},
"verified": false,
"websiteUrl": "https://openai.com",
"docsUrl": "https://platform.openai.com/docs/models/gpt-5",
"vendor": "OpenAI",
"size": "Unknown",
"contextWindow": 128000,
"maxOutput": 16000,
"tokenPricing": {
"input": 1.25,
"output": 1.25,
"cache": null
},
"releaseDate": null,
"inputModalities": ["text"],
"capabilities": ["function-calling", "tool-choice", "structured-outputs", "reasoning"],
"benchmarks": {
"sweBench": 71.8,
"terminalBench": 0.54,
"sciCode": 1.5,
"liveCodeBench": 28.7,
"mmmu": 74.4,
"mmmuPro": null,
"webDevArena": 148.0
},
"platformUrls": {
"huggingface": null,
"artificialAnalysis": "https://artificialanalysis.ai/models/gpt-5",
"openrouter": "https://openrouter.ai/openai/gpt-5"
}
}