@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/models.json CHANGED
@@ -1,26 +1,7 @@
1
1
  [
2
2
  {
3
- "id": "gpt-5.1-codex-mini",
4
- "name": "GPT-5.1 Codex Mini",
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": 3,
33
- "output": 15,
34
- "cacheRead": 0.3,
35
- "cacheWrite": 3.75
13
+ "input": 5,
14
+ "output": 25,
15
+ "cacheRead": 0.5,
16
+ "cacheWrite": 6.25
36
17
  },
37
18
  "contextWindow": 1000000,
38
- "maxTokens": 64000
19
+ "maxTokens": 128000
39
20
  },
40
21
  {
41
- "id": "gpt-5.5-pro",
42
- "name": "GPT-5.5 Pro",
43
- "api": "openai-responses",
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": 30,
52
- "output": 180,
53
- "cacheRead": 30,
31
+ "input": 0,
32
+ "output": 0,
33
+ "cacheRead": 0,
54
34
  "cacheWrite": 0
55
35
  },
56
- "contextWindow": 1050000,
57
- "maxTokens": 128000
36
+ "contextWindow": 256000,
37
+ "maxTokens": 32000
58
38
  },
59
39
  {
60
- "id": "glm-5",
61
- "name": "GLM-5",
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": 1,
70
- "output": 3.2,
71
- "cacheRead": 0.2,
49
+ "input": 0,
50
+ "output": 0,
51
+ "cacheRead": 0,
72
52
  "cacheWrite": 0
73
53
  },
74
- "contextWindow": 204800,
75
- "maxTokens": 131072
54
+ "contextWindow": 262144,
55
+ "maxTokens": 262144
76
56
  },
77
57
  {
78
- "id": "gemini-3.5-flash",
79
- "name": "Gemini 3.5 Flash",
80
- "api": "google-generative-ai",
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": 1.5,
89
- "output": 9,
90
- "cacheRead": 0.15,
68
+ "input": 0.95,
69
+ "output": 4,
70
+ "cacheRead": 0.19,
91
71
  "cacheWrite": 0
92
72
  },
93
- "contextWindow": 1048576,
94
- "maxTokens": 65536
73
+ "contextWindow": 262144,
74
+ "maxTokens": 262144
95
75
  },
96
76
  {
97
- "id": "gpt-5.3-codex-spark",
98
- "name": "GPT-5.3 Codex Spark",
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": 1.75,
107
- "output": 14,
108
- "cacheRead": 0.175,
87
+ "input": 0.05,
88
+ "output": 0.4,
89
+ "cacheRead": 0.005,
109
90
  "cacheWrite": 0
110
91
  },
111
- "contextWindow": 128000,
92
+ "contextWindow": 400000,
112
93
  "maxTokens": 128000
113
94
  },
114
95
  {
115
- "id": "claude-haiku-4-5",
116
- "name": "Claude Haiku 4.5",
117
- "api": "anthropic-messages",
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": 1,
126
- "output": 5,
127
- "cacheRead": 0.1,
128
- "cacheWrite": 1.25
106
+ "input": 3,
107
+ "output": 15,
108
+ "cacheRead": 0.3,
109
+ "cacheWrite": 0
129
110
  },
130
- "contextWindow": 200000,
131
- "maxTokens": 64000
111
+ "contextWindow": 1048576,
112
+ "maxTokens": 131072
132
113
  },
133
114
  {
134
- "id": "gpt-5.4-pro",
135
- "name": "GPT-5.4 Pro",
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": "qwen3.5-plus",
154
- "name": "Qwen3.5 Plus",
155
- "api": "anthropic-messages",
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.2,
164
- "output": 1.2,
165
- "cacheRead": 0.02,
166
- "cacheWrite": 0.25
143
+ "input": 0.14,
144
+ "output": 0.28,
145
+ "cacheRead": 0.028,
146
+ "cacheWrite": 0
167
147
  },
168
- "contextWindow": 262144,
169
- "maxTokens": 65536
148
+ "contextWindow": 1000000,
149
+ "maxTokens": 384000
170
150
  },
