-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodels.json
More file actions
58 lines (58 loc) · 2 KB
/
Copy pathmodels.json
File metadata and controls
58 lines (58 loc) · 2 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
{
"models": {
"claude-3-haiku": {
"inference_profile": "us.anthropic.claude-3-haiku-20240307-v1:0",
"direct": "anthropic.claude-3-haiku-20240307-v1:0",
"description": "Fast and lightweight model, good for simple tasks",
"speed": "fast",
"cost": "low",
"quality": "good"
},
"claude-3-sonnet": {
"inference_profile": "us.anthropic.claude-3-sonnet-20240229-v1:0",
"direct": "anthropic.claude-3-sonnet-20240229-v1:0",
"description": "Balanced performance and cost",
"speed": "medium",
"cost": "medium",
"quality": "very-good"
},
"claude-3.5-sonnet": {
"inference_profile": "us.anthropic.claude-3-5-sonnet-20241022-v2:0",
"direct": "anthropic.claude-3-5-sonnet-20241022-v2:0",
"description": "Enhanced reasoning and analysis capabilities",
"speed": "medium",
"cost": "medium",
"quality": "excellent"
},
"claude-3-opus": {
"inference_profile": "us.anthropic.claude-3-opus-20240229-v1:0",
"direct": "anthropic.claude-3-opus-20240229-v1:0",
"description": "Most capable model, best for complex analysis",
"speed": "slow",
"cost": "high",
"quality": "excellent"
},
"claude-4-sonnet": {
"inference_profile": "us.anthropic.claude-sonnet-4-20250514-v1:0",
"direct": "anthropic.claude-sonnet-4-20250514-v1:0",
"description": "Latest Sonnet model with improved capabilities",
"speed": "medium",
"cost": "high",
"quality": "excellent"
},
"claude-4-opus": {
"inference_profile": "us.anthropic.claude-opus-4-20250514-v1:0",
"direct": "anthropic.claude-opus-4-20250514-v1:0",
"description": "Latest Opus model, most advanced analysis",
"speed": "slow",
"cost": "very-high",
"quality": "outstanding"
}
},
"default_model": "claude-4-sonnet",
"metadata": {
"version": "1.0",
"last_updated": "2024-01-15",
"description": "Claude model configurations for screenshot monitoring tool"
}
}