-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathclaude-opus-4-1.json
More file actions
70 lines (70 loc) · 3.8 KB
/
claude-opus-4-1.json
File metadata and controls
70 lines (70 loc) · 3.8 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-opus-4-1",
"name": "Claude Opus 4.1",
"description": "Released in August 2025, Claude Opus 4.1 achieves 85.2% on HumanEval+ (surpassing GPT-4o) and 74.5% on SWE-bench Verified, featuring 200K context window for complex coding tasks.",
"translations": {
"zh-Hans": {
"description": "2025年8月发布的 Claude Opus 4.1,是 Anthropic 最新的旗舰模型,具备卓越的编码能力,在 HumanEval+ 上达到 85.2%(首次超越 GPT-4o 的 84.9%),在 SWE-bench Verified 上达到 74.5%,拥有 200K 上下文窗口,适用于复杂的代码生成任务。"
},
"de": {
"description": "Im August 2025 veröffentlicht, erreicht Claude Opus 4.1 85.2% auf HumanEval+ (übertrifft GPT-4o) und 74.5% auf SWE-bench Verified, mit 200K-Kontextfenster für komplexe Codierungsaufgaben."
},
"ko": {
"description": "2025년 8월에 출시된 Claude Opus 4.1은 Anthropic의 최신 플래그십 모델로, HumanEval+에서 85.2%(GPT-4o의 84.9% 초과), SWE-bench Verified에서 74.5%를 달성하며 복잡한 코드 생성 작업을 위한 200K 컨텍스트 윈도를 갖추고 있습니다."
},
"es": {
"description": "Lanzado en agosto de 2025, Claude Opus 4..."
},
"fr": {
"description": "Lance en aout 2025, Claude Opus 4.1 atteint 85.2% sur HumanEval+ (surpassant GPT-4o) et 74.5% sur SWE-bench Verified, avec fenetre de contexte de 200K pour les taches complexes de generation de code."
},
"id": {
"description": "Dirilis pada Agustus 2025, Claude Opus 4.1 mencapai 85.2% pada HumanEval+ (melampaui GPT-4o) dan 74.5% pada SWE-bench Verified, dengan jendela konteks 200K untuk tugas kompleks pembuatan kode."
},
"ja": {
"description": "2025年8月にリリースされたClaude Opus 4.1は、HumanEval+で85.2%(GPT-4oの84.9%を上回る)、SWE-bench Verifiedで74.5%を達成し、複雑なコード生成タスクのための200Kコンテキストウィンドウを備えています。"
},
"pt": {
"description": "Lancado em agosto de 2025, Claude Opus 4.1 atinge 85.2% no HumanEval+ (superando GPT-4o) e 74.5% no SWE-bench Verified, com janela de contexto de 200K para tarefas complexas de geracao de codigo."
},
"ru": {
"description": "Выпущенный в августе 2025 года, Claude Opus 4.1 достигает 85.2% на HumanEval+ (превосходя GPT-4o) и 74.5% на SWE-bench Verified, с окном контекста 200K для сложных задач генерации кода."
},
"tr": {
"description": "Agustos 2025'te piyasaya surulen Claude Opus 4..."
},
"zh-Hant": {
"description": "2025年8月發布的 Claude Opus 4.1,是 Anthropic 最新的旗艦模型,具備卓越的編碼能力,在 HumanEval+ 上達到 85.2%(首次超越 GPT-4o 的 84.9%),在 SWE-bench Verified 上達到 74.5%,擁有 200K 上下文視窗,適用於複雜的代碼生成任務。"
}
},
"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": 15,
"output": 75,
"cache": null
},
"releaseDate": "2025-08-01",
"inputModalities": ["text"],
"capabilities": ["function-calling", "tool-choice", "structured-outputs"],
"benchmarks": {
"sweBench": 74.4,
"terminalBench": 0.631,
"sciCode": null,
"liveCodeBench": 46.9,
"mmmu": 77.1,
"mmmuPro": null,
"webDevArena": 147.9
},
"platformUrls": {
"huggingface": null,
"artificialAnalysis": "https://artificialanalysis.ai/models/claude-4-1-opus",
"openrouter": "https://openrouter.ai/anthropic/claude-opus-4.1"
}
}