171
151
  {
172
- "id": "gpt-5.6-sol",
173
- "name": "GPT-5.6 Sol",
174
- "api": "openai-responses",
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": 5,
183
- "output": 30,
184
- "cacheRead": 0.5,
185
- "cacheWrite": 6.25
161
+ "input": 0,
162
+ "output": 0,
163
+ "cacheRead": 0,
164
+ "cacheWrite": 0
186
165
  },
187
- "contextWindow": 1050000,
166
+ "contextWindow": 200000,
188
167
  "maxTokens": 128000
189
168
  },
190
169
  {
191
- "id": "glm-5.1",
192
- "name": "GLM-5.1",
193
- "api": "openai-completions",
194
- "baseUrl": "https://opencode.ai/zen/v1",
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": 1.4,
201
- "output": 4.4,
202
- "cacheRead": 0.26,
203
- "cacheWrite": 0
180
+ "input": 5,
181
+ "output": 25,
182
+ "cacheRead": 0.5,
183
+ "cacheWrite": 6.25
204
184
  },
205
- "contextWindow": 204800,
206
- "maxTokens": 131072
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.7-flash",
229
- "name": "Gemini 3.7 Flash",
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": 1.5,
239
- "output": 7.5,
240
- "cacheRead": 0.15,
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": "claude-opus-4-6",
248
- "name": "Claude Opus 4.6",
249
- "api": "anthropic-messages",
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": 25,
238
+ "output": 30,
259
239
  "cacheRead": 0.5,
260
240
  "cacheWrite": 6.25
261
241
  },
262
- "contextWindow": 1000000,
242
+ "contextWindow": 1050000,
263
243
  "maxTokens": 128000
264
244
  },
265
245
  {
266
- "id": "claude-fable-5",
267
- "name": "Claude Fable 5",
268
- "api": "anthropic-messages",
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": 10,
277
- "output": 50,
278
- "cacheRead": 1,
279
- "cacheWrite": 12.5
256
+ "input": 2,
257
+ "output": 6,
258
+ "cacheRead": 0.5,
259
+ "cacheWrite": 0
280
260
  },
281
- "contextWindow": 1000000,
282
- "maxTokens": 128000
261
+ "contextWindow": 500000,
262
+ "maxTokens": 500000
283
263
  },
284
264
  {
285
- "id": "gemini-3.1-pro",
286
- "name": "Gemini 3.1 Pro Preview",
287
- "api": "google-generative-ai",
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": 2,
296
- "output": 12,
297
- "cacheRead": 0.2,
275
+ "input": 30,
276
+ "output": 180,
277
+ "cacheRead": 30,
298
278
  "cacheWrite": 0
299
279
  },
300
- "contextWindow": 1048576,
301
- "maxTokens": 65536
280
+ "contextWindow": 1050000,
281
+ "maxTokens": 128000
302
282
  },
303
283
  {
304
- "id": "deepseek-v4-flash",
305
- "name": "DeepSeek V4 Flash",
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.14,
314
- "output": 0.28,
315
- "cacheRead": 0.028,
293
+ "input": 0,
294
+ "output": 0,
295
+ "cacheRead": 0,
316
296
  "cacheWrite": 0
317
297
  },
318
298
  "contextWindow": 1000000,
319
- "maxTokens": 384000
299
+ "maxTokens": 128000
320
300
  },
321
301
  {
322
- "id": "kimi-k2.5",
323
- "name": "Kimi K2.5",
324
- "api": "openai-completions",
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": 0.6,
333
- "output": 3,
334
- "cacheRead": 0.08,
312
+ "input": 2,
313
+ "output": 6,
314
+ "cacheRead": 0.5,
335
315
  "cacheWrite": 0
336
316
  },
337
- "contextWindow": 262144,
338
- "maxTokens": 65536
317
+ "contextWindow": 500000,
318
+ "maxTokens": 500000
339
319
  },
340
320
  {
341
- "id": "minimax-m2.7",
342
- "name": "MiniMax-M2.7",
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": 0.3,
351
- "output": 1.2,
352
- "cacheRead": 0.06,
349
+ "input": 1.74,
350
+ "output": 3.84,
351
+ "cacheRead": 0.145,
353
352
  "cacheWrite": 0
354
353
  },
355
- "contextWindow": 204800,
356
- "maxTokens": 131072
354
+ "contextWindow": 1000000,
355
+ "maxTokens": 384000
357
356
  },
