-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathopencode.json
More file actions
39 lines (39 loc) · 896 Bytes
/
opencode.json
File metadata and controls
39 lines (39 loc) · 896 Bytes
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
{
"$schema": "https://opencode.ai/config.json",
"theme": "opencode",
"model": "anthropic/claude-sonnet-4-5",
"autoupdate": true,
"provider": {
"openrouter": {
"models": {
"meta-llama/llama-4-scout": {
"name": "Llama 4 Scout",
"attachment": true,
"reasoning": false,
"tool_call": true,
"temperature": true,
"release_date": "2025-04-05",
"modalities": {
"input": ["text", "image"],
"output": ["text"]
},
"cost": {
"input": 0.08,
"output": 0.3
},
"limit": {
"context": 512000,
"output": 8192
}
}
}
}
},
"mcp": {
"robotmcp": {
"type": "local",
"command": ["uv", "run", "--inexact", "-m", "robotmcp.server"],
"enabled": true
}
}
}