-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathclaude-sonnet-4.json
More file actions
70 lines (70 loc) · 3.14 KB
/
claude-sonnet-4.json
File metadata and controls
70 lines (70 loc) · 3.14 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": "claude-sonnet-4",
"name": "Claude Sonnet 4",
"description": "Enhances Sonnet 3.7 with improved precision and controllability in coding and reasoning. Achieves 72.7% on SWE-bench, balancing capability and computational efficiency.",
"translations": {
"zh-Hans": {
"description": "显著增强了其前身 Sonnet 3.7 的能力,在编码和推理任务方面表现出色,具有改进的精度和可控性。在 SWE-bench 上达到 72.7% 的最先进性能,Sonnet 4 在能力和计算效率之间取得了平衡。"
},
"de": {
"description": "Verbessert die Fähigkeiten von Sonnet 3.7 mit verbesserter Präzision und Kontrollierbarkeit bei Codierung und Reasoning. Erreicht 72.7% auf SWE-bench, balanciert Fähigkeit und Recheneffizienz."
},
"ko": {
"description": "Sonnet 3.7의 기능을 크게 향상하여 코딩 및 추론 작업에서 개선된 정밀도와 제어 가능성을 제공합니다. SWE-bench에서 72.7%를 달성하여 능력과 연산 효율성 사이의 균형을 이룹니다."
},
"es": {
"description": "Mejora significativamente las capacidades de su predecesor Sonnet 3..."
},
"fr": {
"description": "Ameliore significativement les capacites de son predecesseur Sonnet 3..."
},
"id": {
"description": "Meningkatkan secara signifikan kemampuan pendahulu Sonnet 3..."
},
"ja": {
"description": "前身のSonnet 3.7の能力を大幅に強化し、コーディングと推論タスクで優れたパフォーマンスを発揮し、精度と制御性が向上しました。SWE-benchで72.7%を達成し、能力と計算効率のバランスをとりました。"
},
"pt": {
"description": "Melhora significativamente as capacidades do seu antecessor Sonnet 3..."
},
"ru": {
"description": "Значительно улучшает возможности своего предшественника Sonnet 3..."
},
"tr": {
"description": "Oncedeli Sonnet 3..."
},
"zh-Hant": {
"description": "顯著增強了其前身 Sonnet 3.7 的能力,在編碼和推理任務方面表現出色,具有改進的精度和可控性。在 SWE-bench 上達到 72.7% 的最先進性能,Sonnet 4 在能力和計算效率之間取得了平衡。"
}
},
"verified": false,
"websiteUrl": "https://www.anthropic.com",
"docsUrl": "https://docs.anthropic.com/claude/docs/models-overview",
"vendor": "Anthropic",
"size": "Unknown",
"contextWindow": 200000,
"maxOutput": 8000,
"tokenPricing": {
"input": 3,
"output": 3,
"cache": null
},
"releaseDate": null,
"inputModalities": ["text"],
"capabilities": ["function-calling", "tool-choice", "structured-outputs", "reasoning"],
"benchmarks": {
"sweBench": 64.93,
"terminalBench": 0.428,
"sciCode": null,
"liveCodeBench": 55.9,
"mmmu": 74.4,
"mmmuPro": null,
"webDevArena": null
},
"platformUrls": {
"huggingface": null,
"artificialAnalysis": "https://artificialanalysis.ai/models/claude-4-sonnet",
"openrouter": "https://openrouter.ai/anthropic/claude-sonnet-4"
}
}