358
357
  {
359
- "id": "claude-opus-4-8",
360
- "name": "Claude Opus 4.8",
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": 5,
370
- "output": 25,
371
- "cacheRead": 0.5,
372
- "cacheWrite": 6.25
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": "glm-5.2",
379
- "name": "GLM-5.2",
380
- "api": "openai-completions",
381
- "baseUrl": "https://opencode.ai/zen/v1",
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": 1.4,
388
- "output": 4.4,
389
- "cacheRead": 0.26,
390
- "cacheWrite": 0
387
+ "input": 0.2,
388
+ "output": 1.2,
389
+ "cacheRead": 0.02,
390
+ "cacheWrite": 0.25
391
391
  },
392
- "contextWindow": 1000000,
393
- "maxTokens": 131072
392
+ "contextWindow": 262144,
393
+ "maxTokens": 65536
394
394
  },
395
395
  {
396
- "id": "laguna-s-2.1-free",
397
- "name": "Laguna S 2.1 Free",
398
- "api": "openai-completions",
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": 0,
407
- "cacheRead": 0,
406
+ "input": 0.25,
407
+ "output": 2,
408
+ "cacheRead": 0.025,
408
409
  "cacheWrite": 0
409
410
  },
410
- "contextWindow": 256000,
411
- "maxTokens": 32000
411
+ "contextWindow": 400000,
412
+ "maxTokens": 128000
412
413
  },
413
414
  {
414
- "id": "deepseek-v4-flash-free",
415
- "name": "DeepSeek V4 Flash Free",
416
- "api": "openai-completions",
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": 0,
424
- "output": 0,
425
- "cacheRead": 0,
425
+ "input": 1.07,
426
+ "output": 8.5,
427
+ "cacheRead": 0.107,
426
428
  "cacheWrite": 0
427
429
  },
428
- "contextWindow": 200000,
430
+ "contextWindow": 400000,
429
431
  "maxTokens": 128000
430
432
  },
431
433
  {
432
- "id": "gemini-3-flash",
433
- "name": "Gemini 3 Flash",
434
- "api": "google-generative-ai",
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.5,
443
- "output": 3,
444
- "cacheRead": 0.05,
445
- "cacheWrite": 0
444
+ "input": 0.2,
445
+ "output": 1.2,
446
+ "cacheRead": 0.02,
447
+ "cacheWrite": 0.25
446
448
  },
447
- "contextWindow": 1048576,
448
- "maxTokens": 65536
449
+ "contextWindow": 1050000,
450
+ "maxTokens": 128000
449
451
  },
450
452
  {
451
- "id": "kimi-k2.6",
452
- "name": "Kimi K2.6",
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": 0.95,
462
- "output": 4,
463
- "cacheRead": 0.16,
462
+ "input": 1,
463
+ "output": 3.2,
464
+ "cacheRead": 0.2,
464
465
  "cacheWrite": 0
465
466
  },
466
- "contextWindow": 262144,
467
- "maxTokens": 65536
467
+ "contextWindow": 204800,
468
+ "maxTokens": 131072
468
469
  },
469
470
  {
470
- "id": "gpt-5.5",
471
- "name": "GPT-5.5",
472
- "api": "openai-responses",
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": 5,
481
- "output": 30,
482
- "cacheRead": 0.5,
481
+ "input": 0.3,
482
+ "output": 1.2,
483
+ "cacheRead": 0.06,
483
484
  "cacheWrite": 0
484
485
  },
485
- "contextWindow": 1050000,
486
+ "contextWindow": 512000,
486
487
  "maxTokens": 128000
487
488
  },
488
489
  {
489
- "id": "minimax-m3",
490
- "name": "MiniMax-M3",
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": 512000,
505
- "maxTokens": 128000
504
+ "contextWindow": 204800,
505
+ "maxTokens": 131072
506
506
  },
507
507
  {
508
- "id": "gpt-5",
509
- "name": "GPT-5",
510
- "api": "openai-responses",
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": 1.07,
519
- "output": 8.5,
520
- "cacheRead": 0.107,
517
+ "input": 0,
518
+ "output": 0,
519
+ "cacheRead": 0,
521
520
  "cacheWrite": 0
522
521
  },
