@funkai/models 0.2.1 → 0.3.1
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/.turbo/turbo-build.log +35 -36
- package/CHANGELOG.md +18 -0
- package/dist/alibaba-B6q4Ng1R.mjs.map +1 -1
- package/dist/amazon-bedrock-Cv9AHQBH.mjs.map +1 -1
- package/dist/anthropic-yB7ST97_.mjs.map +1 -1
- package/dist/cerebras-COfl7XM-.mjs.map +1 -1
- package/dist/cohere-B7TgO0hT.mjs.map +1 -1
- package/dist/deepinfra-B0GxUwCG.mjs.map +1 -1
- package/dist/deepseek-D64ZEsvS.mjs.map +1 -1
- package/dist/fireworks-ai-DJYvdAi_.mjs.map +1 -1
- package/dist/google-BypRl349.mjs.map +1 -1
- package/dist/google-vertex-DbS-zTGD.mjs.map +1 -1
- package/dist/groq-ei_PerYi.mjs.map +1 -1
- package/dist/huggingface-DaM1EeLP.mjs.map +1 -1
- package/dist/inception-CspEzqNV.mjs.map +1 -1
- package/dist/index.d.mts +41 -87
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +20 -115
- package/dist/index.mjs.map +1 -1
- package/dist/llama-Cf3-koap.mjs.map +1 -1
- package/dist/mistral-BI9MdAO4.mjs.map +1 -1
- package/dist/nvidia-COHacuoa.mjs.map +1 -1
- package/dist/openai-C0nCfZUq.mjs.map +1 -1
- package/dist/openrouter-DSFzxKQb.mjs.map +1 -1
- package/dist/perplexity-zeZ2WlBU.mjs.map +1 -1
- package/dist/providers/alibaba.d.mts +1 -1
- package/dist/providers/amazon-bedrock.d.mts +1 -1
- package/dist/providers/anthropic.d.mts +1 -1
- package/dist/providers/cerebras.d.mts +1 -1
- package/dist/providers/cohere.d.mts +1 -1
- package/dist/providers/deepinfra.d.mts +1 -1
- package/dist/providers/deepseek.d.mts +1 -1
- package/dist/providers/fireworks-ai.d.mts +1 -1
- package/dist/providers/google-vertex.d.mts +1 -1
- package/dist/providers/google.d.mts +1 -1
- package/dist/providers/groq.d.mts +1 -1
- package/dist/providers/huggingface.d.mts +1 -1
- package/dist/providers/inception.d.mts +1 -1
- package/dist/providers/llama.d.mts +1 -1
- package/dist/providers/mistral.d.mts +1 -1
- package/dist/providers/nvidia.d.mts +1 -1
- package/dist/providers/openai.d.mts +1 -1
- package/dist/providers/openrouter.d.mts +1 -1
- package/dist/providers/perplexity.d.mts +1 -1
- package/dist/providers/togetherai.d.mts +1 -1
- package/dist/providers/xai.d.mts +1 -1
- package/dist/togetherai-BvcxUfPE.mjs.map +1 -1
- package/dist/{types-DjdaZckF.d.mts → types-DIzolT_s.d.mts} +61 -21
- package/dist/types-DIzolT_s.d.mts.map +1 -0
- package/dist/xai-fSuAkQJo.mjs.map +1 -1
- package/package.json +7 -6
- package/scripts/generate-models.ts +152 -83
- package/src/catalog/index.test.ts +8 -20
- package/src/catalog/index.ts +4 -1
- package/src/catalog/providers/alibaba.ts +91 -91
- package/src/catalog/providers/amazon-bedrock.ts +205 -185
- package/src/catalog/providers/anthropic.ts +87 -62
- package/src/catalog/providers/cerebras.ts +9 -9
- package/src/catalog/providers/cohere.ts +16 -16
- package/src/catalog/providers/deepinfra.ts +71 -71
- package/src/catalog/providers/deepseek.ts +3 -3
- package/src/catalog/providers/fireworks-ai.ts +36 -36
- package/src/catalog/providers/google-vertex.ts +62 -62
- package/src/catalog/providers/google.ts +69 -69
- package/src/catalog/providers/groq.ts +24 -24
- package/src/catalog/providers/huggingface.ts +52 -52
- package/src/catalog/providers/inception.ts +9 -9
- package/src/catalog/providers/index.ts +1 -0
- package/src/catalog/providers/llama.ts +7 -7
- package/src/catalog/providers/mistral.ts +60 -60
- package/src/catalog/providers/nvidia.ts +84 -84
- package/src/catalog/providers/openai.ts +115 -115
- package/src/catalog/providers/openrouter.ts +448 -433
- package/src/catalog/providers/perplexity.ts +9 -9
- package/src/catalog/providers/togetherai.ts +47 -47
- package/src/catalog/providers/xai.ts +49 -49
- package/src/catalog/types.ts +60 -20
- package/src/cost/calculate.test.ts +11 -19
- package/src/index.ts +2 -8
- package/src/provider/index.ts +2 -8
- package/src/provider/registry.test.ts +87 -0
- package/src/provider/registry.ts +93 -0
- package/src/provider/types.ts +1 -1
- package/tsconfig.json +2 -1
- package/tsdown.config.ts +7 -4
- package/dist/types-DjdaZckF.d.mts.map +0 -1
- package/src/provider/openrouter.test.ts +0 -125
- package/src/provider/openrouter.ts +0 -110
- package/src/provider/resolver.test.ts +0 -138
- package/src/provider/resolver.ts +0 -125
|
@@ -19,8 +19,8 @@ export const OPENROUTER_MODELS = [
|
|
|
19
19
|
name: "Intellect 3",
|
|
20
20
|
provider: "openrouter",
|
|
21
21
|
family: "glm",
|
|
22
|
-
pricing: { input: 2e-7, output: 0.
|
|
23
|
-
contextWindow:
|
|
22
|
+
pricing: { input: 2e-7, output: 0.000_001_1 },
|
|
23
|
+
contextWindow: 131_072,
|
|
24
24
|
maxOutput: 8192,
|
|
25
25
|
modalities: { input: ["text"], output: ["text"] },
|
|
26
26
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
@@ -31,7 +31,7 @@ export const OPENROUTER_MODELS = [
|
|
|
31
31
|
provider: "openrouter",
|
|
32
32
|
family: "qwerky",
|
|
33
33
|
pricing: { input: 0, output: 0 },
|
|
34
|
-
contextWindow:
|
|
34
|
+
contextWindow: 32_768,
|
|
35
35
|
maxOutput: 8192,
|
|
36
36
|
modalities: { input: ["text"], output: ["text"] },
|
|
37
37
|
capabilities: { reasoning: false, toolCall: false, attachment: false, structuredOutput: false },
|
|
@@ -42,8 +42,8 @@ export const OPENROUTER_MODELS = [
|
|
|
42
42
|
provider: "openrouter",
|
|
43
43
|
family: "allenai",
|
|
44
44
|
pricing: { input: 0, output: 0 },
|
|
45
|
-
contextWindow:
|
|
46
|
-
maxOutput:
|
|
45
|
+
contextWindow: 36_864,
|
|
46
|
+
maxOutput: 36_864,
|
|
47
47
|
modalities: { input: ["text", "image", "video"], output: ["text"] },
|
|
48
48
|
capabilities: { reasoning: true, toolCall: false, attachment: false, structuredOutput: false },
|
|
49
49
|
},
|
|
@@ -53,8 +53,8 @@ export const OPENROUTER_MODELS = [
|
|
|
53
53
|
provider: "openrouter",
|
|
54
54
|
family: "nemotron",
|
|
55
55
|
pricing: { input: 0, output: 0 },
|
|
56
|
-
contextWindow:
|
|
57
|
-
maxOutput:
|
|
56
|
+
contextWindow: 128_000,
|
|
57
|
+
maxOutput: 128_000,
|
|
58
58
|
modalities: { input: ["text"], output: ["text"] },
|
|
59
59
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
60
60
|
},
|
|
@@ -64,8 +64,8 @@ export const OPENROUTER_MODELS = [
|
|
|
64
64
|
provider: "openrouter",
|
|
65
65
|
family: "nemotron",
|
|
66
66
|
pricing: { input: 0, output: 0 },
|
|
67
|
-
contextWindow:
|
|
68
|
-
maxOutput:
|
|
67
|
+
contextWindow: 128_000,
|
|
68
|
+
maxOutput: 128_000,
|
|
69
69
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
70
70
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: false },
|
|
71
71
|
},
|
|
@@ -75,8 +75,8 @@ export const OPENROUTER_MODELS = [
|
|
|
75
75
|
provider: "openrouter",
|
|
76
76
|
family: "nemotron",
|
|
77
77
|
pricing: { input: 0, output: 0 },
|
|
78
|
-
contextWindow:
|
|
79
|
-
maxOutput:
|
|
78
|
+
contextWindow: 256_000,
|
|
79
|
+
maxOutput: 256_000,
|
|
80
80
|
modalities: { input: ["text"], output: ["text"] },
|
|
81
81
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
82
82
|
},
|
|
@@ -86,8 +86,8 @@ export const OPENROUTER_MODELS = [
|
|
|
86
86
|
provider: "openrouter",
|
|
87
87
|
family: "nemotron",
|
|
88
88
|
pricing: { input: 4e-8, output: 1.6e-7 },
|
|
89
|
-
contextWindow:
|
|
90
|
-
maxOutput:
|
|
89
|
+
contextWindow: 131_072,
|
|
90
|
+
maxOutput: 131_072,
|
|
91
91
|
modalities: { input: ["text"], output: ["text"] },
|
|
92
92
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: false },
|
|
93
93
|
},
|
|
@@ -97,8 +97,8 @@ export const OPENROUTER_MODELS = [
|
|
|
97
97
|
provider: "openrouter",
|
|
98
98
|
family: "trinity",
|
|
99
99
|
pricing: { input: 0, output: 0 },
|
|
100
|
-
contextWindow:
|
|
101
|
-
maxOutput:
|
|
100
|
+
contextWindow: 131_072,
|
|
101
|
+
maxOutput: 131_072,
|
|
102
102
|
modalities: { input: ["text"], output: ["text"] },
|
|
103
103
|
capabilities: { reasoning: false, toolCall: true, attachment: false, structuredOutput: true },
|
|
104
104
|
},
|
|
@@ -108,8 +108,8 @@ export const OPENROUTER_MODELS = [
|
|
|
108
108
|
provider: "openrouter",
|
|
109
109
|
family: "trinity-mini",
|
|
110
110
|
pricing: { input: 0, output: 0 },
|
|
111
|
-
contextWindow:
|
|
112
|
-
maxOutput:
|
|
111
|
+
contextWindow: 131_072,
|
|
112
|
+
maxOutput: 131_072,
|
|
113
113
|
modalities: { input: ["text"], output: ["text"] },
|
|
114
114
|
capabilities: { reasoning: false, toolCall: true, attachment: false, structuredOutput: true },
|
|
115
115
|
},
|
|
@@ -119,8 +119,8 @@ export const OPENROUTER_MODELS = [
|
|
|
119
119
|
provider: "openrouter",
|
|
120
120
|
family: "mimo",
|
|
121
121
|
pricing: { input: 1e-7, output: 3e-7, cacheRead: 1e-8 },
|
|
122
|
-
contextWindow:
|
|
123
|
-
maxOutput:
|
|
122
|
+
contextWindow: 262_144,
|
|
123
|
+
maxOutput: 65_536,
|
|
124
124
|
modalities: { input: ["text"], output: ["text"] },
|
|
125
125
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
126
126
|
},
|
|
@@ -130,8 +130,8 @@ export const OPENROUTER_MODELS = [
|
|
|
130
130
|
provider: "openrouter",
|
|
131
131
|
family: "mai",
|
|
132
132
|
pricing: { input: 0, output: 0 },
|
|
133
|
-
contextWindow:
|
|
134
|
-
maxOutput:
|
|
133
|
+
contextWindow: 163_840,
|
|
134
|
+
maxOutput: 163_840,
|
|
135
135
|
modalities: { input: ["text"], output: ["text"] },
|
|
136
136
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: false },
|
|
137
137
|
},
|
|
@@ -141,8 +141,8 @@ export const OPENROUTER_MODELS = [
|
|
|
141
141
|
provider: "openrouter",
|
|
142
142
|
family: "sarvam",
|
|
143
143
|
pricing: { input: 0, output: 0 },
|
|
144
|
-
contextWindow:
|
|
145
|
-
maxOutput:
|
|
144
|
+
contextWindow: 32_768,
|
|
145
|
+
maxOutput: 32_768,
|
|
146
146
|
modalities: { input: ["text"], output: ["text"] },
|
|
147
147
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: false },
|
|
148
148
|
},
|
|
@@ -152,8 +152,8 @@ export const OPENROUTER_MODELS = [
|
|
|
152
152
|
provider: "openrouter",
|
|
153
153
|
family: "liquid",
|
|
154
154
|
pricing: { input: 0, output: 0 },
|
|
155
|
-
contextWindow:
|
|
156
|
-
maxOutput:
|
|
155
|
+
contextWindow: 131_072,
|
|
156
|
+
maxOutput: 32_768,
|
|
157
157
|
modalities: { input: ["text"], output: ["text"] },
|
|
158
158
|
capabilities: { reasoning: true, toolCall: false, attachment: false, structuredOutput: false },
|
|
159
159
|
},
|
|
@@ -163,8 +163,8 @@ export const OPENROUTER_MODELS = [
|
|
|
163
163
|
provider: "openrouter",
|
|
164
164
|
family: "liquid",
|
|
165
165
|
pricing: { input: 0, output: 0 },
|
|
166
|
-
contextWindow:
|
|
167
|
-
maxOutput:
|
|
166
|
+
contextWindow: 131_072,
|
|
167
|
+
maxOutput: 32_768,
|
|
168
168
|
modalities: { input: ["text"], output: ["text"] },
|
|
169
169
|
capabilities: { reasoning: false, toolCall: false, attachment: false, structuredOutput: false },
|
|
170
170
|
},
|
|
@@ -174,8 +174,8 @@ export const OPENROUTER_MODELS = [
|
|
|
174
174
|
provider: "openrouter",
|
|
175
175
|
family: "mercury",
|
|
176
176
|
pricing: { input: 2.5e-7, output: 7.5e-7, cacheRead: 2.5e-8 },
|
|
177
|
-
contextWindow:
|
|
178
|
-
maxOutput:
|
|
177
|
+
contextWindow: 128_000,
|
|
178
|
+
maxOutput: 50_000,
|
|
179
179
|
modalities: { input: ["text"], output: ["text"] },
|
|
180
180
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
181
181
|
},
|
|
@@ -185,8 +185,8 @@ export const OPENROUTER_MODELS = [
|
|
|
185
185
|
provider: "openrouter",
|
|
186
186
|
family: "mercury",
|
|
187
187
|
pricing: { input: 2.5e-7, output: 7.5e-7, cacheRead: 2.5e-8 },
|
|
188
|
-
contextWindow:
|
|
189
|
-
maxOutput:
|
|
188
|
+
contextWindow: 128_000,
|
|
189
|
+
maxOutput: 32_000,
|
|
190
190
|
modalities: { input: ["text"], output: ["text"] },
|
|
191
191
|
capabilities: { reasoning: false, toolCall: true, attachment: false, structuredOutput: true },
|
|
192
192
|
},
|
|
@@ -196,8 +196,8 @@ export const OPENROUTER_MODELS = [
|
|
|
196
196
|
provider: "openrouter",
|
|
197
197
|
family: "mercury",
|
|
198
198
|
pricing: { input: 2.5e-7, output: 7.5e-7, cacheRead: 2.5e-8 },
|
|
199
|
-
contextWindow:
|
|
200
|
-
maxOutput:
|
|
199
|
+
contextWindow: 128_000,
|
|
200
|
+
maxOutput: 32_000,
|
|
201
201
|
modalities: { input: ["text"], output: ["text"] },
|
|
202
202
|
capabilities: { reasoning: false, toolCall: true, attachment: false, structuredOutput: true },
|
|
203
203
|
},
|
|
@@ -207,8 +207,8 @@ export const OPENROUTER_MODELS = [
|
|
|
207
207
|
provider: "openrouter",
|
|
208
208
|
family: "glm-z",
|
|
209
209
|
pricing: { input: 0, output: 0 },
|
|
210
|
-
contextWindow:
|
|
211
|
-
maxOutput:
|
|
210
|
+
contextWindow: 32_768,
|
|
211
|
+
maxOutput: 32_768,
|
|
212
212
|
modalities: { input: ["text"], output: ["text"] },
|
|
213
213
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: false },
|
|
214
214
|
},
|
|
@@ -251,7 +251,7 @@ export const OPENROUTER_MODELS = [
|
|
|
251
251
|
provider: "openrouter",
|
|
252
252
|
family: "reka",
|
|
253
253
|
pricing: { input: 0, output: 0 },
|
|
254
|
-
contextWindow:
|
|
254
|
+
contextWindow: 32_768,
|
|
255
255
|
maxOutput: 8192,
|
|
256
256
|
modalities: { input: ["text"], output: ["text"] },
|
|
257
257
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: false },
|
|
@@ -262,8 +262,8 @@ export const OPENROUTER_MODELS = [
|
|
|
262
262
|
provider: "openrouter",
|
|
263
263
|
family: "step",
|
|
264
264
|
pricing: { input: 0, output: 0 },
|
|
265
|
-
contextWindow:
|
|
266
|
-
maxOutput:
|
|
265
|
+
contextWindow: 256_000,
|
|
266
|
+
maxOutput: 256_000,
|
|
267
267
|
modalities: { input: ["text"], output: ["text"] },
|
|
268
268
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: false },
|
|
269
269
|
},
|
|
@@ -273,8 +273,8 @@ export const OPENROUTER_MODELS = [
|
|
|
273
273
|
provider: "openrouter",
|
|
274
274
|
family: "step",
|
|
275
275
|
pricing: { input: 1e-7, output: 3e-7, cacheRead: 2e-8 },
|
|
276
|
-
contextWindow:
|
|
277
|
-
maxOutput:
|
|
276
|
+
contextWindow: 256_000,
|
|
277
|
+
maxOutput: 256_000,
|
|
278
278
|
modalities: { input: ["text"], output: ["text"] },
|
|
279
279
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: false },
|
|
280
280
|
},
|
|
@@ -284,7 +284,7 @@ export const OPENROUTER_MODELS = [
|
|
|
284
284
|
provider: "openrouter",
|
|
285
285
|
family: "mistral",
|
|
286
286
|
pricing: { input: 0, output: 0 },
|
|
287
|
-
contextWindow:
|
|
287
|
+
contextWindow: 32_768,
|
|
288
288
|
maxOutput: 8192,
|
|
289
289
|
modalities: { input: ["text"], output: ["text"] },
|
|
290
290
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: false },
|
|
@@ -295,7 +295,7 @@ export const OPENROUTER_MODELS = [
|
|
|
295
295
|
provider: "openrouter",
|
|
296
296
|
family: "mistral",
|
|
297
297
|
pricing: { input: 0, output: 0 },
|
|
298
|
-
contextWindow:
|
|
298
|
+
contextWindow: 32_768,
|
|
299
299
|
maxOutput: 8192,
|
|
300
300
|
modalities: { input: ["text"], output: ["text"] },
|
|
301
301
|
capabilities: { reasoning: false, toolCall: true, attachment: false, structuredOutput: false },
|
|
@@ -306,8 +306,8 @@ export const OPENROUTER_MODELS = [
|
|
|
306
306
|
provider: "openrouter",
|
|
307
307
|
family: "mistral",
|
|
308
308
|
pricing: { input: 0, output: 0 },
|
|
309
|
-
contextWindow:
|
|
310
|
-
maxOutput:
|
|
309
|
+
contextWindow: 32_768,
|
|
310
|
+
maxOutput: 32_768,
|
|
311
311
|
modalities: { input: ["text"], output: ["text"] },
|
|
312
312
|
capabilities: { reasoning: false, toolCall: false, attachment: false, structuredOutput: true },
|
|
313
313
|
},
|
|
@@ -317,8 +317,8 @@ export const OPENROUTER_MODELS = [
|
|
|
317
317
|
provider: "openrouter",
|
|
318
318
|
family: "kat-coder",
|
|
319
319
|
pricing: { input: 0, output: 0 },
|
|
320
|
-
contextWindow:
|
|
321
|
-
maxOutput:
|
|
320
|
+
contextWindow: 256_000,
|
|
321
|
+
maxOutput: 65_536,
|
|
322
322
|
modalities: { input: ["text"], output: ["text"] },
|
|
323
323
|
capabilities: { reasoning: false, toolCall: true, attachment: false, structuredOutput: true },
|
|
324
324
|
},
|
|
@@ -327,9 +327,9 @@ export const OPENROUTER_MODELS = [
|
|
|
327
327
|
name: "DeepSeek V3.1 Terminus (exacto)",
|
|
328
328
|
provider: "openrouter",
|
|
329
329
|
family: "deepseek",
|
|
330
|
-
pricing: { input: 2.7e-7, output: 0.
|
|
331
|
-
contextWindow:
|
|
332
|
-
maxOutput:
|
|
330
|
+
pricing: { input: 2.7e-7, output: 0.000_001 },
|
|
331
|
+
contextWindow: 131_072,
|
|
332
|
+
maxOutput: 65_536,
|
|
333
333
|
modalities: { input: ["text"], output: ["text"] },
|
|
334
334
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
335
335
|
},
|
|
@@ -339,8 +339,8 @@ export const OPENROUTER_MODELS = [
|
|
|
339
339
|
provider: "openrouter",
|
|
340
340
|
family: "deepseek",
|
|
341
341
|
pricing: { input: 0, output: 0 },
|
|
342
|
-
contextWindow:
|
|
343
|
-
maxOutput:
|
|
342
|
+
contextWindow: 163_840,
|
|
343
|
+
maxOutput: 163_840,
|
|
344
344
|
modalities: { input: ["text"], output: ["text"] },
|
|
345
345
|
capabilities: { reasoning: true, toolCall: false, attachment: false, structuredOutput: true },
|
|
346
346
|
},
|
|
@@ -350,7 +350,7 @@ export const OPENROUTER_MODELS = [
|
|
|
350
350
|
provider: "openrouter",
|
|
351
351
|
family: "qwen",
|
|
352
352
|
pricing: { input: 0, output: 0 },
|
|
353
|
-
contextWindow:
|
|
353
|
+
contextWindow: 64_000,
|
|
354
354
|
maxOutput: 8192,
|
|
355
355
|
modalities: { input: ["text"], output: ["text"] },
|
|
356
356
|
capabilities: { reasoning: true, toolCall: false, attachment: false, structuredOutput: false },
|
|
@@ -361,8 +361,8 @@ export const OPENROUTER_MODELS = [
|
|
|
361
361
|
provider: "openrouter",
|
|
362
362
|
family: "deepseek",
|
|
363
363
|
pricing: { input: 0, output: 0 },
|
|
364
|
-
contextWindow:
|
|
365
|
-
maxOutput:
|
|
364
|
+
contextWindow: 163_840,
|
|
365
|
+
maxOutput: 163_840,
|
|
366
366
|
modalities: { input: ["text"], output: ["text"] },
|
|
367
367
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: false },
|
|
368
368
|
},
|
|
@@ -372,8 +372,8 @@ export const OPENROUTER_MODELS = [
|
|
|
372
372
|
provider: "openrouter",
|
|
373
373
|
family: "qwen",
|
|
374
374
|
pricing: { input: 0, output: 0 },
|
|
375
|
-
contextWindow:
|
|
376
|
-
maxOutput:
|
|
375
|
+
contextWindow: 131_072,
|
|
376
|
+
maxOutput: 131_072,
|
|
377
377
|
modalities: { input: ["text"], output: ["text"] },
|
|
378
378
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: false },
|
|
379
379
|
},
|
|
@@ -383,8 +383,8 @@ export const OPENROUTER_MODELS = [
|
|
|
383
383
|
provider: "openrouter",
|
|
384
384
|
family: "deepseek",
|
|
385
385
|
pricing: { input: 2.7e-7, output: 4.1e-7 },
|
|
386
|
-
contextWindow:
|
|
387
|
-
maxOutput:
|
|
386
|
+
contextWindow: 163_840,
|
|
387
|
+
maxOutput: 65_536,
|
|
388
388
|
modalities: { input: ["text"], output: ["text"] },
|
|
389
389
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
390
390
|
},
|
|
@@ -394,8 +394,8 @@ export const OPENROUTER_MODELS = [
|
|
|
394
394
|
provider: "openrouter",
|
|
395
395
|
family: "deepseek",
|
|
396
396
|
pricing: { input: 2e-7, output: 8e-7 },
|
|
397
|
-
contextWindow:
|
|
398
|
-
maxOutput:
|
|
397
|
+
contextWindow: 163_840,
|
|
398
|
+
maxOutput: 163_840,
|
|
399
399
|
modalities: { input: ["text"], output: ["text"] },
|
|
400
400
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
401
401
|
},
|
|
@@ -405,7 +405,7 @@ export const OPENROUTER_MODELS = [
|
|
|
405
405
|
provider: "openrouter",
|
|
406
406
|
family: "deepseek",
|
|
407
407
|
pricing: { input: 0, output: 0 },
|
|
408
|
-
contextWindow:
|
|
408
|
+
contextWindow: 16_384,
|
|
409
409
|
maxOutput: 8192,
|
|
410
410
|
modalities: { input: ["text"], output: ["text"] },
|
|
411
411
|
capabilities: { reasoning: false, toolCall: false, attachment: false, structuredOutput: true },
|
|
@@ -426,9 +426,9 @@ export const OPENROUTER_MODELS = [
|
|
|
426
426
|
name: "DeepSeek V3.1 Terminus",
|
|
427
427
|
provider: "openrouter",
|
|
428
428
|
family: "deepseek",
|
|
429
|
-
pricing: { input: 2.7e-7, output: 0.
|
|
430
|
-
contextWindow:
|
|
431
|
-
maxOutput:
|
|
429
|
+
pricing: { input: 2.7e-7, output: 0.000_001 },
|
|
430
|
+
contextWindow: 131_072,
|
|
431
|
+
maxOutput: 65_536,
|
|
432
432
|
modalities: { input: ["text"], output: ["text"] },
|
|
433
433
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
434
434
|
},
|
|
@@ -438,8 +438,8 @@ export const OPENROUTER_MODELS = [
|
|
|
438
438
|
provider: "openrouter",
|
|
439
439
|
family: "deepseek",
|
|
440
440
|
pricing: { input: 2.8e-7, output: 4e-7 },
|
|
441
|
-
contextWindow:
|
|
442
|
-
maxOutput:
|
|
441
|
+
contextWindow: 163_840,
|
|
442
|
+
maxOutput: 65_536,
|
|
443
443
|
modalities: { input: ["text"], output: ["text"] },
|
|
444
444
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
445
445
|
},
|
|
@@ -449,8 +449,8 @@ export const OPENROUTER_MODELS = [
|
|
|
449
449
|
provider: "openrouter",
|
|
450
450
|
family: "deepseek",
|
|
451
451
|
pricing: { input: 0, output: 0 },
|
|
452
|
-
contextWindow:
|
|
453
|
-
maxOutput:
|
|
452
|
+
contextWindow: 163_840,
|
|
453
|
+
maxOutput: 163_840,
|
|
454
454
|
modalities: { input: ["text"], output: ["text"] },
|
|
455
455
|
capabilities: { reasoning: false, toolCall: false, attachment: false, structuredOutput: false },
|
|
456
456
|
},
|
|
@@ -460,8 +460,8 @@ export const OPENROUTER_MODELS = [
|
|
|
460
460
|
provider: "openrouter",
|
|
461
461
|
family: "alpha",
|
|
462
462
|
pricing: { input: 0, output: 0 },
|
|
463
|
-
contextWindow:
|
|
464
|
-
maxOutput:
|
|
463
|
+
contextWindow: 1_048_576,
|
|
464
|
+
maxOutput: 64_000,
|
|
465
465
|
modalities: { input: ["text", "image", "pdf"], output: ["text"] },
|
|
466
466
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
467
467
|
},
|
|
@@ -471,7 +471,7 @@ export const OPENROUTER_MODELS = [
|
|
|
471
471
|
provider: "openrouter",
|
|
472
472
|
family: "sherlock",
|
|
473
473
|
pricing: { input: 0, output: 0 },
|
|
474
|
-
contextWindow:
|
|
474
|
+
contextWindow: 1_840_000,
|
|
475
475
|
maxOutput: 0,
|
|
476
476
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
477
477
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: false },
|
|
@@ -482,7 +482,7 @@ export const OPENROUTER_MODELS = [
|
|
|
482
482
|
provider: "openrouter",
|
|
483
483
|
family: "sherlock",
|
|
484
484
|
pricing: { input: 0, output: 0 },
|
|
485
|
-
contextWindow:
|
|
485
|
+
contextWindow: 1_840_000,
|
|
486
486
|
maxOutput: 0,
|
|
487
487
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
488
488
|
capabilities: { reasoning: false, toolCall: true, attachment: true, structuredOutput: false },
|
|
@@ -493,7 +493,7 @@ export const OPENROUTER_MODELS = [
|
|
|
493
493
|
provider: "openrouter",
|
|
494
494
|
family: "",
|
|
495
495
|
pricing: { input: 0, output: 0 },
|
|
496
|
-
contextWindow:
|
|
496
|
+
contextWindow: 200_000,
|
|
497
497
|
maxOutput: 8000,
|
|
498
498
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
499
499
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
@@ -504,8 +504,8 @@ export const OPENROUTER_MODELS = [
|
|
|
504
504
|
provider: "openrouter",
|
|
505
505
|
family: "alpha",
|
|
506
506
|
pricing: { input: 0, output: 0 },
|
|
507
|
-
contextWindow:
|
|
508
|
-
maxOutput:
|
|
507
|
+
contextWindow: 262_144,
|
|
508
|
+
maxOutput: 64_000,
|
|
509
509
|
modalities: { input: ["text", "image", "audio", "pdf"], output: ["text"] },
|
|
510
510
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
511
511
|
},
|
|
@@ -515,8 +515,8 @@ export const OPENROUTER_MODELS = [
|
|
|
515
515
|
provider: "openrouter",
|
|
516
516
|
family: "",
|
|
517
517
|
pricing: { input: 0, output: 0 },
|
|
518
|
-
contextWindow:
|
|
519
|
-
maxOutput:
|
|
518
|
+
contextWindow: 128_000,
|
|
519
|
+
maxOutput: 50_000,
|
|
520
520
|
modalities: { input: ["text"], output: ["text"] },
|
|
521
521
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
522
522
|
},
|
|
@@ -526,8 +526,8 @@ export const OPENROUTER_MODELS = [
|
|
|
526
526
|
provider: "openrouter",
|
|
527
527
|
family: "kimi",
|
|
528
528
|
pricing: { input: 0, output: 0 },
|
|
529
|
-
contextWindow:
|
|
530
|
-
maxOutput:
|
|
529
|
+
contextWindow: 131_072,
|
|
530
|
+
maxOutput: 131_072,
|
|
531
531
|
modalities: { input: ["text"], output: ["text"] },
|
|
532
532
|
capabilities: { reasoning: false, toolCall: true, attachment: false, structuredOutput: false },
|
|
533
533
|
},
|
|
@@ -536,9 +536,9 @@ export const OPENROUTER_MODELS = [
|
|
|
536
536
|
name: "Kimi K2",
|
|
537
537
|
provider: "openrouter",
|
|
538
538
|
family: "kimi",
|
|
539
|
-
pricing: { input: 5.5e-7, output: 0.
|
|
540
|
-
contextWindow:
|
|
541
|
-
maxOutput:
|
|
539
|
+
pricing: { input: 5.5e-7, output: 0.000_002_2 },
|
|
540
|
+
contextWindow: 131_072,
|
|
541
|
+
maxOutput: 32_768,
|
|
542
542
|
modalities: { input: ["text"], output: ["text"] },
|
|
543
543
|
capabilities: { reasoning: false, toolCall: true, attachment: false, structuredOutput: false },
|
|
544
544
|
},
|
|
@@ -547,9 +547,9 @@ export const OPENROUTER_MODELS = [
|
|
|
547
547
|
name: "Kimi K2 Instruct 0905",
|
|
548
548
|
provider: "openrouter",
|
|
549
549
|
family: "kimi",
|
|
550
|
-
pricing: { input: 6e-7, output: 0.
|
|
551
|
-
contextWindow:
|
|
552
|
-
maxOutput:
|
|
550
|
+
pricing: { input: 6e-7, output: 0.000_002_5 },
|
|
551
|
+
contextWindow: 262_144,
|
|
552
|
+
maxOutput: 16_384,
|
|
553
553
|
modalities: { input: ["text"], output: ["text"] },
|
|
554
554
|
capabilities: { reasoning: false, toolCall: true, attachment: false, structuredOutput: true },
|
|
555
555
|
},
|
|
@@ -558,9 +558,9 @@ export const OPENROUTER_MODELS = [
|
|
|
558
558
|
name: "Kimi K2 Instruct 0905 (exacto)",
|
|
559
559
|
provider: "openrouter",
|
|
560
560
|
family: "kimi",
|
|
561
|
-
pricing: { input: 6e-7, output: 0.
|
|
562
|
-
contextWindow:
|
|
563
|
-
maxOutput:
|
|
561
|
+
pricing: { input: 6e-7, output: 0.000_002_5 },
|
|
562
|
+
contextWindow: 262_144,
|
|
563
|
+
maxOutput: 16_384,
|
|
564
564
|
modalities: { input: ["text"], output: ["text"] },
|
|
565
565
|
capabilities: { reasoning: false, toolCall: true, attachment: false, structuredOutput: true },
|
|
566
566
|
},
|
|
@@ -569,9 +569,9 @@ export const OPENROUTER_MODELS = [
|
|
|
569
569
|
name: "Kimi K2.5",
|
|
570
570
|
provider: "openrouter",
|
|
571
571
|
family: "kimi",
|
|
572
|
-
pricing: { input: 6e-7, output: 0.
|
|
573
|
-
contextWindow:
|
|
574
|
-
maxOutput:
|
|
572
|
+
pricing: { input: 6e-7, output: 0.000_003, cacheRead: 1e-7 },
|
|
573
|
+
contextWindow: 262_144,
|
|
574
|
+
maxOutput: 262_144,
|
|
575
575
|
modalities: { input: ["text", "image", "video"], output: ["text"] },
|
|
576
576
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
577
577
|
},
|
|
@@ -580,9 +580,9 @@ export const OPENROUTER_MODELS = [
|
|
|
580
580
|
name: "Kimi K2 Thinking",
|
|
581
581
|
provider: "openrouter",
|
|
582
582
|
family: "kimi-thinking",
|
|
583
|
-
pricing: { input: 6e-7, output: 0.
|
|
584
|
-
contextWindow:
|
|
585
|
-
maxOutput:
|
|
583
|
+
pricing: { input: 6e-7, output: 0.000_002_5, cacheRead: 1.5e-7 },
|
|
584
|
+
contextWindow: 262_144,
|
|
585
|
+
maxOutput: 262_144,
|
|
586
586
|
modalities: { input: ["text"], output: ["text"] },
|
|
587
587
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
588
588
|
},
|
|
@@ -592,8 +592,8 @@ export const OPENROUTER_MODELS = [
|
|
|
592
592
|
provider: "openrouter",
|
|
593
593
|
family: "kimi",
|
|
594
594
|
pricing: { input: 0, output: 0 },
|
|
595
|
-
contextWindow:
|
|
596
|
-
maxOutput:
|
|
595
|
+
contextWindow: 32_800,
|
|
596
|
+
maxOutput: 32_800,
|
|
597
597
|
modalities: { input: ["text"], output: ["text"] },
|
|
598
598
|
capabilities: { reasoning: false, toolCall: true, attachment: false, structuredOutput: false },
|
|
599
599
|
},
|
|
@@ -603,8 +603,8 @@ export const OPENROUTER_MODELS = [
|
|
|
603
603
|
provider: "openrouter",
|
|
604
604
|
family: "gemini-flash-lite",
|
|
605
605
|
pricing: { input: 1e-7, output: 4e-7, cacheRead: 2.5e-8 },
|
|
606
|
-
contextWindow:
|
|
607
|
-
maxOutput:
|
|
606
|
+
contextWindow: 1_048_576,
|
|
607
|
+
maxOutput: 65_536,
|
|
608
608
|
modalities: { input: ["text", "image", "audio", "video", "pdf"], output: ["text"] },
|
|
609
609
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
610
610
|
},
|
|
@@ -613,9 +613,9 @@ export const OPENROUTER_MODELS = [
|
|
|
613
613
|
name: "Gemini 3.1 Pro Preview Custom Tools",
|
|
614
614
|
provider: "openrouter",
|
|
615
615
|
family: "gemini-pro",
|
|
616
|
-
pricing: { input: 0.
|
|
617
|
-
contextWindow:
|
|
618
|
-
maxOutput:
|
|
616
|
+
pricing: { input: 0.000_002, output: 0.000_012, reasoning: 0.000_012 },
|
|
617
|
+
contextWindow: 1_048_576,
|
|
618
|
+
maxOutput: 65_536,
|
|
619
619
|
modalities: { input: ["text", "image", "audio", "video", "pdf"], output: ["text"] },
|
|
620
620
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
621
621
|
},
|
|
@@ -624,9 +624,9 @@ export const OPENROUTER_MODELS = [
|
|
|
624
624
|
name: "Gemini 2.5 Pro Preview 06-05",
|
|
625
625
|
provider: "openrouter",
|
|
626
626
|
family: "gemini-pro",
|
|
627
|
-
pricing: { input: 0.
|
|
628
|
-
contextWindow:
|
|
629
|
-
maxOutput:
|
|
627
|
+
pricing: { input: 0.000_001_25, output: 0.000_01, cacheRead: 3.1e-7 },
|
|
628
|
+
contextWindow: 1_048_576,
|
|
629
|
+
maxOutput: 65_536,
|
|
630
630
|
modalities: { input: ["text", "image", "audio", "video", "pdf"], output: ["text"] },
|
|
631
631
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
632
632
|
},
|
|
@@ -646,9 +646,9 @@ export const OPENROUTER_MODELS = [
|
|
|
646
646
|
name: "Gemini 2.5 Flash Preview 09-25",
|
|
647
647
|
provider: "openrouter",
|
|
648
648
|
family: "gemini-flash",
|
|
649
|
-
pricing: { input: 3e-7, output: 0.
|
|
650
|
-
contextWindow:
|
|
651
|
-
maxOutput:
|
|
649
|
+
pricing: { input: 3e-7, output: 0.000_002_5, cacheRead: 3.1e-8 },
|
|
650
|
+
contextWindow: 1_048_576,
|
|
651
|
+
maxOutput: 65_536,
|
|
652
652
|
modalities: { input: ["text", "image", "audio", "video", "pdf"], output: ["text"] },
|
|
653
653
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
654
654
|
},
|
|
@@ -657,9 +657,9 @@ export const OPENROUTER_MODELS = [
|
|
|
657
657
|
name: "Gemini 2.5 Pro Preview 05-06",
|
|
658
658
|
provider: "openrouter",
|
|
659
659
|
family: "gemini-pro",
|
|
660
|
-
pricing: { input: 0.
|
|
661
|
-
contextWindow:
|
|
662
|
-
maxOutput:
|
|
660
|
+
pricing: { input: 0.000_001_25, output: 0.000_01, cacheRead: 3.1e-7 },
|
|
661
|
+
contextWindow: 1_048_576,
|
|
662
|
+
maxOutput: 65_536,
|
|
663
663
|
modalities: { input: ["text", "image", "audio", "video", "pdf"], output: ["text"] },
|
|
664
664
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
665
665
|
},
|
|
@@ -679,9 +679,9 @@ export const OPENROUTER_MODELS = [
|
|
|
679
679
|
name: "Gemini 2.5 Flash",
|
|
680
680
|
provider: "openrouter",
|
|
681
681
|
family: "gemini-flash",
|
|
682
|
-
pricing: { input: 3e-7, output: 0.
|
|
683
|
-
contextWindow:
|
|
684
|
-
maxOutput:
|
|
682
|
+
pricing: { input: 3e-7, output: 0.000_002_5, cacheRead: 3.75e-8 },
|
|
683
|
+
contextWindow: 1_048_576,
|
|
684
|
+
maxOutput: 65_536,
|
|
685
685
|
modalities: { input: ["text", "image", "audio", "video", "pdf"], output: ["text"] },
|
|
686
686
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
687
687
|
},
|
|
@@ -691,7 +691,7 @@ export const OPENROUTER_MODELS = [
|
|
|
691
691
|
provider: "openrouter",
|
|
692
692
|
family: "gemini-flash",
|
|
693
693
|
pricing: { input: 1e-7, output: 4e-7, cacheRead: 2.5e-8 },
|
|
694
|
-
contextWindow:
|
|
694
|
+
contextWindow: 1_048_576,
|
|
695
695
|
maxOutput: 8192,
|
|
696
696
|
modalities: { input: ["text", "image", "audio", "video", "pdf"], output: ["text"] },
|
|
697
697
|
capabilities: { reasoning: false, toolCall: true, attachment: true, structuredOutput: true },
|
|
@@ -703,13 +703,13 @@ export const OPENROUTER_MODELS = [
|
|
|
703
703
|
family: "gemini-flash-lite",
|
|
704
704
|
pricing: {
|
|
705
705
|
input: 2.5e-7,
|
|
706
|
-
output: 0.
|
|
706
|
+
output: 0.000_001_5,
|
|
707
707
|
cacheRead: 2.5e-8,
|
|
708
708
|
cacheWrite: 8.3e-8,
|
|
709
|
-
reasoning: 0.
|
|
709
|
+
reasoning: 0.000_001_5,
|
|
710
710
|
},
|
|
711
|
-
contextWindow:
|
|
712
|
-
maxOutput:
|
|
711
|
+
contextWindow: 1_048_576,
|
|
712
|
+
maxOutput: 65_536,
|
|
713
713
|
modalities: { input: ["text", "image", "video", "pdf", "audio"], output: ["text"] },
|
|
714
714
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
715
715
|
},
|
|
@@ -718,9 +718,9 @@ export const OPENROUTER_MODELS = [
|
|
|
718
718
|
name: "Gemini 3 Flash Preview",
|
|
719
719
|
provider: "openrouter",
|
|
720
720
|
family: "gemini-flash",
|
|
721
|
-
pricing: { input: 5e-7, output: 0.
|
|
722
|
-
contextWindow:
|
|
723
|
-
maxOutput:
|
|
721
|
+
pricing: { input: 5e-7, output: 0.000_003, cacheRead: 5e-8 },
|
|
722
|
+
contextWindow: 1_048_576,
|
|
723
|
+
maxOutput: 65_536,
|
|
724
724
|
modalities: { input: ["text", "image", "audio", "video", "pdf"], output: ["text"] },
|
|
725
725
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
726
726
|
},
|
|
@@ -730,7 +730,7 @@ export const OPENROUTER_MODELS = [
|
|
|
730
730
|
provider: "openrouter",
|
|
731
731
|
family: "gemma",
|
|
732
732
|
pricing: { input: 0, output: 0 },
|
|
733
|
-
contextWindow:
|
|
733
|
+
contextWindow: 32_768,
|
|
734
734
|
maxOutput: 8192,
|
|
735
735
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
736
736
|
capabilities: { reasoning: false, toolCall: false, attachment: true, structuredOutput: false },
|
|
@@ -741,8 +741,8 @@ export const OPENROUTER_MODELS = [
|
|
|
741
741
|
provider: "openrouter",
|
|
742
742
|
family: "gemini-flash-lite",
|
|
743
743
|
pricing: { input: 1e-7, output: 4e-7, cacheRead: 2.5e-8 },
|
|
744
|
-
contextWindow:
|
|
745
|
-
maxOutput:
|
|
744
|
+
contextWindow: 1_048_576,
|
|
745
|
+
maxOutput: 65_536,
|
|
746
746
|
modalities: { input: ["text", "image", "audio", "video", "pdf"], output: ["text"] },
|
|
747
747
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
748
748
|
},
|
|
@@ -751,9 +751,9 @@ export const OPENROUTER_MODELS = [
|
|
|
751
751
|
name: "Gemini 3.1 Pro Preview",
|
|
752
752
|
provider: "openrouter",
|
|
753
753
|
family: "gemini-pro",
|
|
754
|
-
pricing: { input: 0.
|
|
755
|
-
contextWindow:
|
|
756
|
-
maxOutput:
|
|
754
|
+
pricing: { input: 0.000_002, output: 0.000_012, reasoning: 0.000_012 },
|
|
755
|
+
contextWindow: 1_048_576,
|
|
756
|
+
maxOutput: 65_536,
|
|
757
757
|
modalities: { input: ["text", "image", "audio", "video", "pdf"], output: ["text"] },
|
|
758
758
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
759
759
|
},
|
|
@@ -763,8 +763,8 @@ export const OPENROUTER_MODELS = [
|
|
|
763
763
|
provider: "openrouter",
|
|
764
764
|
family: "gemini-flash",
|
|
765
765
|
pricing: { input: 0, output: 0 },
|
|
766
|
-
contextWindow:
|
|
767
|
-
maxOutput:
|
|
766
|
+
contextWindow: 1_048_576,
|
|
767
|
+
maxOutput: 1_048_576,
|
|
768
768
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
769
769
|
capabilities: { reasoning: false, toolCall: true, attachment: true, structuredOutput: false },
|
|
770
770
|
},
|
|
@@ -785,7 +785,7 @@ export const OPENROUTER_MODELS = [
|
|
|
785
785
|
provider: "openrouter",
|
|
786
786
|
family: "gemma",
|
|
787
787
|
pricing: { input: 0, output: 0 },
|
|
788
|
-
contextWindow:
|
|
788
|
+
contextWindow: 32_768,
|
|
789
789
|
maxOutput: 8192,
|
|
790
790
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
791
791
|
capabilities: { reasoning: false, toolCall: false, attachment: true, structuredOutput: false },
|
|
@@ -796,8 +796,8 @@ export const OPENROUTER_MODELS = [
|
|
|
796
796
|
provider: "openrouter",
|
|
797
797
|
family: "gemma",
|
|
798
798
|
pricing: { input: 2e-8, output: 4e-8 },
|
|
799
|
-
contextWindow:
|
|
800
|
-
maxOutput:
|
|
799
|
+
contextWindow: 32_768,
|
|
800
|
+
maxOutput: 32_768,
|
|
801
801
|
modalities: { input: ["text"], output: ["text"] },
|
|
802
802
|
capabilities: { reasoning: false, toolCall: false, attachment: true, structuredOutput: false },
|
|
803
803
|
},
|
|
@@ -806,9 +806,9 @@ export const OPENROUTER_MODELS = [
|
|
|
806
806
|
name: "Gemini 3 Pro Preview",
|
|
807
807
|
provider: "openrouter",
|
|
808
808
|
family: "gemini-pro",
|
|
809
|
-
pricing: { input: 0.
|
|
810
|
-
contextWindow:
|
|
811
|
-
maxOutput:
|
|
809
|
+
pricing: { input: 0.000_002, output: 0.000_012 },
|
|
810
|
+
contextWindow: 1_050_000,
|
|
811
|
+
maxOutput: 66_000,
|
|
812
812
|
modalities: { input: ["text", "image", "audio", "video", "pdf"], output: ["text"] },
|
|
813
813
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
814
814
|
},
|
|
@@ -818,8 +818,8 @@ export const OPENROUTER_MODELS = [
|
|
|
818
818
|
provider: "openrouter",
|
|
819
819
|
family: "gemma",
|
|
820
820
|
pricing: { input: 3e-8, output: 1e-7 },
|
|
821
|
-
contextWindow:
|
|
822
|
-
maxOutput:
|
|
821
|
+
contextWindow: 131_072,
|
|
822
|
+
maxOutput: 131_072,
|
|
823
823
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
824
824
|
capabilities: { reasoning: false, toolCall: false, attachment: true, structuredOutput: true },
|
|
825
825
|
},
|
|
@@ -829,8 +829,8 @@ export const OPENROUTER_MODELS = [
|
|
|
829
829
|
provider: "openrouter",
|
|
830
830
|
family: "gemma",
|
|
831
831
|
pricing: { input: 1.703e-8, output: 6.815e-8 },
|
|
832
|
-
contextWindow:
|
|
833
|
-
maxOutput:
|
|
832
|
+
contextWindow: 96_000,
|
|
833
|
+
maxOutput: 96_000,
|
|
834
834
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
835
835
|
capabilities: { reasoning: false, toolCall: false, attachment: true, structuredOutput: false },
|
|
836
836
|
},
|
|
@@ -840,8 +840,8 @@ export const OPENROUTER_MODELS = [
|
|
|
840
840
|
provider: "openrouter",
|
|
841
841
|
family: "gemma",
|
|
842
842
|
pricing: { input: 4e-8, output: 1.5e-7 },
|
|
843
|
-
contextWindow:
|
|
844
|
-
maxOutput:
|
|
843
|
+
contextWindow: 96_000,
|
|
844
|
+
maxOutput: 96_000,
|
|
845
845
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
846
846
|
capabilities: { reasoning: false, toolCall: true, attachment: true, structuredOutput: true },
|
|
847
847
|
},
|
|
@@ -850,9 +850,9 @@ export const OPENROUTER_MODELS = [
|
|
|
850
850
|
name: "Gemini 2.5 Pro",
|
|
851
851
|
provider: "openrouter",
|
|
852
852
|
family: "gemini-pro",
|
|
853
|
-
pricing: { input: 0.
|
|
854
|
-
contextWindow:
|
|
855
|
-
maxOutput:
|
|
853
|
+
pricing: { input: 0.000_001_25, output: 0.000_01, cacheRead: 3.1e-7 },
|
|
854
|
+
contextWindow: 1_048_576,
|
|
855
|
+
maxOutput: 65_536,
|
|
856
856
|
modalities: { input: ["text", "image", "audio", "video", "pdf"], output: ["text"] },
|
|
857
857
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
858
858
|
},
|
|
@@ -862,7 +862,7 @@ export const OPENROUTER_MODELS = [
|
|
|
862
862
|
provider: "openrouter",
|
|
863
863
|
family: "gemma",
|
|
864
864
|
pricing: { input: 0, output: 0 },
|
|
865
|
-
contextWindow:
|
|
865
|
+
contextWindow: 131_072,
|
|
866
866
|
maxOutput: 8192,
|
|
867
867
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
868
868
|
capabilities: { reasoning: false, toolCall: true, attachment: true, structuredOutput: false },
|
|
@@ -872,9 +872,9 @@ export const OPENROUTER_MODELS = [
|
|
|
872
872
|
name: "GLM-5",
|
|
873
873
|
provider: "openrouter",
|
|
874
874
|
family: "glm",
|
|
875
|
-
pricing: { input: 0.
|
|
876
|
-
contextWindow:
|
|
877
|
-
maxOutput:
|
|
875
|
+
pricing: { input: 0.000_001, output: 0.000_003_2, cacheRead: 2e-7 },
|
|
876
|
+
contextWindow: 202_752,
|
|
877
|
+
maxOutput: 131_000,
|
|
878
878
|
modalities: { input: ["text"], output: ["text"] },
|
|
879
879
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
880
880
|
},
|
|
@@ -883,9 +883,9 @@ export const OPENROUTER_MODELS = [
|
|
|
883
883
|
name: "GLM 4.5 Air",
|
|
884
884
|
provider: "openrouter",
|
|
885
885
|
family: "glm-air",
|
|
886
|
-
pricing: { input: 2e-7, output: 0.
|
|
887
|
-
contextWindow:
|
|
888
|
-
maxOutput:
|
|
886
|
+
pricing: { input: 2e-7, output: 0.000_001_1 },
|
|
887
|
+
contextWindow: 128_000,
|
|
888
|
+
maxOutput: 96_000,
|
|
889
889
|
modalities: { input: ["text"], output: ["text"] },
|
|
890
890
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
891
891
|
},
|
|
@@ -894,9 +894,9 @@ export const OPENROUTER_MODELS = [
|
|
|
894
894
|
name: "GLM 4.5",
|
|
895
895
|
provider: "openrouter",
|
|
896
896
|
family: "glm",
|
|
897
|
-
pricing: { input: 6e-7, output: 0.
|
|
898
|
-
contextWindow:
|
|
899
|
-
maxOutput:
|
|
897
|
+
pricing: { input: 6e-7, output: 0.000_002_2 },
|
|
898
|
+
contextWindow: 128_000,
|
|
899
|
+
maxOutput: 96_000,
|
|
900
900
|
modalities: { input: ["text"], output: ["text"] },
|
|
901
901
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
902
902
|
},
|
|
@@ -905,9 +905,9 @@ export const OPENROUTER_MODELS = [
|
|
|
905
905
|
name: "GLM 4.6 (exacto)",
|
|
906
906
|
provider: "openrouter",
|
|
907
907
|
family: "glm",
|
|
908
|
-
pricing: { input: 6e-7, output: 0.
|
|
909
|
-
contextWindow:
|
|
910
|
-
maxOutput:
|
|
908
|
+
pricing: { input: 6e-7, output: 0.000_001_9, cacheRead: 1.1e-7 },
|
|
909
|
+
contextWindow: 200_000,
|
|
910
|
+
maxOutput: 128_000,
|
|
911
911
|
modalities: { input: ["text"], output: ["text"] },
|
|
912
912
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
913
913
|
},
|
|
@@ -917,8 +917,8 @@ export const OPENROUTER_MODELS = [
|
|
|
917
917
|
provider: "openrouter",
|
|
918
918
|
family: "glm",
|
|
919
919
|
pricing: { input: 7e-8, output: 4e-7 },
|
|
920
|
-
contextWindow:
|
|
921
|
-
maxOutput:
|
|
920
|
+
contextWindow: 200_000,
|
|
921
|
+
maxOutput: 65_535,
|
|
922
922
|
modalities: { input: ["text"], output: ["text"] },
|
|
923
923
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
924
924
|
},
|
|
@@ -928,8 +928,8 @@ export const OPENROUTER_MODELS = [
|
|
|
928
928
|
provider: "openrouter",
|
|
929
929
|
family: "glm-air",
|
|
930
930
|
pricing: { input: 0, output: 0 },
|
|
931
|
-
contextWindow:
|
|
932
|
-
maxOutput:
|
|
931
|
+
contextWindow: 128_000,
|
|
932
|
+
maxOutput: 96_000,
|
|
933
933
|
modalities: { input: ["text"], output: ["text"] },
|
|
934
934
|
capabilities: { reasoning: true, toolCall: false, attachment: false, structuredOutput: false },
|
|
935
935
|
},
|
|
@@ -938,9 +938,9 @@ export const OPENROUTER_MODELS = [
|
|
|
938
938
|
name: "GLM 4.6",
|
|
939
939
|
provider: "openrouter",
|
|
940
940
|
family: "glm",
|
|
941
|
-
pricing: { input: 6e-7, output: 0.
|
|
942
|
-
contextWindow:
|
|
943
|
-
maxOutput:
|
|
941
|
+
pricing: { input: 6e-7, output: 0.000_002_2, cacheRead: 1.1e-7 },
|
|
942
|
+
contextWindow: 200_000,
|
|
943
|
+
maxOutput: 128_000,
|
|
944
944
|
modalities: { input: ["text"], output: ["text"] },
|
|
945
945
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
946
946
|
},
|
|
@@ -949,9 +949,9 @@ export const OPENROUTER_MODELS = [
|
|
|
949
949
|
name: "GLM-4.7",
|
|
950
950
|
provider: "openrouter",
|
|
951
951
|
family: "glm",
|
|
952
|
-
pricing: { input: 6e-7, output: 0.
|
|
953
|
-
contextWindow:
|
|
954
|
-
maxOutput:
|
|
952
|
+
pricing: { input: 6e-7, output: 0.000_002_2, cacheRead: 1.1e-7 },
|
|
953
|
+
contextWindow: 204_800,
|
|
954
|
+
maxOutput: 131_072,
|
|
955
955
|
modalities: { input: ["text"], output: ["text"] },
|
|
956
956
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
957
957
|
},
|
|
@@ -960,9 +960,9 @@ export const OPENROUTER_MODELS = [
|
|
|
960
960
|
name: "GLM 4.5V",
|
|
961
961
|
provider: "openrouter",
|
|
962
962
|
family: "glm",
|
|
963
|
-
pricing: { input: 6e-7, output: 0.
|
|
964
|
-
contextWindow:
|
|
965
|
-
maxOutput:
|
|
963
|
+
pricing: { input: 6e-7, output: 0.000_001_8 },
|
|
964
|
+
contextWindow: 64_000,
|
|
965
|
+
maxOutput: 16_384,
|
|
966
966
|
modalities: { input: ["text", "image", "video"], output: ["text"] },
|
|
967
967
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
968
968
|
},
|
|
@@ -971,9 +971,9 @@ export const OPENROUTER_MODELS = [
|
|
|
971
971
|
name: "Qwen3 Next 80B A3B Thinking",
|
|
972
972
|
provider: "openrouter",
|
|
973
973
|
family: "qwen",
|
|
974
|
-
pricing: { input: 1.4e-7, output: 0.
|
|
975
|
-
contextWindow:
|
|
976
|
-
maxOutput:
|
|
974
|
+
pricing: { input: 1.4e-7, output: 0.000_001_4 },
|
|
975
|
+
contextWindow: 262_144,
|
|
976
|
+
maxOutput: 262_144,
|
|
977
977
|
modalities: { input: ["text"], output: ["text"] },
|
|
978
978
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
979
979
|
},
|
|
@@ -983,8 +983,8 @@ export const OPENROUTER_MODELS = [
|
|
|
983
983
|
provider: "openrouter",
|
|
984
984
|
family: "qwen",
|
|
985
985
|
pricing: { input: 0, output: 0 },
|
|
986
|
-
contextWindow:
|
|
987
|
-
maxOutput:
|
|
986
|
+
contextWindow: 32_768,
|
|
987
|
+
maxOutput: 32_768,
|
|
988
988
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
989
989
|
capabilities: { reasoning: false, toolCall: true, attachment: true, structuredOutput: false },
|
|
990
990
|
},
|
|
@@ -994,8 +994,8 @@ export const OPENROUTER_MODELS = [
|
|
|
994
994
|
provider: "openrouter",
|
|
995
995
|
family: "qwen",
|
|
996
996
|
pricing: { input: 0, output: 0 },
|
|
997
|
-
contextWindow:
|
|
998
|
-
maxOutput:
|
|
997
|
+
contextWindow: 40_960,
|
|
998
|
+
maxOutput: 40_960,
|
|
999
999
|
modalities: { input: ["text"], output: ["text"] },
|
|
1000
1000
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
1001
1001
|
},
|
|
@@ -1005,8 +1005,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1005
1005
|
provider: "openrouter",
|
|
1006
1006
|
family: "qwen",
|
|
1007
1007
|
pricing: { input: 0, output: 0 },
|
|
1008
|
-
contextWindow:
|
|
1009
|
-
maxOutput:
|
|
1008
|
+
contextWindow: 262_144,
|
|
1009
|
+
maxOutput: 66_536,
|
|
1010
1010
|
modalities: { input: ["text"], output: ["text"] },
|
|
1011
1011
|
capabilities: { reasoning: false, toolCall: true, attachment: false, structuredOutput: false },
|
|
1012
1012
|
},
|
|
@@ -1015,9 +1015,9 @@ export const OPENROUTER_MODELS = [
|
|
|
1015
1015
|
name: "Qwen3 Coder Flash",
|
|
1016
1016
|
provider: "openrouter",
|
|
1017
1017
|
family: "qwen",
|
|
1018
|
-
pricing: { input: 3e-7, output: 0.
|
|
1019
|
-
contextWindow:
|
|
1020
|
-
maxOutput:
|
|
1018
|
+
pricing: { input: 3e-7, output: 0.000_001_5 },
|
|
1019
|
+
contextWindow: 128_000,
|
|
1020
|
+
maxOutput: 66_536,
|
|
1021
1021
|
modalities: { input: ["text"], output: ["text"] },
|
|
1022
1022
|
capabilities: { reasoning: false, toolCall: true, attachment: false, structuredOutput: false },
|
|
1023
1023
|
},
|
|
@@ -1027,8 +1027,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1027
1027
|
provider: "openrouter",
|
|
1028
1028
|
family: "qwen",
|
|
1029
1029
|
pricing: { input: 0, output: 0 },
|
|
1030
|
-
contextWindow:
|
|
1031
|
-
maxOutput:
|
|
1030
|
+
contextWindow: 40_960,
|
|
1031
|
+
maxOutput: 40_960,
|
|
1032
1032
|
modalities: { input: ["text"], output: ["text"] },
|
|
1033
1033
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
1034
1034
|
},
|
|
@@ -1038,8 +1038,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1038
1038
|
provider: "openrouter",
|
|
1039
1039
|
family: "qwen",
|
|
1040
1040
|
pricing: { input: 0, output: 0 },
|
|
1041
|
-
contextWindow:
|
|
1042
|
-
maxOutput:
|
|
1041
|
+
contextWindow: 262_144,
|
|
1042
|
+
maxOutput: 131_072,
|
|
1043
1043
|
modalities: { input: ["text"], output: ["text"] },
|
|
1044
1044
|
capabilities: { reasoning: false, toolCall: true, attachment: false, structuredOutput: false },
|
|
1045
1045
|
},
|
|
@@ -1049,8 +1049,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1049
1049
|
provider: "openrouter",
|
|
1050
1050
|
family: "qwen",
|
|
1051
1051
|
pricing: { input: 0, output: 0 },
|
|
1052
|
-
contextWindow:
|
|
1053
|
-
maxOutput:
|
|
1052
|
+
contextWindow: 40_960,
|
|
1053
|
+
maxOutput: 40_960,
|
|
1054
1054
|
modalities: { input: ["text"], output: ["text"] },
|
|
1055
1055
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
1056
1056
|
},
|
|
@@ -1059,9 +1059,9 @@ export const OPENROUTER_MODELS = [
|
|
|
1059
1059
|
name: "Qwen3 Coder",
|
|
1060
1060
|
provider: "openrouter",
|
|
1061
1061
|
family: "qwen",
|
|
1062
|
-
pricing: { input: 3e-7, output: 0.
|
|
1063
|
-
contextWindow:
|
|
1064
|
-
maxOutput:
|
|
1062
|
+
pricing: { input: 3e-7, output: 0.000_001_2 },
|
|
1063
|
+
contextWindow: 262_144,
|
|
1064
|
+
maxOutput: 66_536,
|
|
1065
1065
|
modalities: { input: ["text"], output: ["text"] },
|
|
1066
1066
|
capabilities: { reasoning: false, toolCall: true, attachment: false, structuredOutput: true },
|
|
1067
1067
|
},
|
|
@@ -1071,8 +1071,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1071
1071
|
provider: "openrouter",
|
|
1072
1072
|
family: "qwen",
|
|
1073
1073
|
pricing: { input: 0, output: 0 },
|
|
1074
|
-
contextWindow:
|
|
1075
|
-
maxOutput:
|
|
1074
|
+
contextWindow: 32_768,
|
|
1075
|
+
maxOutput: 32_768,
|
|
1076
1076
|
modalities: { input: ["text"], output: ["text"] },
|
|
1077
1077
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
1078
1078
|
},
|
|
@@ -1081,9 +1081,9 @@ export const OPENROUTER_MODELS = [
|
|
|
1081
1081
|
name: "Qwen3.5 397B A17B",
|
|
1082
1082
|
provider: "openrouter",
|
|
1083
1083
|
family: "qwen",
|
|
1084
|
-
pricing: { input: 6e-7, output: 0.
|
|
1085
|
-
contextWindow:
|
|
1086
|
-
maxOutput:
|
|
1084
|
+
pricing: { input: 6e-7, output: 0.000_003_6 },
|
|
1085
|
+
contextWindow: 262_144,
|
|
1086
|
+
maxOutput: 65_536,
|
|
1087
1087
|
modalities: { input: ["text", "image", "video"], output: ["text"] },
|
|
1088
1088
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
1089
1089
|
},
|
|
@@ -1092,9 +1092,9 @@ export const OPENROUTER_MODELS = [
|
|
|
1092
1092
|
name: "Qwen3 Coder (exacto)",
|
|
1093
1093
|
provider: "openrouter",
|
|
1094
1094
|
family: "qwen",
|
|
1095
|
-
pricing: { input: 3.8e-7, output: 0.
|
|
1096
|
-
contextWindow:
|
|
1097
|
-
maxOutput:
|
|
1095
|
+
pricing: { input: 3.8e-7, output: 0.000_001_53 },
|
|
1096
|
+
contextWindow: 131_072,
|
|
1097
|
+
maxOutput: 32_768,
|
|
1098
1098
|
modalities: { input: ["text"], output: ["text"] },
|
|
1099
1099
|
capabilities: { reasoning: false, toolCall: true, attachment: false, structuredOutput: true },
|
|
1100
1100
|
},
|
|
@@ -1104,7 +1104,7 @@ export const OPENROUTER_MODELS = [
|
|
|
1104
1104
|
provider: "openrouter",
|
|
1105
1105
|
family: "qwen",
|
|
1106
1106
|
pricing: { input: 0, output: 0 },
|
|
1107
|
-
contextWindow:
|
|
1107
|
+
contextWindow: 32_768,
|
|
1108
1108
|
maxOutput: 8192,
|
|
1109
1109
|
modalities: { input: ["text"], output: ["text"] },
|
|
1110
1110
|
capabilities: { reasoning: false, toolCall: false, attachment: false, structuredOutput: true },
|
|
@@ -1114,9 +1114,9 @@ export const OPENROUTER_MODELS = [
|
|
|
1114
1114
|
name: "Qwen3.5 Plus 2026-02-15",
|
|
1115
1115
|
provider: "openrouter",
|
|
1116
1116
|
family: "qwen",
|
|
1117
|
-
pricing: { input: 4e-7, output: 0.
|
|
1118
|
-
contextWindow:
|
|
1119
|
-
maxOutput:
|
|
1117
|
+
pricing: { input: 4e-7, output: 0.000_002_4 },
|
|
1118
|
+
contextWindow: 1_000_000,
|
|
1119
|
+
maxOutput: 65_536,
|
|
1120
1120
|
modalities: { input: ["text", "image", "video"], output: ["text"] },
|
|
1121
1121
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
1122
1122
|
},
|
|
@@ -1126,8 +1126,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1126
1126
|
provider: "openrouter",
|
|
1127
1127
|
family: "qwen",
|
|
1128
1128
|
pricing: { input: 2e-7, output: 8e-7 },
|
|
1129
|
-
contextWindow:
|
|
1130
|
-
maxOutput:
|
|
1129
|
+
contextWindow: 262_000,
|
|
1130
|
+
maxOutput: 262_000,
|
|
1131
1131
|
modalities: { input: ["text"], output: ["text"] },
|
|
1132
1132
|
capabilities: { reasoning: false, toolCall: true, attachment: false, structuredOutput: true },
|
|
1133
1133
|
},
|
|
@@ -1137,7 +1137,7 @@ export const OPENROUTER_MODELS = [
|
|
|
1137
1137
|
provider: "openrouter",
|
|
1138
1138
|
family: "qwen",
|
|
1139
1139
|
pricing: { input: 0, output: 0 },
|
|
1140
|
-
contextWindow:
|
|
1140
|
+
contextWindow: 32_768,
|
|
1141
1141
|
maxOutput: 8192,
|
|
1142
1142
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
1143
1143
|
capabilities: { reasoning: false, toolCall: false, attachment: true, structuredOutput: true },
|
|
@@ -1148,8 +1148,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1148
1148
|
provider: "openrouter",
|
|
1149
1149
|
family: "qwen",
|
|
1150
1150
|
pricing: { input: 7e-8, output: 2.7e-7 },
|
|
1151
|
-
contextWindow:
|
|
1152
|
-
maxOutput:
|
|
1151
|
+
contextWindow: 160_000,
|
|
1152
|
+
maxOutput: 65_536,
|
|
1153
1153
|
modalities: { input: ["text"], output: ["text"] },
|
|
1154
1154
|
capabilities: { reasoning: false, toolCall: true, attachment: false, structuredOutput: true },
|
|
1155
1155
|
},
|
|
@@ -1159,8 +1159,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1159
1159
|
provider: "openrouter",
|
|
1160
1160
|
family: "qwen",
|
|
1161
1161
|
pricing: { input: 1.5e-7, output: 8.5e-7 },
|
|
1162
|
-
contextWindow:
|
|
1163
|
-
maxOutput:
|
|
1162
|
+
contextWindow: 262_144,
|
|
1163
|
+
maxOutput: 131_072,
|
|
1164
1164
|
modalities: { input: ["text"], output: ["text"] },
|
|
1165
1165
|
capabilities: { reasoning: false, toolCall: true, attachment: false, structuredOutput: true },
|
|
1166
1166
|
},
|
|
@@ -1170,8 +1170,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1170
1170
|
provider: "openrouter",
|
|
1171
1171
|
family: "qwen",
|
|
1172
1172
|
pricing: { input: 0, output: 0 },
|
|
1173
|
-
contextWindow:
|
|
1174
|
-
maxOutput:
|
|
1173
|
+
contextWindow: 131_072,
|
|
1174
|
+
maxOutput: 131_072,
|
|
1175
1175
|
modalities: { input: ["text"], output: ["text"] },
|
|
1176
1176
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
1177
1177
|
},
|
|
@@ -1181,8 +1181,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1181
1181
|
provider: "openrouter",
|
|
1182
1182
|
family: "qwen",
|
|
1183
1183
|
pricing: { input: 0, output: 0 },
|
|
1184
|
-
contextWindow:
|
|
1185
|
-
maxOutput:
|
|
1184
|
+
contextWindow: 262_144,
|
|
1185
|
+
maxOutput: 262_144,
|
|
1186
1186
|
modalities: { input: ["text"], output: ["text"] },
|
|
1187
1187
|
capabilities: { reasoning: false, toolCall: true, attachment: false, structuredOutput: true },
|
|
1188
1188
|
},
|
|
@@ -1192,8 +1192,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1192
1192
|
provider: "openrouter",
|
|
1193
1193
|
family: "qwen",
|
|
1194
1194
|
pricing: { input: 0, output: 0 },
|
|
1195
|
-
contextWindow:
|
|
1196
|
-
maxOutput:
|
|
1195
|
+
contextWindow: 40_960,
|
|
1196
|
+
maxOutput: 40_960,
|
|
1197
1197
|
modalities: { input: ["text"], output: ["text"] },
|
|
1198
1198
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
1199
1199
|
},
|
|
@@ -1203,8 +1203,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1203
1203
|
provider: "openrouter",
|
|
1204
1204
|
family: "qwen",
|
|
1205
1205
|
pricing: { input: 0, output: 0 },
|
|
1206
|
-
contextWindow:
|
|
1207
|
-
maxOutput:
|
|
1206
|
+
contextWindow: 40_960,
|
|
1207
|
+
maxOutput: 40_960,
|
|
1208
1208
|
modalities: { input: ["text"], output: ["text"] },
|
|
1209
1209
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
1210
1210
|
},
|
|
@@ -1214,8 +1214,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1214
1214
|
provider: "openrouter",
|
|
1215
1215
|
family: "qwen",
|
|
1216
1216
|
pricing: { input: 2e-7, output: 8e-7 },
|
|
1217
|
-
contextWindow:
|
|
1218
|
-
maxOutput:
|
|
1217
|
+
contextWindow: 262_000,
|
|
1218
|
+
maxOutput: 262_000,
|
|
1219
1219
|
modalities: { input: ["text"], output: ["text"] },
|
|
1220
1220
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
1221
1221
|
},
|
|
@@ -1236,8 +1236,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1236
1236
|
provider: "openrouter",
|
|
1237
1237
|
family: "qwen",
|
|
1238
1238
|
pricing: { input: 7.8e-8, output: 3.12e-7 },
|
|
1239
|
-
contextWindow:
|
|
1240
|
-
maxOutput:
|
|
1239
|
+
contextWindow: 262_144,
|
|
1240
|
+
maxOutput: 81_920,
|
|
1241
1241
|
modalities: { input: ["text"], output: ["text"] },
|
|
1242
1242
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
1243
1243
|
},
|
|
@@ -1246,9 +1246,9 @@ export const OPENROUTER_MODELS = [
|
|
|
1246
1246
|
name: "Qwen3 Next 80B A3B Instruct",
|
|
1247
1247
|
provider: "openrouter",
|
|
1248
1248
|
family: "qwen",
|
|
1249
|
-
pricing: { input: 1.4e-7, output: 0.
|
|
1250
|
-
contextWindow:
|
|
1251
|
-
maxOutput:
|
|
1249
|
+
pricing: { input: 1.4e-7, output: 0.000_001_4 },
|
|
1250
|
+
contextWindow: 262_144,
|
|
1251
|
+
maxOutput: 262_144,
|
|
1252
1252
|
modalities: { input: ["text"], output: ["text"] },
|
|
1253
1253
|
capabilities: { reasoning: false, toolCall: true, attachment: false, structuredOutput: true },
|
|
1254
1254
|
},
|
|
@@ -1258,8 +1258,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1258
1258
|
provider: "openrouter",
|
|
1259
1259
|
family: "qwen",
|
|
1260
1260
|
pricing: { input: 0, output: 0 },
|
|
1261
|
-
contextWindow:
|
|
1262
|
-
maxOutput:
|
|
1261
|
+
contextWindow: 32_768,
|
|
1262
|
+
maxOutput: 32_768,
|
|
1263
1263
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
1264
1264
|
capabilities: { reasoning: false, toolCall: true, attachment: true, structuredOutput: false },
|
|
1265
1265
|
},
|
|
@@ -1268,9 +1268,9 @@ export const OPENROUTER_MODELS = [
|
|
|
1268
1268
|
name: "Qwen3 Max",
|
|
1269
1269
|
provider: "openrouter",
|
|
1270
1270
|
family: "qwen",
|
|
1271
|
-
pricing: { input: 0.
|
|
1272
|
-
contextWindow:
|
|
1273
|
-
maxOutput:
|
|
1271
|
+
pricing: { input: 0.000_001_2, output: 0.000_006 },
|
|
1272
|
+
contextWindow: 262_144,
|
|
1273
|
+
maxOutput: 32_768,
|
|
1274
1274
|
modalities: { input: ["text"], output: ["text"] },
|
|
1275
1275
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: false },
|
|
1276
1276
|
},
|
|
@@ -1279,8 +1279,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1279
1279
|
name: "Grok 3",
|
|
1280
1280
|
provider: "openrouter",
|
|
1281
1281
|
family: "grok",
|
|
1282
|
-
pricing: { input: 0.
|
|
1283
|
-
contextWindow:
|
|
1282
|
+
pricing: { input: 0.000_003, output: 0.000_015, cacheRead: 7.5e-7, cacheWrite: 0.000_015 },
|
|
1283
|
+
contextWindow: 131_072,
|
|
1284
1284
|
maxOutput: 8192,
|
|
1285
1285
|
modalities: { input: ["text"], output: ["text"] },
|
|
1286
1286
|
capabilities: { reasoning: false, toolCall: true, attachment: false, structuredOutput: true },
|
|
@@ -1290,9 +1290,9 @@ export const OPENROUTER_MODELS = [
|
|
|
1290
1290
|
name: "Grok Code Fast 1",
|
|
1291
1291
|
provider: "openrouter",
|
|
1292
1292
|
family: "grok",
|
|
1293
|
-
pricing: { input: 2e-7, output: 0.
|
|
1294
|
-
contextWindow:
|
|
1295
|
-
maxOutput:
|
|
1293
|
+
pricing: { input: 2e-7, output: 0.000_001_5, cacheRead: 2e-8 },
|
|
1294
|
+
contextWindow: 256_000,
|
|
1295
|
+
maxOutput: 10_000,
|
|
1296
1296
|
modalities: { input: ["text"], output: ["text"] },
|
|
1297
1297
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
1298
1298
|
},
|
|
@@ -1302,8 +1302,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1302
1302
|
provider: "openrouter",
|
|
1303
1303
|
family: "grok",
|
|
1304
1304
|
pricing: { input: 2e-7, output: 5e-7, cacheRead: 5e-8, cacheWrite: 5e-8 },
|
|
1305
|
-
contextWindow:
|
|
1306
|
-
maxOutput:
|
|
1305
|
+
contextWindow: 2_000_000,
|
|
1306
|
+
maxOutput: 30_000,
|
|
1307
1307
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
1308
1308
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
1309
1309
|
},
|
|
@@ -1312,9 +1312,9 @@ export const OPENROUTER_MODELS = [
|
|
|
1312
1312
|
name: "Grok 4",
|
|
1313
1313
|
provider: "openrouter",
|
|
1314
1314
|
family: "grok",
|
|
1315
|
-
pricing: { input: 0.
|
|
1316
|
-
contextWindow:
|
|
1317
|
-
maxOutput:
|
|
1315
|
+
pricing: { input: 0.000_003, output: 0.000_015, cacheRead: 7.5e-7, cacheWrite: 0.000_015 },
|
|
1316
|
+
contextWindow: 256_000,
|
|
1317
|
+
maxOutput: 64_000,
|
|
1318
1318
|
modalities: { input: ["text"], output: ["text"] },
|
|
1319
1319
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
1320
1320
|
},
|
|
@@ -1324,8 +1324,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1324
1324
|
provider: "openrouter",
|
|
1325
1325
|
family: "grok",
|
|
1326
1326
|
pricing: { input: 2e-7, output: 5e-7, cacheRead: 5e-8, cacheWrite: 5e-8 },
|
|
1327
|
-
contextWindow:
|
|
1328
|
-
maxOutput:
|
|
1327
|
+
contextWindow: 2_000_000,
|
|
1328
|
+
maxOutput: 30_000,
|
|
1329
1329
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
1330
1330
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
1331
1331
|
},
|
|
@@ -1335,7 +1335,7 @@ export const OPENROUTER_MODELS = [
|
|
|
1335
1335
|
provider: "openrouter",
|
|
1336
1336
|
family: "grok",
|
|
1337
1337
|
pricing: { input: 3e-7, output: 5e-7, cacheRead: 7.5e-8, cacheWrite: 5e-7 },
|
|
1338
|
-
contextWindow:
|
|
1338
|
+
contextWindow: 131_072,
|
|
1339
1339
|
maxOutput: 8192,
|
|
1340
1340
|
modalities: { input: ["text"], output: ["text"] },
|
|
1341
1341
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: false },
|
|
@@ -1346,7 +1346,7 @@ export const OPENROUTER_MODELS = [
|
|
|
1346
1346
|
provider: "openrouter",
|
|
1347
1347
|
family: "grok",
|
|
1348
1348
|
pricing: { input: 3e-7, output: 5e-7, cacheRead: 7.5e-8, cacheWrite: 5e-7 },
|
|
1349
|
-
contextWindow:
|
|
1349
|
+
contextWindow: 131_072,
|
|
1350
1350
|
maxOutput: 8192,
|
|
1351
1351
|
modalities: { input: ["text"], output: ["text"] },
|
|
1352
1352
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
@@ -1356,9 +1356,9 @@ export const OPENROUTER_MODELS = [
|
|
|
1356
1356
|
name: "Grok 4.20 Multi - Agent Beta",
|
|
1357
1357
|
provider: "openrouter",
|
|
1358
1358
|
family: "grok",
|
|
1359
|
-
pricing: { input: 0.
|
|
1360
|
-
contextWindow:
|
|
1361
|
-
maxOutput:
|
|
1359
|
+
pricing: { input: 0.000_002, output: 0.000_006, cacheRead: 2e-7 },
|
|
1360
|
+
contextWindow: 2_000_000,
|
|
1361
|
+
maxOutput: 30_000,
|
|
1362
1362
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
1363
1363
|
capabilities: { reasoning: true, toolCall: false, attachment: true, structuredOutput: false },
|
|
1364
1364
|
},
|
|
@@ -1367,9 +1367,9 @@ export const OPENROUTER_MODELS = [
|
|
|
1367
1367
|
name: "Grok 4.20 Beta",
|
|
1368
1368
|
provider: "openrouter",
|
|
1369
1369
|
family: "grok",
|
|
1370
|
-
pricing: { input: 0.
|
|
1371
|
-
contextWindow:
|
|
1372
|
-
maxOutput:
|
|
1370
|
+
pricing: { input: 0.000_002, output: 0.000_006, cacheRead: 2e-7 },
|
|
1371
|
+
contextWindow: 2_000_000,
|
|
1372
|
+
maxOutput: 30_000,
|
|
1373
1373
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
1374
1374
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: false },
|
|
1375
1375
|
},
|
|
@@ -1378,8 +1378,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1378
1378
|
name: "Grok 3 Beta",
|
|
1379
1379
|
provider: "openrouter",
|
|
1380
1380
|
family: "grok",
|
|
1381
|
-
pricing: { input: 0.
|
|
1382
|
-
contextWindow:
|
|
1381
|
+
pricing: { input: 0.000_003, output: 0.000_015, cacheRead: 7.5e-7, cacheWrite: 0.000_015 },
|
|
1382
|
+
contextWindow: 131_072,
|
|
1383
1383
|
maxOutput: 8192,
|
|
1384
1384
|
modalities: { input: ["text"], output: ["text"] },
|
|
1385
1385
|
capabilities: { reasoning: false, toolCall: true, attachment: false, structuredOutput: false },
|
|
@@ -1390,8 +1390,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1390
1390
|
provider: "openrouter",
|
|
1391
1391
|
family: "llama",
|
|
1392
1392
|
pricing: { input: 0, output: 0 },
|
|
1393
|
-
contextWindow:
|
|
1394
|
-
maxOutput:
|
|
1393
|
+
contextWindow: 131_072,
|
|
1394
|
+
maxOutput: 131_072,
|
|
1395
1395
|
modalities: { input: ["text"], output: ["text"] },
|
|
1396
1396
|
capabilities: { reasoning: false, toolCall: true, attachment: false, structuredOutput: true },
|
|
1397
1397
|
},
|
|
@@ -1401,8 +1401,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1401
1401
|
provider: "openrouter",
|
|
1402
1402
|
family: "llama",
|
|
1403
1403
|
pricing: { input: 0, output: 0 },
|
|
1404
|
-
contextWindow:
|
|
1405
|
-
maxOutput:
|
|
1404
|
+
contextWindow: 64_000,
|
|
1405
|
+
maxOutput: 64_000,
|
|
1406
1406
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
1407
1407
|
capabilities: { reasoning: false, toolCall: true, attachment: true, structuredOutput: true },
|
|
1408
1408
|
},
|
|
@@ -1412,7 +1412,7 @@ export const OPENROUTER_MODELS = [
|
|
|
1412
1412
|
provider: "openrouter",
|
|
1413
1413
|
family: "llama",
|
|
1414
1414
|
pricing: { input: 0, output: 0 },
|
|
1415
|
-
contextWindow:
|
|
1415
|
+
contextWindow: 131_072,
|
|
1416
1416
|
maxOutput: 8192,
|
|
1417
1417
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
1418
1418
|
capabilities: { reasoning: false, toolCall: false, attachment: true, structuredOutput: false },
|
|
@@ -1423,8 +1423,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1423
1423
|
provider: "openrouter",
|
|
1424
1424
|
family: "llama",
|
|
1425
1425
|
pricing: { input: 0, output: 0 },
|
|
1426
|
-
contextWindow:
|
|
1427
|
-
maxOutput:
|
|
1426
|
+
contextWindow: 131_072,
|
|
1427
|
+
maxOutput: 131_072,
|
|
1428
1428
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
1429
1429
|
capabilities: { reasoning: false, toolCall: false, attachment: true, structuredOutput: false },
|
|
1430
1430
|
},
|
|
@@ -1434,8 +1434,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1434
1434
|
provider: "openrouter",
|
|
1435
1435
|
family: "llama",
|
|
1436
1436
|
pricing: { input: 0, output: 0 },
|
|
1437
|
-
contextWindow:
|
|
1438
|
-
maxOutput:
|
|
1437
|
+
contextWindow: 131_072,
|
|
1438
|
+
maxOutput: 131_072,
|
|
1439
1439
|
modalities: { input: ["text"], output: ["text"] },
|
|
1440
1440
|
capabilities: { reasoning: false, toolCall: false, attachment: true, structuredOutput: true },
|
|
1441
1441
|
},
|
|
@@ -1445,8 +1445,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1445
1445
|
provider: "openrouter",
|
|
1446
1446
|
family: "tngtech",
|
|
1447
1447
|
pricing: { input: 0, output: 0 },
|
|
1448
|
-
contextWindow:
|
|
1449
|
-
maxOutput:
|
|
1448
|
+
contextWindow: 163_840,
|
|
1449
|
+
maxOutput: 163_840,
|
|
1450
1450
|
modalities: { input: ["text"], output: ["text"] },
|
|
1451
1451
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
1452
1452
|
},
|
|
@@ -1456,8 +1456,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1456
1456
|
provider: "openrouter",
|
|
1457
1457
|
family: "deepseek-thinking",
|
|
1458
1458
|
pricing: { input: 0, output: 0 },
|
|
1459
|
-
contextWindow:
|
|
1460
|
-
maxOutput:
|
|
1459
|
+
contextWindow: 163_840,
|
|
1460
|
+
maxOutput: 163_840,
|
|
1461
1461
|
modalities: { input: ["text"], output: ["text"] },
|
|
1462
1462
|
capabilities: { reasoning: true, toolCall: false, attachment: false, structuredOutput: true },
|
|
1463
1463
|
},
|
|
@@ -1466,9 +1466,9 @@ export const OPENROUTER_MODELS = [
|
|
|
1466
1466
|
name: "Devstral Medium",
|
|
1467
1467
|
provider: "openrouter",
|
|
1468
1468
|
family: "devstral",
|
|
1469
|
-
pricing: { input: 4e-7, output: 0.
|
|
1470
|
-
contextWindow:
|
|
1471
|
-
maxOutput:
|
|
1469
|
+
pricing: { input: 4e-7, output: 0.000_002 },
|
|
1470
|
+
contextWindow: 131_072,
|
|
1471
|
+
maxOutput: 131_072,
|
|
1472
1472
|
modalities: { input: ["text"], output: ["text"] },
|
|
1473
1473
|
capabilities: { reasoning: false, toolCall: true, attachment: false, structuredOutput: true },
|
|
1474
1474
|
},
|
|
@@ -1478,8 +1478,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1478
1478
|
provider: "openrouter",
|
|
1479
1479
|
family: "devstral",
|
|
1480
1480
|
pricing: { input: 0, output: 0 },
|
|
1481
|
-
contextWindow:
|
|
1482
|
-
maxOutput:
|
|
1481
|
+
contextWindow: 32_768,
|
|
1482
|
+
maxOutput: 32_768,
|
|
1483
1483
|
modalities: { input: ["text"], output: ["text"] },
|
|
1484
1484
|
capabilities: { reasoning: false, toolCall: true, attachment: false, structuredOutput: false },
|
|
1485
1485
|
},
|
|
@@ -1488,9 +1488,9 @@ export const OPENROUTER_MODELS = [
|
|
|
1488
1488
|
name: "Mistral Medium 3",
|
|
1489
1489
|
provider: "openrouter",
|
|
1490
1490
|
family: "mistral-medium",
|
|
1491
|
-
pricing: { input: 4e-7, output: 0.
|
|
1492
|
-
contextWindow:
|
|
1493
|
-
maxOutput:
|
|
1491
|
+
pricing: { input: 4e-7, output: 0.000_002 },
|
|
1492
|
+
contextWindow: 131_072,
|
|
1493
|
+
maxOutput: 131_072,
|
|
1494
1494
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
1495
1495
|
capabilities: { reasoning: false, toolCall: true, attachment: true, structuredOutput: true },
|
|
1496
1496
|
},
|
|
@@ -1500,8 +1500,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1500
1500
|
provider: "openrouter",
|
|
1501
1501
|
family: "codestral",
|
|
1502
1502
|
pricing: { input: 3e-7, output: 9e-7 },
|
|
1503
|
-
contextWindow:
|
|
1504
|
-
maxOutput:
|
|
1503
|
+
contextWindow: 256_000,
|
|
1504
|
+
maxOutput: 256_000,
|
|
1505
1505
|
modalities: { input: ["text"], output: ["text"] },
|
|
1506
1506
|
capabilities: { reasoning: false, toolCall: true, attachment: false, structuredOutput: true },
|
|
1507
1507
|
},
|
|
@@ -1511,8 +1511,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1511
1511
|
provider: "openrouter",
|
|
1512
1512
|
family: "devstral",
|
|
1513
1513
|
pricing: { input: 0, output: 0 },
|
|
1514
|
-
contextWindow:
|
|
1515
|
-
maxOutput:
|
|
1514
|
+
contextWindow: 262_144,
|
|
1515
|
+
maxOutput: 262_144,
|
|
1516
1516
|
modalities: { input: ["text"], output: ["text"] },
|
|
1517
1517
|
capabilities: { reasoning: false, toolCall: true, attachment: false, structuredOutput: false },
|
|
1518
1518
|
},
|
|
@@ -1522,7 +1522,7 @@ export const OPENROUTER_MODELS = [
|
|
|
1522
1522
|
provider: "openrouter",
|
|
1523
1523
|
family: "mistral-small",
|
|
1524
1524
|
pricing: { input: 0, output: 0 },
|
|
1525
|
-
contextWindow:
|
|
1525
|
+
contextWindow: 128_000,
|
|
1526
1526
|
maxOutput: 8192,
|
|
1527
1527
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
1528
1528
|
capabilities: { reasoning: false, toolCall: true, attachment: true, structuredOutput: true },
|
|
@@ -1533,8 +1533,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1533
1533
|
provider: "openrouter",
|
|
1534
1534
|
family: "devstral",
|
|
1535
1535
|
pricing: { input: 6e-8, output: 1.2e-7 },
|
|
1536
|
-
contextWindow:
|
|
1537
|
-
maxOutput:
|
|
1536
|
+
contextWindow: 128_000,
|
|
1537
|
+
maxOutput: 128_000,
|
|
1538
1538
|
modalities: { input: ["text"], output: ["text"] },
|
|
1539
1539
|
capabilities: { reasoning: false, toolCall: true, attachment: false, structuredOutput: false },
|
|
1540
1540
|
},
|
|
@@ -1544,8 +1544,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1544
1544
|
provider: "openrouter",
|
|
1545
1545
|
family: "mistral",
|
|
1546
1546
|
pricing: { input: 0, output: 0 },
|
|
1547
|
-
contextWindow:
|
|
1548
|
-
maxOutput:
|
|
1547
|
+
contextWindow: 32_768,
|
|
1548
|
+
maxOutput: 32_768,
|
|
1549
1549
|
modalities: { input: ["text"], output: ["text"] },
|
|
1550
1550
|
capabilities: { reasoning: false, toolCall: true, attachment: false, structuredOutput: false },
|
|
1551
1551
|
},
|
|
@@ -1555,8 +1555,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1555
1555
|
provider: "openrouter",
|
|
1556
1556
|
family: "devstral",
|
|
1557
1557
|
pricing: { input: 1.5e-7, output: 6e-7 },
|
|
1558
|
-
contextWindow:
|
|
1559
|
-
maxOutput:
|
|
1558
|
+
contextWindow: 262_144,
|
|
1559
|
+
maxOutput: 262_144,
|
|
1560
1560
|
modalities: { input: ["text"], output: ["text"] },
|
|
1561
1561
|
capabilities: { reasoning: false, toolCall: true, attachment: false, structuredOutput: true },
|
|
1562
1562
|
},
|
|
@@ -1566,7 +1566,7 @@ export const OPENROUTER_MODELS = [
|
|
|
1566
1566
|
provider: "openrouter",
|
|
1567
1567
|
family: "mistral-small",
|
|
1568
1568
|
pricing: { input: 0, output: 0 },
|
|
1569
|
-
contextWindow:
|
|
1569
|
+
contextWindow: 96_000,
|
|
1570
1570
|
maxOutput: 8192,
|
|
1571
1571
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
1572
1572
|
capabilities: { reasoning: false, toolCall: true, attachment: true, structuredOutput: true },
|
|
@@ -1577,8 +1577,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1577
1577
|
provider: "openrouter",
|
|
1578
1578
|
family: "mistral-small",
|
|
1579
1579
|
pricing: { input: 0, output: 0 },
|
|
1580
|
-
contextWindow:
|
|
1581
|
-
maxOutput:
|
|
1580
|
+
contextWindow: 96_000,
|
|
1581
|
+
maxOutput: 96_000,
|
|
1582
1582
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
1583
1583
|
capabilities: { reasoning: false, toolCall: true, attachment: true, structuredOutput: true },
|
|
1584
1584
|
},
|
|
@@ -1588,8 +1588,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1588
1588
|
provider: "openrouter",
|
|
1589
1589
|
family: "devstral",
|
|
1590
1590
|
pricing: { input: 1e-7, output: 3e-7 },
|
|
1591
|
-
contextWindow:
|
|
1592
|
-
maxOutput:
|
|
1591
|
+
contextWindow: 131_072,
|
|
1592
|
+
maxOutput: 131_072,
|
|
1593
1593
|
modalities: { input: ["text"], output: ["text"] },
|
|
1594
1594
|
capabilities: { reasoning: false, toolCall: true, attachment: false, structuredOutput: true },
|
|
1595
1595
|
},
|
|
@@ -1599,8 +1599,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1599
1599
|
provider: "openrouter",
|
|
1600
1600
|
family: "mistral-nemo",
|
|
1601
1601
|
pricing: { input: 0, output: 0 },
|
|
1602
|
-
contextWindow:
|
|
1603
|
-
maxOutput:
|
|
1602
|
+
contextWindow: 131_072,
|
|
1603
|
+
maxOutput: 131_072,
|
|
1604
1604
|
modalities: { input: ["text"], output: ["text"] },
|
|
1605
1605
|
capabilities: { reasoning: false, toolCall: true, attachment: false, structuredOutput: true },
|
|
1606
1606
|
},
|
|
@@ -1609,9 +1609,9 @@ export const OPENROUTER_MODELS = [
|
|
|
1609
1609
|
name: "Mistral Medium 3.1",
|
|
1610
1610
|
provider: "openrouter",
|
|
1611
1611
|
family: "mistral-medium",
|
|
1612
|
-
pricing: { input: 4e-7, output: 0.
|
|
1613
|
-
contextWindow:
|
|
1614
|
-
maxOutput:
|
|
1612
|
+
pricing: { input: 4e-7, output: 0.000_002 },
|
|
1613
|
+
contextWindow: 262_144,
|
|
1614
|
+
maxOutput: 262_144,
|
|
1615
1615
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
1616
1616
|
capabilities: { reasoning: false, toolCall: true, attachment: true, structuredOutput: true },
|
|
1617
1617
|
},
|
|
@@ -1620,9 +1620,9 @@ export const OPENROUTER_MODELS = [
|
|
|
1620
1620
|
name: "GPT-5.3-Codex",
|
|
1621
1621
|
provider: "openrouter",
|
|
1622
1622
|
family: "gpt-codex",
|
|
1623
|
-
pricing: { input: 0.
|
|
1624
|
-
contextWindow:
|
|
1625
|
-
maxOutput:
|
|
1623
|
+
pricing: { input: 0.000_001_75, output: 0.000_014, cacheRead: 1.75e-7 },
|
|
1624
|
+
contextWindow: 400_000,
|
|
1625
|
+
maxOutput: 128_000,
|
|
1626
1626
|
modalities: { input: ["text", "image", "pdf"], output: ["text"] },
|
|
1627
1627
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
1628
1628
|
},
|
|
@@ -1631,9 +1631,9 @@ export const OPENROUTER_MODELS = [
|
|
|
1631
1631
|
name: "GPT-5 Codex",
|
|
1632
1632
|
provider: "openrouter",
|
|
1633
1633
|
family: "gpt-codex",
|
|
1634
|
-
pricing: { input: 0.
|
|
1635
|
-
contextWindow:
|
|
1636
|
-
maxOutput:
|
|
1634
|
+
pricing: { input: 0.000_001_25, output: 0.000_01, cacheRead: 1.25e-7 },
|
|
1635
|
+
contextWindow: 400_000,
|
|
1636
|
+
maxOutput: 128_000,
|
|
1637
1637
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
1638
1638
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
1639
1639
|
},
|
|
@@ -1642,9 +1642,9 @@ export const OPENROUTER_MODELS = [
|
|
|
1642
1642
|
name: "GPT-5 Pro",
|
|
1643
1643
|
provider: "openrouter",
|
|
1644
1644
|
family: "gpt-pro",
|
|
1645
|
-
pricing: { input: 0.
|
|
1646
|
-
contextWindow:
|
|
1647
|
-
maxOutput:
|
|
1645
|
+
pricing: { input: 0.000_015, output: 0.000_12 },
|
|
1646
|
+
contextWindow: 400_000,
|
|
1647
|
+
maxOutput: 272_000,
|
|
1648
1648
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
1649
1649
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
1650
1650
|
},
|
|
@@ -1654,8 +1654,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1654
1654
|
provider: "openrouter",
|
|
1655
1655
|
family: "gpt-mini",
|
|
1656
1656
|
pricing: { input: 1.5e-7, output: 6e-7, cacheRead: 8e-8 },
|
|
1657
|
-
contextWindow:
|
|
1658
|
-
maxOutput:
|
|
1657
|
+
contextWindow: 128_000,
|
|
1658
|
+
maxOutput: 16_384,
|
|
1659
1659
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
1660
1660
|
capabilities: { reasoning: false, toolCall: true, attachment: true, structuredOutput: true },
|
|
1661
1661
|
},
|
|
@@ -1664,9 +1664,9 @@ export const OPENROUTER_MODELS = [
|
|
|
1664
1664
|
name: "GPT-5.1-Codex-Max",
|
|
1665
1665
|
provider: "openrouter",
|
|
1666
1666
|
family: "gpt-codex",
|
|
1667
|
-
pricing: { input: 0.
|
|
1668
|
-
contextWindow:
|
|
1669
|
-
maxOutput:
|
|
1667
|
+
pricing: { input: 0.000_001_1, output: 0.000_009, cacheRead: 1.1e-7 },
|
|
1668
|
+
contextWindow: 400_000,
|
|
1669
|
+
maxOutput: 128_000,
|
|
1670
1670
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
1671
1671
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
1672
1672
|
},
|
|
@@ -1675,9 +1675,9 @@ export const OPENROUTER_MODELS = [
|
|
|
1675
1675
|
name: "GPT-5.2-Codex",
|
|
1676
1676
|
provider: "openrouter",
|
|
1677
1677
|
family: "gpt-codex",
|
|
1678
|
-
pricing: { input: 0.
|
|
1679
|
-
contextWindow:
|
|
1680
|
-
maxOutput:
|
|
1678
|
+
pricing: { input: 0.000_001_75, output: 0.000_014, cacheRead: 1.75e-7 },
|
|
1679
|
+
contextWindow: 400_000,
|
|
1680
|
+
maxOutput: 128_000,
|
|
1681
1681
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
1682
1682
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
1683
1683
|
},
|
|
@@ -1687,8 +1687,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1687
1687
|
provider: "openrouter",
|
|
1688
1688
|
family: "gpt-oss",
|
|
1689
1689
|
pricing: { input: 5e-8, output: 2.4e-7 },
|
|
1690
|
-
contextWindow:
|
|
1691
|
-
maxOutput:
|
|
1690
|
+
contextWindow: 131_072,
|
|
1691
|
+
maxOutput: 32_768,
|
|
1692
1692
|
modalities: { input: ["text"], output: ["text"] },
|
|
1693
1693
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
1694
1694
|
},
|
|
@@ -1697,9 +1697,9 @@ export const OPENROUTER_MODELS = [
|
|
|
1697
1697
|
name: "GPT-5.1",
|
|
1698
1698
|
provider: "openrouter",
|
|
1699
1699
|
family: "gpt",
|
|
1700
|
-
pricing: { input: 0.
|
|
1701
|
-
contextWindow:
|
|
1702
|
-
maxOutput:
|
|
1700
|
+
pricing: { input: 0.000_001_25, output: 0.000_01, cacheRead: 1.25e-7 },
|
|
1701
|
+
contextWindow: 400_000,
|
|
1702
|
+
maxOutput: 128_000,
|
|
1703
1703
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
1704
1704
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
1705
1705
|
},
|
|
@@ -1708,9 +1708,9 @@ export const OPENROUTER_MODELS = [
|
|
|
1708
1708
|
name: "GPT-5.2 Chat",
|
|
1709
1709
|
provider: "openrouter",
|
|
1710
1710
|
family: "gpt-codex",
|
|
1711
|
-
pricing: { input: 0.
|
|
1712
|
-
contextWindow:
|
|
1713
|
-
maxOutput:
|
|
1711
|
+
pricing: { input: 0.000_001_75, output: 0.000_014, cacheRead: 1.75e-7 },
|
|
1712
|
+
contextWindow: 128_000,
|
|
1713
|
+
maxOutput: 16_384,
|
|
1714
1714
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
1715
1715
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
1716
1716
|
},
|
|
@@ -1719,9 +1719,9 @@ export const OPENROUTER_MODELS = [
|
|
|
1719
1719
|
name: "GPT-5 Chat (latest)",
|
|
1720
1720
|
provider: "openrouter",
|
|
1721
1721
|
family: "gpt-codex",
|
|
1722
|
-
pricing: { input: 0.
|
|
1723
|
-
contextWindow:
|
|
1724
|
-
maxOutput:
|
|
1722
|
+
pricing: { input: 0.000_001_25, output: 0.000_01 },
|
|
1723
|
+
contextWindow: 400_000,
|
|
1724
|
+
maxOutput: 128_000,
|
|
1725
1725
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
1726
1726
|
capabilities: { reasoning: true, toolCall: false, attachment: true, structuredOutput: true },
|
|
1727
1727
|
},
|
|
@@ -1730,9 +1730,9 @@ export const OPENROUTER_MODELS = [
|
|
|
1730
1730
|
name: "GPT-5.1 Chat",
|
|
1731
1731
|
provider: "openrouter",
|
|
1732
1732
|
family: "gpt-codex",
|
|
1733
|
-
pricing: { input: 0.
|
|
1734
|
-
contextWindow:
|
|
1735
|
-
maxOutput:
|
|
1733
|
+
pricing: { input: 0.000_001_25, output: 0.000_01, cacheRead: 1.25e-7 },
|
|
1734
|
+
contextWindow: 128_000,
|
|
1735
|
+
maxOutput: 16_384,
|
|
1736
1736
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
1737
1737
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
1738
1738
|
},
|
|
@@ -1741,9 +1741,9 @@ export const OPENROUTER_MODELS = [
|
|
|
1741
1741
|
name: "GPT-5 Image",
|
|
1742
1742
|
provider: "openrouter",
|
|
1743
1743
|
family: "gpt",
|
|
1744
|
-
pricing: { input: 0.
|
|
1745
|
-
contextWindow:
|
|
1746
|
-
maxOutput:
|
|
1744
|
+
pricing: { input: 0.000_005, output: 0.000_01, cacheRead: 0.000_001_25 },
|
|
1745
|
+
contextWindow: 400_000,
|
|
1746
|
+
maxOutput: 128_000,
|
|
1747
1747
|
modalities: { input: ["text", "image", "pdf"], output: ["text", "image"] },
|
|
1748
1748
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
1749
1749
|
},
|
|
@@ -1753,8 +1753,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1753
1753
|
provider: "openrouter",
|
|
1754
1754
|
family: "gpt-oss",
|
|
1755
1755
|
pricing: { input: 7.2e-8, output: 2.8e-7 },
|
|
1756
|
-
contextWindow:
|
|
1757
|
-
maxOutput:
|
|
1756
|
+
contextWindow: 131_072,
|
|
1757
|
+
maxOutput: 32_768,
|
|
1758
1758
|
modalities: { input: ["text"], output: ["text"] },
|
|
1759
1759
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
1760
1760
|
},
|
|
@@ -1763,9 +1763,9 @@ export const OPENROUTER_MODELS = [
|
|
|
1763
1763
|
name: "GPT-5.1-Codex-Mini",
|
|
1764
1764
|
provider: "openrouter",
|
|
1765
1765
|
family: "gpt-codex",
|
|
1766
|
-
pricing: { input: 2.5e-7, output: 0.
|
|
1767
|
-
contextWindow:
|
|
1768
|
-
maxOutput:
|
|
1766
|
+
pricing: { input: 2.5e-7, output: 0.000_002, cacheRead: 2.5e-8 },
|
|
1767
|
+
contextWindow: 400_000,
|
|
1768
|
+
maxOutput: 100_000,
|
|
1769
1769
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
1770
1770
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
1771
1771
|
},
|
|
@@ -1774,9 +1774,9 @@ export const OPENROUTER_MODELS = [
|
|
|
1774
1774
|
name: "GPT-5.2",
|
|
1775
1775
|
provider: "openrouter",
|
|
1776
1776
|
family: "gpt",
|
|
1777
|
-
pricing: { input: 0.
|
|
1778
|
-
contextWindow:
|
|
1779
|
-
maxOutput:
|
|
1777
|
+
pricing: { input: 0.000_001_75, output: 0.000_014, cacheRead: 1.75e-7 },
|
|
1778
|
+
contextWindow: 400_000,
|
|
1779
|
+
maxOutput: 128_000,
|
|
1780
1780
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
1781
1781
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
1782
1782
|
},
|
|
@@ -1786,8 +1786,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1786
1786
|
provider: "openrouter",
|
|
1787
1787
|
family: "gpt-oss",
|
|
1788
1788
|
pricing: { input: 0, output: 0 },
|
|
1789
|
-
contextWindow:
|
|
1790
|
-
maxOutput:
|
|
1789
|
+
contextWindow: 131_072,
|
|
1790
|
+
maxOutput: 32_768,
|
|
1791
1791
|
modalities: { input: ["text"], output: ["text"] },
|
|
1792
1792
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: false },
|
|
1793
1793
|
},
|
|
@@ -1796,9 +1796,9 @@ export const OPENROUTER_MODELS = [
|
|
|
1796
1796
|
name: "GPT-4.1",
|
|
1797
1797
|
provider: "openrouter",
|
|
1798
1798
|
family: "gpt",
|
|
1799
|
-
pricing: { input: 0.
|
|
1800
|
-
contextWindow:
|
|
1801
|
-
maxOutput:
|
|
1799
|
+
pricing: { input: 0.000_002, output: 0.000_008, cacheRead: 5e-7 },
|
|
1800
|
+
contextWindow: 1_047_576,
|
|
1801
|
+
maxOutput: 32_768,
|
|
1802
1802
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
1803
1803
|
capabilities: { reasoning: false, toolCall: true, attachment: true, structuredOutput: true },
|
|
1804
1804
|
},
|
|
@@ -1807,9 +1807,9 @@ export const OPENROUTER_MODELS = [
|
|
|
1807
1807
|
name: "GPT-5",
|
|
1808
1808
|
provider: "openrouter",
|
|
1809
1809
|
family: "gpt",
|
|
1810
|
-
pricing: { input: 0.
|
|
1811
|
-
contextWindow:
|
|
1812
|
-
maxOutput:
|
|
1810
|
+
pricing: { input: 0.000_001_25, output: 0.000_01 },
|
|
1811
|
+
contextWindow: 400_000,
|
|
1812
|
+
maxOutput: 128_000,
|
|
1813
1813
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
1814
1814
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
1815
1815
|
},
|
|
@@ -1818,9 +1818,9 @@ export const OPENROUTER_MODELS = [
|
|
|
1818
1818
|
name: "o4 Mini",
|
|
1819
1819
|
provider: "openrouter",
|
|
1820
1820
|
family: "o-mini",
|
|
1821
|
-
pricing: { input: 0.
|
|
1822
|
-
contextWindow:
|
|
1823
|
-
maxOutput:
|
|
1821
|
+
pricing: { input: 0.000_001_1, output: 0.000_004_4, cacheRead: 2.8e-7 },
|
|
1822
|
+
contextWindow: 200_000,
|
|
1823
|
+
maxOutput: 100_000,
|
|
1824
1824
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
1825
1825
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
1826
1826
|
},
|
|
@@ -1829,9 +1829,9 @@ export const OPENROUTER_MODELS = [
|
|
|
1829
1829
|
name: "GPT-4.1 Mini",
|
|
1830
1830
|
provider: "openrouter",
|
|
1831
1831
|
family: "gpt-mini",
|
|
1832
|
-
pricing: { input: 4e-7, output: 0.
|
|
1833
|
-
contextWindow:
|
|
1834
|
-
maxOutput:
|
|
1832
|
+
pricing: { input: 4e-7, output: 0.000_001_6, cacheRead: 1e-7 },
|
|
1833
|
+
contextWindow: 1_047_576,
|
|
1834
|
+
maxOutput: 32_768,
|
|
1835
1835
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
1836
1836
|
capabilities: { reasoning: false, toolCall: true, attachment: true, structuredOutput: true },
|
|
1837
1837
|
},
|
|
@@ -1840,9 +1840,9 @@ export const OPENROUTER_MODELS = [
|
|
|
1840
1840
|
name: "GPT-5.4",
|
|
1841
1841
|
provider: "openrouter",
|
|
1842
1842
|
family: "gpt",
|
|
1843
|
-
pricing: { input: 0.
|
|
1844
|
-
contextWindow:
|
|
1845
|
-
maxOutput:
|
|
1843
|
+
pricing: { input: 0.000_002_5, output: 0.000_015, cacheRead: 2.5e-7 },
|
|
1844
|
+
contextWindow: 1_050_000,
|
|
1845
|
+
maxOutput: 128_000,
|
|
1846
1846
|
modalities: { input: ["text", "image", "pdf"], output: ["text"] },
|
|
1847
1847
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
1848
1848
|
},
|
|
@@ -1851,9 +1851,9 @@ export const OPENROUTER_MODELS = [
|
|
|
1851
1851
|
name: "GPT-5.4 Pro",
|
|
1852
1852
|
provider: "openrouter",
|
|
1853
1853
|
family: "gpt-pro",
|
|
1854
|
-
pricing: { input: 0.
|
|
1855
|
-
contextWindow:
|
|
1856
|
-
maxOutput:
|
|
1854
|
+
pricing: { input: 0.000_03, output: 0.000_18, cacheRead: 0.000_03 },
|
|
1855
|
+
contextWindow: 1_050_000,
|
|
1856
|
+
maxOutput: 128_000,
|
|
1857
1857
|
modalities: { input: ["text", "image", "pdf"], output: ["text"] },
|
|
1858
1858
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: false },
|
|
1859
1859
|
},
|
|
@@ -1863,8 +1863,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1863
1863
|
provider: "openrouter",
|
|
1864
1864
|
family: "gpt-oss",
|
|
1865
1865
|
pricing: { input: 7.5e-8, output: 3e-7 },
|
|
1866
|
-
contextWindow:
|
|
1867
|
-
maxOutput:
|
|
1866
|
+
contextWindow: 131_072,
|
|
1867
|
+
maxOutput: 65_536,
|
|
1868
1868
|
modalities: { input: ["text"], output: ["text"] },
|
|
1869
1869
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: false },
|
|
1870
1870
|
},
|
|
@@ -1873,9 +1873,9 @@ export const OPENROUTER_MODELS = [
|
|
|
1873
1873
|
name: "GPT-5.1-Codex",
|
|
1874
1874
|
provider: "openrouter",
|
|
1875
1875
|
family: "gpt-codex",
|
|
1876
|
-
pricing: { input: 0.
|
|
1877
|
-
contextWindow:
|
|
1878
|
-
maxOutput:
|
|
1876
|
+
pricing: { input: 0.000_001_25, output: 0.000_01, cacheRead: 1.25e-7 },
|
|
1877
|
+
contextWindow: 400_000,
|
|
1878
|
+
maxOutput: 128_000,
|
|
1879
1879
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
1880
1880
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
1881
1881
|
},
|
|
@@ -1884,9 +1884,9 @@ export const OPENROUTER_MODELS = [
|
|
|
1884
1884
|
name: "GPT-5.2 Pro",
|
|
1885
1885
|
provider: "openrouter",
|
|
1886
1886
|
family: "gpt-pro",
|
|
1887
|
-
pricing: { input: 0.
|
|
1888
|
-
contextWindow:
|
|
1889
|
-
maxOutput:
|
|
1887
|
+
pricing: { input: 0.000_021, output: 0.000_168 },
|
|
1888
|
+
contextWindow: 400_000,
|
|
1889
|
+
maxOutput: 128_000,
|
|
1890
1890
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
1891
1891
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
1892
1892
|
},
|
|
@@ -1895,9 +1895,9 @@ export const OPENROUTER_MODELS = [
|
|
|
1895
1895
|
name: "GPT-5 Mini",
|
|
1896
1896
|
provider: "openrouter",
|
|
1897
1897
|
family: "gpt-mini",
|
|
1898
|
-
pricing: { input: 2.5e-7, output: 0.
|
|
1899
|
-
contextWindow:
|
|
1900
|
-
maxOutput:
|
|
1898
|
+
pricing: { input: 2.5e-7, output: 0.000_002 },
|
|
1899
|
+
contextWindow: 400_000,
|
|
1900
|
+
maxOutput: 128_000,
|
|
1901
1901
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
1902
1902
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
1903
1903
|
},
|
|
@@ -1907,8 +1907,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1907
1907
|
provider: "openrouter",
|
|
1908
1908
|
family: "gpt-oss",
|
|
1909
1909
|
pricing: { input: 5e-8, output: 2e-7 },
|
|
1910
|
-
contextWindow:
|
|
1911
|
-
maxOutput:
|
|
1910
|
+
contextWindow: 131_072,
|
|
1911
|
+
maxOutput: 32_768,
|
|
1912
1912
|
modalities: { input: ["text"], output: ["text"] },
|
|
1913
1913
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
1914
1914
|
},
|
|
@@ -1918,8 +1918,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1918
1918
|
provider: "openrouter",
|
|
1919
1919
|
family: "gpt-oss",
|
|
1920
1920
|
pricing: { input: 0, output: 0 },
|
|
1921
|
-
contextWindow:
|
|
1922
|
-
maxOutput:
|
|
1921
|
+
contextWindow: 131_072,
|
|
1922
|
+
maxOutput: 32_768,
|
|
1923
1923
|
modalities: { input: ["text"], output: ["text"] },
|
|
1924
1924
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: false },
|
|
1925
1925
|
},
|
|
@@ -1929,8 +1929,8 @@ export const OPENROUTER_MODELS = [
|
|
|
1929
1929
|
provider: "openrouter",
|
|
1930
1930
|
family: "gpt-nano",
|
|
1931
1931
|
pricing: { input: 5e-8, output: 4e-7 },
|
|
1932
|
-
contextWindow:
|
|
1933
|
-
maxOutput:
|
|
1932
|
+
contextWindow: 400_000,
|
|
1933
|
+
maxOutput: 128_000,
|
|
1934
1934
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
1935
1935
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
1936
1936
|
},
|
|
@@ -1939,9 +1939,9 @@ export const OPENROUTER_MODELS = [
|
|
|
1939
1939
|
name: "MiniMax M1",
|
|
1940
1940
|
provider: "openrouter",
|
|
1941
1941
|
family: "minimax",
|
|
1942
|
-
pricing: { input: 4e-7, output: 0.
|
|
1943
|
-
contextWindow:
|
|
1944
|
-
maxOutput:
|
|
1942
|
+
pricing: { input: 4e-7, output: 0.000_002_2 },
|
|
1943
|
+
contextWindow: 1_000_000,
|
|
1944
|
+
maxOutput: 40_000,
|
|
1945
1945
|
modalities: { input: ["text"], output: ["text"] },
|
|
1946
1946
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: false },
|
|
1947
1947
|
},
|
|
@@ -1950,9 +1950,9 @@ export const OPENROUTER_MODELS = [
|
|
|
1950
1950
|
name: "MiniMax-01",
|
|
1951
1951
|
provider: "openrouter",
|
|
1952
1952
|
family: "minimax",
|
|
1953
|
-
pricing: { input: 2e-7, output: 0.
|
|
1954
|
-
contextWindow:
|
|
1955
|
-
maxOutput:
|
|
1953
|
+
pricing: { input: 2e-7, output: 0.000_001_1 },
|
|
1954
|
+
contextWindow: 1_000_000,
|
|
1955
|
+
maxOutput: 1_000_000,
|
|
1956
1956
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
1957
1957
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: false },
|
|
1958
1958
|
},
|
|
@@ -1961,9 +1961,9 @@ export const OPENROUTER_MODELS = [
|
|
|
1961
1961
|
name: "MiniMax M2.1",
|
|
1962
1962
|
provider: "openrouter",
|
|
1963
1963
|
family: "minimax",
|
|
1964
|
-
pricing: { input: 3e-7, output: 0.
|
|
1965
|
-
contextWindow:
|
|
1966
|
-
maxOutput:
|
|
1964
|
+
pricing: { input: 3e-7, output: 0.000_001_2 },
|
|
1965
|
+
contextWindow: 204_800,
|
|
1966
|
+
maxOutput: 131_072,
|
|
1967
1967
|
modalities: { input: ["text"], output: ["text"] },
|
|
1968
1968
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
1969
1969
|
},
|
|
@@ -1972,9 +1972,9 @@ export const OPENROUTER_MODELS = [
|
|
|
1972
1972
|
name: "MiniMax M2",
|
|
1973
1973
|
provider: "openrouter",
|
|
1974
1974
|
family: "minimax",
|
|
1975
|
-
pricing: { input: 2.8e-7, output: 0.
|
|
1976
|
-
contextWindow:
|
|
1977
|
-
maxOutput:
|
|
1975
|
+
pricing: { input: 2.8e-7, output: 0.000_001_15, cacheRead: 2.8e-7, cacheWrite: 0.000_001_15 },
|
|
1976
|
+
contextWindow: 196_600,
|
|
1977
|
+
maxOutput: 118_000,
|
|
1978
1978
|
modalities: { input: ["text"], output: ["text"] },
|
|
1979
1979
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
1980
1980
|
},
|
|
@@ -1983,9 +1983,9 @@ export const OPENROUTER_MODELS = [
|
|
|
1983
1983
|
name: "MiniMax M2.5",
|
|
1984
1984
|
provider: "openrouter",
|
|
1985
1985
|
family: "minimax",
|
|
1986
|
-
pricing: { input: 3e-7, output: 0.
|
|
1987
|
-
contextWindow:
|
|
1988
|
-
maxOutput:
|
|
1986
|
+
pricing: { input: 3e-7, output: 0.000_001_2, cacheRead: 3e-8 },
|
|
1987
|
+
contextWindow: 204_800,
|
|
1988
|
+
maxOutput: 131_072,
|
|
1989
1989
|
modalities: { input: ["text"], output: ["text"] },
|
|
1990
1990
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
1991
1991
|
},
|
|
@@ -2005,9 +2005,14 @@ export const OPENROUTER_MODELS = [
|
|
|
2005
2005
|
name: "Claude Sonnet 3.7",
|
|
2006
2006
|
provider: "openrouter",
|
|
2007
2007
|
family: "claude-sonnet",
|
|
2008
|
-
pricing: {
|
|
2009
|
-
|
|
2010
|
-
|
|
2008
|
+
pricing: {
|
|
2009
|
+
input: 0.000_015,
|
|
2010
|
+
output: 0.000_075,
|
|
2011
|
+
cacheRead: 0.000_001_5,
|
|
2012
|
+
cacheWrite: 0.000_018_75,
|
|
2013
|
+
},
|
|
2014
|
+
contextWindow: 200_000,
|
|
2015
|
+
maxOutput: 128_000,
|
|
2011
2016
|
modalities: { input: ["text", "image", "pdf"], output: ["text"] },
|
|
2012
2017
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: false },
|
|
2013
2018
|
},
|
|
@@ -2016,9 +2021,14 @@ export const OPENROUTER_MODELS = [
|
|
|
2016
2021
|
name: "Claude Opus 4.1",
|
|
2017
2022
|
provider: "openrouter",
|
|
2018
2023
|
family: "claude-opus",
|
|
2019
|
-
pricing: {
|
|
2020
|
-
|
|
2021
|
-
|
|
2024
|
+
pricing: {
|
|
2025
|
+
input: 0.000_015,
|
|
2026
|
+
output: 0.000_075,
|
|
2027
|
+
cacheRead: 0.000_001_5,
|
|
2028
|
+
cacheWrite: 0.000_018_75,
|
|
2029
|
+
},
|
|
2030
|
+
contextWindow: 200_000,
|
|
2031
|
+
maxOutput: 32_000,
|
|
2022
2032
|
modalities: { input: ["text", "image", "pdf"], output: ["text"] },
|
|
2023
2033
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
2024
2034
|
},
|
|
@@ -2027,9 +2037,9 @@ export const OPENROUTER_MODELS = [
|
|
|
2027
2037
|
name: "Claude Sonnet 4.6",
|
|
2028
2038
|
provider: "openrouter",
|
|
2029
2039
|
family: "claude-sonnet",
|
|
2030
|
-
pricing: { input: 0.
|
|
2031
|
-
contextWindow:
|
|
2032
|
-
maxOutput:
|
|
2040
|
+
pricing: { input: 0.000_003, output: 0.000_015, cacheRead: 3e-7, cacheWrite: 0.000_003_75 },
|
|
2041
|
+
contextWindow: 1_000_000,
|
|
2042
|
+
maxOutput: 128_000,
|
|
2033
2043
|
modalities: { input: ["text", "image"], output: ["text"] },
|
|
2034
2044
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
2035
2045
|
},
|
|
@@ -2038,9 +2048,9 @@ export const OPENROUTER_MODELS = [
|
|
|
2038
2048
|
name: "Claude Haiku 4.5",
|
|
2039
2049
|
provider: "openrouter",
|
|
2040
2050
|
family: "claude-haiku",
|
|
2041
|
-
pricing: { input: 0.
|
|
2042
|
-
contextWindow:
|
|
2043
|
-
maxOutput:
|
|
2051
|
+
pricing: { input: 0.000_001, output: 0.000_005, cacheRead: 1e-7, cacheWrite: 0.000_001_25 },
|
|
2052
|
+
contextWindow: 200_000,
|
|
2053
|
+
maxOutput: 64_000,
|
|
2044
2054
|
modalities: { input: ["text", "image", "pdf"], output: ["text"] },
|
|
2045
2055
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
2046
2056
|
},
|
|
@@ -2049,8 +2059,8 @@ export const OPENROUTER_MODELS = [
|
|
|
2049
2059
|
name: "Claude Haiku 3.5",
|
|
2050
2060
|
provider: "openrouter",
|
|
2051
2061
|
family: "claude-haiku",
|
|
2052
|
-
pricing: { input: 8e-7, output: 0.
|
|
2053
|
-
contextWindow:
|
|
2062
|
+
pricing: { input: 8e-7, output: 0.000_004, cacheRead: 8e-8, cacheWrite: 0.000_001 },
|
|
2063
|
+
contextWindow: 200_000,
|
|
2054
2064
|
maxOutput: 8192,
|
|
2055
2065
|
modalities: { input: ["text", "image", "pdf"], output: ["text"] },
|
|
2056
2066
|
capabilities: { reasoning: false, toolCall: true, attachment: true, structuredOutput: false },
|
|
@@ -2060,9 +2070,9 @@ export const OPENROUTER_MODELS = [
|
|
|
2060
2070
|
name: "Claude Opus 4.5",
|
|
2061
2071
|
provider: "openrouter",
|
|
2062
2072
|
family: "claude-opus",
|
|
2063
|
-
pricing: { input: 0.
|
|
2064
|
-
contextWindow:
|
|
2065
|
-
maxOutput:
|
|
2073
|
+
pricing: { input: 0.000_005, output: 0.000_025, cacheRead: 5e-7, cacheWrite: 0.000_006_25 },
|
|
2074
|
+
contextWindow: 200_000,
|
|
2075
|
+
maxOutput: 32_000,
|
|
2066
2076
|
modalities: { input: ["text", "image", "pdf"], output: ["text"] },
|
|
2067
2077
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
2068
2078
|
},
|
|
@@ -2071,9 +2081,14 @@ export const OPENROUTER_MODELS = [
|
|
|
2071
2081
|
name: "Claude Opus 4",
|
|
2072
2082
|
provider: "openrouter",
|
|
2073
2083
|
family: "claude-opus",
|
|
2074
|
-
pricing: {
|
|
2075
|
-
|
|
2076
|
-
|
|
2084
|
+
pricing: {
|
|
2085
|
+
input: 0.000_015,
|
|
2086
|
+
output: 0.000_075,
|
|
2087
|
+
cacheRead: 0.000_001_5,
|
|
2088
|
+
cacheWrite: 0.000_018_75,
|
|
2089
|
+
},
|
|
2090
|
+
contextWindow: 200_000,
|
|
2091
|
+
maxOutput: 32_000,
|
|
2077
2092
|
modalities: { input: ["text", "image", "pdf"], output: ["text"] },
|
|
2078
2093
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: false },
|
|
2079
2094
|
},
|
|
@@ -2082,9 +2097,9 @@ export const OPENROUTER_MODELS = [
|
|
|
2082
2097
|
name: "Claude Sonnet 4",
|
|
2083
2098
|
provider: "openrouter",
|
|
2084
2099
|
family: "claude-sonnet",
|
|
2085
|
-
pricing: { input: 0.
|
|
2086
|
-
contextWindow:
|
|
2087
|
-
maxOutput:
|
|
2100
|
+
pricing: { input: 0.000_003, output: 0.000_015, cacheRead: 3e-7, cacheWrite: 0.000_003_75 },
|
|
2101
|
+
contextWindow: 200_000,
|
|
2102
|
+
maxOutput: 64_000,
|
|
2088
2103
|
modalities: { input: ["text", "image", "pdf"], output: ["text"] },
|
|
2089
2104
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: false },
|
|
2090
2105
|
},
|
|
@@ -2093,9 +2108,9 @@ export const OPENROUTER_MODELS = [
|
|
|
2093
2108
|
name: "Claude Sonnet 4.5",
|
|
2094
2109
|
provider: "openrouter",
|
|
2095
2110
|
family: "claude-sonnet",
|
|
2096
|
-
pricing: { input: 0.
|
|
2097
|
-
contextWindow:
|
|
2098
|
-
maxOutput:
|
|
2111
|
+
pricing: { input: 0.000_003, output: 0.000_015, cacheRead: 3e-7, cacheWrite: 0.000_003_75 },
|
|
2112
|
+
contextWindow: 1_000_000,
|
|
2113
|
+
maxOutput: 64_000,
|
|
2099
2114
|
modalities: { input: ["text", "image", "pdf"], output: ["text"] },
|
|
2100
2115
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
2101
2116
|
},
|
|
@@ -2104,9 +2119,9 @@ export const OPENROUTER_MODELS = [
|
|
|
2104
2119
|
name: "Claude Opus 4.6",
|
|
2105
2120
|
provider: "openrouter",
|
|
2106
2121
|
family: "claude-opus",
|
|
2107
|
-
pricing: { input: 0.
|
|
2108
|
-
contextWindow:
|
|
2109
|
-
maxOutput:
|
|
2122
|
+
pricing: { input: 0.000_005, output: 0.000_025, cacheRead: 5e-7, cacheWrite: 0.000_006_25 },
|
|
2123
|
+
contextWindow: 1_000_000,
|
|
2124
|
+
maxOutput: 128_000,
|
|
2110
2125
|
modalities: { input: ["text", "image", "pdf"], output: ["text"] },
|
|
2111
2126
|
capabilities: { reasoning: true, toolCall: true, attachment: true, structuredOutput: true },
|
|
2112
2127
|
},
|
|
@@ -2116,8 +2131,8 @@ export const OPENROUTER_MODELS = [
|
|
|
2116
2131
|
provider: "openrouter",
|
|
2117
2132
|
family: "flux",
|
|
2118
2133
|
pricing: { input: 0, output: 0 },
|
|
2119
|
-
contextWindow:
|
|
2120
|
-
maxOutput:
|
|
2134
|
+
contextWindow: 46_864,
|
|
2135
|
+
maxOutput: 46_864,
|
|
2121
2136
|
modalities: { input: ["image", "text"], output: ["image"] },
|
|
2122
2137
|
capabilities: { reasoning: false, toolCall: false, attachment: false, structuredOutput: false },
|
|
2123
2138
|
},
|
|
@@ -2127,8 +2142,8 @@ export const OPENROUTER_MODELS = [
|
|
|
2127
2142
|
provider: "openrouter",
|
|
2128
2143
|
family: "flux",
|
|
2129
2144
|
pricing: { input: 0, output: 0 },
|
|
2130
|
-
contextWindow:
|
|
2131
|
-
maxOutput:
|
|
2145
|
+
contextWindow: 67_344,
|
|
2146
|
+
maxOutput: 67_344,
|
|
2132
2147
|
modalities: { input: ["image", "text"], output: ["image"] },
|
|
2133
2148
|
capabilities: { reasoning: false, toolCall: false, attachment: false, structuredOutput: false },
|
|
2134
2149
|
},
|
|
@@ -2138,8 +2153,8 @@ export const OPENROUTER_MODELS = [
|
|
|
2138
2153
|
provider: "openrouter",
|
|
2139
2154
|
family: "flux",
|
|
2140
2155
|
pricing: { input: 0, output: 0 },
|
|
2141
|
-
contextWindow:
|
|
2142
|
-
maxOutput:
|
|
2156
|
+
contextWindow: 46_864,
|
|
2157
|
+
maxOutput: 46_864,
|
|
2143
2158
|
modalities: { input: ["image", "text"], output: ["image"] },
|
|
2144
2159
|
capabilities: { reasoning: false, toolCall: false, attachment: false, structuredOutput: false },
|
|
2145
2160
|
},
|
|
@@ -2149,8 +2164,8 @@ export const OPENROUTER_MODELS = [
|
|
|
2149
2164
|
provider: "openrouter",
|
|
2150
2165
|
family: "flux",
|
|
2151
2166
|
pricing: { input: 0, output: 0 },
|
|
2152
|
-
contextWindow:
|
|
2153
|
-
maxOutput:
|
|
2167
|
+
contextWindow: 40_960,
|
|
2168
|
+
maxOutput: 40_960,
|
|
2154
2169
|
modalities: { input: ["image", "text"], output: ["image"] },
|
|
2155
2170
|
capabilities: { reasoning: false, toolCall: false, attachment: false, structuredOutput: false },
|
|
2156
2171
|
},
|
|
@@ -2159,9 +2174,9 @@ export const OPENROUTER_MODELS = [
|
|
|
2159
2174
|
name: "Hermes 4 405B",
|
|
2160
2175
|
provider: "openrouter",
|
|
2161
2176
|
family: "hermes",
|
|
2162
|
-
pricing: { input: 0.
|
|
2163
|
-
contextWindow:
|
|
2164
|
-
maxOutput:
|
|
2177
|
+
pricing: { input: 0.000_001, output: 0.000_003 },
|
|
2178
|
+
contextWindow: 131_072,
|
|
2179
|
+
maxOutput: 131_072,
|
|
2165
2180
|
modalities: { input: ["text"], output: ["text"] },
|
|
2166
2181
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: false },
|
|
2167
2182
|
},
|
|
@@ -2171,8 +2186,8 @@ export const OPENROUTER_MODELS = [
|
|
|
2171
2186
|
provider: "openrouter",
|
|
2172
2187
|
family: "hermes",
|
|
2173
2188
|
pricing: { input: 1.3e-7, output: 4e-7 },
|
|
2174
|
-
contextWindow:
|
|
2175
|
-
maxOutput:
|
|
2189
|
+
contextWindow: 131_072,
|
|
2190
|
+
maxOutput: 131_072,
|
|
2176
2191
|
modalities: { input: ["text"], output: ["text"] },
|
|
2177
2192
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: true },
|
|
2178
2193
|
},
|
|
@@ -2182,7 +2197,7 @@ export const OPENROUTER_MODELS = [
|
|
|
2182
2197
|
provider: "openrouter",
|
|
2183
2198
|
family: "llama",
|
|
2184
2199
|
pricing: { input: 0, output: 0 },
|
|
2185
|
-
contextWindow:
|
|
2200
|
+
contextWindow: 131_072,
|
|
2186
2201
|
maxOutput: 8192,
|
|
2187
2202
|
modalities: { input: ["text"], output: ["text"] },
|
|
2188
2203
|
capabilities: { reasoning: true, toolCall: true, attachment: false, structuredOutput: false },
|
|
@@ -2193,8 +2208,8 @@ export const OPENROUTER_MODELS = [
|
|
|
2193
2208
|
provider: "openrouter",
|
|
2194
2209
|
family: "hermes",
|
|
2195
2210
|
pricing: { input: 0, output: 0 },
|
|
2196
|
-
contextWindow:
|
|
2197
|
-
maxOutput:
|
|
2211
|
+
contextWindow: 131_072,
|
|
2212
|
+
maxOutput: 131_072,
|
|
2198
2213
|
modalities: { input: ["text"], output: ["text"] },
|
|
2199
2214
|
capabilities: { reasoning: true, toolCall: false, attachment: false, structuredOutput: false },
|
|
2200
2215
|
},
|