@monotykamary/pi-opencode-provider 1.0.9 → 1.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -7
- package/models.json +495 -495
- package/package.json +1 -1
- package/scripts/update-models.js +28 -2
package/models.json
CHANGED
|
@@ -1,26 +1,7 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
|
-
"id": "
|
|
4
|
-
"name": "
|
|
5
|
-
"api": "openai-responses",
|
|
6
|
-
"baseUrl": "https://opencode.ai/zen/v1",
|
|
7
|
-
"reasoning": true,
|
|
8
|
-
"input": [
|
|
9
|
-
"text",
|
|
10
|
-
"image"
|
|
11
|
-
],
|
|
12
|
-
"cost": {
|
|
13
|
-
"input": 0.25,
|
|
14
|
-
"output": 2,
|
|
15
|
-
"cacheRead": 0.025,
|
|
16
|
-
"cacheWrite": 0
|
|
17
|
-
},
|
|
18
|
-
"contextWindow": 400000,
|
|
19
|
-
"maxTokens": 128000
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
"id": "claude-sonnet-4-6",
|
|
23
|
-
"name": "Claude Sonnet 4.6",
|
|
3
|
+
"id": "claude-opus-4-7",
|
|
4
|
+
"name": "Claude Opus 4.7",
|
|
24
5
|
"api": "anthropic-messages",
|
|
25
6
|
"baseUrl": "https://opencode.ai/zen",
|
|
26
7
|
"reasoning": true,
|
|
@@ -29,36 +10,35 @@
|
|
|
29
10
|
"image"
|
|
30
11
|
],
|
|
31
12
|
"cost": {
|
|
32
|
-
"input":
|
|
33
|
-
"output":
|
|
34
|
-
"cacheRead": 0.
|
|
35
|
-
"cacheWrite":
|
|
13
|
+
"input": 5,
|
|
14
|
+
"output": 25,
|
|
15
|
+
"cacheRead": 0.5,
|
|
16
|
+
"cacheWrite": 6.25
|
|
36
17
|
},
|
|
37
18
|
"contextWindow": 1000000,
|
|
38
|
-
"maxTokens":
|
|
19
|
+
"maxTokens": 128000
|
|
39
20
|
},
|
|
40
21
|
{
|
|
41
|
-
"id": "
|
|
42
|
-
"name": "
|
|
43
|
-
"api": "openai-
|
|
22
|
+
"id": "laguna-s-2.1-free",
|
|
23
|
+
"name": "Laguna S 2.1 Free",
|
|
24
|
+
"api": "openai-completions",
|
|
44
25
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
45
26
|
"reasoning": true,
|
|
46
27
|
"input": [
|
|
47
|
-
"text"
|
|
48
|
-
"image"
|
|
28
|
+
"text"
|
|
49
29
|
],
|
|
50
30
|
"cost": {
|
|
51
|
-
"input":
|
|
52
|
-
"output":
|
|
53
|
-
"cacheRead":
|
|
31
|
+
"input": 0,
|
|
32
|
+
"output": 0,
|
|
33
|
+
"cacheRead": 0,
|
|
54
34
|
"cacheWrite": 0
|
|
55
35
|
},
|
|
56
|
-
"contextWindow":
|
|
57
|
-
"maxTokens":
|
|
36
|
+
"contextWindow": 256000,
|
|
37
|
+
"maxTokens": 32000
|
|
58
38
|
},
|
|
59
39
|
{
|
|
60
|
-
"id": "
|
|
61
|
-
"name": "
|
|
40
|
+
"id": "nemotron-3.5-lightning-free",
|
|
41
|
+
"name": "Nemotron 3.5 Lightning Free",
|
|
62
42
|
"api": "openai-completions",
|
|
63
43
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
64
44
|
"reasoning": true,
|
|
@@ -66,18 +46,18 @@
|
|
|
66
46
|
"text"
|
|
67
47
|
],
|
|
68
48
|
"cost": {
|
|
69
|
-
"input":
|
|
70
|
-
"output":
|
|
71
|
-
"cacheRead": 0
|
|
49
|
+
"input": 0,
|
|
50
|
+
"output": 0,
|
|
51
|
+
"cacheRead": 0,
|
|
72
52
|
"cacheWrite": 0
|
|
73
53
|
},
|
|
74
|
-
"contextWindow":
|
|
75
|
-
"maxTokens":
|
|
54
|
+
"contextWindow": 262144,
|
|
55
|
+
"maxTokens": 262144
|
|
76
56
|
},
|
|
77
57
|
{
|
|
78
|
-
"id": "
|
|
79
|
-
"name": "
|
|
80
|
-
"api": "
|
|
58
|
+
"id": "kimi-k2.7-code",
|
|
59
|
+
"name": "Kimi K2.7 Code",
|
|
60
|
+
"api": "openai-completions",
|
|
81
61
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
82
62
|
"reasoning": true,
|
|
83
63
|
"input": [
|
|
@@ -85,54 +65,55 @@
|
|
|
85
65
|
"image"
|
|
86
66
|
],
|
|
87
67
|
"cost": {
|
|
88
|
-
"input":
|
|
89
|
-
"output":
|
|
90
|
-
"cacheRead": 0.
|
|
68
|
+
"input": 0.95,
|
|
69
|
+
"output": 4,
|
|
70
|
+
"cacheRead": 0.19,
|
|
91
71
|
"cacheWrite": 0
|
|
92
72
|
},
|
|
93
|
-
"contextWindow":
|
|
94
|
-
"maxTokens":
|
|
73
|
+
"contextWindow": 262144,
|
|
74
|
+
"maxTokens": 262144
|
|
95
75
|
},
|
|
96
76
|
{
|
|
97
|
-
"id": "gpt-5
|
|
98
|
-
"name": "GPT-5
|
|
77
|
+
"id": "gpt-5-nano",
|
|
78
|
+
"name": "GPT-5 Nano",
|
|
99
79
|
"api": "openai-responses",
|
|
100
80
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
101
81
|
"reasoning": true,
|
|
102
82
|
"input": [
|
|
103
|
-
"text"
|
|
83
|
+
"text",
|
|
84
|
+
"image"
|
|
104
85
|
],
|
|
105
86
|
"cost": {
|
|
106
|
-
"input":
|
|
107
|
-
"output":
|
|
108
|
-
"cacheRead": 0.
|
|
87
|
+
"input": 0.05,
|
|
88
|
+
"output": 0.4,
|
|
89
|
+
"cacheRead": 0.005,
|
|
109
90
|
"cacheWrite": 0
|
|
110
91
|
},
|
|
111
|
-
"contextWindow":
|
|
92
|
+
"contextWindow": 400000,
|
|
112
93
|
"maxTokens": 128000
|
|
113
94
|
},
|
|
114
95
|
{
|
|
115
|
-
"id": "
|
|
116
|
-
"name": "
|
|
117
|
-
"api": "
|
|
118
|
-
"baseUrl": "https://opencode.ai/zen",
|
|
96
|
+
"id": "kimi-k3",
|
|
97
|
+
"name": "Kimi K3",
|
|
98
|
+
"api": "openai-completions",
|
|
99
|
+
"baseUrl": "https://opencode.ai/zen/v1",
|
|
119
100
|
"reasoning": true,
|
|
120
101
|
"input": [
|
|
121
102
|
"text",
|
|
122
103
|
"image"
|
|
123
104
|
],
|
|
124
105
|
"cost": {
|
|
125
|
-
"input":
|
|
126
|
-
"output":
|
|
127
|
-
"cacheRead": 0.
|
|
128
|
-
"cacheWrite":
|
|
106
|
+
"input": 3,
|
|
107
|
+
"output": 15,
|
|
108
|
+
"cacheRead": 0.3,
|
|
109
|
+
"cacheWrite": 0
|
|
129
110
|
},
|
|
130
|
-
"contextWindow":
|
|
131
|
-
"maxTokens":
|
|
111
|
+
"contextWindow": 1048576,
|
|
112
|
+
"maxTokens": 131072
|
|
132
113
|
},
|
|
133
114
|
{
|
|
134
|
-
"id": "gpt-5.
|
|
135
|
-
"name": "GPT-5.
|
|
115
|
+
"id": "gpt-5.5-pro",
|
|
116
|
+
"name": "GPT-5.5 Pro",
|
|
136
117
|
"api": "openai-responses",
|
|
137
118
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
138
119
|
"reasoning": true,
|
|
@@ -150,60 +131,59 @@
|
|
|
150
131
|
"maxTokens": 128000
|
|
151
132
|
},
|
|
152
133
|
{
|
|
153
|
-
"id": "
|
|
154
|
-
"name": "
|
|
155
|
-
"api": "
|
|
156
|
-
"baseUrl": "https://opencode.ai/zen",
|
|
134
|
+
"id": "deepseek-v4-flash",
|
|
135
|
+
"name": "DeepSeek V4 Flash",
|
|
136
|
+
"api": "openai-completions",
|
|
137
|
+
"baseUrl": "https://opencode.ai/zen/v1",
|
|
157
138
|
"reasoning": true,
|
|
158
139
|
"input": [
|
|
159
|
-
"text"
|
|
160
|
-
"image"
|
|
140
|
+
"text"
|
|
161
141
|
],
|
|
162
142
|
"cost": {
|
|
163
|
-
"input": 0.
|
|
164
|
-
"output":
|
|
165
|
-
"cacheRead": 0.
|
|
166
|
-
"cacheWrite": 0
|
|
143
|
+
"input": 0.14,
|
|
144
|
+
"output": 0.28,
|
|
145
|
+
"cacheRead": 0.028,
|
|
146
|
+
"cacheWrite": 0
|
|
167
147
|
},
|
|
168
|
-
"contextWindow":
|
|
169
|
-
"maxTokens":
|
|
148
|
+
"contextWindow": 1000000,
|
|
149
|
+
"maxTokens": 384000
|
|
170
150
|
},
|
|
171
151
|
{
|
|
172
|
-
"id": "
|
|
173
|
-
"name": "
|
|
174
|
-
"api": "openai-
|
|
152
|
+
"id": "deepseek-v4-flash-free",
|
|
153
|
+
"name": "DeepSeek V4 Flash Free",
|
|
154
|
+
"api": "openai-completions",
|
|
175
155
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
176
156
|
"reasoning": true,
|
|
177
157
|
"input": [
|
|
178
|
-
"text"
|
|
179
|
-
"image"
|
|
158
|
+
"text"
|
|
180
159
|
],
|
|
181
160
|
"cost": {
|
|
182
|
-
"input":
|
|
183
|
-
"output":
|
|
184
|
-
"cacheRead": 0
|
|
185
|
-
"cacheWrite":
|
|
161
|
+
"input": 0,
|
|
162
|
+
"output": 0,
|
|
163
|
+
"cacheRead": 0,
|
|
164
|
+
"cacheWrite": 0
|
|
186
165
|
},
|
|
187
|
-
"contextWindow":
|
|
166
|
+
"contextWindow": 200000,
|
|
188
167
|
"maxTokens": 128000
|
|
189
168
|
},
|
|
190
169
|
{
|
|
191
|
-
"id": "
|
|
192
|
-
"name": "
|
|
193
|
-
"api": "
|
|
194
|
-
"baseUrl": "https://opencode.ai/zen
|
|
170
|
+
"id": "claude-opus-4-8",
|
|
171
|
+
"name": "Claude Opus 4.8",
|
|
172
|
+
"api": "anthropic-messages",
|
|
173
|
+
"baseUrl": "https://opencode.ai/zen",
|
|
195
174
|
"reasoning": true,
|
|
196
175
|
"input": [
|
|
197
|
-
"text"
|
|
176
|
+
"text",
|
|
177
|
+
"image"
|
|
198
178
|
],
|
|
199
179
|
"cost": {
|
|
200
|
-
"input":
|
|
201
|
-
"output":
|
|
202
|
-
"cacheRead": 0.
|
|
203
|
-
"cacheWrite":
|
|
180
|
+
"input": 5,
|
|
181
|
+
"output": 25,
|
|
182
|
+
"cacheRead": 0.5,
|
|
183
|
+
"cacheWrite": 6.25
|
|
204
184
|
},
|
|
205
|
-
"contextWindow":
|
|
206
|
-
"maxTokens":
|
|
185
|
+
"contextWindow": 1000000,
|
|
186
|
+
"maxTokens": 128000
|
|
207
187
|
},
|
|
208
188
|
{
|
|
209
189
|
"id": "gemini-3.5-flash-lite",
|
|
@@ -225,8 +205,8 @@
|
|
|
225
205
|
"maxTokens": 65536
|
|
226
206
|
},
|
|
227
207
|
{
|
|
228
|
-
"id": "gemini-3.
|
|
229
|
-
"name": "Gemini 3.
|
|
208
|
+
"id": "gemini-3.1-pro",
|
|
209
|
+
"name": "Gemini 3.1 Pro Preview",
|
|
230
210
|
"api": "google-generative-ai",
|
|
231
211
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
232
212
|
"reasoning": true,
|
|
@@ -235,19 +215,19 @@
|
|
|
235
215
|
"image"
|
|
236
216
|
],
|
|
237
217
|
"cost": {
|
|
238
|
-
"input":
|
|
239
|
-
"output":
|
|
240
|
-
"cacheRead": 0.
|
|
218
|
+
"input": 2,
|
|
219
|
+
"output": 12,
|
|
220
|
+
"cacheRead": 0.2,
|
|
241
221
|
"cacheWrite": 0
|
|
242
222
|
},
|
|
243
223
|
"contextWindow": 1048576,
|
|
244
224
|
"maxTokens": 65536
|
|
245
225
|
},
|
|
246
226
|
{
|
|
247
|
-
"id": "
|
|
248
|
-
"name": "
|
|
249
|
-
"api": "
|
|
250
|
-
"baseUrl": "https://opencode.ai/zen",
|
|
227
|
+
"id": "gpt-5.6-sol",
|
|
228
|
+
"name": "GPT-5.6 Sol",
|
|
229
|
+
"api": "openai-responses",
|
|
230
|
+
"baseUrl": "https://opencode.ai/zen/v1",
|
|
251
231
|
"reasoning": true,
|
|
252
232
|
"input": [
|
|
253
233
|
"text",
|
|
@@ -255,36 +235,36 @@
|
|
|
255
235
|
],
|
|
256
236
|
"cost": {
|
|
257
237
|
"input": 5,
|
|
258
|
-
"output":
|
|
238
|
+
"output": 30,
|
|
259
239
|
"cacheRead": 0.5,
|
|
260
240
|
"cacheWrite": 6.25
|
|
261
241
|
},
|
|
262
|
-
"contextWindow":
|
|
242
|
+
"contextWindow": 1050000,
|
|
263
243
|
"maxTokens": 128000
|
|
264
244
|
},
|
|
265
245
|
{
|
|
266
|
-
"id": "
|
|
267
|
-
"name": "
|
|
268
|
-
"api": "
|
|
269
|
-
"baseUrl": "https://opencode.ai/zen",
|
|
246
|
+
"id": "grok-4.6",
|
|
247
|
+
"name": "Grok 4.6",
|
|
248
|
+
"api": "openai-responses",
|
|
249
|
+
"baseUrl": "https://opencode.ai/zen/v1",
|
|
270
250
|
"reasoning": true,
|
|
271
251
|
"input": [
|
|
272
252
|
"text",
|
|
273
253
|
"image"
|
|
274
254
|
],
|
|
275
255
|
"cost": {
|
|
276
|
-
"input":
|
|
277
|
-
"output":
|
|
278
|
-
"cacheRead":
|
|
279
|
-
"cacheWrite":
|
|
256
|
+
"input": 2,
|
|
257
|
+
"output": 6,
|
|
258
|
+
"cacheRead": 0.5,
|
|
259
|
+
"cacheWrite": 0
|
|
280
260
|
},
|
|
281
|
-
"contextWindow":
|
|
282
|
-
"maxTokens":
|
|
261
|
+
"contextWindow": 500000,
|
|
262
|
+
"maxTokens": 500000
|
|
283
263
|
},
|
|
284
264
|
{
|
|
285
|
-
"id": "
|
|
286
|
-
"name": "
|
|
287
|
-
"api": "
|
|
265
|
+
"id": "gpt-5.4-pro",
|
|
266
|
+
"name": "GPT-5.4 Pro",
|
|
267
|
+
"api": "openai-responses",
|
|
288
268
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
289
269
|
"reasoning": true,
|
|
290
270
|
"input": [
|
|
@@ -292,17 +272,17 @@
|
|
|
292
272
|
"image"
|
|
293
273
|
],
|
|
294
274
|
"cost": {
|
|
295
|
-
"input":
|
|
296
|
-
"output":
|
|
297
|
-
"cacheRead":
|
|
275
|
+
"input": 30,
|
|
276
|
+
"output": 180,
|
|
277
|
+
"cacheRead": 30,
|
|
298
278
|
"cacheWrite": 0
|
|
299
279
|
},
|
|
300
|
-
"contextWindow":
|
|
301
|
-
"maxTokens":
|
|
280
|
+
"contextWindow": 1050000,
|
|
281
|
+
"maxTokens": 128000
|
|
302
282
|
},
|
|
303
283
|
{
|
|
304
|
-
"id": "
|
|
305
|
-
"name": "
|
|
284
|
+
"id": "nemotron-3-ultra-free",
|
|
285
|
+
"name": "Nemotron 3 Ultra Free",
|
|
306
286
|
"api": "openai-completions",
|
|
307
287
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
308
288
|
"reasoning": true,
|
|
@@ -310,18 +290,18 @@
|
|
|
310
290
|
"text"
|
|
311
291
|
],
|
|
312
292
|
"cost": {
|
|
313
|
-
"input": 0
|
|
314
|
-
"output": 0
|
|
315
|
-
"cacheRead": 0
|
|
293
|
+
"input": 0,
|
|
294
|
+
"output": 0,
|
|
295
|
+
"cacheRead": 0,
|
|
316
296
|
"cacheWrite": 0
|
|
317
297
|
},
|
|
318
298
|
"contextWindow": 1000000,
|
|
319
|
-
"maxTokens":
|
|
299
|
+
"maxTokens": 128000
|
|
320
300
|
},
|
|
321
301
|
{
|
|
322
|
-
"id": "
|
|
323
|
-
"name": "
|
|
324
|
-
"api": "openai-
|
|
302
|
+
"id": "grok-4.5",
|
|
303
|
+
"name": "Grok 4.5",
|
|
304
|
+
"api": "openai-responses",
|
|
325
305
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
326
306
|
"reasoning": true,
|
|
327
307
|
"input": [
|
|
@@ -329,17 +309,36 @@
|
|
|
329
309
|
"image"
|
|
330
310
|
],
|
|
331
311
|
"cost": {
|
|
332
|
-
"input":
|
|
333
|
-
"output":
|
|
334
|
-
"cacheRead": 0.
|
|
312
|
+
"input": 2,
|
|
313
|
+
"output": 6,
|
|
314
|
+
"cacheRead": 0.5,
|
|
335
315
|
"cacheWrite": 0
|
|
336
316
|
},
|
|
337
|
-
"contextWindow":
|
|
338
|
-
"maxTokens":
|
|
317
|
+
"contextWindow": 500000,
|
|
318
|
+
"maxTokens": 500000
|
|
339
319
|
},
|
|
340
320
|
{
|
|
341
|
-
"id": "
|
|
342
|
-
"name": "
|
|
321
|
+
"id": "gpt-5",
|
|
322
|
+
"name": "GPT-5",
|
|
323
|
+
"api": "openai-responses",
|
|
324
|
+
"baseUrl": "https://opencode.ai/zen/v1",
|
|
325
|
+
"reasoning": true,
|
|
326
|
+
"input": [
|
|
327
|
+
"text",
|
|
328
|
+
"image"
|
|
329
|
+
],
|
|
330
|
+
"cost": {
|
|
331
|
+
"input": 1.07,
|
|
332
|
+
"output": 8.5,
|
|
333
|
+
"cacheRead": 0.107,
|
|
334
|
+
"cacheWrite": 0
|
|
335
|
+
},
|
|
336
|
+
"contextWindow": 400000,
|
|
337
|
+
"maxTokens": 128000
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"id": "deepseek-v4-pro",
|
|
341
|
+
"name": "DeepSeek V4 Pro",
|
|
343
342
|
"api": "openai-completions",
|
|
344
343
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
345
344
|
"reasoning": true,
|
|
@@ -347,17 +346,17 @@
|
|
|
347
346
|
"text"
|
|
348
347
|
],
|
|
349
348
|
"cost": {
|
|
350
|
-
"input":
|
|
351
|
-
"output":
|
|
352
|
-
"cacheRead": 0.
|
|
349
|
+
"input": 1.74,
|
|
350
|
+
"output": 3.84,
|
|
351
|
+
"cacheRead": 0.145,
|
|
353
352
|
"cacheWrite": 0
|
|
354
353
|
},
|
|
355
|
-
"contextWindow":
|
|
356
|
-
"maxTokens":
|
|
354
|
+
"contextWindow": 1000000,
|
|
355
|
+
"maxTokens": 384000
|
|
357
356
|
},
|
|
358
357
|
{
|
|
359
|
-
"id": "claude-
|
|
360
|
-
"name": "Claude
|
|
358
|
+
"id": "claude-sonnet-5",
|
|
359
|
+
"name": "Claude Sonnet 5",
|
|
361
360
|
"api": "anthropic-messages",
|
|
362
361
|
"baseUrl": "https://opencode.ai/zen",
|
|
363
362
|
"reasoning": true,
|
|
@@ -366,72 +365,75 @@
|
|
|
366
365
|
"image"
|
|
367
366
|
],
|
|
368
367
|
"cost": {
|
|
369
|
-
"input":
|
|
370
|
-
"output":
|
|
371
|
-
"cacheRead": 0.
|
|
372
|
-
"cacheWrite":
|
|
368
|
+
"input": 2,
|
|
369
|
+
"output": 10,
|
|
370
|
+
"cacheRead": 0.2,
|
|
371
|
+
"cacheWrite": 2.5
|
|
373
372
|
},
|
|
374
373
|
"contextWindow": 1000000,
|
|
375
374
|
"maxTokens": 128000
|
|
376
375
|
},
|
|
377
376
|
{
|
|
378
|
-
"id": "
|
|
379
|
-
"name": "
|
|
380
|
-
"api": "
|
|
381
|
-
"baseUrl": "https://opencode.ai/zen
|
|
377
|
+
"id": "qwen3.5-plus",
|
|
378
|
+
"name": "Qwen3.5 Plus",
|
|
379
|
+
"api": "anthropic-messages",
|
|
380
|
+
"baseUrl": "https://opencode.ai/zen",
|
|
382
381
|
"reasoning": true,
|
|
383
382
|
"input": [
|
|
384
|
-
"text"
|
|
383
|
+
"text",
|
|
384
|
+
"image"
|
|
385
385
|
],
|
|
386
386
|
"cost": {
|
|
387
|
-
"input":
|
|
388
|
-
"output":
|
|
389
|
-
"cacheRead": 0.
|
|
390
|
-
"cacheWrite": 0
|
|
387
|
+
"input": 0.2,
|
|
388
|
+
"output": 1.2,
|
|
389
|
+
"cacheRead": 0.02,
|
|
390
|
+
"cacheWrite": 0.25
|
|
391
391
|
},
|
|
392
|
-
"contextWindow":
|
|
393
|
-
"maxTokens":
|
|
392
|
+
"contextWindow": 262144,
|
|
393
|
+
"maxTokens": 65536
|
|
394
394
|
},
|
|
395
395
|
{
|
|
396
|
-
"id": "
|
|
397
|
-
"name": "
|
|
398
|
-
"api": "openai-
|
|
396
|
+
"id": "gpt-5.1-codex-mini",
|
|
397
|
+
"name": "GPT-5.1 Codex Mini",
|
|
398
|
+
"api": "openai-responses",
|
|
399
399
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
400
400
|
"reasoning": true,
|
|
401
401
|
"input": [
|
|
402
|
-
"text"
|
|
402
|
+
"text",
|
|
403
|
+
"image"
|
|
403
404
|
],
|
|
404
405
|
"cost": {
|
|
405
|
-
"input": 0,
|
|
406
|
-
"output":
|
|
407
|
-
"cacheRead": 0,
|
|
406
|
+
"input": 0.25,
|
|
407
|
+
"output": 2,
|
|
408
|
+
"cacheRead": 0.025,
|
|
408
409
|
"cacheWrite": 0
|
|
409
410
|
},
|
|
410
|
-
"contextWindow":
|
|
411
|
-
"maxTokens":
|
|
411
|
+
"contextWindow": 400000,
|
|
412
|
+
"maxTokens": 128000
|
|
412
413
|
},
|
|
413
414
|
{
|
|
414
|
-
"id": "
|
|
415
|
-
"name": "
|
|
416
|
-
"api": "openai-
|
|
415
|
+
"id": "gpt-5-codex",
|
|
416
|
+
"name": "GPT-5 Codex",
|
|
417
|
+
"api": "openai-responses",
|
|
417
418
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
418
419
|
"reasoning": true,
|
|
419
420
|
"input": [
|
|
420
|
-
"text"
|
|
421
|
+
"text",
|
|
422
|
+
"image"
|
|
421
423
|
],
|
|
422
424
|
"cost": {
|
|
423
|
-
"input":
|
|
424
|
-
"output":
|
|
425
|
-
"cacheRead": 0,
|
|
425
|
+
"input": 1.07,
|
|
426
|
+
"output": 8.5,
|
|
427
|
+
"cacheRead": 0.107,
|
|
426
428
|
"cacheWrite": 0
|
|
427
429
|
},
|
|
428
|
-
"contextWindow":
|
|
430
|
+
"contextWindow": 400000,
|
|
429
431
|
"maxTokens": 128000
|
|
430
432
|
},
|
|
431
433
|
{
|
|
432
|
-
"id": "
|
|
433
|
-
"name": "
|
|
434
|
-
"api": "
|
|
434
|
+
"id": "gpt-5.6-luna",
|
|
435
|
+
"name": "GPT-5.6 Luna",
|
|
436
|
+
"api": "openai-responses",
|
|
435
437
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
436
438
|
"reasoning": true,
|
|
437
439
|
"input": [
|
|
@@ -439,37 +441,36 @@
|
|
|
439
441
|
"image"
|
|
440
442
|
],
|
|
441
443
|
"cost": {
|
|
442
|
-
"input": 0.
|
|
443
|
-
"output":
|
|
444
|
-
"cacheRead": 0.
|
|
445
|
-
"cacheWrite": 0
|
|
444
|
+
"input": 0.2,
|
|
445
|
+
"output": 1.2,
|
|
446
|
+
"cacheRead": 0.02,
|
|
447
|
+
"cacheWrite": 0.25
|
|
446
448
|
},
|
|
447
|
-
"contextWindow":
|
|
448
|
-
"maxTokens":
|
|
449
|
+
"contextWindow": 1050000,
|
|
450
|
+
"maxTokens": 128000
|
|
449
451
|
},
|
|
450
452
|
{
|
|
451
|
-
"id": "
|
|
452
|
-
"name": "
|
|
453
|
+
"id": "glm-5",
|
|
454
|
+
"name": "GLM-5",
|
|
453
455
|
"api": "openai-completions",
|
|
454
456
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
455
457
|
"reasoning": true,
|
|
456
458
|
"input": [
|
|
457
|
-
"text"
|
|
458
|
-
"image"
|
|
459
|
+
"text"
|
|
459
460
|
],
|
|
460
461
|
"cost": {
|
|
461
|
-
"input":
|
|
462
|
-
"output":
|
|
463
|
-
"cacheRead": 0.
|
|
462
|
+
"input": 1,
|
|
463
|
+
"output": 3.2,
|
|
464
|
+
"cacheRead": 0.2,
|
|
464
465
|
"cacheWrite": 0
|
|
465
466
|
},
|
|
466
|
-
"contextWindow":
|
|
467
|
-
"maxTokens":
|
|
467
|
+
"contextWindow": 204800,
|
|
468
|
+
"maxTokens": 131072
|
|
468
469
|
},
|
|
469
470
|
{
|
|
470
|
-
"id": "
|
|
471
|
-
"name": "
|
|
472
|
-
"api": "openai-
|
|
471
|
+
"id": "minimax-m3",
|
|
472
|
+
"name": "MiniMax-M3",
|
|
473
|
+
"api": "openai-completions",
|
|
473
474
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
474
475
|
"reasoning": true,
|
|
475
476
|
"input": [
|
|
@@ -477,23 +478,22 @@
|
|
|
477
478
|
"image"
|
|
478
479
|
],
|
|
479
480
|
"cost": {
|
|
480
|
-
"input":
|
|
481
|
-
"output":
|
|
482
|
-
"cacheRead": 0.
|
|
481
|
+
"input": 0.3,
|
|
482
|
+
"output": 1.2,
|
|
483
|
+
"cacheRead": 0.06,
|
|
483
484
|
"cacheWrite": 0
|
|
484
485
|
},
|
|
485
|
-
"contextWindow":
|
|
486
|
+
"contextWindow": 512000,
|
|
486
487
|
"maxTokens": 128000
|
|
487
488
|
},
|
|
488
489
|
{
|
|
489
|
-
"id": "minimax-
|
|
490
|
-
"name": "MiniMax-
|
|
490
|
+
"id": "minimax-m2.7",
|
|
491
|
+
"name": "MiniMax-M2.7",
|
|
491
492
|
"api": "openai-completions",
|
|
492
493
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
493
494
|
"reasoning": true,
|
|
494
495
|
"input": [
|
|
495
|
-
"text"
|
|
496
|
-
"image"
|
|
496
|
+
"text"
|
|
497
497
|
],
|
|
498
498
|
"cost": {
|
|
499
499
|
"input": 0.3,
|
|
@@ -501,31 +501,30 @@
|
|
|
501
501
|
"cacheRead": 0.06,
|
|
502
502
|
"cacheWrite": 0
|
|
503
503
|
},
|
|
504
|
-
"contextWindow":
|
|
505
|
-
"maxTokens":
|
|
504
|
+
"contextWindow": 204800,
|
|
505
|
+
"maxTokens": 131072
|
|
506
506
|
},
|
|
507
507
|
{
|
|
508
|
-
"id": "
|
|
509
|
-
"name": "
|
|
510
|
-
"api": "openai-
|
|
508
|
+
"id": "hy3-free",
|
|
509
|
+
"name": "Hy3 Free",
|
|
510
|
+
"api": "openai-completions",
|
|
511
511
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
512
512
|
"reasoning": true,
|
|
513
513
|
"input": [
|
|
514
|
-
"text"
|
|
515
|
-
"image"
|
|
514
|
+
"text"
|
|
516
515
|
],
|
|
517
516
|
"cost": {
|
|
518
|
-
"input":
|
|
519
|
-
"output":
|
|
520
|
-
"cacheRead": 0
|
|
517
|
+
"input": 0,
|
|
518
|
+
"output": 0,
|
|
519
|
+
"cacheRead": 0,
|
|
521
520
|
"cacheWrite": 0
|
|
522
521
|
},
|
|
523
|
-
"contextWindow":
|
|
524
|
-
"maxTokens":
|
|
522
|
+
"contextWindow": 190000,
|
|
523
|
+
"maxTokens": 64000
|
|
525
524
|
},
|
|
526
525
|
{
|
|
527
|
-
"id": "gpt-5-codex",
|
|
528
|
-
"name": "GPT-5 Codex",
|
|
526
|
+
"id": "gpt-5.3-codex",
|
|
527
|
+
"name": "GPT-5.3 Codex",
|
|
529
528
|
"api": "openai-responses",
|
|
530
529
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
531
530
|
"reasoning": true,
|
|
@@ -534,17 +533,17 @@
|
|
|
534
533
|
"image"
|
|
535
534
|
],
|
|
536
535
|
"cost": {
|
|
537
|
-
"input": 1.
|
|
538
|
-
"output":
|
|
539
|
-
"cacheRead": 0.
|
|
536
|
+
"input": 1.75,
|
|
537
|
+
"output": 14,
|
|
538
|
+
"cacheRead": 0.175,
|
|
540
539
|
"cacheWrite": 0
|
|
541
540
|
},
|
|
542
541
|
"contextWindow": 400000,
|
|
543
542
|
"maxTokens": 128000
|
|
544
543
|
},
|
|
545
544
|
{
|
|
546
|
-
"id": "claude-sonnet-4
|
|
547
|
-
"name": "Claude Sonnet 4
|
|
545
|
+
"id": "claude-sonnet-4",
|
|
546
|
+
"name": "Claude Sonnet 4",
|
|
548
547
|
"api": "anthropic-messages",
|
|
549
548
|
"baseUrl": "https://opencode.ai/zen",
|
|
550
549
|
"reasoning": true,
|
|
@@ -562,45 +561,26 @@
|
|
|
562
561
|
"maxTokens": 64000
|
|
563
562
|
},
|
|
564
563
|
{
|
|
565
|
-
"id": "
|
|
566
|
-
"name": "
|
|
567
|
-
"api": "openai-completions",
|
|
568
|
-
"baseUrl": "https://opencode.ai/zen/v1",
|
|
569
|
-
"reasoning": true,
|
|
570
|
-
"input": [
|
|
571
|
-
"text"
|
|
572
|
-
],
|
|
573
|
-
"cost": {
|
|
574
|
-
"input": 1.74,
|
|
575
|
-
"output": 3.84,
|
|
576
|
-
"cacheRead": 0.145,
|
|
577
|
-
"cacheWrite": 0
|
|
578
|
-
},
|
|
579
|
-
"contextWindow": 1000000,
|
|
580
|
-
"maxTokens": 384000
|
|
581
|
-
},
|
|
582
|
-
{
|
|
583
|
-
"id": "gpt-5.4",
|
|
584
|
-
"name": "GPT-5.4",
|
|
564
|
+
"id": "gpt-5.3-codex-spark",
|
|
565
|
+
"name": "GPT-5.3 Codex Spark",
|
|
585
566
|
"api": "openai-responses",
|
|
586
567
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
587
568
|
"reasoning": true,
|
|
588
569
|
"input": [
|
|
589
|
-
"text"
|
|
590
|
-
"image"
|
|
570
|
+
"text"
|
|
591
571
|
],
|
|
592
572
|
"cost": {
|
|
593
|
-
"input":
|
|
594
|
-
"output":
|
|
595
|
-
"cacheRead": 0.
|
|
573
|
+
"input": 1.75,
|
|
574
|
+
"output": 14,
|
|
575
|
+
"cacheRead": 0.175,
|
|
596
576
|
"cacheWrite": 0
|
|
597
577
|
},
|
|
598
|
-
"contextWindow":
|
|
578
|
+
"contextWindow": 128000,
|
|
599
579
|
"maxTokens": 128000
|
|
600
580
|
},
|
|
601
581
|
{
|
|
602
|
-
"id": "gpt-5.2
|
|
603
|
-
"name": "GPT-5.2
|
|
582
|
+
"id": "gpt-5.2",
|
|
583
|
+
"name": "GPT-5.2",
|
|
604
584
|
"api": "openai-responses",
|
|
605
585
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
606
586
|
"reasoning": true,
|
|
@@ -618,28 +598,9 @@
|
|
|
618
598
|
"maxTokens": 128000
|
|
619
599
|
},
|
|
620
600
|
{
|
|
621
|
-
"id": "
|
|
622
|
-
"name": "
|
|
623
|
-
"api": "
|
|
624
|
-
"baseUrl": "https://opencode.ai/zen/v1",
|
|
625
|
-
"reasoning": true,
|
|
626
|
-
"input": [
|
|
627
|
-
"text",
|
|
628
|
-
"image"
|
|
629
|
-
],
|
|
630
|
-
"cost": {
|
|
631
|
-
"input": 0.2,
|
|
632
|
-
"output": 1.25,
|
|
633
|
-
"cacheRead": 0.02,
|
|
634
|
-
"cacheWrite": 0
|
|
635
|
-
},
|
|
636
|
-
"contextWindow": 400000,
|
|
637
|
-
"maxTokens": 128000
|
|
638
|
-
},
|
|
639
|
-
{
|
|
640
|
-
"id": "gemini-3.6-flash",
|
|
641
|
-
"name": "Gemini 3.6 Flash",
|
|
642
|
-
"api": "google-generative-ai",
|
|
601
|
+
"id": "gemini-3.5-flash",
|
|
602
|
+
"name": "Gemini 3.5 Flash",
|
|
603
|
+
"api": "google-generative-ai",
|
|
643
604
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
644
605
|
"reasoning": true,
|
|
645
606
|
"input": [
|
|
@@ -648,7 +609,7 @@
|
|
|
648
609
|
],
|
|
649
610
|
"cost": {
|
|
650
611
|
"input": 1.5,
|
|
651
|
-
"output":
|
|
612
|
+
"output": 9,
|
|
652
613
|
"cacheRead": 0.15,
|
|
653
614
|
"cacheWrite": 0
|
|
654
615
|
},
|
|
@@ -656,26 +617,27 @@
|
|
|
656
617
|
"maxTokens": 65536
|
|
657
618
|
},
|
|
658
619
|
{
|
|
659
|
-
"id": "
|
|
660
|
-
"name": "
|
|
661
|
-
"api": "
|
|
662
|
-
"baseUrl": "https://opencode.ai/zen
|
|
620
|
+
"id": "claude-opus-4-5",
|
|
621
|
+
"name": "Claude Opus 4.5",
|
|
622
|
+
"api": "anthropic-messages",
|
|
623
|
+
"baseUrl": "https://opencode.ai/zen",
|
|
663
624
|
"reasoning": true,
|
|
664
625
|
"input": [
|
|
665
|
-
"text"
|
|
626
|
+
"text",
|
|
627
|
+
"image"
|
|
666
628
|
],
|
|
667
629
|
"cost": {
|
|
668
|
-
"input":
|
|
669
|
-
"output":
|
|
670
|
-
"cacheRead": 0,
|
|
671
|
-
"cacheWrite":
|
|
630
|
+
"input": 5,
|
|
631
|
+
"output": 25,
|
|
632
|
+
"cacheRead": 0.5,
|
|
633
|
+
"cacheWrite": 6.25
|
|
672
634
|
},
|
|
673
|
-
"contextWindow":
|
|
635
|
+
"contextWindow": 200000,
|
|
674
636
|
"maxTokens": 64000
|
|
675
637
|
},
|
|
676
638
|
{
|
|
677
|
-
"id": "
|
|
678
|
-
"name": "
|
|
639
|
+
"id": "gpt-5.4-mini",
|
|
640
|
+
"name": "GPT-5.4 Mini",
|
|
679
641
|
"api": "openai-responses",
|
|
680
642
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
681
643
|
"reasoning": true,
|
|
@@ -684,17 +646,17 @@
|
|
|
684
646
|
"image"
|
|
685
647
|
],
|
|
686
648
|
"cost": {
|
|
687
|
-
"input":
|
|
688
|
-
"output": 4.
|
|
689
|
-
"cacheRead": 0.
|
|
649
|
+
"input": 0.75,
|
|
650
|
+
"output": 4.5,
|
|
651
|
+
"cacheRead": 0.075,
|
|
690
652
|
"cacheWrite": 0
|
|
691
653
|
},
|
|
692
|
-
"contextWindow":
|
|
693
|
-
"maxTokens":
|
|
654
|
+
"contextWindow": 400000,
|
|
655
|
+
"maxTokens": 128000
|
|
694
656
|
},
|
|
695
657
|
{
|
|
696
|
-
"id": "claude-sonnet-4",
|
|
697
|
-
"name": "Claude Sonnet 4",
|
|
658
|
+
"id": "claude-sonnet-4-6",
|
|
659
|
+
"name": "Claude Sonnet 4.6",
|
|
698
660
|
"api": "anthropic-messages",
|
|
699
661
|
"baseUrl": "https://opencode.ai/zen",
|
|
700
662
|
"reasoning": true,
|
|
@@ -712,8 +674,8 @@
|
|
|
712
674
|
"maxTokens": 64000
|
|
713
675
|
},
|
|
714
676
|
{
|
|
715
|
-
"id": "
|
|
716
|
-
"name": "
|
|
677
|
+
"id": "muse-spark-1.2",
|
|
678
|
+
"name": "Muse Spark 1.2",
|
|
717
679
|
"api": "openai-responses",
|
|
718
680
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
719
681
|
"reasoning": true,
|
|
@@ -722,35 +684,55 @@
|
|
|
722
684
|
"image"
|
|
723
685
|
],
|
|
724
686
|
"cost": {
|
|
725
|
-
"input":
|
|
726
|
-
"output": 4.
|
|
727
|
-
"cacheRead": 0.
|
|
687
|
+
"input": 1.25,
|
|
688
|
+
"output": 4.25,
|
|
689
|
+
"cacheRead": 0.15,
|
|
728
690
|
"cacheWrite": 0
|
|
729
691
|
},
|
|
730
|
-
"contextWindow":
|
|
692
|
+
"contextWindow": 1048576,
|
|
693
|
+
"maxTokens": 131072
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"id": "gpt-5.5",
|
|
697
|
+
"name": "GPT-5.5",
|
|
698
|
+
"api": "openai-responses",
|
|
699
|
+
"baseUrl": "https://opencode.ai/zen/v1",
|
|
700
|
+
"reasoning": true,
|
|
701
|
+
"input": [
|
|
702
|
+
"text",
|
|
703
|
+
"image"
|
|
704
|
+
],
|
|
705
|
+
"cost": {
|
|
706
|
+
"input": 5,
|
|
707
|
+
"output": 30,
|
|
708
|
+
"cacheRead": 0.5,
|
|
709
|
+
"cacheWrite": 0
|
|
710
|
+
},
|
|
711
|
+
"contextWindow": 1050000,
|
|
731
712
|
"maxTokens": 128000
|
|
732
713
|
},
|
|
733
714
|
{
|
|
734
|
-
"id": "
|
|
735
|
-
"name": "
|
|
715
|
+
"id": "kimi-k2.5",
|
|
716
|
+
"name": "Kimi K2.5",
|
|
736
717
|
"api": "openai-completions",
|
|
737
718
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
738
719
|
"reasoning": true,
|
|
739
720
|
"input": [
|
|
740
|
-
"text"
|
|
721
|
+
"text",
|
|
722
|
+
"image"
|
|
741
723
|
],
|
|
742
724
|
"cost": {
|
|
743
|
-
"input": 0.
|
|
744
|
-
"output":
|
|
745
|
-
"cacheRead": 0.
|
|
725
|
+
"input": 0.6,
|
|
726
|
+
"output": 3,
|
|
727
|
+
"cacheRead": 0.08,
|
|
746
728
|
"cacheWrite": 0
|
|
747
729
|
},
|
|
748
|
-
"contextWindow":
|
|
749
|
-
"maxTokens":
|
|
730
|
+
"contextWindow": 262144,
|
|
731
|
+
"maxTokens": 65536
|
|
750
732
|
},
|
|
751
733
|
{
|
|
752
|
-
"id": "gpt-5.
|
|
753
|
-
"name": "GPT-5.
|
|
734
|
+
"id": "gpt-5.2-codex",
|
|
735
|
+
"name": "GPT-5.2 Codex",
|
|
754
736
|
"api": "openai-responses",
|
|
755
737
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
756
738
|
"reasoning": true,
|
|
@@ -759,14 +741,51 @@
|
|
|
759
741
|
"image"
|
|
760
742
|
],
|
|
761
743
|
"cost": {
|
|
762
|
-
"input":
|
|
763
|
-
"output":
|
|
764
|
-
"cacheRead": 0.
|
|
765
|
-
"cacheWrite": 0
|
|
744
|
+
"input": 1.75,
|
|
745
|
+
"output": 14,
|
|
746
|
+
"cacheRead": 0.175,
|
|
747
|
+
"cacheWrite": 0
|
|
766
748
|
},
|
|
767
|
-
"contextWindow":
|
|
749
|
+
"contextWindow": 400000,
|
|
768
750
|
"maxTokens": 128000
|
|
769
751
|
},
|
|
752
|
+
{
|
|
753
|
+
"id": "claude-sonnet-4-5",
|
|
754
|
+
"name": "Claude Sonnet 4.5",
|
|
755
|
+
"api": "anthropic-messages",
|
|
756
|
+
"baseUrl": "https://opencode.ai/zen",
|
|
757
|
+
"reasoning": true,
|
|
758
|
+
"input": [
|
|
759
|
+
"text",
|
|
760
|
+
"image"
|
|
761
|
+
],
|
|
762
|
+
"cost": {
|
|
763
|
+
"input": 3,
|
|
764
|
+
"output": 15,
|
|
765
|
+
"cacheRead": 0.3,
|
|
766
|
+
"cacheWrite": 3.75
|
|
767
|
+
},
|
|
768
|
+
"contextWindow": 1000000,
|
|
769
|
+
"maxTokens": 64000
|
|
770
|
+
},
|
|
771
|
+
{
|
|
772
|
+
"id": "glm-5.2",
|
|
773
|
+
"name": "GLM-5.2",
|
|
774
|
+
"api": "openai-completions",
|
|
775
|
+
"baseUrl": "https://opencode.ai/zen/v1",
|
|
776
|
+
"reasoning": true,
|
|
777
|
+
"input": [
|
|
778
|
+
"text"
|
|
779
|
+
],
|
|
780
|
+
"cost": {
|
|
781
|
+
"input": 1.4,
|
|
782
|
+
"output": 4.4,
|
|
783
|
+
"cacheRead": 0.26,
|
|
784
|
+
"cacheWrite": 0
|
|
785
|
+
},
|
|
786
|
+
"contextWindow": 1000000,
|
|
787
|
+
"maxTokens": 131072
|
|
788
|
+
},
|
|
770
789
|
{
|
|
771
790
|
"id": "mimo-v2.5-free",
|
|
772
791
|
"name": "MiMo V2.5 Free",
|
|
@@ -787,28 +806,27 @@
|
|
|
787
806
|
"maxTokens": 32000
|
|
788
807
|
},
|
|
789
808
|
{
|
|
790
|
-
"id": "
|
|
791
|
-
"name": "
|
|
792
|
-
"api": "openai-
|
|
809
|
+
"id": "minimax-m2.5",
|
|
810
|
+
"name": "MiniMax-M2.5",
|
|
811
|
+
"api": "openai-completions",
|
|
793
812
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
794
813
|
"reasoning": true,
|
|
795
814
|
"input": [
|
|
796
|
-
"text"
|
|
797
|
-
"image"
|
|
815
|
+
"text"
|
|
798
816
|
],
|
|
799
817
|
"cost": {
|
|
800
|
-
"input":
|
|
801
|
-
"output":
|
|
802
|
-
"cacheRead": 0.
|
|
818
|
+
"input": 0.3,
|
|
819
|
+
"output": 1.2,
|
|
820
|
+
"cacheRead": 0.06,
|
|
803
821
|
"cacheWrite": 0
|
|
804
822
|
},
|
|
805
|
-
"contextWindow":
|
|
806
|
-
"maxTokens":
|
|
823
|
+
"contextWindow": 204800,
|
|
824
|
+
"maxTokens": 131072
|
|
807
825
|
},
|
|
808
826
|
{
|
|
809
|
-
"id": "
|
|
810
|
-
"name": "
|
|
811
|
-
"api": "
|
|
827
|
+
"id": "gemini-3.6-flash",
|
|
828
|
+
"name": "Gemini 3.6 Flash",
|
|
829
|
+
"api": "google-generative-ai",
|
|
812
830
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
813
831
|
"reasoning": true,
|
|
814
832
|
"input": [
|
|
@@ -816,17 +834,17 @@
|
|
|
816
834
|
"image"
|
|
817
835
|
],
|
|
818
836
|
"cost": {
|
|
819
|
-
"input": 1.
|
|
820
|
-
"output":
|
|
821
|
-
"cacheRead": 0.
|
|
837
|
+
"input": 1.5,
|
|
838
|
+
"output": 7.5,
|
|
839
|
+
"cacheRead": 0.15,
|
|
822
840
|
"cacheWrite": 0
|
|
823
841
|
},
|
|
824
|
-
"contextWindow":
|
|
825
|
-
"maxTokens":
|
|
842
|
+
"contextWindow": 1048576,
|
|
843
|
+
"maxTokens": 65536
|
|
826
844
|
},
|
|
827
845
|
{
|
|
828
|
-
"id": "
|
|
829
|
-
"name": "
|
|
846
|
+
"id": "gpt-5.6-terra",
|
|
847
|
+
"name": "GPT-5.6 Terra",
|
|
830
848
|
"api": "openai-responses",
|
|
831
849
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
832
850
|
"reasoning": true,
|
|
@@ -835,18 +853,18 @@
|
|
|
835
853
|
"image"
|
|
836
854
|
],
|
|
837
855
|
"cost": {
|
|
838
|
-
"input": 2,
|
|
839
|
-
"output":
|
|
840
|
-
"cacheRead": 0.
|
|
841
|
-
"cacheWrite":
|
|
856
|
+
"input": 2.5,
|
|
857
|
+
"output": 15,
|
|
858
|
+
"cacheRead": 0.25,
|
|
859
|
+
"cacheWrite": 3.125
|
|
842
860
|
},
|
|
843
|
-
"contextWindow":
|
|
844
|
-
"maxTokens":
|
|
861
|
+
"contextWindow": 1050000,
|
|
862
|
+
"maxTokens": 128000
|
|
845
863
|
},
|
|
846
864
|
{
|
|
847
|
-
"id": "
|
|
848
|
-
"name": "
|
|
849
|
-
"api": "
|
|
865
|
+
"id": "gemini-3-flash",
|
|
866
|
+
"name": "Gemini 3 Flash",
|
|
867
|
+
"api": "google-generative-ai",
|
|
850
868
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
851
869
|
"reasoning": true,
|
|
852
870
|
"input": [
|
|
@@ -854,17 +872,17 @@
|
|
|
854
872
|
"image"
|
|
855
873
|
],
|
|
856
874
|
"cost": {
|
|
857
|
-
"input": 0.
|
|
858
|
-
"output":
|
|
859
|
-
"cacheRead": 0.
|
|
875
|
+
"input": 0.5,
|
|
876
|
+
"output": 3,
|
|
877
|
+
"cacheRead": 0.05,
|
|
860
878
|
"cacheWrite": 0
|
|
861
879
|
},
|
|
862
|
-
"contextWindow":
|
|
863
|
-
"maxTokens":
|
|
880
|
+
"contextWindow": 1048576,
|
|
881
|
+
"maxTokens": 65536
|
|
864
882
|
},
|
|
865
883
|
{
|
|
866
|
-
"id": "
|
|
867
|
-
"name": "
|
|
884
|
+
"id": "gpt-5.4",
|
|
885
|
+
"name": "GPT-5.4",
|
|
868
886
|
"api": "openai-responses",
|
|
869
887
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
870
888
|
"reasoning": true,
|
|
@@ -873,111 +891,110 @@
|
|
|
873
891
|
"image"
|
|
874
892
|
],
|
|
875
893
|
"cost": {
|
|
876
|
-
"input": 2,
|
|
877
|
-
"output":
|
|
878
|
-
"cacheRead": 0.
|
|
894
|
+
"input": 2.5,
|
|
895
|
+
"output": 15,
|
|
896
|
+
"cacheRead": 0.25,
|
|
879
897
|
"cacheWrite": 0
|
|
880
898
|
},
|
|
881
|
-
"contextWindow":
|
|
882
|
-
"maxTokens":
|
|
899
|
+
"contextWindow": 1050000,
|
|
900
|
+
"maxTokens": 128000
|
|
883
901
|
},
|
|
884
902
|
{
|
|
885
|
-
"id": "
|
|
886
|
-
"name": "
|
|
887
|
-
"api": "
|
|
888
|
-
"baseUrl": "https://opencode.ai/zen
|
|
903
|
+
"id": "qwen3.6-plus",
|
|
904
|
+
"name": "Qwen3.6 Plus",
|
|
905
|
+
"api": "anthropic-messages",
|
|
906
|
+
"baseUrl": "https://opencode.ai/zen",
|
|
889
907
|
"reasoning": true,
|
|
890
908
|
"input": [
|
|
891
909
|
"text",
|
|
892
910
|
"image"
|
|
893
911
|
],
|
|
894
912
|
"cost": {
|
|
895
|
-
"input":
|
|
896
|
-
"output":
|
|
897
|
-
"cacheRead": 0.
|
|
898
|
-
"cacheWrite": 0
|
|
913
|
+
"input": 0.5,
|
|
914
|
+
"output": 3,
|
|
915
|
+
"cacheRead": 0.05,
|
|
916
|
+
"cacheWrite": 0.625
|
|
899
917
|
},
|
|
900
|
-
"contextWindow":
|
|
901
|
-
"maxTokens":
|
|
918
|
+
"contextWindow": 262144,
|
|
919
|
+
"maxTokens": 65536
|
|
902
920
|
},
|
|
903
921
|
{
|
|
904
|
-
"id": "
|
|
905
|
-
"name": "
|
|
906
|
-
"api": "
|
|
907
|
-
"baseUrl": "https://opencode.ai/zen
|
|
922
|
+
"id": "claude-fable-5",
|
|
923
|
+
"name": "Claude Fable 5",
|
|
924
|
+
"api": "anthropic-messages",
|
|
925
|
+
"baseUrl": "https://opencode.ai/zen",
|
|
908
926
|
"reasoning": true,
|
|
909
927
|
"input": [
|
|
910
|
-
"text"
|
|
928
|
+
"text",
|
|
929
|
+
"image"
|
|
911
930
|
],
|
|
912
931
|
"cost": {
|
|
913
|
-
"input":
|
|
914
|
-
"output":
|
|
915
|
-
"cacheRead":
|
|
916
|
-
"cacheWrite":
|
|
932
|
+
"input": 10,
|
|
933
|
+
"output": 50,
|
|
934
|
+
"cacheRead": 1,
|
|
935
|
+
"cacheWrite": 12.5
|
|
917
936
|
},
|
|
918
|
-
"contextWindow":
|
|
919
|
-
"maxTokens":
|
|
937
|
+
"contextWindow": 1000000,
|
|
938
|
+
"maxTokens": 128000
|
|
920
939
|
},
|
|
921
940
|
{
|
|
922
|
-
"id": "
|
|
923
|
-
"name": "
|
|
924
|
-
"api": "openai-
|
|
941
|
+
"id": "glm-5.1",
|
|
942
|
+
"name": "GLM-5.1",
|
|
943
|
+
"api": "openai-completions",
|
|
925
944
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
926
945
|
"reasoning": true,
|
|
927
946
|
"input": [
|
|
928
|
-
"text"
|
|
929
|
-
"image"
|
|
947
|
+
"text"
|
|
930
948
|
],
|
|
931
949
|
"cost": {
|
|
932
|
-
"input": 1,
|
|
933
|
-
"output":
|
|
934
|
-
"cacheRead": 0.
|
|
950
|
+
"input": 1.4,
|
|
951
|
+
"output": 4.4,
|
|
952
|
+
"cacheRead": 0.26,
|
|
935
953
|
"cacheWrite": 0
|
|
936
954
|
},
|
|
937
|
-
"contextWindow":
|
|
938
|
-
"maxTokens":
|
|
955
|
+
"contextWindow": 204800,
|
|
956
|
+
"maxTokens": 131072
|
|
939
957
|
},
|
|
940
958
|
{
|
|
941
|
-
"id": "
|
|
942
|
-
"name": "
|
|
959
|
+
"id": "big-pickle",
|
|
960
|
+
"name": "Big Pickle",
|
|
943
961
|
"api": "openai-completions",
|
|
944
962
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
945
963
|
"reasoning": true,
|
|
946
964
|
"input": [
|
|
947
|
-
"text"
|
|
948
|
-
"image"
|
|
965
|
+
"text"
|
|
949
966
|
],
|
|
950
967
|
"cost": {
|
|
951
|
-
"input":
|
|
952
|
-
"output":
|
|
953
|
-
"cacheRead": 0
|
|
968
|
+
"input": 0,
|
|
969
|
+
"output": 0,
|
|
970
|
+
"cacheRead": 0,
|
|
954
971
|
"cacheWrite": 0
|
|
955
972
|
},
|
|
956
|
-
"contextWindow":
|
|
957
|
-
"maxTokens":
|
|
973
|
+
"contextWindow": 200000,
|
|
974
|
+
"maxTokens": 32000
|
|
958
975
|
},
|
|
959
976
|
{
|
|
960
|
-
"id": "
|
|
961
|
-
"name": "
|
|
962
|
-
"api": "
|
|
963
|
-
"baseUrl": "https://opencode.ai/zen
|
|
977
|
+
"id": "claude-haiku-4-5",
|
|
978
|
+
"name": "Claude Haiku 4.5",
|
|
979
|
+
"api": "anthropic-messages",
|
|
980
|
+
"baseUrl": "https://opencode.ai/zen",
|
|
964
981
|
"reasoning": true,
|
|
965
982
|
"input": [
|
|
966
983
|
"text",
|
|
967
984
|
"image"
|
|
968
985
|
],
|
|
969
986
|
"cost": {
|
|
970
|
-
"input": 1
|
|
971
|
-
"output":
|
|
972
|
-
"cacheRead": 0.
|
|
973
|
-
"cacheWrite":
|
|
987
|
+
"input": 1,
|
|
988
|
+
"output": 5,
|
|
989
|
+
"cacheRead": 0.1,
|
|
990
|
+
"cacheWrite": 1.25
|
|
974
991
|
},
|
|
975
|
-
"contextWindow":
|
|
976
|
-
"maxTokens":
|
|
992
|
+
"contextWindow": 200000,
|
|
993
|
+
"maxTokens": 64000
|
|
977
994
|
},
|
|
978
995
|
{
|
|
979
|
-
"id": "gpt-5-
|
|
980
|
-
"name": "GPT-5
|
|
996
|
+
"id": "gpt-5.1-codex-max",
|
|
997
|
+
"name": "GPT-5.1 Codex Max",
|
|
981
998
|
"api": "openai-responses",
|
|
982
999
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
983
1000
|
"reasoning": true,
|
|
@@ -986,17 +1003,17 @@
|
|
|
986
1003
|
"image"
|
|
987
1004
|
],
|
|
988
1005
|
"cost": {
|
|
989
|
-
"input":
|
|
990
|
-
"output":
|
|
991
|
-
"cacheRead": 0.
|
|
1006
|
+
"input": 1.25,
|
|
1007
|
+
"output": 10,
|
|
1008
|
+
"cacheRead": 0.125,
|
|
992
1009
|
"cacheWrite": 0
|
|
993
1010
|
},
|
|
994
1011
|
"contextWindow": 400000,
|
|
995
1012
|
"maxTokens": 128000
|
|
996
1013
|
},
|
|
997
1014
|
{
|
|
998
|
-
"id": "claude-opus-4-
|
|
999
|
-
"name": "Claude Opus 4.
|
|
1015
|
+
"id": "claude-opus-4-6",
|
|
1016
|
+
"name": "Claude Opus 4.6",
|
|
1000
1017
|
"api": "anthropic-messages",
|
|
1001
1018
|
"baseUrl": "https://opencode.ai/zen",
|
|
1002
1019
|
"reasoning": true,
|
|
@@ -1014,8 +1031,8 @@
|
|
|
1014
1031
|
"maxTokens": 128000
|
|
1015
1032
|
},
|
|
1016
1033
|
{
|
|
1017
|
-
"id": "gpt-5.
|
|
1018
|
-
"name": "GPT-5.
|
|
1034
|
+
"id": "gpt-5.1-codex",
|
|
1035
|
+
"name": "GPT-5.1 Codex",
|
|
1019
1036
|
"api": "openai-responses",
|
|
1020
1037
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
1021
1038
|
"reasoning": true,
|
|
@@ -1024,17 +1041,17 @@
|
|
|
1024
1041
|
"image"
|
|
1025
1042
|
],
|
|
1026
1043
|
"cost": {
|
|
1027
|
-
"input":
|
|
1028
|
-
"output":
|
|
1029
|
-
"cacheRead": 0.
|
|
1030
|
-
"cacheWrite":
|
|
1044
|
+
"input": 1.07,
|
|
1045
|
+
"output": 8.5,
|
|
1046
|
+
"cacheRead": 0.107,
|
|
1047
|
+
"cacheWrite": 0
|
|
1031
1048
|
},
|
|
1032
|
-
"contextWindow":
|
|
1049
|
+
"contextWindow": 400000,
|
|
1033
1050
|
"maxTokens": 128000
|
|
1034
1051
|
},
|
|
1035
1052
|
{
|
|
1036
|
-
"id": "claude-opus-
|
|
1037
|
-
"name": "Claude Opus
|
|
1053
|
+
"id": "claude-opus-5",
|
|
1054
|
+
"name": "Claude Opus 5",
|
|
1038
1055
|
"api": "anthropic-messages",
|
|
1039
1056
|
"baseUrl": "https://opencode.ai/zen",
|
|
1040
1057
|
"reasoning": true,
|
|
@@ -1048,86 +1065,88 @@
|
|
|
1048
1065
|
"cacheRead": 0.5,
|
|
1049
1066
|
"cacheWrite": 6.25
|
|
1050
1067
|
},
|
|
1051
|
-
"contextWindow":
|
|
1052
|
-
"maxTokens":
|
|
1068
|
+
"contextWindow": 1000000,
|
|
1069
|
+
"maxTokens": 128000
|
|
1053
1070
|
},
|
|
1054
1071
|
{
|
|
1055
|
-
"id": "
|
|
1056
|
-
"name": "
|
|
1057
|
-
"api": "
|
|
1058
|
-
"baseUrl": "https://opencode.ai/zen",
|
|
1072
|
+
"id": "grok-build-0.1",
|
|
1073
|
+
"name": "Grok Build 0.1",
|
|
1074
|
+
"api": "openai-responses",
|
|
1075
|
+
"baseUrl": "https://opencode.ai/zen/v1",
|
|
1059
1076
|
"reasoning": true,
|
|
1060
1077
|
"input": [
|
|
1061
1078
|
"text",
|
|
1062
1079
|
"image"
|
|
1063
1080
|
],
|
|
1064
1081
|
"cost": {
|
|
1065
|
-
"input":
|
|
1066
|
-
"output":
|
|
1082
|
+
"input": 1,
|
|
1083
|
+
"output": 2,
|
|
1067
1084
|
"cacheRead": 0.2,
|
|
1068
|
-
"cacheWrite":
|
|
1085
|
+
"cacheWrite": 0
|
|
1069
1086
|
},
|
|
1070
|
-
"contextWindow":
|
|
1071
|
-
"maxTokens":
|
|
1087
|
+
"contextWindow": 256000,
|
|
1088
|
+
"maxTokens": 256000
|
|
1072
1089
|
},
|
|
1073
1090
|
{
|
|
1074
|
-
"id": "
|
|
1075
|
-
"name": "
|
|
1076
|
-
"api": "
|
|
1091
|
+
"id": "gemini-3.7-flash",
|
|
1092
|
+
"name": "Gemini 3.7 Flash",
|
|
1093
|
+
"api": "google-generative-ai",
|
|
1077
1094
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
1078
1095
|
"reasoning": true,
|
|
1079
1096
|
"input": [
|
|
1080
|
-
"text"
|
|
1097
|
+
"text",
|
|
1098
|
+
"image"
|
|
1081
1099
|
],
|
|
1082
1100
|
"cost": {
|
|
1083
|
-
"input":
|
|
1084
|
-
"output":
|
|
1085
|
-
"cacheRead": 0,
|
|
1101
|
+
"input": 1.5,
|
|
1102
|
+
"output": 7.5,
|
|
1103
|
+
"cacheRead": 0.15,
|
|
1086
1104
|
"cacheWrite": 0
|
|
1087
1105
|
},
|
|
1088
|
-
"contextWindow":
|
|
1089
|
-
"maxTokens":
|
|
1106
|
+
"contextWindow": 1048576,
|
|
1107
|
+
"maxTokens": 65536
|
|
1090
1108
|
},
|
|
1091
1109
|
{
|
|
1092
|
-
"id": "
|
|
1093
|
-
"name": "
|
|
1094
|
-
"api": "openai-
|
|
1110
|
+
"id": "gpt-5.4-nano",
|
|
1111
|
+
"name": "GPT-5.4 Nano",
|
|
1112
|
+
"api": "openai-responses",
|
|
1095
1113
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
1096
1114
|
"reasoning": true,
|
|
1097
1115
|
"input": [
|
|
1098
|
-
"text"
|
|
1116
|
+
"text",
|
|
1117
|
+
"image"
|
|
1099
1118
|
],
|
|
1100
1119
|
"cost": {
|
|
1101
|
-
"input": 0,
|
|
1102
|
-
"output":
|
|
1103
|
-
"cacheRead": 0,
|
|
1120
|
+
"input": 0.2,
|
|
1121
|
+
"output": 1.25,
|
|
1122
|
+
"cacheRead": 0.02,
|
|
1104
1123
|
"cacheWrite": 0
|
|
1105
1124
|
},
|
|
1106
|
-
"contextWindow":
|
|
1125
|
+
"contextWindow": 400000,
|
|
1107
1126
|
"maxTokens": 128000
|
|
1108
1127
|
},
|
|
1109
1128
|
{
|
|
1110
|
-
"id": "
|
|
1111
|
-
"name": "
|
|
1112
|
-
"api": "
|
|
1113
|
-
"baseUrl": "https://opencode.ai/zen",
|
|
1129
|
+
"id": "kimi-k2.6",
|
|
1130
|
+
"name": "Kimi K2.6",
|
|
1131
|
+
"api": "openai-completions",
|
|
1132
|
+
"baseUrl": "https://opencode.ai/zen/v1",
|
|
1114
1133
|
"reasoning": true,
|
|
1115
1134
|
"input": [
|
|
1116
1135
|
"text",
|
|
1117
1136
|
"image"
|
|
1118
1137
|
],
|
|
1119
1138
|
"cost": {
|
|
1120
|
-
"input":
|
|
1121
|
-
"output":
|
|
1122
|
-
"cacheRead": 0.
|
|
1123
|
-
"cacheWrite":
|
|
1139
|
+
"input": 0.95,
|
|
1140
|
+
"output": 4,
|
|
1141
|
+
"cacheRead": 0.16,
|
|
1142
|
+
"cacheWrite": 0
|
|
1124
1143
|
},
|
|
1125
|
-
"contextWindow":
|
|
1126
|
-
"maxTokens":
|
|
1144
|
+
"contextWindow": 262144,
|
|
1145
|
+
"maxTokens": 65536
|
|
1127
1146
|
},
|
|
1128
1147
|
{
|
|
1129
|
-
"id": "gpt-5.1
|
|
1130
|
-
"name": "GPT-5.1
|
|
1148
|
+
"id": "gpt-5.1",
|
|
1149
|
+
"name": "GPT-5.1",
|
|
1131
1150
|
"api": "openai-responses",
|
|
1132
1151
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
1133
1152
|
"reasoning": true,
|
|
@@ -1136,31 +1155,12 @@
|
|
|
1136
1155
|
"image"
|
|
1137
1156
|
],
|
|
1138
1157
|
"cost": {
|
|
1139
|
-
"input": 1.
|
|
1140
|
-
"output":
|
|
1141
|
-
"cacheRead": 0.
|
|
1158
|
+
"input": 1.07,
|
|
1159
|
+
"output": 8.5,
|
|
1160
|
+
"cacheRead": 0.107,
|
|
1142
1161
|
"cacheWrite": 0
|
|
1143
1162
|
},
|
|
1144
1163
|
"contextWindow": 400000,
|
|
1145
1164
|
"maxTokens": 128000
|
|
1146
|
-
},
|
|
1147
|
-
{
|
|
1148
|
-
"id": "qwen3.6-plus",
|
|
1149
|
-
"name": "Qwen3.6 Plus",
|
|
1150
|
-
"api": "anthropic-messages",
|
|
1151
|
-
"baseUrl": "https://opencode.ai/zen",
|
|
1152
|
-
"reasoning": true,
|
|
1153
|
-
"input": [
|
|
1154
|
-
"text",
|
|
1155
|
-
"image"
|
|
1156
|
-
],
|
|
1157
|
-
"cost": {
|
|
1158
|
-
"input": 0.5,
|
|
1159
|
-
"output": 3,
|
|
1160
|
-
"cacheRead": 0.05,
|
|
1161
|
-
"cacheWrite": 0.625
|
|
1162
|
-
},
|
|
1163
|
-
"contextWindow": 262144,
|
|
1164
|
-
"maxTokens": 65536
|
|
1165
1165
|
}
|
|
1166
1166
|
]
|