523
- "contextWindow": 400000,
524
- "maxTokens": 128000
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.07,
538
- "output": 8.5,
539
- "cacheRead": 0.107,
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-5",
547
- "name": "Claude Sonnet 4.5",
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": "deepseek-v4-pro",
566
- "name": "DeepSeek V4 Pro",
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": 2.5,
594
- "output": 15,
595
- "cacheRead": 0.25,
573
+ "input": 1.75,
574
+ "output": 14,
575
+ "cacheRead": 0.175,
596
576
  "cacheWrite": 0
597
577
  },
598
- "contextWindow": 1050000,
578
+ "contextWindow": 128000,
599
579
  "maxTokens": 128000
600
580
  },
601
581
  {
602
- "id": "gpt-5.2-codex",
603
- "name": "GPT-5.2 Codex",
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": "gpt-5.4-nano",
622
- "name": "GPT-5.4 Nano",
623
- "api": "openai-responses",
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": 7.5,
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": "hy3-free",
660
- "name": "Hy3 Free",
661
- "api": "openai-completions",
662
- "baseUrl": "https://opencode.ai/zen/v1",
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": 0,
669
- "output": 0,
670
- "cacheRead": 0,
671
- "cacheWrite": 0
630
+ "input": 5,
631
+ "output": 25,
632
+ "cacheRead": 0.5,
633
+ "cacheWrite": 6.25
672
634
  },
673
- "contextWindow": 190000,
635
+ "contextWindow": 200000,
674
636
  "maxTokens": 64000
675
637
  },
676
638
  {
677
- "id": "muse-spark-1.2",
678
- "name": "Muse Spark 1.2",
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": 1.25,
688
- "output": 4.25,
689
- "cacheRead": 0.15,
649
+ "input": 0.75,
650
+ "output": 4.5,
651
+ "cacheRead": 0.075,
690
652
  "cacheWrite": 0
691
653
  },
692
- "contextWindow": 1048576,
693
- "maxTokens": 131072
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": "gpt-5.4-mini",
716
- "name": "GPT-5.4 Mini",
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": 0.75,
726
- "output": 4.5,
727
- "cacheRead": 0.075,
687
+ "input": 1.25,
688
+ "output": 4.25,
689
+ "cacheRead": 0.15,
728
690
  "cacheWrite": 0
729
691
  },
730
- "contextWindow": 400000,
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": "minimax-m2.5",
735
- "name": "MiniMax-M2.5",
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.3,
744
- "output": 1.2,
745
- "cacheRead": 0.06,
725
+ "input": 0.6,
726
+ "output": 3,
727
+ "cacheRead": 0.08,
746
728
  "cacheWrite": 0
747
729
  },
748
- "contextWindow": 204800,
749
- "maxTokens": 131072
730
+ "contextWindow": 262144,
731
+ "maxTokens": 65536
750
732
  },
751
733
  {
752
- "id": "gpt-5.6-luna",
753
- "name": "GPT-5.6 Luna",
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": 0.2,
763
- "output": 1.2,
764
- "cacheRead": 0.02,
765
- "cacheWrite": 0.25
744
+ "input": 1.75,
745
+ "output": 14,
746
+ "cacheRead": 0.175,
747
+ "cacheWrite": 0
766
748
  },
767
- "contextWindow": 1050000,
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": "gpt-5.2",
791
- "name": "GPT-5.2",
792
- "api": "openai-responses",
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": 1.75,
801
- "output": 14,
802
- "cacheRead": 0.175,
818
+ "input": 0.3,
819
+ "output": 1.2,
820
+ "cacheRead": 0.06,
803
821
  "cacheWrite": 0
804
822
  },
805
- "contextWindow": 400000,
806
- "maxTokens": 128000
823
+ "contextWindow": 204800,
824
+ "maxTokens": 131072
807
825
  },
808
826
  {
809
- "id": "gpt-5.3-codex",
810
- "name": "GPT-5.3 Codex",
811
- "api": "openai-responses",
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.75,
820
- "output": 14,
821
- "cacheRead": 0.175,
837
+ "input": 1.5,
838
+ "output": 7.5,
839
+ "cacheRead": 0.15,
822
840
  "cacheWrite": 0
823
841
  },
