-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathopencode.json
More file actions
77 lines (77 loc) · 3.51 KB
/
Copy pathopencode.json
File metadata and controls
77 lines (77 loc) · 3.51 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
74
75
76
77
{
"plugins": ["@cortexkit/opencode-v2-antigravity-auth"],
"providers": {
"google": {
"models": {
"gemini-3.8-flash": {
"name": "Gemini 3.8 Flash",
"modelID": "gemini-3.8-flash",
"package": "@opencode-ai/ai/providers/google",
"capabilities": { "tools": true, "input": ["text", "image", "pdf"], "output": ["text"] },
"limit": { "context": 1048576, "output": 65536 },
"variants": [{ "id": "low" }, { "id": "medium" }, { "id": "high" }]
},
"gemini-3.7-flash": {
"name": "Gemini 3.7 Flash",
"modelID": "gemini-3.7-flash",
"package": "@opencode-ai/ai/providers/google",
"capabilities": { "tools": true, "input": ["text", "image", "pdf"], "output": ["text"] },
"limit": { "context": 1048576, "output": 65536 },
"variants": [{ "id": "low" }, { "id": "medium" }, { "id": "high" }]
},
"gemini-3.6-flash": {
"name": "Gemini 3.6 Flash",
"modelID": "gemini-3.6-flash",
"package": "@opencode-ai/ai/providers/google",
"capabilities": { "tools": true, "input": ["text", "image", "pdf"], "output": ["text"] },
"limit": { "context": 1048576, "output": 65536 },
"variants": [{ "id": "low" }, { "id": "medium" }, { "id": "high" }]
},
"gemini-3.5-flash": {
"name": "Gemini 3.5 Flash",
"modelID": "gemini-3.5-flash",
"package": "@opencode-ai/ai/providers/google",
"capabilities": { "tools": true, "input": ["text", "image", "pdf"], "output": ["text"] },
"limit": { "context": 1048576, "output": 65536 },
"variants": [{ "id": "low" }, { "id": "medium" }, { "id": "high" }]
},
"gemini-3.1-pro": {
"name": "Gemini 3.1 Pro",
"modelID": "gemini-3.1-pro",
"package": "@opencode-ai/ai/providers/google",
"capabilities": { "tools": true, "input": ["text", "image", "pdf"], "output": ["text"] },
"limit": { "context": 1048576, "output": 65535 },
"variants": [{ "id": "low" }, { "id": "high" }]
},
"gemini-3.1-flash-image": {
"name": "Gemini 3.1 Flash Image",
"modelID": "gemini-3.1-flash-image",
"package": "@opencode-ai/ai/providers/google",
"capabilities": { "tools": true, "input": ["text", "image"], "output": ["text", "image"] },
"limit": { "context": 66000, "output": 33000 }
},
"claude-sonnet-4-6-thinking": {
"name": "Claude Sonnet 4.6 (Thinking)",
"modelID": "claude-sonnet-4-6-thinking",
"package": "@opencode-ai/ai/providers/google",
"capabilities": { "tools": true, "input": ["text", "image", "pdf"], "output": ["text"] },
"limit": { "context": 250000, "output": 64000 }
},
"claude-opus-4-6-thinking": {
"name": "Claude Opus 4.6 (Thinking)",
"modelID": "claude-opus-4-6-thinking",
"package": "@opencode-ai/ai/providers/google",
"capabilities": { "tools": true, "input": ["text", "image", "pdf"], "output": ["text"] },
"limit": { "context": 250000, "output": 64000 }
},
"gpt-oss-120b-medium": {
"name": "GPT-OSS 120B",
"modelID": "gpt-oss-120b-medium",
"package": "@opencode-ai/ai/providers/google",
"capabilities": { "tools": true, "input": ["text", "image", "pdf"], "output": ["text"] },
"limit": { "context": 131072, "output": 32768 }
}
}
}
}
}