-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
73 lines (73 loc) · 3.93 KB
/
opencode.json
File metadata and controls
73 lines (73 loc) · 3.93 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
{
"$schema": "https://opencode.ai/config.json",
"provider": {
"runanywhereai": {
"name": "RunanywhereAI",
"env": ["RUNANYWHEREAI_KEY"],
"options": {
"baseURL": "http://98.93.50.20/v1",
"apiKey": "{env:RUNANYWHEREAI_KEY}"
},
"models": {
"claude-sonnet-4-5": {
"name": "Claude Sonnet 4.5", "attachment": true, "reasoning": true, "tool_call": true, "temperature": false,
"release_date": "2025-09-29", "limit": { "context": 200000, "output": 64000 }, "options": {}
},
"claude-sonnet-4": {
"name": "Claude Sonnet 4", "attachment": true, "reasoning": true, "tool_call": true, "temperature": false,
"release_date": "2025-05-14", "limit": { "context": 200000, "output": 64000 }, "options": {}
},
"claude-haiku-4": {
"name": "Claude Haiku 4.5", "attachment": true, "reasoning": false, "tool_call": true, "temperature": false,
"release_date": "2025-10-01", "limit": { "context": 200000, "output": 64000 }, "options": {}
},
"claude-3-7-sonnet": {
"name": "Claude 3.7 Sonnet", "attachment": true, "reasoning": true, "tool_call": true, "temperature": false,
"release_date": "2025-02-19", "limit": { "context": 200000, "output": 64000 }, "options": {}
},
"claude-3-5-sonnet": {
"name": "Claude 3.5 Sonnet v2", "attachment": true, "reasoning": false, "tool_call": true, "temperature": false,
"release_date": "2024-10-22", "limit": { "context": 200000, "output": 8192 }, "options": {}
},
"claude-3-5-haiku": {
"name": "Claude 3.5 Haiku", "attachment": true, "reasoning": false, "tool_call": true, "temperature": false,
"release_date": "2024-10-22", "limit": { "context": 200000, "output": 8192 }, "options": {}
},
"deepseek-r1": {
"name": "DeepSeek R1", "attachment": false, "reasoning": true, "tool_call": true, "temperature": true,
"release_date": "2025-01-20", "limit": { "context": 128000, "output": 32000 }, "options": {}
},
"llama4-maverick": {
"name": "Llama 4 Maverick", "attachment": false, "reasoning": false, "tool_call": true, "temperature": true,
"release_date": "2025-04-05", "limit": { "context": 128000, "output": 32000 }, "options": {}
},
"llama4-scout": {
"name": "Llama 4 Scout", "attachment": false, "reasoning": false, "tool_call": true, "temperature": true,
"release_date": "2025-04-05", "limit": { "context": 128000, "output": 32000 }, "options": {}
},
"llama3-3-70b": {
"name": "Llama 3.3 70B", "attachment": false, "reasoning": false, "tool_call": true, "temperature": true,
"release_date": "2024-12-06", "limit": { "context": 128000, "output": 32000 }, "options": {}
},
"mistral-large": {
"name": "Mistral Large 3", "attachment": false, "reasoning": false, "tool_call": true, "temperature": true,
"release_date": "2025-03-01", "limit": { "context": 128000, "output": 32000 }, "options": {}
},
"nova-pro": {
"name": "Amazon Nova Pro", "attachment": true, "reasoning": false, "tool_call": true, "temperature": true,
"release_date": "2024-12-01", "limit": { "context": 300000, "output": 5000 }, "options": {}
},
"nova-micro": {
"name": "Amazon Nova Micro", "attachment": false, "reasoning": false, "tool_call": true, "temperature": true,
"release_date": "2024-12-01", "limit": { "context": 128000, "output": 5000 }, "options": {}
},
"kimi-k2-5": {
"name": "Kimi K2.5", "attachment": false, "reasoning": true, "tool_call": true, "temperature": true,
"release_date": "2025-07-01", "limit": { "context": 128000, "output": 32000 }, "options": {}
}
}
}
},
"model": "runanywhereai/claude-sonnet-4-5",
"small_model": "runanywhereai/claude-haiku-4"
}