824
- "contextWindow": 400000,
825
- "maxTokens": 128000
842
+ "contextWindow": 1048576,
843
+ "maxTokens": 65536
826
844
  },
827
845
  {
828
- "id": "grok-4.5",
829
- "name": "Grok 4.5",
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": 6,
840
- "cacheRead": 0.5,
841
- "cacheWrite": 0
856
+ "input": 2.5,
857
+ "output": 15,
858
+ "cacheRead": 0.25,
859
+ "cacheWrite": 3.125
842
860
  },
843
- "contextWindow": 500000,
844
- "maxTokens": 500000
861
+ "contextWindow": 1050000,
862
+ "maxTokens": 128000
845
863
  },
846
864
  {
847
- "id": "kimi-k2.7-code",
848
- "name": "Kimi K2.7 Code",
849
- "api": "openai-completions",
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.95,
858
- "output": 4,
859
- "cacheRead": 0.19,
875
+ "input": 0.5,
876
+ "output": 3,
877
+ "cacheRead": 0.05,
860
878
  "cacheWrite": 0
861
879
  },
862
- "contextWindow": 262144,
863
- "maxTokens": 262144
880
+ "contextWindow": 1048576,
881
+ "maxTokens": 65536
864
882
  },
865
883
  {
866
- "id": "grok-4.6",
867
- "name": "Grok 4.6",
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": 6,
878
- "cacheRead": 0.5,
894
+ "input": 2.5,
895
+ "output": 15,
896
+ "cacheRead": 0.25,
879
897
  "cacheWrite": 0
880
898
  },
881
- "contextWindow": 500000,
882
- "maxTokens": 500000
899
+ "contextWindow": 1050000,
900
+ "maxTokens": 128000
883
901
  },
884
902
  {
885
- "id": "gpt-5.1",
886
- "name": "GPT-5.1",
887
- "api": "openai-responses",
888
- "baseUrl": "https://opencode.ai/zen/v1",
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": 1.07,
896
- "output": 8.5,
897
- "cacheRead": 0.107,
898
- "cacheWrite": 0
913
+ "input": 0.5,
914
+ "output": 3,
915
+ "cacheRead": 0.05,
916
+ "cacheWrite": 0.625
899
917
  },
900
- "contextWindow": 400000,
901
- "maxTokens": 128000
918
+ "contextWindow": 262144,
919
+ "maxTokens": 65536
902
920
  },
903
921
  {
904
- "id": "big-pickle",
905
- "name": "Big Pickle",
906
- "api": "openai-completions",
907
- "baseUrl": "https://opencode.ai/zen/v1",
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": 0,
914
- "output": 0,
915
- "cacheRead": 0,
916
- "cacheWrite": 0
932
+ "input": 10,
933
+ "output": 50,
934
+ "cacheRead": 1,
935
+ "cacheWrite": 12.5
917
936
  },
918
- "contextWindow": 200000,
919
- "maxTokens": 32000
937
+ "contextWindow": 1000000,
938
+ "maxTokens": 128000
920
939
  },
921
940
  {
922
- "id": "grok-build-0.1",
923
- "name": "Grok Build 0.1",
924
- "api": "openai-responses",
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": 2,
934
- "cacheRead": 0.2,
950
+ "input": 1.4,
951
+ "output": 4.4,
952
+ "cacheRead": 0.26,
935
953
  "cacheWrite": 0
936
954
  },
937
- "contextWindow": 256000,
938
- "maxTokens": 256000
955
+ "contextWindow": 204800,
956
+ "maxTokens": 131072
939
957
  },
940
958
  {
941
- "id": "kimi-k3",
942
- "name": "Kimi K3",
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": 3,
952
- "output": 15,
953
- "cacheRead": 0.3,
968
+ "input": 0,
969
+ "output": 0,
970
+ "cacheRead": 0,
954
971
  "cacheWrite": 0
955
972
  },
956
- "contextWindow": 1048576,
957
- "maxTokens": 131072
973
+ "contextWindow": 200000,
974
+ "maxTokens": 32000
958
975
  },
