@monotykamary/pi-opencode-provider 1.0.16 → 1.0.17
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 +627 -627
- package/package.json +1 -1
package/models.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
|
-
"id": "claude-
|
|
4
|
-
"name": "Claude
|
|
3
|
+
"id": "claude-sonnet-4-6",
|
|
4
|
+
"name": "Claude Sonnet 4.6",
|
|
5
5
|
"api": "anthropic-messages",
|
|
6
6
|
"baseUrl": "https://opencode.ai/zen",
|
|
7
7
|
"reasoning": true,
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"low": "low",
|
|
12
12
|
"medium": "medium",
|
|
13
13
|
"high": "high",
|
|
14
|
-
"xhigh":
|
|
14
|
+
"xhigh": null,
|
|
15
15
|
"max": "max"
|
|
16
16
|
},
|
|
17
17
|
"input": [
|
|
@@ -19,17 +19,17 @@
|
|
|
19
19
|
"image"
|
|
20
20
|
],
|
|
21
21
|
"cost": {
|
|
22
|
-
"input":
|
|
23
|
-
"output":
|
|
24
|
-
"cacheRead": 0.
|
|
25
|
-
"cacheWrite":
|
|
22
|
+
"input": 3,
|
|
23
|
+
"output": 15,
|
|
24
|
+
"cacheRead": 0.3,
|
|
25
|
+
"cacheWrite": 3.75
|
|
26
26
|
},
|
|
27
27
|
"contextWindow": 1000000,
|
|
28
|
-
"maxTokens":
|
|
28
|
+
"maxTokens": 64000
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
|
-
"id": "nemotron-3
|
|
32
|
-
"name": "Nemotron 3
|
|
31
|
+
"id": "nemotron-3-ultra-free",
|
|
32
|
+
"name": "Nemotron 3 Ultra Free",
|
|
33
33
|
"api": "openai-completions",
|
|
34
34
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
35
35
|
"reasoning": true,
|
|
@@ -42,27 +42,36 @@
|
|
|
42
42
|
"cacheRead": 0,
|
|
43
43
|
"cacheWrite": 0
|
|
44
44
|
},
|
|
45
|
-
"contextWindow":
|
|
46
|
-
"maxTokens":
|
|
45
|
+
"contextWindow": 1000000,
|
|
46
|
+
"maxTokens": 128000
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
|
-
"id": "
|
|
50
|
-
"name": "
|
|
51
|
-
"api": "
|
|
49
|
+
"id": "gemini-3.1-pro",
|
|
50
|
+
"name": "Gemini 3.1 Pro Preview",
|
|
51
|
+
"api": "google-generative-ai",
|
|
52
52
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
53
53
|
"reasoning": true,
|
|
54
|
+
"thinkingLevelMap": {
|
|
55
|
+
"off": null,
|
|
56
|
+
"minimal": null,
|
|
57
|
+
"low": "low",
|
|
58
|
+
"medium": "medium",
|
|
59
|
+
"high": "high",
|
|
60
|
+
"xhigh": null,
|
|
61
|
+
"max": null
|
|
62
|
+
},
|
|
54
63
|
"input": [
|
|
55
64
|
"text",
|
|
56
65
|
"image"
|
|
57
66
|
],
|
|
58
67
|
"cost": {
|
|
59
|
-
"input":
|
|
60
|
-
"output":
|
|
61
|
-
"cacheRead": 0.
|
|
68
|
+
"input": 2,
|
|
69
|
+
"output": 12,
|
|
70
|
+
"cacheRead": 0.2,
|
|
62
71
|
"cacheWrite": 0
|
|
63
72
|
},
|
|
64
|
-
"contextWindow":
|
|
65
|
-
"maxTokens":
|
|
73
|
+
"contextWindow": 1048576,
|
|
74
|
+
"maxTokens": 65536
|
|
66
75
|
},
|
|
67
76
|
{
|
|
68
77
|
"id": "gpt-5-nano",
|
|
@@ -93,46 +102,46 @@
|
|
|
93
102
|
"maxTokens": 128000
|
|
94
103
|
},
|
|
95
104
|
{
|
|
96
|
-
"id": "
|
|
97
|
-
"name": "
|
|
98
|
-
"api": "openai-
|
|
105
|
+
"id": "muse-spark-1.3-contributor-free",
|
|
106
|
+
"name": "Muse Spark 1.3 Free",
|
|
107
|
+
"api": "openai-responses",
|
|
99
108
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
100
109
|
"reasoning": true,
|
|
101
110
|
"thinkingLevelMap": {
|
|
102
111
|
"off": null,
|
|
103
|
-
"minimal":
|
|
104
|
-
"low":
|
|
105
|
-
"medium":
|
|
106
|
-
"high":
|
|
107
|
-
"xhigh":
|
|
108
|
-
"max":
|
|
112
|
+
"minimal": "minimal",
|
|
113
|
+
"low": "low",
|
|
114
|
+
"medium": "medium",
|
|
115
|
+
"high": "high",
|
|
116
|
+
"xhigh": "xhigh",
|
|
117
|
+
"max": null
|
|
109
118
|
},
|
|
110
119
|
"input": [
|
|
111
120
|
"text",
|
|
112
121
|
"image"
|
|
113
122
|
],
|
|
114
123
|
"cost": {
|
|
115
|
-
"input":
|
|
116
|
-
"output":
|
|
117
|
-
"cacheRead": 0
|
|
124
|
+
"input": 0,
|
|
125
|
+
"output": 0,
|
|
126
|
+
"cacheRead": 0,
|
|
118
127
|
"cacheWrite": 0
|
|
119
128
|
},
|
|
120
129
|
"contextWindow": 1048576,
|
|
121
130
|
"maxTokens": 131072
|
|
122
131
|
},
|
|
123
132
|
{
|
|
124
|
-
"id": "gpt-5
|
|
125
|
-
"name": "GPT-5
|
|
133
|
+
"id": "gpt-5-codex",
|
|
134
|
+
"name": "GPT-5 Codex",
|
|
126
135
|
"api": "openai-responses",
|
|
127
136
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
128
137
|
"reasoning": true,
|
|
129
138
|
"thinkingLevelMap": {
|
|
130
139
|
"off": null,
|
|
131
140
|
"minimal": null,
|
|
132
|
-
"low":
|
|
141
|
+
"low": "low",
|
|
133
142
|
"medium": "medium",
|
|
134
143
|
"high": "high",
|
|
135
|
-
"xhigh":
|
|
144
|
+
"xhigh": null,
|
|
136
145
|
"max": null
|
|
137
146
|
},
|
|
138
147
|
"input": [
|
|
@@ -140,46 +149,47 @@
|
|
|
140
149
|
"image"
|
|
141
150
|
],
|
|
142
151
|
"cost": {
|
|
143
|
-
"input":
|
|
144
|
-
"output":
|
|
145
|
-
"cacheRead":
|
|
152
|
+
"input": 1.07,
|
|
153
|
+
"output": 8.5,
|
|
154
|
+
"cacheRead": 0.107,
|
|
146
155
|
"cacheWrite": 0
|
|
147
156
|
},
|
|
148
|
-
"contextWindow":
|
|
157
|
+
"contextWindow": 400000,
|
|
149
158
|
"maxTokens": 128000
|
|
150
159
|
},
|
|
151
160
|
{
|
|
152
|
-
"id": "
|
|
153
|
-
"name": "
|
|
154
|
-
"api": "openai-
|
|
161
|
+
"id": "muse-spark-1.2",
|
|
162
|
+
"name": "Muse Spark 1.2",
|
|
163
|
+
"api": "openai-responses",
|
|
155
164
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
156
165
|
"reasoning": true,
|
|
157
166
|
"thinkingLevelMap": {
|
|
158
167
|
"off": null,
|
|
159
|
-
"minimal":
|
|
168
|
+
"minimal": "minimal",
|
|
160
169
|
"low": "low",
|
|
161
|
-
"medium":
|
|
170
|
+
"medium": "medium",
|
|
162
171
|
"high": "high",
|
|
163
|
-
"xhigh":
|
|
164
|
-
"max":
|
|
172
|
+
"xhigh": "xhigh",
|
|
173
|
+
"max": null
|
|
165
174
|
},
|
|
166
175
|
"input": [
|
|
167
|
-
"text"
|
|
176
|
+
"text",
|
|
177
|
+
"image"
|
|
168
178
|
],
|
|
169
179
|
"cost": {
|
|
170
|
-
"input":
|
|
171
|
-
"output":
|
|
172
|
-
"cacheRead": 0.
|
|
180
|
+
"input": 1.25,
|
|
181
|
+
"output": 4.25,
|
|
182
|
+
"cacheRead": 0.15,
|
|
173
183
|
"cacheWrite": 0
|
|
174
184
|
},
|
|
175
|
-
"contextWindow":
|
|
176
|
-
"maxTokens":
|
|
185
|
+
"contextWindow": 1048576,
|
|
186
|
+
"maxTokens": 131072
|
|
177
187
|
},
|
|
178
188
|
{
|
|
179
|
-
"id": "
|
|
180
|
-
"name": "
|
|
181
|
-
"api": "
|
|
182
|
-
"baseUrl": "https://opencode.ai/zen",
|
|
189
|
+
"id": "gpt-5.1-codex-mini",
|
|
190
|
+
"name": "GPT-5.1 Codex Mini",
|
|
191
|
+
"api": "openai-responses",
|
|
192
|
+
"baseUrl": "https://opencode.ai/zen/v1",
|
|
183
193
|
"reasoning": true,
|
|
184
194
|
"thinkingLevelMap": {
|
|
185
195
|
"off": null,
|
|
@@ -187,54 +197,45 @@
|
|
|
187
197
|
"low": "low",
|
|
188
198
|
"medium": "medium",
|
|
189
199
|
"high": "high",
|
|
190
|
-
"xhigh":
|
|
191
|
-
"max":
|
|
200
|
+
"xhigh": null,
|
|
201
|
+
"max": null
|
|
192
202
|
},
|
|
193
203
|
"input": [
|
|
194
204
|
"text",
|
|
195
205
|
"image"
|
|
196
206
|
],
|
|
197
207
|
"cost": {
|
|
198
|
-
"input":
|
|
199
|
-
"output":
|
|
200
|
-
"cacheRead": 0.
|
|
201
|
-
"cacheWrite":
|
|
208
|
+
"input": 0.25,
|
|
209
|
+
"output": 2,
|
|
210
|
+
"cacheRead": 0.025,
|
|
211
|
+
"cacheWrite": 0
|
|
202
212
|
},
|
|
203
|
-
"contextWindow":
|
|
213
|
+
"contextWindow": 400000,
|
|
204
214
|
"maxTokens": 128000
|
|
205
215
|
},
|
|
206
216
|
{
|
|
207
|
-
"id": "
|
|
208
|
-
"name": "
|
|
209
|
-
"api": "
|
|
210
|
-
"baseUrl": "https://opencode.ai/zen
|
|
217
|
+
"id": "qwen3.6-plus",
|
|
218
|
+
"name": "Qwen3.6 Plus",
|
|
219
|
+
"api": "anthropic-messages",
|
|
220
|
+
"baseUrl": "https://opencode.ai/zen",
|
|
211
221
|
"reasoning": true,
|
|
212
|
-
"thinkingLevelMap": {
|
|
213
|
-
"off": null,
|
|
214
|
-
"minimal": "minimal",
|
|
215
|
-
"low": "low",
|
|
216
|
-
"medium": "medium",
|
|
217
|
-
"high": "high",
|
|
218
|
-
"xhigh": null,
|
|
219
|
-
"max": null
|
|
220
|
-
},
|
|
221
222
|
"input": [
|
|
222
223
|
"text",
|
|
223
224
|
"image"
|
|
224
225
|
],
|
|
225
226
|
"cost": {
|
|
226
|
-
"input": 0.
|
|
227
|
-
"output":
|
|
228
|
-
"cacheRead": 0.
|
|
229
|
-
"cacheWrite": 0
|
|
227
|
+
"input": 0.5,
|
|
228
|
+
"output": 3,
|
|
229
|
+
"cacheRead": 0.05,
|
|
230
|
+
"cacheWrite": 0.625
|
|
230
231
|
},
|
|
231
|
-
"contextWindow":
|
|
232
|
+
"contextWindow": 262144,
|
|
232
233
|
"maxTokens": 65536
|
|
233
234
|
},
|
|
234
235
|
{
|
|
235
|
-
"id": "
|
|
236
|
-
"name": "
|
|
237
|
-
"api": "
|
|
236
|
+
"id": "gpt-5.1-codex",
|
|
237
|
+
"name": "GPT-5.1 Codex",
|
|
238
|
+
"api": "openai-responses",
|
|
238
239
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
239
240
|
"reasoning": true,
|
|
240
241
|
"thinkingLevelMap": {
|
|
@@ -251,13 +252,13 @@
|
|
|
251
252
|
"image"
|
|
252
253
|
],
|
|
253
254
|
"cost": {
|
|
254
|
-
"input":
|
|
255
|
-
"output":
|
|
256
|
-
"cacheRead": 0.
|
|
255
|
+
"input": 1.07,
|
|
256
|
+
"output": 8.5,
|
|
257
|
+
"cacheRead": 0.107,
|
|
257
258
|
"cacheWrite": 0
|
|
258
259
|
},
|
|
259
|
-
"contextWindow":
|
|
260
|
-
"maxTokens":
|
|
260
|
+
"contextWindow": 400000,
|
|
261
|
+
"maxTokens": 128000
|
|
261
262
|
},
|
|
262
263
|
{
|
|
263
264
|
"id": "gpt-5.6-sol",
|
|
@@ -288,10 +289,10 @@
|
|
|
288
289
|
"maxTokens": 128000
|
|
289
290
|
},
|
|
290
291
|
{
|
|
291
|
-
"id": "
|
|
292
|
-
"name": "
|
|
293
|
-
"api": "
|
|
294
|
-
"baseUrl": "https://opencode.ai/zen
|
|
292
|
+
"id": "claude-opus-5",
|
|
293
|
+
"name": "Claude Opus 5",
|
|
294
|
+
"api": "anthropic-messages",
|
|
295
|
+
"baseUrl": "https://opencode.ai/zen",
|
|
295
296
|
"reasoning": true,
|
|
296
297
|
"thinkingLevelMap": {
|
|
297
298
|
"off": null,
|
|
@@ -300,59 +301,68 @@
|
|
|
300
301
|
"medium": "medium",
|
|
301
302
|
"high": "high",
|
|
302
303
|
"xhigh": "xhigh",
|
|
303
|
-
"max":
|
|
304
|
+
"max": "max"
|
|
304
305
|
},
|
|
305
306
|
"input": [
|
|
306
307
|
"text",
|
|
307
308
|
"image"
|
|
308
309
|
],
|
|
309
310
|
"cost": {
|
|
310
|
-
"input":
|
|
311
|
-
"output":
|
|
311
|
+
"input": 5,
|
|
312
|
+
"output": 25,
|
|
312
313
|
"cacheRead": 0.5,
|
|
313
|
-
"cacheWrite":
|
|
314
|
+
"cacheWrite": 6.25
|
|
314
315
|
},
|
|
315
|
-
"contextWindow":
|
|
316
|
-
"maxTokens":
|
|
316
|
+
"contextWindow": 1000000,
|
|
317
|
+
"maxTokens": 128000
|
|
317
318
|
},
|
|
318
319
|
{
|
|
319
|
-
"id": "
|
|
320
|
-
"name": "
|
|
321
|
-
"api": "
|
|
322
|
-
"baseUrl": "https://opencode.ai/zen",
|
|
320
|
+
"id": "minimax-m2.7",
|
|
321
|
+
"name": "MiniMax-M2.7",
|
|
322
|
+
"api": "openai-completions",
|
|
323
|
+
"baseUrl": "https://opencode.ai/zen/v1",
|
|
323
324
|
"reasoning": true,
|
|
324
|
-
"
|
|
325
|
-
"
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
"
|
|
329
|
-
"
|
|
330
|
-
"
|
|
331
|
-
"
|
|
325
|
+
"input": [
|
|
326
|
+
"text"
|
|
327
|
+
],
|
|
328
|
+
"cost": {
|
|
329
|
+
"input": 0.3,
|
|
330
|
+
"output": 1.2,
|
|
331
|
+
"cacheRead": 0.06,
|
|
332
|
+
"cacheWrite": 0
|
|
332
333
|
},
|
|
334
|
+
"contextWindow": 204800,
|
|
335
|
+
"maxTokens": 131072
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"id": "kimi-k2.6",
|
|
339
|
+
"name": "Kimi K2.6",
|
|
340
|
+
"api": "openai-completions",
|
|
341
|
+
"baseUrl": "https://opencode.ai/zen/v1",
|
|
342
|
+
"reasoning": true,
|
|
333
343
|
"input": [
|
|
334
344
|
"text",
|
|
335
345
|
"image"
|
|
336
346
|
],
|
|
337
347
|
"cost": {
|
|
338
|
-
"input":
|
|
339
|
-
"output":
|
|
340
|
-
"cacheRead": 0.
|
|
341
|
-
"cacheWrite":
|
|
348
|
+
"input": 0.95,
|
|
349
|
+
"output": 4,
|
|
350
|
+
"cacheRead": 0.16,
|
|
351
|
+
"cacheWrite": 0
|
|
342
352
|
},
|
|
343
|
-
"contextWindow":
|
|
344
|
-
"maxTokens":
|
|
353
|
+
"contextWindow": 262144,
|
|
354
|
+
"maxTokens": 65536
|
|
345
355
|
},
|
|
346
356
|
{
|
|
347
|
-
"id": "gpt-5.
|
|
348
|
-
"name": "GPT-5.
|
|
357
|
+
"id": "gpt-5.2-codex",
|
|
358
|
+
"name": "GPT-5.2 Codex",
|
|
349
359
|
"api": "openai-responses",
|
|
350
360
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
351
361
|
"reasoning": true,
|
|
352
362
|
"thinkingLevelMap": {
|
|
353
363
|
"off": null,
|
|
354
364
|
"minimal": null,
|
|
355
|
-
"low":
|
|
365
|
+
"low": "low",
|
|
356
366
|
"medium": "medium",
|
|
357
367
|
"high": "high",
|
|
358
368
|
"xhigh": "xhigh",
|
|
@@ -363,37 +373,46 @@
|
|
|
363
373
|
"image"
|
|
364
374
|
],
|
|
365
375
|
"cost": {
|
|
366
|
-
"input":
|
|
367
|
-
"output":
|
|
368
|
-
"cacheRead":
|
|
369
|
-
"cacheWrite": 0
|
|
376
|
+
"input": 1.75,
|
|
377
|
+
"output": 14,
|
|
378
|
+
"cacheRead": 0.175,
|
|
379
|
+
"cacheWrite": 0
|
|
370
380
|
},
|
|
371
|
-
"contextWindow":
|
|
381
|
+
"contextWindow": 400000,
|
|
372
382
|
"maxTokens": 128000
|
|
373
383
|
},
|
|
374
384
|
{
|
|
375
|
-
"id": "
|
|
376
|
-
"name": "
|
|
385
|
+
"id": "glm-5.2",
|
|
386
|
+
"name": "GLM-5.2",
|
|
377
387
|
"api": "openai-completions",
|
|
378
388
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
379
389
|
"reasoning": true,
|
|
390
|
+
"thinkingLevelMap": {
|
|
391
|
+
"off": null,
|
|
392
|
+
"minimal": null,
|
|
393
|
+
"low": null,
|
|
394
|
+
"medium": null,
|
|
395
|
+
"high": "high",
|
|
396
|
+
"xhigh": null,
|
|
397
|
+
"max": "max"
|
|
398
|
+
},
|
|
380
399
|
"input": [
|
|
381
400
|
"text"
|
|
382
401
|
],
|
|
383
402
|
"cost": {
|
|
384
|
-
"input":
|
|
385
|
-
"output":
|
|
386
|
-
"cacheRead": 0,
|
|
403
|
+
"input": 1.4,
|
|
404
|
+
"output": 4.4,
|
|
405
|
+
"cacheRead": 0.26,
|
|
387
406
|
"cacheWrite": 0
|
|
388
407
|
},
|
|
389
408
|
"contextWindow": 1000000,
|
|
390
|
-
"maxTokens":
|
|
409
|
+
"maxTokens": 131072
|
|
391
410
|
},
|
|
392
411
|
{
|
|
393
|
-
"id": "
|
|
394
|
-
"name": "
|
|
395
|
-
"api": "
|
|
396
|
-
"baseUrl": "https://opencode.ai/zen
|
|
412
|
+
"id": "claude-opus-4-5",
|
|
413
|
+
"name": "Claude Opus 4.5",
|
|
414
|
+
"api": "anthropic-messages",
|
|
415
|
+
"baseUrl": "https://opencode.ai/zen",
|
|
397
416
|
"reasoning": true,
|
|
398
417
|
"thinkingLevelMap": {
|
|
399
418
|
"off": null,
|
|
@@ -409,119 +428,100 @@
|
|
|
409
428
|
"image"
|
|
410
429
|
],
|
|
411
430
|
"cost": {
|
|
412
|
-
"input":
|
|
413
|
-
"output":
|
|
414
|
-
"cacheRead": 0.
|
|
415
|
-
"cacheWrite":
|
|
431
|
+
"input": 5,
|
|
432
|
+
"output": 25,
|
|
433
|
+
"cacheRead": 0.5,
|
|
434
|
+
"cacheWrite": 6.25
|
|
416
435
|
},
|
|
417
|
-
"contextWindow":
|
|
418
|
-
"maxTokens":
|
|
436
|
+
"contextWindow": 200000,
|
|
437
|
+
"maxTokens": 64000
|
|
419
438
|
},
|
|
420
439
|
{
|
|
421
|
-
"id": "
|
|
422
|
-
"name": "
|
|
423
|
-
"api": "openai-
|
|
440
|
+
"id": "minimax-m2.5",
|
|
441
|
+
"name": "MiniMax-M2.5",
|
|
442
|
+
"api": "openai-completions",
|
|
424
443
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
425
444
|
"reasoning": true,
|
|
426
|
-
"thinkingLevelMap": {
|
|
427
|
-
"off": null,
|
|
428
|
-
"minimal": "minimal",
|
|
429
|
-
"low": "low",
|
|
430
|
-
"medium": "medium",
|
|
431
|
-
"high": "high",
|
|
432
|
-
"xhigh": null,
|
|
433
|
-
"max": null
|
|
434
|
-
},
|
|
435
445
|
"input": [
|
|
436
|
-
"text"
|
|
437
|
-
"image"
|
|
446
|
+
"text"
|
|
438
447
|
],
|
|
439
448
|
"cost": {
|
|
440
|
-
"input":
|
|
441
|
-
"output":
|
|
442
|
-
"cacheRead": 0.
|
|
449
|
+
"input": 0.3,
|
|
450
|
+
"output": 1.2,
|
|
451
|
+
"cacheRead": 0.06,
|
|
443
452
|
"cacheWrite": 0
|
|
444
453
|
},
|
|
445
|
-
"contextWindow":
|
|
446
|
-
"maxTokens":
|
|
454
|
+
"contextWindow": 204800,
|
|
455
|
+
"maxTokens": 131072
|
|
447
456
|
},
|
|
448
457
|
{
|
|
449
|
-
"id": "
|
|
450
|
-
"name": "
|
|
458
|
+
"id": "minimax-m3",
|
|
459
|
+
"name": "MiniMax-M3",
|
|
451
460
|
"api": "openai-completions",
|
|
452
461
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
453
462
|
"reasoning": true,
|
|
454
|
-
"thinkingLevelMap": {
|
|
455
|
-
"off": null,
|
|
456
|
-
"minimal": null,
|
|
457
|
-
"low": null,
|
|
458
|
-
"medium": null,
|
|
459
|
-
"high": "high",
|
|
460
|
-
"xhigh": null,
|
|
461
|
-
"max": "max"
|
|
462
|
-
},
|
|
463
463
|
"input": [
|
|
464
|
-
"text"
|
|
464
|
+
"text",
|
|
465
|
+
"image"
|
|
465
466
|
],
|
|
466
467
|
"cost": {
|
|
467
|
-
"input":
|
|
468
|
-
"output":
|
|
469
|
-
"cacheRead": 0.
|
|
468
|
+
"input": 0.3,
|
|
469
|
+
"output": 1.2,
|
|
470
|
+
"cacheRead": 0.06,
|
|
470
471
|
"cacheWrite": 0
|
|
471
472
|
},
|
|
472
|
-
"contextWindow":
|
|
473
|
-
"maxTokens":
|
|
473
|
+
"contextWindow": 512000,
|
|
474
|
+
"maxTokens": 128000
|
|
474
475
|
},
|
|
475
476
|
{
|
|
476
|
-
"id": "
|
|
477
|
-
"name": "
|
|
478
|
-
"api": "
|
|
479
|
-
"baseUrl": "https://opencode.ai/zen",
|
|
477
|
+
"id": "deepseek-v4-flash",
|
|
478
|
+
"name": "DeepSeek V4 Flash",
|
|
479
|
+
"api": "openai-completions",
|
|
480
|
+
"baseUrl": "https://opencode.ai/zen/v1",
|
|
480
481
|
"reasoning": true,
|
|
481
482
|
"thinkingLevelMap": {
|
|
482
483
|
"off": null,
|
|
483
484
|
"minimal": null,
|
|
484
485
|
"low": "low",
|
|
485
|
-
"medium":
|
|
486
|
+
"medium": null,
|
|
486
487
|
"high": "high",
|
|
487
|
-
"xhigh":
|
|
488
|
+
"xhigh": null,
|
|
488
489
|
"max": "max"
|
|
489
490
|
},
|
|
490
491
|
"input": [
|
|
491
|
-
"text"
|
|
492
|
-
"image"
|
|
492
|
+
"text"
|
|
493
493
|
],
|
|
494
494
|
"cost": {
|
|
495
|
-
"input":
|
|
496
|
-
"output":
|
|
497
|
-
"cacheRead": 0.
|
|
498
|
-
"cacheWrite":
|
|
495
|
+
"input": 0.14,
|
|
496
|
+
"output": 0.28,
|
|
497
|
+
"cacheRead": 0.028,
|
|
498
|
+
"cacheWrite": 0
|
|
499
499
|
},
|
|
500
500
|
"contextWindow": 1000000,
|
|
501
|
-
"maxTokens":
|
|
501
|
+
"maxTokens": 384000
|
|
502
502
|
},
|
|
503
503
|
{
|
|
504
|
-
"id": "
|
|
505
|
-
"name": "
|
|
506
|
-
"api": "
|
|
507
|
-
"baseUrl": "https://opencode.ai/zen",
|
|
504
|
+
"id": "kimi-k2.7-code",
|
|
505
|
+
"name": "Kimi K2.7 Code",
|
|
506
|
+
"api": "openai-completions",
|
|
507
|
+
"baseUrl": "https://opencode.ai/zen/v1",
|
|
508
508
|
"reasoning": true,
|
|
509
509
|
"input": [
|
|
510
510
|
"text",
|
|
511
511
|
"image"
|
|
512
512
|
],
|
|
513
513
|
"cost": {
|
|
514
|
-
"input": 0.
|
|
515
|
-
"output":
|
|
516
|
-
"cacheRead": 0.
|
|
517
|
-
"cacheWrite": 0
|
|
514
|
+
"input": 0.95,
|
|
515
|
+
"output": 4,
|
|
516
|
+
"cacheRead": 0.19,
|
|
517
|
+
"cacheWrite": 0
|
|
518
518
|
},
|
|
519
519
|
"contextWindow": 262144,
|
|
520
|
-
"maxTokens":
|
|
520
|
+
"maxTokens": 262144
|
|
521
521
|
},
|
|
522
522
|
{
|
|
523
|
-
"id": "gpt-5.
|
|
524
|
-
"name": "GPT-5.
|
|
523
|
+
"id": "gpt-5.3-codex-spark",
|
|
524
|
+
"name": "GPT-5.3 Codex Spark",
|
|
525
525
|
"api": "openai-responses",
|
|
526
526
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
527
527
|
"reasoning": true,
|
|
@@ -531,25 +531,24 @@
|
|
|
531
531
|
"low": "low",
|
|
532
532
|
"medium": "medium",
|
|
533
533
|
"high": "high",
|
|
534
|
-
"xhigh":
|
|
534
|
+
"xhigh": "xhigh",
|
|
535
535
|
"max": null
|
|
536
536
|
},
|
|
537
537
|
"input": [
|
|
538
|
-
"text"
|
|
539
|
-
"image"
|
|
538
|
+
"text"
|
|
540
539
|
],
|
|
541
540
|
"cost": {
|
|
542
|
-
"input":
|
|
543
|
-
"output":
|
|
544
|
-
"cacheRead": 0.
|
|
541
|
+
"input": 1.75,
|
|
542
|
+
"output": 14,
|
|
543
|
+
"cacheRead": 0.175,
|
|
545
544
|
"cacheWrite": 0
|
|
546
545
|
},
|
|
547
|
-
"contextWindow":
|
|
546
|
+
"contextWindow": 128000,
|
|
548
547
|
"maxTokens": 128000
|
|
549
548
|
},
|
|
550
549
|
{
|
|
551
|
-
"id": "
|
|
552
|
-
"name": "
|
|
550
|
+
"id": "grok-4.5",
|
|
551
|
+
"name": "Grok 4.5",
|
|
553
552
|
"api": "openai-responses",
|
|
554
553
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
555
554
|
"reasoning": true,
|
|
@@ -567,35 +566,45 @@
|
|
|
567
566
|
"image"
|
|
568
567
|
],
|
|
569
568
|
"cost": {
|
|
570
|
-
"input":
|
|
571
|
-
"output":
|
|
572
|
-
"cacheRead": 0.
|
|
569
|
+
"input": 2,
|
|
570
|
+
"output": 6,
|
|
571
|
+
"cacheRead": 0.3,
|
|
573
572
|
"cacheWrite": 0
|
|
574
573
|
},
|
|
575
|
-
"contextWindow":
|
|
576
|
-
"maxTokens":
|
|
574
|
+
"contextWindow": 500000,
|
|
575
|
+
"maxTokens": 500000
|
|
577
576
|
},
|
|
578
577
|
{
|
|
579
|
-
"id": "
|
|
580
|
-
"name": "
|
|
581
|
-
"api": "
|
|
578
|
+
"id": "gemini-3.6-flash",
|
|
579
|
+
"name": "Gemini 3.6 Flash",
|
|
580
|
+
"api": "google-generative-ai",
|
|
582
581
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
583
582
|
"reasoning": true,
|
|
583
|
+
"thinkingLevelMap": {
|
|
584
|
+
"off": null,
|
|
585
|
+
"minimal": "minimal",
|
|
586
|
+
"low": "low",
|
|
587
|
+
"medium": "medium",
|
|
588
|
+
"high": "high",
|
|
589
|
+
"xhigh": null,
|
|
590
|
+
"max": null
|
|
591
|
+
},
|
|
584
592
|
"input": [
|
|
585
|
-
"text"
|
|
593
|
+
"text",
|
|
594
|
+
"image"
|
|
586
595
|
],
|
|
587
596
|
"cost": {
|
|
588
|
-
"input":
|
|
589
|
-
"output":
|
|
590
|
-
"cacheRead": 0,
|
|
597
|
+
"input": 1.5,
|
|
598
|
+
"output": 7.5,
|
|
599
|
+
"cacheRead": 0.15,
|
|
591
600
|
"cacheWrite": 0
|
|
592
601
|
},
|
|
593
|
-
"contextWindow":
|
|
594
|
-
"maxTokens":
|
|
602
|
+
"contextWindow": 1048576,
|
|
603
|
+
"maxTokens": 65536
|
|
595
604
|
},
|
|
596
605
|
{
|
|
597
|
-
"id": "gpt-5.
|
|
598
|
-
"name": "GPT-5.
|
|
606
|
+
"id": "gpt-5.4",
|
|
607
|
+
"name": "GPT-5.4",
|
|
599
608
|
"api": "openai-responses",
|
|
600
609
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
601
610
|
"reasoning": true,
|
|
@@ -606,43 +615,25 @@
|
|
|
606
615
|
"medium": "medium",
|
|
607
616
|
"high": "high",
|
|
608
617
|
"xhigh": "xhigh",
|
|
609
|
-
"max":
|
|
618
|
+
"max": null
|
|
610
619
|
},
|
|
611
620
|
"input": [
|
|
612
621
|
"text",
|
|
613
622
|
"image"
|
|
614
623
|
],
|
|
615
624
|
"cost": {
|
|
616
|
-
"input":
|
|
617
|
-
"output":
|
|
618
|
-
"cacheRead": 0.
|
|
619
|
-
"cacheWrite": 0
|
|
625
|
+
"input": 2.5,
|
|
626
|
+
"output": 15,
|
|
627
|
+
"cacheRead": 0.25,
|
|
628
|
+
"cacheWrite": 0
|
|
620
629
|
},
|
|
621
630
|
"contextWindow": 1050000,
|
|
622
631
|
"maxTokens": 128000
|
|
623
632
|
},
|
|
624
633
|
{
|
|
625
|
-
"id": "
|
|
626
|
-
"name": "
|
|
627
|
-
"api": "openai-
|
|
628
|
-
"baseUrl": "https://opencode.ai/zen/v1",
|
|
629
|
-
"reasoning": true,
|
|
630
|
-
"input": [
|
|
631
|
-
"text"
|
|
632
|
-
],
|
|
633
|
-
"cost": {
|
|
634
|
-
"input": 1,
|
|
635
|
-
"output": 3.2,
|
|
636
|
-
"cacheRead": 0.2,
|
|
637
|
-
"cacheWrite": 0
|
|
638
|
-
},
|
|
639
|
-
"contextWindow": 204800,
|
|
640
|
-
"maxTokens": 131072
|
|
641
|
-
},
|
|
642
|
-
{
|
|
643
|
-
"id": "minimax-m3",
|
|
644
|
-
"name": "MiniMax-M3",
|
|
645
|
-
"api": "openai-completions",
|
|
634
|
+
"id": "grok-build-0.1",
|
|
635
|
+
"name": "Grok Build 0.1",
|
|
636
|
+
"api": "openai-responses",
|
|
646
637
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
647
638
|
"reasoning": true,
|
|
648
639
|
"input": [
|
|
@@ -650,37 +641,19 @@
|
|
|
650
641
|
"image"
|
|
651
642
|
],
|
|
652
643
|
"cost": {
|
|
653
|
-
"input":
|
|
654
|
-
"output":
|
|
655
|
-
"cacheRead": 0.
|
|
656
|
-
"cacheWrite": 0
|
|
657
|
-
},
|
|
658
|
-
"contextWindow": 512000,
|
|
659
|
-
"maxTokens": 128000
|
|
660
|
-
},
|
|
661
|
-
{
|
|
662
|
-
"id": "minimax-m2.7",
|
|
663
|
-
"name": "MiniMax-M2.7",
|
|
664
|
-
"api": "openai-completions",
|
|
665
|
-
"baseUrl": "https://opencode.ai/zen/v1",
|
|
666
|
-
"reasoning": true,
|
|
667
|
-
"input": [
|
|
668
|
-
"text"
|
|
669
|
-
],
|
|
670
|
-
"cost": {
|
|
671
|
-
"input": 0.3,
|
|
672
|
-
"output": 1.2,
|
|
673
|
-
"cacheRead": 0.06,
|
|
644
|
+
"input": 1,
|
|
645
|
+
"output": 2,
|
|
646
|
+
"cacheRead": 0.2,
|
|
674
647
|
"cacheWrite": 0
|
|
675
648
|
},
|
|
676
|
-
"contextWindow":
|
|
677
|
-
"maxTokens":
|
|
649
|
+
"contextWindow": 256000,
|
|
650
|
+
"maxTokens": 256000
|
|
678
651
|
},
|
|
679
652
|
{
|
|
680
|
-
"id": "
|
|
681
|
-
"name": "
|
|
682
|
-
"api": "
|
|
683
|
-
"baseUrl": "https://opencode.ai/zen
|
|
653
|
+
"id": "claude-fable-5-1",
|
|
654
|
+
"name": "Claude Fable 5.1",
|
|
655
|
+
"api": "anthropic-messages",
|
|
656
|
+
"baseUrl": "https://opencode.ai/zen",
|
|
684
657
|
"reasoning": true,
|
|
685
658
|
"thinkingLevelMap": {
|
|
686
659
|
"off": null,
|
|
@@ -689,43 +662,24 @@
|
|
|
689
662
|
"medium": "medium",
|
|
690
663
|
"high": "high",
|
|
691
664
|
"xhigh": "xhigh",
|
|
692
|
-
"max":
|
|
693
|
-
},
|
|
694
|
-
"input": [
|
|
695
|
-
"text",
|
|
696
|
-
"image"
|
|
697
|
-
],
|
|
698
|
-
"cost": {
|
|
699
|
-
"input": 1.75,
|
|
700
|
-
"output": 14,
|
|
701
|
-
"cacheRead": 0.175,
|
|
702
|
-
"cacheWrite": 0
|
|
665
|
+
"max": "max"
|
|
703
666
|
},
|
|
704
|
-
"contextWindow": 400000,
|
|
705
|
-
"maxTokens": 128000
|
|
706
|
-
},
|
|
707
|
-
{
|
|
708
|
-
"id": "claude-sonnet-4",
|
|
709
|
-
"name": "Claude Sonnet 4",
|
|
710
|
-
"api": "anthropic-messages",
|
|
711
|
-
"baseUrl": "https://opencode.ai/zen",
|
|
712
|
-
"reasoning": true,
|
|
713
667
|
"input": [
|
|
714
668
|
"text",
|
|
715
669
|
"image"
|
|
716
670
|
],
|
|
717
671
|
"cost": {
|
|
718
|
-
"input":
|
|
719
|
-
"output":
|
|
720
|
-
"cacheRead": 0.
|
|
721
|
-
"cacheWrite":
|
|
672
|
+
"input": 10,
|
|
673
|
+
"output": 50,
|
|
674
|
+
"cacheRead": 0.25,
|
|
675
|
+
"cacheWrite": 12.5
|
|
722
676
|
},
|
|
723
677
|
"contextWindow": 1000000,
|
|
724
|
-
"maxTokens":
|
|
678
|
+
"maxTokens": 128000
|
|
725
679
|
},
|
|
726
680
|
{
|
|
727
|
-
"id": "gpt-5.
|
|
728
|
-
"name": "GPT-5.
|
|
681
|
+
"id": "gpt-5.1",
|
|
682
|
+
"name": "GPT-5.1",
|
|
729
683
|
"api": "openai-responses",
|
|
730
684
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
731
685
|
"reasoning": true,
|
|
@@ -735,30 +689,31 @@
|
|
|
735
689
|
"low": "low",
|
|
736
690
|
"medium": "medium",
|
|
737
691
|
"high": "high",
|
|
738
|
-
"xhigh":
|
|
692
|
+
"xhigh": null,
|
|
739
693
|
"max": null
|
|
740
694
|
},
|
|
741
695
|
"input": [
|
|
742
|
-
"text"
|
|
696
|
+
"text",
|
|
697
|
+
"image"
|
|
743
698
|
],
|
|
744
699
|
"cost": {
|
|
745
|
-
"input": 1.
|
|
746
|
-
"output":
|
|
747
|
-
"cacheRead": 0.
|
|
700
|
+
"input": 1.07,
|
|
701
|
+
"output": 8.5,
|
|
702
|
+
"cacheRead": 0.107,
|
|
748
703
|
"cacheWrite": 0
|
|
749
704
|
},
|
|
750
|
-
"contextWindow":
|
|
705
|
+
"contextWindow": 400000,
|
|
751
706
|
"maxTokens": 128000
|
|
752
707
|
},
|
|
753
708
|
{
|
|
754
|
-
"id": "
|
|
755
|
-
"name": "
|
|
709
|
+
"id": "gpt-5.1-codex-max",
|
|
710
|
+
"name": "GPT-5.1 Codex Max",
|
|
756
711
|
"api": "openai-responses",
|
|
757
712
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
758
713
|
"reasoning": true,
|
|
759
714
|
"thinkingLevelMap": {
|
|
760
715
|
"off": null,
|
|
761
|
-
"minimal":
|
|
716
|
+
"minimal": null,
|
|
762
717
|
"low": "low",
|
|
763
718
|
"medium": "medium",
|
|
764
719
|
"high": "high",
|
|
@@ -770,19 +725,19 @@
|
|
|
770
725
|
"image"
|
|
771
726
|
],
|
|
772
727
|
"cost": {
|
|
773
|
-
"input":
|
|
774
|
-
"output":
|
|
775
|
-
"cacheRead": 0,
|
|
728
|
+
"input": 1.25,
|
|
729
|
+
"output": 10,
|
|
730
|
+
"cacheRead": 0.125,
|
|
776
731
|
"cacheWrite": 0
|
|
777
732
|
},
|
|
778
|
-
"contextWindow":
|
|
779
|
-
"maxTokens":
|
|
733
|
+
"contextWindow": 400000,
|
|
734
|
+
"maxTokens": 128000
|
|
780
735
|
},
|
|
781
736
|
{
|
|
782
|
-
"id": "
|
|
783
|
-
"name": "
|
|
784
|
-
"api": "
|
|
785
|
-
"baseUrl": "https://opencode.ai/zen
|
|
737
|
+
"id": "claude-opus-4-6",
|
|
738
|
+
"name": "Claude Opus 4.6",
|
|
739
|
+
"api": "anthropic-messages",
|
|
740
|
+
"baseUrl": "https://opencode.ai/zen",
|
|
786
741
|
"reasoning": true,
|
|
787
742
|
"thinkingLevelMap": {
|
|
788
743
|
"off": null,
|
|
@@ -790,20 +745,20 @@
|
|
|
790
745
|
"low": "low",
|
|
791
746
|
"medium": "medium",
|
|
792
747
|
"high": "high",
|
|
793
|
-
"xhigh":
|
|
794
|
-
"max":
|
|
748
|
+
"xhigh": null,
|
|
749
|
+
"max": "max"
|
|
795
750
|
},
|
|
796
751
|
"input": [
|
|
797
752
|
"text",
|
|
798
753
|
"image"
|
|
799
754
|
],
|
|
800
755
|
"cost": {
|
|
801
|
-
"input":
|
|
802
|
-
"output":
|
|
803
|
-
"cacheRead": 0.
|
|
804
|
-
"cacheWrite":
|
|
756
|
+
"input": 5,
|
|
757
|
+
"output": 25,
|
|
758
|
+
"cacheRead": 0.5,
|
|
759
|
+
"cacheWrite": 6.25
|
|
805
760
|
},
|
|
806
|
-
"contextWindow":
|
|
761
|
+
"contextWindow": 1000000,
|
|
807
762
|
"maxTokens": 128000
|
|
808
763
|
},
|
|
809
764
|
{
|
|
@@ -835,18 +790,18 @@
|
|
|
835
790
|
"maxTokens": 65536
|
|
836
791
|
},
|
|
837
792
|
{
|
|
838
|
-
"id": "
|
|
839
|
-
"name": "
|
|
840
|
-
"api": "
|
|
841
|
-
"baseUrl": "https://opencode.ai/zen",
|
|
793
|
+
"id": "muse-spark-1.2-contributor-free",
|
|
794
|
+
"name": "Muse Spark 1.2 Free",
|
|
795
|
+
"api": "openai-responses",
|
|
796
|
+
"baseUrl": "https://opencode.ai/zen/v1",
|
|
842
797
|
"reasoning": true,
|
|
843
798
|
"thinkingLevelMap": {
|
|
844
799
|
"off": null,
|
|
845
|
-
"minimal":
|
|
800
|
+
"minimal": "minimal",
|
|
846
801
|
"low": "low",
|
|
847
802
|
"medium": "medium",
|
|
848
803
|
"high": "high",
|
|
849
|
-
"xhigh":
|
|
804
|
+
"xhigh": "xhigh",
|
|
850
805
|
"max": null
|
|
851
806
|
},
|
|
852
807
|
"input": [
|
|
@@ -854,17 +809,17 @@
|
|
|
854
809
|
"image"
|
|
855
810
|
],
|
|
856
811
|
"cost": {
|
|
857
|
-
"input":
|
|
858
|
-
"output":
|
|
859
|
-
"cacheRead": 0
|
|
860
|
-
"cacheWrite":
|
|
812
|
+
"input": 0,
|
|
813
|
+
"output": 0,
|
|
814
|
+
"cacheRead": 0,
|
|
815
|
+
"cacheWrite": 0
|
|
861
816
|
},
|
|
862
|
-
"contextWindow":
|
|
863
|
-
"maxTokens":
|
|
817
|
+
"contextWindow": 1048576,
|
|
818
|
+
"maxTokens": 131072
|
|
864
819
|
},
|
|
865
820
|
{
|
|
866
|
-
"id": "gpt-5.
|
|
867
|
-
"name": "GPT-5.
|
|
821
|
+
"id": "gpt-5.6-luna",
|
|
822
|
+
"name": "GPT-5.6 Luna",
|
|
868
823
|
"api": "openai-responses",
|
|
869
824
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
870
825
|
"reasoning": true,
|
|
@@ -875,24 +830,24 @@
|
|
|
875
830
|
"medium": "medium",
|
|
876
831
|
"high": "high",
|
|
877
832
|
"xhigh": "xhigh",
|
|
878
|
-
"max":
|
|
833
|
+
"max": "max"
|
|
879
834
|
},
|
|
880
835
|
"input": [
|
|
881
836
|
"text",
|
|
882
837
|
"image"
|
|
883
838
|
],
|
|
884
839
|
"cost": {
|
|
885
|
-
"input": 0.
|
|
886
|
-
"output":
|
|
887
|
-
"cacheRead": 0.
|
|
888
|
-
"cacheWrite": 0
|
|
840
|
+
"input": 0.2,
|
|
841
|
+
"output": 1.2,
|
|
842
|
+
"cacheRead": 0.02,
|
|
843
|
+
"cacheWrite": 0.25
|
|
889
844
|
},
|
|
890
|
-
"contextWindow":
|
|
845
|
+
"contextWindow": 1050000,
|
|
891
846
|
"maxTokens": 128000
|
|
892
847
|
},
|
|
893
848
|
{
|
|
894
|
-
"id": "claude-
|
|
895
|
-
"name": "Claude
|
|
849
|
+
"id": "claude-opus-4-7",
|
|
850
|
+
"name": "Claude Opus 4.7",
|
|
896
851
|
"api": "anthropic-messages",
|
|
897
852
|
"baseUrl": "https://opencode.ai/zen",
|
|
898
853
|
"reasoning": true,
|
|
@@ -902,7 +857,7 @@
|
|
|
902
857
|
"low": "low",
|
|
903
858
|
"medium": "medium",
|
|
904
859
|
"high": "high",
|
|
905
|
-
"xhigh":
|
|
860
|
+
"xhigh": "xhigh",
|
|
906
861
|
"max": "max"
|
|
907
862
|
},
|
|
908
863
|
"input": [
|
|
@@ -910,92 +865,63 @@
|
|
|
910
865
|
"image"
|
|
911
866
|
],
|
|
912
867
|
"cost": {
|
|
913
|
-
"input":
|
|
914
|
-
"output":
|
|
915
|
-
"cacheRead": 0.
|
|
916
|
-
"cacheWrite":
|
|
868
|
+
"input": 5,
|
|
869
|
+
"output": 25,
|
|
870
|
+
"cacheRead": 0.5,
|
|
871
|
+
"cacheWrite": 6.25
|
|
917
872
|
},
|
|
918
873
|
"contextWindow": 1000000,
|
|
919
|
-
"maxTokens":
|
|
874
|
+
"maxTokens": 128000
|
|
920
875
|
},
|
|
921
876
|
{
|
|
922
|
-
"id": "
|
|
923
|
-
"name": "
|
|
924
|
-
"api": "openai-
|
|
877
|
+
"id": "kimi-k3",
|
|
878
|
+
"name": "Kimi K3",
|
|
879
|
+
"api": "openai-completions",
|
|
925
880
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
926
881
|
"reasoning": true,
|
|
927
882
|
"thinkingLevelMap": {
|
|
928
883
|
"off": null,
|
|
929
|
-
"minimal":
|
|
930
|
-
"low":
|
|
931
|
-
"medium":
|
|
932
|
-
"high":
|
|
933
|
-
"xhigh":
|
|
934
|
-
"max":
|
|
884
|
+
"minimal": null,
|
|
885
|
+
"low": null,
|
|
886
|
+
"medium": null,
|
|
887
|
+
"high": null,
|
|
888
|
+
"xhigh": null,
|
|
889
|
+
"max": "max"
|
|
935
890
|
},
|
|
936
891
|
"input": [
|
|
937
892
|
"text",
|
|
938
893
|
"image"
|
|
939
894
|
],
|
|
940
895
|
"cost": {
|
|
941
|
-
"input":
|
|
942
|
-
"output":
|
|
943
|
-
"cacheRead": 0.
|
|
896
|
+
"input": 3,
|
|
897
|
+
"output": 15,
|
|
898
|
+
"cacheRead": 0.3,
|
|
944
899
|
"cacheWrite": 0
|
|
945
900
|
},
|
|
946
901
|
"contextWindow": 1048576,
|
|
947
902
|
"maxTokens": 131072
|
|
948
903
|
},
|
|
949
904
|
{
|
|
950
|
-
"id": "
|
|
951
|
-
"name": "
|
|
952
|
-
"api": "openai-responses",
|
|
953
|
-
"baseUrl": "https://opencode.ai/zen/v1",
|
|
954
|
-
"reasoning": true,
|
|
955
|
-
"thinkingLevelMap": {
|
|
956
|
-
"off": null,
|
|
957
|
-
"minimal": null,
|
|
958
|
-
"low": "low",
|
|
959
|
-
"medium": "medium",
|
|
960
|
-
"high": "high",
|
|
961
|
-
"xhigh": "xhigh",
|
|
962
|
-
"max": null
|
|
963
|
-
},
|
|
964
|
-
"input": [
|
|
965
|
-
"text",
|
|
966
|
-
"image"
|
|
967
|
-
],
|
|
968
|
-
"cost": {
|
|
969
|
-
"input": 5,
|
|
970
|
-
"output": 30,
|
|
971
|
-
"cacheRead": 0.5,
|
|
972
|
-
"cacheWrite": 0
|
|
973
|
-
},
|
|
974
|
-
"contextWindow": 1050000,
|
|
975
|
-
"maxTokens": 128000
|
|
976
|
-
},
|
|
977
|
-
{
|
|
978
|
-
"id": "kimi-k2.5",
|
|
979
|
-
"name": "Kimi K2.5",
|
|
905
|
+
"id": "nemotron-3.5-lightning-free",
|
|
906
|
+
"name": "Nemotron 3.5 Lightning Free",
|
|
980
907
|
"api": "openai-completions",
|
|
981
908
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
982
909
|
"reasoning": true,
|
|
983
910
|
"input": [
|
|
984
|
-
"text"
|
|
985
|
-
"image"
|
|
911
|
+
"text"
|
|
986
912
|
],
|
|
987
913
|
"cost": {
|
|
988
|
-
"input": 0
|
|
989
|
-
"output":
|
|
990
|
-
"cacheRead": 0
|
|
914
|
+
"input": 0,
|
|
915
|
+
"output": 0,
|
|
916
|
+
"cacheRead": 0,
|
|
991
917
|
"cacheWrite": 0
|
|
992
918
|
},
|
|
993
919
|
"contextWindow": 262144,
|
|
994
|
-
"maxTokens":
|
|
920
|
+
"maxTokens": 262144
|
|
995
921
|
},
|
|
996
922
|
{
|
|
997
|
-
"id": "gpt-5.
|
|
998
|
-
"name": "GPT-5.
|
|
923
|
+
"id": "gpt-5.3-codex",
|
|
924
|
+
"name": "GPT-5.3 Codex",
|
|
999
925
|
"api": "openai-responses",
|
|
1000
926
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
1001
927
|
"reasoning": true,
|
|
@@ -1022,55 +948,37 @@
|
|
|
1022
948
|
"maxTokens": 128000
|
|
1023
949
|
},
|
|
1024
950
|
{
|
|
1025
|
-
"id": "claude-
|
|
1026
|
-
"name": "Claude
|
|
951
|
+
"id": "claude-fable-5",
|
|
952
|
+
"name": "Claude Fable 5",
|
|
1027
953
|
"api": "anthropic-messages",
|
|
1028
954
|
"baseUrl": "https://opencode.ai/zen",
|
|
1029
955
|
"reasoning": true,
|
|
1030
|
-
"input": [
|
|
1031
|
-
"text",
|
|
1032
|
-
"image"
|
|
1033
|
-
],
|
|
1034
|
-
"cost": {
|
|
1035
|
-
"input": 3,
|
|
1036
|
-
"output": 15,
|
|
1037
|
-
"cacheRead": 0.3,
|
|
1038
|
-
"cacheWrite": 3.75
|
|
1039
|
-
},
|
|
1040
|
-
"contextWindow": 1000000,
|
|
1041
|
-
"maxTokens": 64000
|
|
1042
|
-
},
|
|
1043
|
-
{
|
|
1044
|
-
"id": "glm-5.2",
|
|
1045
|
-
"name": "GLM-5.2",
|
|
1046
|
-
"api": "openai-completions",
|
|
1047
|
-
"baseUrl": "https://opencode.ai/zen/v1",
|
|
1048
|
-
"reasoning": true,
|
|
1049
956
|
"thinkingLevelMap": {
|
|
1050
957
|
"off": null,
|
|
1051
958
|
"minimal": null,
|
|
1052
|
-
"low":
|
|
1053
|
-
"medium":
|
|
959
|
+
"low": "low",
|
|
960
|
+
"medium": "medium",
|
|
1054
961
|
"high": "high",
|
|
1055
|
-
"xhigh":
|
|
962
|
+
"xhigh": "xhigh",
|
|
1056
963
|
"max": "max"
|
|
1057
964
|
},
|
|
1058
965
|
"input": [
|
|
1059
|
-
"text"
|
|
966
|
+
"text",
|
|
967
|
+
"image"
|
|
1060
968
|
],
|
|
1061
969
|
"cost": {
|
|
1062
|
-
"input":
|
|
1063
|
-
"output":
|
|
1064
|
-
"cacheRead":
|
|
1065
|
-
"cacheWrite":
|
|
970
|
+
"input": 10,
|
|
971
|
+
"output": 50,
|
|
972
|
+
"cacheRead": 1,
|
|
973
|
+
"cacheWrite": 12.5
|
|
1066
974
|
},
|
|
1067
975
|
"contextWindow": 1000000,
|
|
1068
|
-
"maxTokens":
|
|
976
|
+
"maxTokens": 128000
|
|
1069
977
|
},
|
|
1070
978
|
{
|
|
1071
|
-
"id": "
|
|
1072
|
-
"name": "
|
|
1073
|
-
"api": "
|
|
979
|
+
"id": "gemini-3.5-flash-lite",
|
|
980
|
+
"name": "Gemini 3.5 Flash Lite",
|
|
981
|
+
"api": "google-generative-ai",
|
|
1074
982
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
1075
983
|
"reasoning": true,
|
|
1076
984
|
"thinkingLevelMap": {
|
|
@@ -1079,7 +987,7 @@
|
|
|
1079
987
|
"low": "low",
|
|
1080
988
|
"medium": "medium",
|
|
1081
989
|
"high": "high",
|
|
1082
|
-
"xhigh":
|
|
990
|
+
"xhigh": null,
|
|
1083
991
|
"max": null
|
|
1084
992
|
},
|
|
1085
993
|
"input": [
|
|
@@ -1087,13 +995,13 @@
|
|
|
1087
995
|
"image"
|
|
1088
996
|
],
|
|
1089
997
|
"cost": {
|
|
1090
|
-
"input": 0,
|
|
1091
|
-
"output":
|
|
1092
|
-
"cacheRead": 0,
|
|
998
|
+
"input": 0.3,
|
|
999
|
+
"output": 2.5,
|
|
1000
|
+
"cacheRead": 0.03,
|
|
1093
1001
|
"cacheWrite": 0
|
|
1094
1002
|
},
|
|
1095
1003
|
"contextWindow": 1048576,
|
|
1096
|
-
"maxTokens":
|
|
1004
|
+
"maxTokens": 65536
|
|
1097
1005
|
},
|
|
1098
1006
|
{
|
|
1099
1007
|
"id": "mimo-v2.5-free",
|
|
@@ -1115,36 +1023,18 @@
|
|
|
1115
1023
|
"maxTokens": 32000
|
|
1116
1024
|
},
|
|
1117
1025
|
{
|
|
1118
|
-
"id": "
|
|
1119
|
-
"name": "
|
|
1120
|
-
"api": "openai-
|
|
1121
|
-
"baseUrl": "https://opencode.ai/zen/v1",
|
|
1122
|
-
"reasoning": true,
|
|
1123
|
-
"input": [
|
|
1124
|
-
"text"
|
|
1125
|
-
],
|
|
1126
|
-
"cost": {
|
|
1127
|
-
"input": 0.3,
|
|
1128
|
-
"output": 1.2,
|
|
1129
|
-
"cacheRead": 0.06,
|
|
1130
|
-
"cacheWrite": 0
|
|
1131
|
-
},
|
|
1132
|
-
"contextWindow": 204800,
|
|
1133
|
-
"maxTokens": 131072
|
|
1134
|
-
},
|
|
1135
|
-
{
|
|
1136
|
-
"id": "gemini-3.6-flash",
|
|
1137
|
-
"name": "Gemini 3.6 Flash",
|
|
1138
|
-
"api": "google-generative-ai",
|
|
1026
|
+
"id": "gpt-5.4-nano",
|
|
1027
|
+
"name": "GPT-5.4 Nano",
|
|
1028
|
+
"api": "openai-responses",
|
|
1139
1029
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
1140
1030
|
"reasoning": true,
|
|
1141
1031
|
"thinkingLevelMap": {
|
|
1142
1032
|
"off": null,
|
|
1143
|
-
"minimal":
|
|
1033
|
+
"minimal": null,
|
|
1144
1034
|
"low": "low",
|
|
1145
1035
|
"medium": "medium",
|
|
1146
1036
|
"high": "high",
|
|
1147
|
-
"xhigh":
|
|
1037
|
+
"xhigh": "xhigh",
|
|
1148
1038
|
"max": null
|
|
1149
1039
|
},
|
|
1150
1040
|
"input": [
|
|
@@ -1152,55 +1042,73 @@
|
|
|
1152
1042
|
"image"
|
|
1153
1043
|
],
|
|
1154
1044
|
"cost": {
|
|
1155
|
-
"input":
|
|
1156
|
-
"output":
|
|
1157
|
-
"cacheRead": 0.
|
|
1045
|
+
"input": 0.2,
|
|
1046
|
+
"output": 1.25,
|
|
1047
|
+
"cacheRead": 0.02,
|
|
1158
1048
|
"cacheWrite": 0
|
|
1159
1049
|
},
|
|
1160
|
-
"contextWindow":
|
|
1161
|
-
"maxTokens":
|
|
1050
|
+
"contextWindow": 400000,
|
|
1051
|
+
"maxTokens": 128000
|
|
1162
1052
|
},
|
|
1163
1053
|
{
|
|
1164
|
-
"id": "gpt-5.
|
|
1165
|
-
"name": "GPT-5.
|
|
1054
|
+
"id": "gpt-5.5-pro",
|
|
1055
|
+
"name": "GPT-5.5 Pro",
|
|
1166
1056
|
"api": "openai-responses",
|
|
1167
1057
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
1168
1058
|
"reasoning": true,
|
|
1169
1059
|
"thinkingLevelMap": {
|
|
1170
1060
|
"off": null,
|
|
1171
1061
|
"minimal": null,
|
|
1172
|
-
"low":
|
|
1062
|
+
"low": null,
|
|
1173
1063
|
"medium": "medium",
|
|
1174
1064
|
"high": "high",
|
|
1175
1065
|
"xhigh": "xhigh",
|
|
1176
|
-
"max":
|
|
1066
|
+
"max": null
|
|
1177
1067
|
},
|
|
1178
1068
|
"input": [
|
|
1179
1069
|
"text",
|
|
1180
1070
|
"image"
|
|
1181
1071
|
],
|
|
1182
1072
|
"cost": {
|
|
1183
|
-
"input":
|
|
1184
|
-
"output":
|
|
1185
|
-
"cacheRead":
|
|
1186
|
-
"cacheWrite":
|
|
1073
|
+
"input": 30,
|
|
1074
|
+
"output": 180,
|
|
1075
|
+
"cacheRead": 30,
|
|
1076
|
+
"cacheWrite": 0
|
|
1187
1077
|
},
|
|
1188
1078
|
"contextWindow": 1050000,
|
|
1189
1079
|
"maxTokens": 128000
|
|
1190
1080
|
},
|
|
1191
1081
|
{
|
|
1192
|
-
"id": "
|
|
1193
|
-
"name": "
|
|
1194
|
-
"api": "
|
|
1082
|
+
"id": "big-pickle",
|
|
1083
|
+
"name": "Big Pickle",
|
|
1084
|
+
"api": "openai-completions",
|
|
1085
|
+
"baseUrl": "https://opencode.ai/zen/v1",
|
|
1086
|
+
"reasoning": true,
|
|
1087
|
+
"input": [
|
|
1088
|
+
"text"
|
|
1089
|
+
],
|
|
1090
|
+
"cost": {
|
|
1091
|
+
"input": 0,
|
|
1092
|
+
"output": 0,
|
|
1093
|
+
"cacheRead": 0,
|
|
1094
|
+
"cacheWrite": 0
|
|
1095
|
+
},
|
|
1096
|
+
"contextWindow": 200000,
|
|
1097
|
+
"maxTokens": 32000
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
"id": "gpt-5.4-mini",
|
|
1101
|
+
"name": "GPT-5.4 Mini",
|
|
1102
|
+
"api": "openai-responses",
|
|
1195
1103
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
1196
1104
|
"reasoning": true,
|
|
1197
1105
|
"thinkingLevelMap": {
|
|
1198
1106
|
"off": null,
|
|
1199
|
-
"minimal":
|
|
1107
|
+
"minimal": null,
|
|
1200
1108
|
"low": "low",
|
|
1201
1109
|
"medium": "medium",
|
|
1202
1110
|
"high": "high",
|
|
1203
|
-
"xhigh":
|
|
1111
|
+
"xhigh": "xhigh",
|
|
1204
1112
|
"max": null
|
|
1205
1113
|
},
|
|
1206
1114
|
"input": [
|
|
@@ -1208,17 +1116,35 @@
|
|
|
1208
1116
|
"image"
|
|
1209
1117
|
],
|
|
1210
1118
|
"cost": {
|
|
1211
|
-
"input": 0.
|
|
1212
|
-
"output":
|
|
1213
|
-
"cacheRead": 0.
|
|
1119
|
+
"input": 0.75,
|
|
1120
|
+
"output": 4.5,
|
|
1121
|
+
"cacheRead": 0.075,
|
|
1214
1122
|
"cacheWrite": 0
|
|
1215
1123
|
},
|
|
1216
|
-
"contextWindow":
|
|
1217
|
-
"maxTokens":
|
|
1124
|
+
"contextWindow": 400000,
|
|
1125
|
+
"maxTokens": 128000
|
|
1218
1126
|
},
|
|
1219
1127
|
{
|
|
1220
|
-
"id": "
|
|
1221
|
-
"name": "
|
|
1128
|
+
"id": "ling-3.0-flash-fin-free",
|
|
1129
|
+
"name": "Ling 3.0 Flash Fin Free",
|
|
1130
|
+
"api": "openai-completions",
|
|
1131
|
+
"baseUrl": "https://opencode.ai/zen/v1",
|
|
1132
|
+
"reasoning": true,
|
|
1133
|
+
"input": [
|
|
1134
|
+
"text"
|
|
1135
|
+
],
|
|
1136
|
+
"cost": {
|
|
1137
|
+
"input": 0,
|
|
1138
|
+
"output": 0,
|
|
1139
|
+
"cacheRead": 0,
|
|
1140
|
+
"cacheWrite": 0
|
|
1141
|
+
},
|
|
1142
|
+
"contextWindow": 262144,
|
|
1143
|
+
"maxTokens": 32768
|
|
1144
|
+
},
|
|
1145
|
+
{
|
|
1146
|
+
"id": "grok-4.6",
|
|
1147
|
+
"name": "Grok 4.6",
|
|
1222
1148
|
"api": "openai-responses",
|
|
1223
1149
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
1224
1150
|
"reasoning": true,
|
|
@@ -1236,17 +1162,17 @@
|
|
|
1236
1162
|
"image"
|
|
1237
1163
|
],
|
|
1238
1164
|
"cost": {
|
|
1239
|
-
"input": 2
|
|
1240
|
-
"output":
|
|
1241
|
-
"cacheRead": 0.
|
|
1165
|
+
"input": 2,
|
|
1166
|
+
"output": 6,
|
|
1167
|
+
"cacheRead": 0.5,
|
|
1242
1168
|
"cacheWrite": 0
|
|
1243
1169
|
},
|
|
1244
|
-
"contextWindow":
|
|
1245
|
-
"maxTokens":
|
|
1170
|
+
"contextWindow": 500000,
|
|
1171
|
+
"maxTokens": 500000
|
|
1246
1172
|
},
|
|
1247
1173
|
{
|
|
1248
|
-
"id": "
|
|
1249
|
-
"name": "
|
|
1174
|
+
"id": "claude-haiku-4-5",
|
|
1175
|
+
"name": "Claude Haiku 4.5",
|
|
1250
1176
|
"api": "anthropic-messages",
|
|
1251
1177
|
"baseUrl": "https://opencode.ai/zen",
|
|
1252
1178
|
"reasoning": true,
|
|
@@ -1255,41 +1181,69 @@
|
|
|
1255
1181
|
"image"
|
|
1256
1182
|
],
|
|
1257
1183
|
"cost": {
|
|
1258
|
-
"input":
|
|
1259
|
-
"output":
|
|
1260
|
-
"cacheRead": 0.
|
|
1261
|
-
"cacheWrite":
|
|
1184
|
+
"input": 1,
|
|
1185
|
+
"output": 5,
|
|
1186
|
+
"cacheRead": 0.1,
|
|
1187
|
+
"cacheWrite": 1.25
|
|
1262
1188
|
},
|
|
1263
|
-
"contextWindow":
|
|
1264
|
-
"maxTokens":
|
|
1189
|
+
"contextWindow": 200000,
|
|
1190
|
+
"maxTokens": 64000
|
|
1265
1191
|
},
|
|
1266
1192
|
{
|
|
1267
|
-
"id": "claude-
|
|
1268
|
-
"name": "Claude
|
|
1193
|
+
"id": "claude-sonnet-4-5",
|
|
1194
|
+
"name": "Claude Sonnet 4.5",
|
|
1269
1195
|
"api": "anthropic-messages",
|
|
1270
1196
|
"baseUrl": "https://opencode.ai/zen",
|
|
1271
1197
|
"reasoning": true,
|
|
1272
|
-
"
|
|
1273
|
-
"
|
|
1274
|
-
"
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
"
|
|
1278
|
-
"
|
|
1279
|
-
"
|
|
1198
|
+
"input": [
|
|
1199
|
+
"text",
|
|
1200
|
+
"image"
|
|
1201
|
+
],
|
|
1202
|
+
"cost": {
|
|
1203
|
+
"input": 3,
|
|
1204
|
+
"output": 15,
|
|
1205
|
+
"cacheRead": 0.3,
|
|
1206
|
+
"cacheWrite": 3.75
|
|
1207
|
+
},
|
|
1208
|
+
"contextWindow": 1000000,
|
|
1209
|
+
"maxTokens": 64000
|
|
1210
|
+
},
|
|
1211
|
+
{
|
|
1212
|
+
"id": "glm-5",
|
|
1213
|
+
"name": "GLM-5",
|
|
1214
|
+
"api": "openai-completions",
|
|
1215
|
+
"baseUrl": "https://opencode.ai/zen/v1",
|
|
1216
|
+
"reasoning": true,
|
|
1217
|
+
"input": [
|
|
1218
|
+
"text"
|
|
1219
|
+
],
|
|
1220
|
+
"cost": {
|
|
1221
|
+
"input": 1,
|
|
1222
|
+
"output": 3.2,
|
|
1223
|
+
"cacheRead": 0.2,
|
|
1224
|
+
"cacheWrite": 0
|
|
1280
1225
|
},
|
|
1226
|
+
"contextWindow": 204800,
|
|
1227
|
+
"maxTokens": 131072
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
"id": "kimi-k2.5",
|
|
1231
|
+
"name": "Kimi K2.5",
|
|
1232
|
+
"api": "openai-completions",
|
|
1233
|
+
"baseUrl": "https://opencode.ai/zen/v1",
|
|
1234
|
+
"reasoning": true,
|
|
1281
1235
|
"input": [
|
|
1282
1236
|
"text",
|
|
1283
1237
|
"image"
|
|
1284
1238
|
],
|
|
1285
1239
|
"cost": {
|
|
1286
|
-
"input":
|
|
1287
|
-
"output":
|
|
1288
|
-
"cacheRead":
|
|
1289
|
-
"cacheWrite":
|
|
1240
|
+
"input": 0.6,
|
|
1241
|
+
"output": 3,
|
|
1242
|
+
"cacheRead": 0.08,
|
|
1243
|
+
"cacheWrite": 0
|
|
1290
1244
|
},
|
|
1291
|
-
"contextWindow":
|
|
1292
|
-
"maxTokens":
|
|
1245
|
+
"contextWindow": 262144,
|
|
1246
|
+
"maxTokens": 65536
|
|
1293
1247
|
},
|
|
1294
1248
|
{
|
|
1295
1249
|
"id": "glm-5.1",
|
|
@@ -1338,52 +1292,70 @@
|
|
|
1338
1292
|
"maxTokens": 65536
|
|
1339
1293
|
},
|
|
1340
1294
|
{
|
|
1341
|
-
"id": "
|
|
1342
|
-
"name": "
|
|
1343
|
-
"api": "
|
|
1344
|
-
"baseUrl": "https://opencode.ai/zen
|
|
1295
|
+
"id": "claude-opus-4-8",
|
|
1296
|
+
"name": "Claude Opus 4.8",
|
|
1297
|
+
"api": "anthropic-messages",
|
|
1298
|
+
"baseUrl": "https://opencode.ai/zen",
|
|
1345
1299
|
"reasoning": true,
|
|
1300
|
+
"thinkingLevelMap": {
|
|
1301
|
+
"off": null,
|
|
1302
|
+
"minimal": null,
|
|
1303
|
+
"low": "low",
|
|
1304
|
+
"medium": "medium",
|
|
1305
|
+
"high": "high",
|
|
1306
|
+
"xhigh": "xhigh",
|
|
1307
|
+
"max": "max"
|
|
1308
|
+
},
|
|
1346
1309
|
"input": [
|
|
1347
|
-
"text"
|
|
1310
|
+
"text",
|
|
1311
|
+
"image"
|
|
1348
1312
|
],
|
|
1349
1313
|
"cost": {
|
|
1350
|
-
"input":
|
|
1351
|
-
"output":
|
|
1352
|
-
"cacheRead": 0,
|
|
1353
|
-
"cacheWrite":
|
|
1314
|
+
"input": 5,
|
|
1315
|
+
"output": 25,
|
|
1316
|
+
"cacheRead": 0.5,
|
|
1317
|
+
"cacheWrite": 6.25
|
|
1354
1318
|
},
|
|
1355
|
-
"contextWindow":
|
|
1356
|
-
"maxTokens":
|
|
1319
|
+
"contextWindow": 1000000,
|
|
1320
|
+
"maxTokens": 128000
|
|
1357
1321
|
},
|
|
1358
1322
|
{
|
|
1359
|
-
"id": "
|
|
1360
|
-
"name": "
|
|
1361
|
-
"api": "
|
|
1362
|
-
"baseUrl": "https://opencode.ai/zen",
|
|
1323
|
+
"id": "deepseek-v4-pro",
|
|
1324
|
+
"name": "DeepSeek V4 Pro",
|
|
1325
|
+
"api": "openai-completions",
|
|
1326
|
+
"baseUrl": "https://opencode.ai/zen/v1",
|
|
1363
1327
|
"reasoning": true,
|
|
1328
|
+
"thinkingLevelMap": {
|
|
1329
|
+
"off": null,
|
|
1330
|
+
"minimal": null,
|
|
1331
|
+
"low": null,
|
|
1332
|
+
"medium": null,
|
|
1333
|
+
"high": "high",
|
|
1334
|
+
"xhigh": null,
|
|
1335
|
+
"max": "max"
|
|
1336
|
+
},
|
|
1364
1337
|
"input": [
|
|
1365
|
-
"text"
|
|
1366
|
-
"image"
|
|
1338
|
+
"text"
|
|
1367
1339
|
],
|
|
1368
1340
|
"cost": {
|
|
1369
|
-
"input": 1,
|
|
1370
|
-
"output":
|
|
1371
|
-
"cacheRead": 0.
|
|
1372
|
-
"cacheWrite":
|
|
1341
|
+
"input": 1.74,
|
|
1342
|
+
"output": 3.84,
|
|
1343
|
+
"cacheRead": 0.145,
|
|
1344
|
+
"cacheWrite": 0
|
|
1373
1345
|
},
|
|
1374
|
-
"contextWindow":
|
|
1375
|
-
"maxTokens":
|
|
1346
|
+
"contextWindow": 1000000,
|
|
1347
|
+
"maxTokens": 384000
|
|
1376
1348
|
},
|
|
1377
1349
|
{
|
|
1378
|
-
"id": "gpt-5.
|
|
1379
|
-
"name": "GPT-5.
|
|
1350
|
+
"id": "gpt-5.4-pro",
|
|
1351
|
+
"name": "GPT-5.4 Pro",
|
|
1380
1352
|
"api": "openai-responses",
|
|
1381
1353
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
1382
1354
|
"reasoning": true,
|
|
1383
1355
|
"thinkingLevelMap": {
|
|
1384
1356
|
"off": null,
|
|
1385
1357
|
"minimal": null,
|
|
1386
|
-
"low":
|
|
1358
|
+
"low": null,
|
|
1387
1359
|
"medium": "medium",
|
|
1388
1360
|
"high": "high",
|
|
1389
1361
|
"xhigh": "xhigh",
|
|
@@ -1394,19 +1366,19 @@
|
|
|
1394
1366
|
"image"
|
|
1395
1367
|
],
|
|
1396
1368
|
"cost": {
|
|
1397
|
-
"input":
|
|
1398
|
-
"output":
|
|
1399
|
-
"cacheRead":
|
|
1369
|
+
"input": 30,
|
|
1370
|
+
"output": 180,
|
|
1371
|
+
"cacheRead": 30,
|
|
1400
1372
|
"cacheWrite": 0
|
|
1401
1373
|
},
|
|
1402
|
-
"contextWindow":
|
|
1374
|
+
"contextWindow": 1050000,
|
|
1403
1375
|
"maxTokens": 128000
|
|
1404
1376
|
},
|
|
1405
1377
|
{
|
|
1406
|
-
"id": "
|
|
1407
|
-
"name": "
|
|
1408
|
-
"api": "
|
|
1409
|
-
"baseUrl": "https://opencode.ai/zen",
|
|
1378
|
+
"id": "gemini-3.7-flash",
|
|
1379
|
+
"name": "Gemini 3.7 Flash",
|
|
1380
|
+
"api": "google-generative-ai",
|
|
1381
|
+
"baseUrl": "https://opencode.ai/zen/v1",
|
|
1410
1382
|
"reasoning": true,
|
|
1411
1383
|
"thinkingLevelMap": {
|
|
1412
1384
|
"off": null,
|
|
@@ -1415,24 +1387,24 @@
|
|
|
1415
1387
|
"medium": "medium",
|
|
1416
1388
|
"high": "high",
|
|
1417
1389
|
"xhigh": null,
|
|
1418
|
-
"max":
|
|
1390
|
+
"max": null
|
|
1419
1391
|
},
|
|
1420
1392
|
"input": [
|
|
1421
1393
|
"text",
|
|
1422
1394
|
"image"
|
|
1423
1395
|
],
|
|
1424
1396
|
"cost": {
|
|
1425
|
-
"input": 5,
|
|
1426
|
-
"output":
|
|
1427
|
-
"cacheRead": 0.
|
|
1428
|
-
"cacheWrite":
|
|
1397
|
+
"input": 1.5,
|
|
1398
|
+
"output": 7.5,
|
|
1399
|
+
"cacheRead": 0.15,
|
|
1400
|
+
"cacheWrite": 0
|
|
1429
1401
|
},
|
|
1430
|
-
"contextWindow":
|
|
1431
|
-
"maxTokens":
|
|
1402
|
+
"contextWindow": 1048576,
|
|
1403
|
+
"maxTokens": 65536
|
|
1432
1404
|
},
|
|
1433
1405
|
{
|
|
1434
|
-
"id": "gpt-5.
|
|
1435
|
-
"name": "GPT-5.
|
|
1406
|
+
"id": "gpt-5.6-terra",
|
|
1407
|
+
"name": "GPT-5.6 Terra",
|
|
1436
1408
|
"api": "openai-responses",
|
|
1437
1409
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
1438
1410
|
"reasoning": true,
|
|
@@ -1442,27 +1414,27 @@
|
|
|
1442
1414
|
"low": "low",
|
|
1443
1415
|
"medium": "medium",
|
|
1444
1416
|
"high": "high",
|
|
1445
|
-
"xhigh":
|
|
1446
|
-
"max":
|
|
1417
|
+
"xhigh": "xhigh",
|
|
1418
|
+
"max": "max"
|
|
1447
1419
|
},
|
|
1448
1420
|
"input": [
|
|
1449
1421
|
"text",
|
|
1450
1422
|
"image"
|
|
1451
1423
|
],
|
|
1452
1424
|
"cost": {
|
|
1453
|
-
"input":
|
|
1454
|
-
"output":
|
|
1455
|
-
"cacheRead": 0.
|
|
1456
|
-
"cacheWrite":
|
|
1425
|
+
"input": 2.5,
|
|
1426
|
+
"output": 15,
|
|
1427
|
+
"cacheRead": 0.25,
|
|
1428
|
+
"cacheWrite": 3.125
|
|
1457
1429
|
},
|
|
1458
|
-
"contextWindow":
|
|
1430
|
+
"contextWindow": 1050000,
|
|
1459
1431
|
"maxTokens": 128000
|
|
1460
1432
|
},
|
|
1461
1433
|
{
|
|
1462
|
-
"id": "
|
|
1463
|
-
"name": "
|
|
1464
|
-
"api": "
|
|
1465
|
-
"baseUrl": "https://opencode.ai/zen",
|
|
1434
|
+
"id": "gpt-5.2",
|
|
1435
|
+
"name": "GPT-5.2",
|
|
1436
|
+
"api": "openai-responses",
|
|
1437
|
+
"baseUrl": "https://opencode.ai/zen/v1",
|
|
1466
1438
|
"reasoning": true,
|
|
1467
1439
|
"thinkingLevelMap": {
|
|
1468
1440
|
"off": null,
|
|
@@ -1471,49 +1443,58 @@
|
|
|
1471
1443
|
"medium": "medium",
|
|
1472
1444
|
"high": "high",
|
|
1473
1445
|
"xhigh": "xhigh",
|
|
1474
|
-
"max":
|
|
1446
|
+
"max": null
|
|
1475
1447
|
},
|
|
1476
1448
|
"input": [
|
|
1477
1449
|
"text",
|
|
1478
1450
|
"image"
|
|
1479
1451
|
],
|
|
1480
1452
|
"cost": {
|
|
1481
|
-
"input":
|
|
1482
|
-
"output":
|
|
1483
|
-
"cacheRead": 0.
|
|
1484
|
-
"cacheWrite":
|
|
1453
|
+
"input": 1.75,
|
|
1454
|
+
"output": 14,
|
|
1455
|
+
"cacheRead": 0.175,
|
|
1456
|
+
"cacheWrite": 0
|
|
1485
1457
|
},
|
|
1486
|
-
"contextWindow":
|
|
1458
|
+
"contextWindow": 400000,
|
|
1487
1459
|
"maxTokens": 128000
|
|
1488
1460
|
},
|
|
1489
1461
|
{
|
|
1490
|
-
"id": "
|
|
1491
|
-
"name": "
|
|
1492
|
-
"api": "
|
|
1462
|
+
"id": "gemini-3-flash",
|
|
1463
|
+
"name": "Gemini 3 Flash",
|
|
1464
|
+
"api": "google-generative-ai",
|
|
1493
1465
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
1494
1466
|
"reasoning": true,
|
|
1467
|
+
"thinkingLevelMap": {
|
|
1468
|
+
"off": null,
|
|
1469
|
+
"minimal": "minimal",
|
|
1470
|
+
"low": "low",
|
|
1471
|
+
"medium": "medium",
|
|
1472
|
+
"high": "high",
|
|
1473
|
+
"xhigh": null,
|
|
1474
|
+
"max": null
|
|
1475
|
+
},
|
|
1495
1476
|
"input": [
|
|
1496
1477
|
"text",
|
|
1497
1478
|
"image"
|
|
1498
1479
|
],
|
|
1499
1480
|
"cost": {
|
|
1500
|
-
"input":
|
|
1501
|
-
"output":
|
|
1502
|
-
"cacheRead": 0.
|
|
1481
|
+
"input": 0.5,
|
|
1482
|
+
"output": 3,
|
|
1483
|
+
"cacheRead": 0.05,
|
|
1503
1484
|
"cacheWrite": 0
|
|
1504
1485
|
},
|
|
1505
|
-
"contextWindow":
|
|
1506
|
-
"maxTokens":
|
|
1486
|
+
"contextWindow": 1048576,
|
|
1487
|
+
"maxTokens": 65536
|
|
1507
1488
|
},
|
|
1508
1489
|
{
|
|
1509
|
-
"id": "
|
|
1510
|
-
"name": "
|
|
1511
|
-
"api": "
|
|
1490
|
+
"id": "gpt-5",
|
|
1491
|
+
"name": "GPT-5",
|
|
1492
|
+
"api": "openai-responses",
|
|
1512
1493
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
1513
1494
|
"reasoning": true,
|
|
1514
1495
|
"thinkingLevelMap": {
|
|
1515
1496
|
"off": null,
|
|
1516
|
-
"minimal":
|
|
1497
|
+
"minimal": "minimal",
|
|
1517
1498
|
"low": "low",
|
|
1518
1499
|
"medium": "medium",
|
|
1519
1500
|
"high": "high",
|
|
@@ -1525,19 +1506,38 @@
|
|
|
1525
1506
|
"image"
|
|
1526
1507
|
],
|
|
1527
1508
|
"cost": {
|
|
1528
|
-
"input": 1.
|
|
1529
|
-
"output":
|
|
1530
|
-
"cacheRead": 0.
|
|
1509
|
+
"input": 1.07,
|
|
1510
|
+
"output": 8.5,
|
|
1511
|
+
"cacheRead": 0.107,
|
|
1531
1512
|
"cacheWrite": 0
|
|
1532
1513
|
},
|
|
1533
|
-
"contextWindow":
|
|
1534
|
-
"maxTokens":
|
|
1514
|
+
"contextWindow": 400000,
|
|
1515
|
+
"maxTokens": 128000
|
|
1535
1516
|
},
|
|
1536
1517
|
{
|
|
1537
|
-
"id": "
|
|
1538
|
-
"name": "
|
|
1539
|
-
"api": "
|
|
1540
|
-
"baseUrl": "https://opencode.ai/zen
|
|
1518
|
+
"id": "claude-sonnet-4",
|
|
1519
|
+
"name": "Claude Sonnet 4",
|
|
1520
|
+
"api": "anthropic-messages",
|
|
1521
|
+
"baseUrl": "https://opencode.ai/zen",
|
|
1522
|
+
"reasoning": true,
|
|
1523
|
+
"input": [
|
|
1524
|
+
"text",
|
|
1525
|
+
"image"
|
|
1526
|
+
],
|
|
1527
|
+
"cost": {
|
|
1528
|
+
"input": 3,
|
|
1529
|
+
"output": 15,
|
|
1530
|
+
"cacheRead": 0.3,
|
|
1531
|
+
"cacheWrite": 3.75
|
|
1532
|
+
},
|
|
1533
|
+
"contextWindow": 1000000,
|
|
1534
|
+
"maxTokens": 64000
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"id": "claude-sonnet-5",
|
|
1538
|
+
"name": "Claude Sonnet 5",
|
|
1539
|
+
"api": "anthropic-messages",
|
|
1540
|
+
"baseUrl": "https://opencode.ai/zen",
|
|
1541
1541
|
"reasoning": true,
|
|
1542
1542
|
"thinkingLevelMap": {
|
|
1543
1543
|
"off": null,
|
|
@@ -1546,43 +1546,43 @@
|
|
|
1546
1546
|
"medium": "medium",
|
|
1547
1547
|
"high": "high",
|
|
1548
1548
|
"xhigh": "xhigh",
|
|
1549
|
-
"max":
|
|
1549
|
+
"max": "max"
|
|
1550
1550
|
},
|
|
1551
1551
|
"input": [
|
|
1552
1552
|
"text",
|
|
1553
1553
|
"image"
|
|
1554
1554
|
],
|
|
1555
1555
|
"cost": {
|
|
1556
|
-
"input":
|
|
1557
|
-
"output":
|
|
1558
|
-
"cacheRead": 0.
|
|
1559
|
-
"cacheWrite":
|
|
1556
|
+
"input": 2,
|
|
1557
|
+
"output": 10,
|
|
1558
|
+
"cacheRead": 0.2,
|
|
1559
|
+
"cacheWrite": 2.5
|
|
1560
1560
|
},
|
|
1561
|
-
"contextWindow":
|
|
1561
|
+
"contextWindow": 1000000,
|
|
1562
1562
|
"maxTokens": 128000
|
|
1563
1563
|
},
|
|
1564
1564
|
{
|
|
1565
|
-
"id": "
|
|
1566
|
-
"name": "
|
|
1567
|
-
"api": "
|
|
1568
|
-
"baseUrl": "https://opencode.ai/zen
|
|
1565
|
+
"id": "qwen3.5-plus",
|
|
1566
|
+
"name": "Qwen3.5 Plus",
|
|
1567
|
+
"api": "anthropic-messages",
|
|
1568
|
+
"baseUrl": "https://opencode.ai/zen",
|
|
1569
1569
|
"reasoning": true,
|
|
1570
1570
|
"input": [
|
|
1571
1571
|
"text",
|
|
1572
1572
|
"image"
|
|
1573
1573
|
],
|
|
1574
1574
|
"cost": {
|
|
1575
|
-
"input": 0.
|
|
1576
|
-
"output":
|
|
1577
|
-
"cacheRead": 0.
|
|
1578
|
-
"cacheWrite": 0
|
|
1575
|
+
"input": 0.2,
|
|
1576
|
+
"output": 1.2,
|
|
1577
|
+
"cacheRead": 0.02,
|
|
1578
|
+
"cacheWrite": 0.25
|
|
1579
1579
|
},
|
|
1580
1580
|
"contextWindow": 262144,
|
|
1581
1581
|
"maxTokens": 65536
|
|
1582
1582
|
},
|
|
1583
1583
|
{
|
|
1584
|
-
"id": "gpt-5.
|
|
1585
|
-
"name": "GPT-5.
|
|
1584
|
+
"id": "gpt-5.5",
|
|
1585
|
+
"name": "GPT-5.5",
|
|
1586
1586
|
"api": "openai-responses",
|
|
1587
1587
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
1588
1588
|
"reasoning": true,
|
|
@@ -1592,7 +1592,7 @@
|
|
|
1592
1592
|
"low": "low",
|
|
1593
1593
|
"medium": "medium",
|
|
1594
1594
|
"high": "high",
|
|
1595
|
-
"xhigh":
|
|
1595
|
+
"xhigh": "xhigh",
|
|
1596
1596
|
"max": null
|
|
1597
1597
|
},
|
|
1598
1598
|
"input": [
|
|
@@ -1600,12 +1600,12 @@
|
|
|
1600
1600
|
"image"
|
|
1601
1601
|
],
|
|
1602
1602
|
"cost": {
|
|
1603
|
-
"input":
|
|
1604
|
-
"output":
|
|
1605
|
-
"cacheRead": 0.
|
|
1603
|
+
"input": 5,
|
|
1604
|
+
"output": 30,
|
|
1605
|
+
"cacheRead": 0.5,
|
|
1606
1606
|
"cacheWrite": 0
|
|
1607
1607
|
},
|
|
1608
|
-
"contextWindow":
|
|
1608
|
+
"contextWindow": 1050000,
|
|
1609
1609
|
"maxTokens": 128000
|
|
1610
1610
|
}
|
|
1611
1611
|
]
|