959
976
  {
960
- "id": "gpt-5.1-codex",
961
- "name": "GPT-5.1 Codex",
962
- "api": "openai-responses",
963
- "baseUrl": "https://opencode.ai/zen/v1",
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.07,
971
- "output": 8.5,
972
- "cacheRead": 0.107,
973
- "cacheWrite": 0
987
+ "input": 1,
988
+ "output": 5,
989
+ "cacheRead": 0.1,
990
+ "cacheWrite": 1.25
974
991
  },
975
- "contextWindow": 400000,
976
- "maxTokens": 128000
992
+ "contextWindow": 200000,
993
+ "maxTokens": 64000
977
994
  },
978
995
  {
979
- "id": "gpt-5-nano",
980
- "name": "GPT-5 Nano",
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": 0.05,
990
- "output": 0.4,
991
- "cacheRead": 0.005,
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-7",
999
- "name": "Claude Opus 4.7",
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.6-terra",
1018
- "name": "GPT-5.6 Terra",
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": 2.5,
1028
- "output": 15,
1029
- "cacheRead": 0.25,
1030
- "cacheWrite": 3.125
1044
+ "input": 1.07,
1045
+ "output": 8.5,
1046
+ "cacheRead": 0.107,
1047
+ "cacheWrite": 0
1031
1048
  },
1032
- "contextWindow": 1050000,
1049
+ "contextWindow": 400000,
1033
1050
  "maxTokens": 128000
1034
1051
  },
1035
1052
  {
1036
- "id": "claude-opus-4-5",
1037
- "name": "Claude Opus 4.5",
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": 200000,
1052
- "maxTokens": 64000
1068
+ "contextWindow": 1000000,
1069
+ "maxTokens": 128000
1053
1070
  },
1054
1071
  {
1055
- "id": "claude-sonnet-5",
1056
- "name": "Claude Sonnet 5",
1057
- "api": "anthropic-messages",
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": 2,
1066
- "output": 10,
1082
+ "input": 1,
1083
+ "output": 2,
1067
1084
  "cacheRead": 0.2,
1068
- "cacheWrite": 2.5
1085
+ "cacheWrite": 0
1069
1086
  },
1070
- "contextWindow": 1000000,
1071
- "maxTokens": 128000
1087
+ "contextWindow": 256000,
1088
+ "maxTokens": 256000
1072
1089
  },
1073
1090
  {
1074
- "id": "nemotron-3.5-lightning-free",
1075
- "name": "Nemotron 3.5 Lightning Free",
1076
- "api": "openai-completions",
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": 0,
1084
- "output": 0,
1085
- "cacheRead": 0,
1101
+ "input": 1.5,
1102
+ "output": 7.5,
1103
+ "cacheRead": 0.15,
1086
1104
  "cacheWrite": 0
1087
1105
  },
1088
- "contextWindow": 262144,
1089
- "maxTokens": 262144
1106
+ "contextWindow": 1048576,
1107
+ "maxTokens": 65536
1090
1108
  },
1091
1109
  {
1092
- "id": "nemotron-3-ultra-free",
1093
- "name": "Nemotron 3 Ultra Free",
1094
- "api": "openai-completions",
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": 0,
1103
- "cacheRead": 0,
1120
+ "input": 0.2,
1121
+ "output": 1.25,
1122
+ "cacheRead": 0.02,
1104
1123
  "cacheWrite": 0
1105
1124
  },
1106
- "contextWindow": 1000000,
1125
+ "contextWindow": 400000,
1107
1126
  "maxTokens": 128000
1108
1127
  },
1109
1128
  {
1110
- "id": "claude-opus-5",
1111
- "name": "Claude Opus 5",
1112
- "api": "anthropic-messages",
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": 5,
1121
- "output": 25,
1122
- "cacheRead": 0.5,
1123
- "cacheWrite": 6.25
1139
+ "input": 0.95,
1140
+ "output": 4,
1141
+ "cacheRead": 0.16,
1142
+ "cacheWrite": 0
1124
1143
  },
1125
- "contextWindow": 1000000,
1126
- "maxTokens": 128000
1144
+ "contextWindow": 262144,
1145
+ "maxTokens": 65536
1127
1146
  },
1128
1147
  {
1129
- "id": "gpt-5.1-codex-max",
1130
- "name": "GPT-5.1 Codex Max",
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.25,
1140
- "output": 10,
1141
- "cacheRead": 0.125,
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
  ]