@mariozechner/pi-ai 0.5.25 → 0.5.27
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/dist/models.generated.d.ts +406 -616
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +1541 -1751
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/google.d.ts.map +1 -1
- package/dist/providers/google.js.map +1 -1
- package/dist/providers/openai-responses.d.ts.map +1 -1
- package/dist/providers/openai-responses.js +26 -6
- package/dist/providers/openai-responses.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -1,963 +1,981 @@
|
|
|
1
1
|
// This file is auto-generated by scripts/generate-models.ts
|
|
2
2
|
// Do not edit manually - run 'npm run generate-models' to update
|
|
3
3
|
export const PROVIDERS = {
|
|
4
|
-
|
|
4
|
+
anthropic: {
|
|
5
5
|
models: {
|
|
6
|
-
"
|
|
7
|
-
id: "
|
|
8
|
-
name: "
|
|
9
|
-
provider: "
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
input: ["text"],
|
|
6
|
+
"claude-3-7-sonnet-20250219": {
|
|
7
|
+
id: "claude-3-7-sonnet-20250219",
|
|
8
|
+
name: "Claude Sonnet 3.7",
|
|
9
|
+
provider: "anthropic",
|
|
10
|
+
reasoning: true,
|
|
11
|
+
input: ["text", "image"],
|
|
13
12
|
cost: {
|
|
14
|
-
input:
|
|
15
|
-
output:
|
|
16
|
-
cacheRead: 0,
|
|
17
|
-
cacheWrite:
|
|
13
|
+
input: 3,
|
|
14
|
+
output: 15,
|
|
15
|
+
cacheRead: 0.3,
|
|
16
|
+
cacheWrite: 3.75,
|
|
18
17
|
},
|
|
19
|
-
contextWindow:
|
|
20
|
-
maxTokens:
|
|
18
|
+
contextWindow: 200000,
|
|
19
|
+
maxTokens: 64000,
|
|
21
20
|
},
|
|
22
|
-
"
|
|
23
|
-
id: "
|
|
24
|
-
name: "
|
|
25
|
-
provider: "
|
|
26
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
21
|
+
"claude-opus-4-1-20250805": {
|
|
22
|
+
id: "claude-opus-4-1-20250805",
|
|
23
|
+
name: "Claude Opus 4.1",
|
|
24
|
+
provider: "anthropic",
|
|
27
25
|
reasoning: true,
|
|
28
|
-
input: ["text"],
|
|
26
|
+
input: ["text", "image"],
|
|
29
27
|
cost: {
|
|
30
|
-
input:
|
|
31
|
-
output:
|
|
32
|
-
cacheRead:
|
|
33
|
-
cacheWrite:
|
|
28
|
+
input: 15,
|
|
29
|
+
output: 75,
|
|
30
|
+
cacheRead: 1.5,
|
|
31
|
+
cacheWrite: 18.75,
|
|
34
32
|
},
|
|
35
|
-
contextWindow:
|
|
36
|
-
maxTokens:
|
|
33
|
+
contextWindow: 200000,
|
|
34
|
+
maxTokens: 32000,
|
|
37
35
|
},
|
|
38
|
-
"
|
|
39
|
-
id: "
|
|
40
|
-
name: "
|
|
41
|
-
provider: "
|
|
42
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
36
|
+
"claude-3-haiku-20240307": {
|
|
37
|
+
id: "claude-3-haiku-20240307",
|
|
38
|
+
name: "Claude Haiku 3",
|
|
39
|
+
provider: "anthropic",
|
|
43
40
|
reasoning: false,
|
|
44
|
-
input: ["text"],
|
|
41
|
+
input: ["text", "image"],
|
|
45
42
|
cost: {
|
|
46
|
-
input: 0.
|
|
47
|
-
output:
|
|
48
|
-
cacheRead: 0,
|
|
49
|
-
cacheWrite: 0,
|
|
43
|
+
input: 0.25,
|
|
44
|
+
output: 1.25,
|
|
45
|
+
cacheRead: 0.03,
|
|
46
|
+
cacheWrite: 0.3,
|
|
50
47
|
},
|
|
51
|
-
contextWindow:
|
|
48
|
+
contextWindow: 200000,
|
|
49
|
+
maxTokens: 4096,
|
|
50
|
+
},
|
|
51
|
+
"claude-3-5-haiku-20241022": {
|
|
52
|
+
id: "claude-3-5-haiku-20241022",
|
|
53
|
+
name: "Claude Haiku 3.5",
|
|
54
|
+
provider: "anthropic",
|
|
55
|
+
reasoning: false,
|
|
56
|
+
input: ["text", "image"],
|
|
57
|
+
cost: {
|
|
58
|
+
input: 0.8,
|
|
59
|
+
output: 4,
|
|
60
|
+
cacheRead: 0.08,
|
|
61
|
+
cacheWrite: 1,
|
|
62
|
+
},
|
|
63
|
+
contextWindow: 200000,
|
|
52
64
|
maxTokens: 8192,
|
|
53
65
|
},
|
|
54
|
-
"
|
|
55
|
-
id: "
|
|
56
|
-
name: "
|
|
57
|
-
provider: "
|
|
58
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
66
|
+
"claude-opus-4-20250514": {
|
|
67
|
+
id: "claude-opus-4-20250514",
|
|
68
|
+
name: "Claude Opus 4",
|
|
69
|
+
provider: "anthropic",
|
|
59
70
|
reasoning: true,
|
|
60
|
-
input: ["text"],
|
|
71
|
+
input: ["text", "image"],
|
|
61
72
|
cost: {
|
|
62
|
-
input:
|
|
63
|
-
output:
|
|
64
|
-
cacheRead:
|
|
65
|
-
cacheWrite:
|
|
73
|
+
input: 15,
|
|
74
|
+
output: 75,
|
|
75
|
+
cacheRead: 1.5,
|
|
76
|
+
cacheWrite: 18.75,
|
|
66
77
|
},
|
|
67
|
-
contextWindow:
|
|
68
|
-
maxTokens:
|
|
78
|
+
contextWindow: 200000,
|
|
79
|
+
maxTokens: 32000,
|
|
69
80
|
},
|
|
70
|
-
"
|
|
71
|
-
id: "
|
|
72
|
-
name: "
|
|
73
|
-
provider: "
|
|
74
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
81
|
+
"claude-3-5-sonnet-20241022": {
|
|
82
|
+
id: "claude-3-5-sonnet-20241022",
|
|
83
|
+
name: "Claude Sonnet 3.5 v2",
|
|
84
|
+
provider: "anthropic",
|
|
75
85
|
reasoning: false,
|
|
76
|
-
input: ["text"],
|
|
86
|
+
input: ["text", "image"],
|
|
77
87
|
cost: {
|
|
78
|
-
input:
|
|
79
|
-
output:
|
|
80
|
-
cacheRead: 0,
|
|
81
|
-
cacheWrite:
|
|
88
|
+
input: 3,
|
|
89
|
+
output: 15,
|
|
90
|
+
cacheRead: 0.3,
|
|
91
|
+
cacheWrite: 3.75,
|
|
82
92
|
},
|
|
83
|
-
contextWindow:
|
|
93
|
+
contextWindow: 200000,
|
|
84
94
|
maxTokens: 8192,
|
|
85
95
|
},
|
|
86
|
-
"
|
|
87
|
-
id: "
|
|
88
|
-
name: "
|
|
89
|
-
provider: "
|
|
90
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
96
|
+
"claude-3-5-sonnet-20240620": {
|
|
97
|
+
id: "claude-3-5-sonnet-20240620",
|
|
98
|
+
name: "Claude Sonnet 3.5",
|
|
99
|
+
provider: "anthropic",
|
|
91
100
|
reasoning: false,
|
|
92
|
-
input: ["text"],
|
|
101
|
+
input: ["text", "image"],
|
|
93
102
|
cost: {
|
|
94
|
-
input:
|
|
95
|
-
output:
|
|
96
|
-
cacheRead: 0,
|
|
97
|
-
cacheWrite:
|
|
103
|
+
input: 3,
|
|
104
|
+
output: 15,
|
|
105
|
+
cacheRead: 0.3,
|
|
106
|
+
cacheWrite: 3.75,
|
|
98
107
|
},
|
|
99
|
-
contextWindow:
|
|
108
|
+
contextWindow: 200000,
|
|
100
109
|
maxTokens: 8192,
|
|
101
110
|
},
|
|
102
|
-
"
|
|
103
|
-
id: "
|
|
104
|
-
name: "
|
|
105
|
-
provider: "
|
|
106
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
111
|
+
"claude-3-sonnet-20240229": {
|
|
112
|
+
id: "claude-3-sonnet-20240229",
|
|
113
|
+
name: "Claude Sonnet 3",
|
|
114
|
+
provider: "anthropic",
|
|
107
115
|
reasoning: false,
|
|
108
|
-
input: ["text"],
|
|
116
|
+
input: ["text", "image"],
|
|
109
117
|
cost: {
|
|
110
|
-
input:
|
|
111
|
-
output:
|
|
112
|
-
cacheRead: 0,
|
|
113
|
-
cacheWrite: 0,
|
|
118
|
+
input: 3,
|
|
119
|
+
output: 15,
|
|
120
|
+
cacheRead: 0.3,
|
|
121
|
+
cacheWrite: 0.3,
|
|
114
122
|
},
|
|
115
|
-
contextWindow:
|
|
116
|
-
maxTokens:
|
|
123
|
+
contextWindow: 200000,
|
|
124
|
+
maxTokens: 4096,
|
|
117
125
|
},
|
|
118
|
-
"
|
|
119
|
-
id: "
|
|
120
|
-
name: "
|
|
121
|
-
provider: "
|
|
122
|
-
|
|
126
|
+
"claude-sonnet-4-20250514": {
|
|
127
|
+
id: "claude-sonnet-4-20250514",
|
|
128
|
+
name: "Claude Sonnet 4",
|
|
129
|
+
provider: "anthropic",
|
|
130
|
+
reasoning: true,
|
|
131
|
+
input: ["text", "image"],
|
|
132
|
+
cost: {
|
|
133
|
+
input: 3,
|
|
134
|
+
output: 15,
|
|
135
|
+
cacheRead: 0.3,
|
|
136
|
+
cacheWrite: 3.75,
|
|
137
|
+
},
|
|
138
|
+
contextWindow: 200000,
|
|
139
|
+
maxTokens: 64000,
|
|
140
|
+
},
|
|
141
|
+
"claude-3-opus-20240229": {
|
|
142
|
+
id: "claude-3-opus-20240229",
|
|
143
|
+
name: "Claude Opus 3",
|
|
144
|
+
provider: "anthropic",
|
|
123
145
|
reasoning: false,
|
|
124
|
-
input: ["text"],
|
|
146
|
+
input: ["text", "image"],
|
|
125
147
|
cost: {
|
|
126
|
-
input:
|
|
127
|
-
output:
|
|
128
|
-
cacheRead:
|
|
129
|
-
cacheWrite:
|
|
148
|
+
input: 15,
|
|
149
|
+
output: 75,
|
|
150
|
+
cacheRead: 1.5,
|
|
151
|
+
cacheWrite: 18.75,
|
|
130
152
|
},
|
|
131
|
-
contextWindow:
|
|
132
|
-
maxTokens:
|
|
153
|
+
contextWindow: 200000,
|
|
154
|
+
maxTokens: 4096,
|
|
133
155
|
},
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
google: {
|
|
159
|
+
models: {
|
|
160
|
+
"gemini-2.5-flash-preview-05-20": {
|
|
161
|
+
id: "gemini-2.5-flash-preview-05-20",
|
|
162
|
+
name: "Gemini 2.5 Flash Preview 05-20",
|
|
163
|
+
provider: "google",
|
|
139
164
|
reasoning: true,
|
|
140
|
-
input: ["text"],
|
|
165
|
+
input: ["text", "image"],
|
|
141
166
|
cost: {
|
|
142
|
-
input: 0.
|
|
143
|
-
output: 0.
|
|
144
|
-
cacheRead: 0,
|
|
167
|
+
input: 0.15,
|
|
168
|
+
output: 0.6,
|
|
169
|
+
cacheRead: 0.0375,
|
|
145
170
|
cacheWrite: 0,
|
|
146
171
|
},
|
|
147
|
-
contextWindow:
|
|
148
|
-
maxTokens:
|
|
172
|
+
contextWindow: 1048576,
|
|
173
|
+
maxTokens: 65536,
|
|
149
174
|
},
|
|
150
|
-
"
|
|
151
|
-
id: "
|
|
152
|
-
name: "
|
|
153
|
-
provider: "
|
|
154
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
175
|
+
"gemini-2.5-pro": {
|
|
176
|
+
id: "gemini-2.5-pro",
|
|
177
|
+
name: "Gemini 2.5 Pro",
|
|
178
|
+
provider: "google",
|
|
155
179
|
reasoning: true,
|
|
156
|
-
input: ["text"],
|
|
180
|
+
input: ["text", "image"],
|
|
157
181
|
cost: {
|
|
158
|
-
input:
|
|
159
|
-
output:
|
|
160
|
-
cacheRead: 0,
|
|
182
|
+
input: 1.25,
|
|
183
|
+
output: 10,
|
|
184
|
+
cacheRead: 0.31,
|
|
161
185
|
cacheWrite: 0,
|
|
162
186
|
},
|
|
163
|
-
contextWindow:
|
|
164
|
-
maxTokens:
|
|
187
|
+
contextWindow: 1048576,
|
|
188
|
+
maxTokens: 65536,
|
|
165
189
|
},
|
|
166
|
-
"
|
|
167
|
-
id: "
|
|
168
|
-
name: "
|
|
169
|
-
provider: "
|
|
170
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
190
|
+
"gemini-1.5-flash": {
|
|
191
|
+
id: "gemini-1.5-flash",
|
|
192
|
+
name: "Gemini 1.5 Flash",
|
|
193
|
+
provider: "google",
|
|
171
194
|
reasoning: false,
|
|
172
195
|
input: ["text", "image"],
|
|
173
196
|
cost: {
|
|
174
|
-
input: 0.
|
|
175
|
-
output: 0.
|
|
176
|
-
cacheRead: 0,
|
|
197
|
+
input: 0.075,
|
|
198
|
+
output: 0.3,
|
|
199
|
+
cacheRead: 0.01875,
|
|
177
200
|
cacheWrite: 0,
|
|
178
201
|
},
|
|
179
|
-
contextWindow:
|
|
202
|
+
contextWindow: 1000000,
|
|
180
203
|
maxTokens: 8192,
|
|
181
204
|
},
|
|
182
|
-
"
|
|
183
|
-
id: "
|
|
184
|
-
name: "
|
|
185
|
-
provider: "
|
|
186
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
205
|
+
"gemini-2.0-flash-lite": {
|
|
206
|
+
id: "gemini-2.0-flash-lite",
|
|
207
|
+
name: "Gemini 2.0 Flash Lite",
|
|
208
|
+
provider: "google",
|
|
187
209
|
reasoning: false,
|
|
188
210
|
input: ["text", "image"],
|
|
189
211
|
cost: {
|
|
190
|
-
input: 0.
|
|
191
|
-
output: 0.
|
|
212
|
+
input: 0.075,
|
|
213
|
+
output: 0.3,
|
|
192
214
|
cacheRead: 0,
|
|
193
215
|
cacheWrite: 0,
|
|
194
216
|
},
|
|
195
|
-
contextWindow:
|
|
217
|
+
contextWindow: 1048576,
|
|
196
218
|
maxTokens: 8192,
|
|
197
219
|
},
|
|
198
|
-
"
|
|
199
|
-
id: "
|
|
200
|
-
name: "
|
|
201
|
-
provider: "
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
input: ["text"],
|
|
220
|
+
"gemini-1.5-pro": {
|
|
221
|
+
id: "gemini-1.5-pro",
|
|
222
|
+
name: "Gemini 1.5 Pro",
|
|
223
|
+
provider: "google",
|
|
224
|
+
reasoning: false,
|
|
225
|
+
input: ["text", "image"],
|
|
205
226
|
cost: {
|
|
206
|
-
input:
|
|
207
|
-
output:
|
|
208
|
-
cacheRead: 0,
|
|
227
|
+
input: 1.25,
|
|
228
|
+
output: 5,
|
|
229
|
+
cacheRead: 0.3125,
|
|
209
230
|
cacheWrite: 0,
|
|
210
231
|
},
|
|
211
|
-
contextWindow:
|
|
212
|
-
maxTokens:
|
|
232
|
+
contextWindow: 1000000,
|
|
233
|
+
maxTokens: 8192,
|
|
213
234
|
},
|
|
214
|
-
"
|
|
215
|
-
id: "
|
|
216
|
-
name: "
|
|
217
|
-
provider: "
|
|
218
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
235
|
+
"gemini-1.5-flash-8b": {
|
|
236
|
+
id: "gemini-1.5-flash-8b",
|
|
237
|
+
name: "Gemini 1.5 Flash-8B",
|
|
238
|
+
provider: "google",
|
|
219
239
|
reasoning: false,
|
|
220
|
-
input: ["text"],
|
|
240
|
+
input: ["text", "image"],
|
|
221
241
|
cost: {
|
|
222
|
-
input:
|
|
223
|
-
output:
|
|
224
|
-
cacheRead: 0,
|
|
242
|
+
input: 0.0375,
|
|
243
|
+
output: 0.15,
|
|
244
|
+
cacheRead: 0.01,
|
|
225
245
|
cacheWrite: 0,
|
|
226
246
|
},
|
|
227
|
-
contextWindow:
|
|
228
|
-
maxTokens:
|
|
247
|
+
contextWindow: 1000000,
|
|
248
|
+
maxTokens: 8192,
|
|
229
249
|
},
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
name: "Qwen 3 235B Instruct",
|
|
237
|
-
provider: "cerebras",
|
|
238
|
-
baseUrl: "https://api.cerebras.ai/v1",
|
|
239
|
-
reasoning: false,
|
|
240
|
-
input: ["text"],
|
|
250
|
+
"gemini-2.5-flash": {
|
|
251
|
+
id: "gemini-2.5-flash",
|
|
252
|
+
name: "Gemini 2.5 Flash",
|
|
253
|
+
provider: "google",
|
|
254
|
+
reasoning: true,
|
|
255
|
+
input: ["text", "image"],
|
|
241
256
|
cost: {
|
|
242
|
-
input: 0.
|
|
243
|
-
output:
|
|
244
|
-
cacheRead: 0,
|
|
257
|
+
input: 0.3,
|
|
258
|
+
output: 2.5,
|
|
259
|
+
cacheRead: 0.075,
|
|
245
260
|
cacheWrite: 0,
|
|
246
261
|
},
|
|
247
|
-
contextWindow:
|
|
248
|
-
maxTokens:
|
|
262
|
+
contextWindow: 1048576,
|
|
263
|
+
maxTokens: 65536,
|
|
249
264
|
},
|
|
250
|
-
"
|
|
251
|
-
id: "
|
|
252
|
-
name: "
|
|
253
|
-
provider: "
|
|
254
|
-
baseUrl: "https://api.cerebras.ai/v1",
|
|
265
|
+
"gemini-2.5-pro-preview-06-05": {
|
|
266
|
+
id: "gemini-2.5-pro-preview-06-05",
|
|
267
|
+
name: "Gemini 2.5 Pro Preview 06-05",
|
|
268
|
+
provider: "google",
|
|
255
269
|
reasoning: true,
|
|
256
|
-
input: ["text"],
|
|
270
|
+
input: ["text", "image"],
|
|
257
271
|
cost: {
|
|
258
|
-
input:
|
|
259
|
-
output:
|
|
260
|
-
cacheRead: 0,
|
|
272
|
+
input: 1.25,
|
|
273
|
+
output: 10,
|
|
274
|
+
cacheRead: 0.31,
|
|
261
275
|
cacheWrite: 0,
|
|
262
276
|
},
|
|
263
|
-
contextWindow:
|
|
264
|
-
maxTokens:
|
|
277
|
+
contextWindow: 1048576,
|
|
278
|
+
maxTokens: 65536,
|
|
265
279
|
},
|
|
266
|
-
"
|
|
267
|
-
id: "
|
|
268
|
-
name: "
|
|
269
|
-
provider: "
|
|
270
|
-
|
|
280
|
+
"gemini-2.5-pro-preview-05-06": {
|
|
281
|
+
id: "gemini-2.5-pro-preview-05-06",
|
|
282
|
+
name: "Gemini 2.5 Pro Preview 05-06",
|
|
283
|
+
provider: "google",
|
|
284
|
+
reasoning: true,
|
|
285
|
+
input: ["text", "image"],
|
|
286
|
+
cost: {
|
|
287
|
+
input: 1.25,
|
|
288
|
+
output: 10,
|
|
289
|
+
cacheRead: 0.31,
|
|
290
|
+
cacheWrite: 0,
|
|
291
|
+
},
|
|
292
|
+
contextWindow: 1048576,
|
|
293
|
+
maxTokens: 65536,
|
|
294
|
+
},
|
|
295
|
+
"gemini-2.0-flash": {
|
|
296
|
+
id: "gemini-2.0-flash",
|
|
297
|
+
name: "Gemini 2.0 Flash",
|
|
298
|
+
provider: "google",
|
|
271
299
|
reasoning: false,
|
|
272
|
-
input: ["text"],
|
|
300
|
+
input: ["text", "image"],
|
|
273
301
|
cost: {
|
|
274
|
-
input:
|
|
275
|
-
output:
|
|
276
|
-
cacheRead: 0,
|
|
302
|
+
input: 0.1,
|
|
303
|
+
output: 0.4,
|
|
304
|
+
cacheRead: 0.025,
|
|
277
305
|
cacheWrite: 0,
|
|
278
306
|
},
|
|
279
|
-
contextWindow:
|
|
280
|
-
maxTokens:
|
|
307
|
+
contextWindow: 1048576,
|
|
308
|
+
maxTokens: 8192,
|
|
281
309
|
},
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
"qwen/qwen3-30b-a3b-thinking-2507": {
|
|
287
|
-
id: "qwen/qwen3-30b-a3b-thinking-2507",
|
|
288
|
-
name: "Qwen: Qwen3 30B A3B Thinking 2507",
|
|
289
|
-
provider: "openrouter",
|
|
290
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
310
|
+
"gemini-2.5-flash-lite-preview-06-17": {
|
|
311
|
+
id: "gemini-2.5-flash-lite-preview-06-17",
|
|
312
|
+
name: "Gemini 2.5 Flash Lite Preview 06-17",
|
|
313
|
+
provider: "google",
|
|
291
314
|
reasoning: true,
|
|
292
|
-
input: ["text"],
|
|
315
|
+
input: ["text", "image"],
|
|
293
316
|
cost: {
|
|
294
|
-
input: 0.
|
|
295
|
-
output: 0.
|
|
296
|
-
cacheRead: 0,
|
|
317
|
+
input: 0.1,
|
|
318
|
+
output: 0.4,
|
|
319
|
+
cacheRead: 0.025,
|
|
297
320
|
cacheWrite: 0,
|
|
298
321
|
},
|
|
299
|
-
contextWindow:
|
|
300
|
-
maxTokens:
|
|
322
|
+
contextWindow: 65536,
|
|
323
|
+
maxTokens: 65536,
|
|
301
324
|
},
|
|
302
|
-
"
|
|
303
|
-
id: "
|
|
304
|
-
name: "
|
|
305
|
-
provider: "
|
|
306
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
325
|
+
"gemini-2.5-flash-preview-04-17": {
|
|
326
|
+
id: "gemini-2.5-flash-preview-04-17",
|
|
327
|
+
name: "Gemini 2.5 Flash Preview 04-17",
|
|
328
|
+
provider: "google",
|
|
307
329
|
reasoning: true,
|
|
308
|
-
input: ["text"],
|
|
330
|
+
input: ["text", "image"],
|
|
309
331
|
cost: {
|
|
310
|
-
input: 0.
|
|
311
|
-
output: 0.
|
|
312
|
-
cacheRead: 0,
|
|
332
|
+
input: 0.15,
|
|
333
|
+
output: 0.6,
|
|
334
|
+
cacheRead: 0.0375,
|
|
313
335
|
cacheWrite: 0,
|
|
314
336
|
},
|
|
315
|
-
contextWindow:
|
|
316
|
-
maxTokens:
|
|
337
|
+
contextWindow: 1048576,
|
|
338
|
+
maxTokens: 65536,
|
|
317
339
|
},
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
340
|
+
}
|
|
341
|
+
},
|
|
342
|
+
openai: {
|
|
343
|
+
models: {
|
|
344
|
+
"gpt-5-nano": {
|
|
345
|
+
id: "gpt-5-nano",
|
|
346
|
+
name: "GPT-5 Nano",
|
|
347
|
+
provider: "openai",
|
|
323
348
|
reasoning: true,
|
|
324
|
-
input: ["text"],
|
|
349
|
+
input: ["text", "image"],
|
|
325
350
|
cost: {
|
|
326
|
-
input: 0.
|
|
327
|
-
output: 0.
|
|
328
|
-
cacheRead: 0,
|
|
351
|
+
input: 0.05,
|
|
352
|
+
output: 0.4,
|
|
353
|
+
cacheRead: 0.01,
|
|
329
354
|
cacheWrite: 0,
|
|
330
355
|
},
|
|
331
|
-
contextWindow:
|
|
332
|
-
maxTokens:
|
|
356
|
+
contextWindow: 400000,
|
|
357
|
+
maxTokens: 128000,
|
|
333
358
|
},
|
|
334
|
-
"
|
|
335
|
-
id: "
|
|
336
|
-
name: "
|
|
337
|
-
provider: "
|
|
338
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
359
|
+
"o3-pro": {
|
|
360
|
+
id: "o3-pro",
|
|
361
|
+
name: "o3-pro",
|
|
362
|
+
provider: "openai",
|
|
339
363
|
reasoning: true,
|
|
340
|
-
input: ["text"],
|
|
364
|
+
input: ["text", "image"],
|
|
341
365
|
cost: {
|
|
342
|
-
input:
|
|
343
|
-
output:
|
|
366
|
+
input: 20,
|
|
367
|
+
output: 80,
|
|
344
368
|
cacheRead: 0,
|
|
345
369
|
cacheWrite: 0,
|
|
346
370
|
},
|
|
347
|
-
contextWindow:
|
|
348
|
-
maxTokens:
|
|
371
|
+
contextWindow: 200000,
|
|
372
|
+
maxTokens: 100000,
|
|
349
373
|
},
|
|
350
|
-
"
|
|
351
|
-
id: "
|
|
352
|
-
name: "
|
|
353
|
-
provider: "
|
|
354
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
374
|
+
"codex-mini-latest": {
|
|
375
|
+
id: "codex-mini-latest",
|
|
376
|
+
name: "Codex Mini",
|
|
377
|
+
provider: "openai",
|
|
355
378
|
reasoning: true,
|
|
356
379
|
input: ["text"],
|
|
357
380
|
cost: {
|
|
358
|
-
input:
|
|
359
|
-
output:
|
|
360
|
-
cacheRead: 0,
|
|
381
|
+
input: 1.5,
|
|
382
|
+
output: 6,
|
|
383
|
+
cacheRead: 0.375,
|
|
361
384
|
cacheWrite: 0,
|
|
362
385
|
},
|
|
363
|
-
contextWindow:
|
|
364
|
-
maxTokens:
|
|
386
|
+
contextWindow: 200000,
|
|
387
|
+
maxTokens: 100000,
|
|
365
388
|
},
|
|
366
|
-
"
|
|
367
|
-
id: "
|
|
368
|
-
name: "
|
|
369
|
-
provider: "
|
|
370
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
389
|
+
"gpt-4.1": {
|
|
390
|
+
id: "gpt-4.1",
|
|
391
|
+
name: "GPT-4.1",
|
|
392
|
+
provider: "openai",
|
|
371
393
|
reasoning: false,
|
|
372
394
|
input: ["text", "image"],
|
|
373
395
|
cost: {
|
|
374
|
-
input:
|
|
375
|
-
output:
|
|
396
|
+
input: 2,
|
|
397
|
+
output: 8,
|
|
398
|
+
cacheRead: 0.5,
|
|
399
|
+
cacheWrite: 0,
|
|
400
|
+
},
|
|
401
|
+
contextWindow: 1047576,
|
|
402
|
+
maxTokens: 32768,
|
|
403
|
+
},
|
|
404
|
+
"gpt-4-turbo": {
|
|
405
|
+
id: "gpt-4-turbo",
|
|
406
|
+
name: "GPT-4 Turbo",
|
|
407
|
+
provider: "openai",
|
|
408
|
+
reasoning: false,
|
|
409
|
+
input: ["text", "image"],
|
|
410
|
+
cost: {
|
|
411
|
+
input: 10,
|
|
412
|
+
output: 30,
|
|
376
413
|
cacheRead: 0,
|
|
377
414
|
cacheWrite: 0,
|
|
378
415
|
},
|
|
379
|
-
contextWindow:
|
|
416
|
+
contextWindow: 128000,
|
|
380
417
|
maxTokens: 4096,
|
|
381
418
|
},
|
|
382
|
-
"
|
|
383
|
-
id: "
|
|
384
|
-
name: "
|
|
385
|
-
provider: "
|
|
386
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
419
|
+
"o1": {
|
|
420
|
+
id: "o1",
|
|
421
|
+
name: "o1",
|
|
422
|
+
provider: "openai",
|
|
387
423
|
reasoning: true,
|
|
388
424
|
input: ["text", "image"],
|
|
389
425
|
cost: {
|
|
390
|
-
input:
|
|
391
|
-
output:
|
|
392
|
-
cacheRead:
|
|
426
|
+
input: 15,
|
|
427
|
+
output: 60,
|
|
428
|
+
cacheRead: 7.5,
|
|
393
429
|
cacheWrite: 0,
|
|
394
430
|
},
|
|
395
|
-
contextWindow:
|
|
396
|
-
maxTokens:
|
|
431
|
+
contextWindow: 200000,
|
|
432
|
+
maxTokens: 100000,
|
|
397
433
|
},
|
|
398
|
-
"
|
|
399
|
-
id: "
|
|
400
|
-
name: "
|
|
401
|
-
provider: "
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
input: ["text"],
|
|
434
|
+
"o3-deep-research": {
|
|
435
|
+
id: "o3-deep-research",
|
|
436
|
+
name: "o3-deep-research",
|
|
437
|
+
provider: "openai",
|
|
438
|
+
reasoning: true,
|
|
439
|
+
input: ["text", "image"],
|
|
405
440
|
cost: {
|
|
406
|
-
input:
|
|
407
|
-
output:
|
|
408
|
-
cacheRead:
|
|
441
|
+
input: 10,
|
|
442
|
+
output: 40,
|
|
443
|
+
cacheRead: 2.5,
|
|
409
444
|
cacheWrite: 0,
|
|
410
445
|
},
|
|
411
|
-
contextWindow:
|
|
412
|
-
maxTokens:
|
|
446
|
+
contextWindow: 200000,
|
|
447
|
+
maxTokens: 100000,
|
|
413
448
|
},
|
|
414
|
-
"
|
|
415
|
-
id: "
|
|
416
|
-
name: "
|
|
417
|
-
provider: "
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
input: ["text"],
|
|
449
|
+
"gpt-5": {
|
|
450
|
+
id: "gpt-5",
|
|
451
|
+
name: "GPT-5",
|
|
452
|
+
provider: "openai",
|
|
453
|
+
reasoning: true,
|
|
454
|
+
input: ["text", "image"],
|
|
421
455
|
cost: {
|
|
422
|
-
input:
|
|
423
|
-
output:
|
|
424
|
-
cacheRead: 0,
|
|
456
|
+
input: 1.25,
|
|
457
|
+
output: 10,
|
|
458
|
+
cacheRead: 0.13,
|
|
425
459
|
cacheWrite: 0,
|
|
426
460
|
},
|
|
427
|
-
contextWindow:
|
|
428
|
-
maxTokens:
|
|
461
|
+
contextWindow: 400000,
|
|
462
|
+
maxTokens: 128000,
|
|
429
463
|
},
|
|
430
|
-
"
|
|
431
|
-
id: "
|
|
432
|
-
name: "
|
|
433
|
-
provider: "
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
input: ["text"],
|
|
464
|
+
"o1-pro": {
|
|
465
|
+
id: "o1-pro",
|
|
466
|
+
name: "o1-pro",
|
|
467
|
+
provider: "openai",
|
|
468
|
+
reasoning: true,
|
|
469
|
+
input: ["text", "image"],
|
|
437
470
|
cost: {
|
|
438
|
-
input:
|
|
439
|
-
output:
|
|
471
|
+
input: 150,
|
|
472
|
+
output: 600,
|
|
440
473
|
cacheRead: 0,
|
|
441
474
|
cacheWrite: 0,
|
|
442
475
|
},
|
|
443
|
-
contextWindow:
|
|
444
|
-
maxTokens:
|
|
476
|
+
contextWindow: 200000,
|
|
477
|
+
maxTokens: 100000,
|
|
445
478
|
},
|
|
446
|
-
"
|
|
447
|
-
id: "
|
|
448
|
-
name: "
|
|
449
|
-
provider: "
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
input: ["text"],
|
|
479
|
+
"o3": {
|
|
480
|
+
id: "o3",
|
|
481
|
+
name: "o3",
|
|
482
|
+
provider: "openai",
|
|
483
|
+
reasoning: true,
|
|
484
|
+
input: ["text", "image"],
|
|
453
485
|
cost: {
|
|
454
|
-
input:
|
|
455
|
-
output:
|
|
456
|
-
cacheRead: 0,
|
|
486
|
+
input: 2,
|
|
487
|
+
output: 8,
|
|
488
|
+
cacheRead: 0.5,
|
|
457
489
|
cacheWrite: 0,
|
|
458
490
|
},
|
|
459
|
-
contextWindow:
|
|
460
|
-
maxTokens:
|
|
491
|
+
contextWindow: 200000,
|
|
492
|
+
maxTokens: 100000,
|
|
461
493
|
},
|
|
462
|
-
"
|
|
463
|
-
id: "
|
|
464
|
-
name: "
|
|
465
|
-
provider: "
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
input: ["text"],
|
|
494
|
+
"gpt-5-mini": {
|
|
495
|
+
id: "gpt-5-mini",
|
|
496
|
+
name: "GPT-5 Mini",
|
|
497
|
+
provider: "openai",
|
|
498
|
+
reasoning: true,
|
|
499
|
+
input: ["text", "image"],
|
|
469
500
|
cost: {
|
|
470
|
-
input: 0.
|
|
471
|
-
output:
|
|
472
|
-
cacheRead: 0,
|
|
501
|
+
input: 0.25,
|
|
502
|
+
output: 2,
|
|
503
|
+
cacheRead: 0.03,
|
|
473
504
|
cacheWrite: 0,
|
|
474
505
|
},
|
|
475
|
-
contextWindow:
|
|
476
|
-
maxTokens:
|
|
506
|
+
contextWindow: 400000,
|
|
507
|
+
maxTokens: 128000,
|
|
477
508
|
},
|
|
478
|
-
"
|
|
479
|
-
id: "
|
|
480
|
-
name: "
|
|
481
|
-
provider: "
|
|
482
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
509
|
+
"o4-mini-deep-research": {
|
|
510
|
+
id: "o4-mini-deep-research",
|
|
511
|
+
name: "o4-mini-deep-research",
|
|
512
|
+
provider: "openai",
|
|
483
513
|
reasoning: true,
|
|
484
|
-
input: ["text"],
|
|
514
|
+
input: ["text", "image"],
|
|
485
515
|
cost: {
|
|
486
|
-
input:
|
|
487
|
-
output:
|
|
488
|
-
cacheRead: 0,
|
|
516
|
+
input: 2,
|
|
517
|
+
output: 8,
|
|
518
|
+
cacheRead: 0.5,
|
|
489
519
|
cacheWrite: 0,
|
|
490
520
|
},
|
|
491
|
-
contextWindow:
|
|
492
|
-
maxTokens:
|
|
521
|
+
contextWindow: 200000,
|
|
522
|
+
maxTokens: 100000,
|
|
493
523
|
},
|
|
494
|
-
"
|
|
495
|
-
id: "
|
|
496
|
-
name: "
|
|
497
|
-
provider: "
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
input: ["text"],
|
|
524
|
+
"gpt-4o-mini": {
|
|
525
|
+
id: "gpt-4o-mini",
|
|
526
|
+
name: "GPT-4o mini",
|
|
527
|
+
provider: "openai",
|
|
528
|
+
reasoning: false,
|
|
529
|
+
input: ["text", "image"],
|
|
501
530
|
cost: {
|
|
502
|
-
input: 0,
|
|
503
|
-
output: 0,
|
|
504
|
-
cacheRead: 0,
|
|
531
|
+
input: 0.15,
|
|
532
|
+
output: 0.6,
|
|
533
|
+
cacheRead: 0.08,
|
|
505
534
|
cacheWrite: 0,
|
|
506
535
|
},
|
|
507
|
-
contextWindow:
|
|
508
|
-
maxTokens:
|
|
536
|
+
contextWindow: 128000,
|
|
537
|
+
maxTokens: 16384,
|
|
509
538
|
},
|
|
510
|
-
"
|
|
511
|
-
id: "
|
|
512
|
-
name: "
|
|
513
|
-
provider: "
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
input: ["text"],
|
|
539
|
+
"gpt-4.1-nano": {
|
|
540
|
+
id: "gpt-4.1-nano",
|
|
541
|
+
name: "GPT-4.1 nano",
|
|
542
|
+
provider: "openai",
|
|
543
|
+
reasoning: false,
|
|
544
|
+
input: ["text", "image"],
|
|
517
545
|
cost: {
|
|
518
|
-
input: 0.
|
|
519
|
-
output: 0.
|
|
520
|
-
cacheRead: 0,
|
|
546
|
+
input: 0.1,
|
|
547
|
+
output: 0.4,
|
|
548
|
+
cacheRead: 0.03,
|
|
521
549
|
cacheWrite: 0,
|
|
522
550
|
},
|
|
523
|
-
contextWindow:
|
|
524
|
-
maxTokens:
|
|
551
|
+
contextWindow: 1047576,
|
|
552
|
+
maxTokens: 32768,
|
|
525
553
|
},
|
|
526
|
-
"
|
|
527
|
-
id: "
|
|
528
|
-
name: "
|
|
529
|
-
provider: "
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
input: ["text"],
|
|
554
|
+
"gpt-4.1-mini": {
|
|
555
|
+
id: "gpt-4.1-mini",
|
|
556
|
+
name: "GPT-4.1 mini",
|
|
557
|
+
provider: "openai",
|
|
558
|
+
reasoning: false,
|
|
559
|
+
input: ["text", "image"],
|
|
533
560
|
cost: {
|
|
534
|
-
input: 0.
|
|
535
|
-
output:
|
|
536
|
-
cacheRead: 0,
|
|
561
|
+
input: 0.4,
|
|
562
|
+
output: 1.6,
|
|
563
|
+
cacheRead: 0.1,
|
|
537
564
|
cacheWrite: 0,
|
|
538
565
|
},
|
|
539
|
-
contextWindow:
|
|
540
|
-
maxTokens:
|
|
566
|
+
contextWindow: 1047576,
|
|
567
|
+
maxTokens: 32768,
|
|
541
568
|
},
|
|
542
|
-
"
|
|
543
|
-
id: "
|
|
544
|
-
name: "
|
|
545
|
-
provider: "
|
|
546
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
569
|
+
"gpt-4o": {
|
|
570
|
+
id: "gpt-4o",
|
|
571
|
+
name: "GPT-4o",
|
|
572
|
+
provider: "openai",
|
|
547
573
|
reasoning: false,
|
|
548
|
-
input: ["text"],
|
|
574
|
+
input: ["text", "image"],
|
|
549
575
|
cost: {
|
|
550
|
-
input:
|
|
551
|
-
output:
|
|
552
|
-
cacheRead:
|
|
576
|
+
input: 2.5,
|
|
577
|
+
output: 10,
|
|
578
|
+
cacheRead: 1.25,
|
|
553
579
|
cacheWrite: 0,
|
|
554
580
|
},
|
|
555
581
|
contextWindow: 128000,
|
|
556
|
-
maxTokens:
|
|
582
|
+
maxTokens: 16384,
|
|
557
583
|
},
|
|
558
|
-
"
|
|
559
|
-
id: "
|
|
560
|
-
name: "
|
|
561
|
-
provider: "
|
|
562
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
584
|
+
"gpt-4": {
|
|
585
|
+
id: "gpt-4",
|
|
586
|
+
name: "GPT-4",
|
|
587
|
+
provider: "openai",
|
|
563
588
|
reasoning: false,
|
|
564
589
|
input: ["text"],
|
|
565
590
|
cost: {
|
|
566
|
-
input:
|
|
567
|
-
output:
|
|
591
|
+
input: 30,
|
|
592
|
+
output: 60,
|
|
568
593
|
cacheRead: 0,
|
|
569
594
|
cacheWrite: 0,
|
|
570
595
|
},
|
|
571
|
-
contextWindow:
|
|
572
|
-
maxTokens:
|
|
596
|
+
contextWindow: 8192,
|
|
597
|
+
maxTokens: 8192,
|
|
573
598
|
},
|
|
574
|
-
"
|
|
575
|
-
id: "
|
|
576
|
-
name: "
|
|
577
|
-
provider: "
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
input: ["text"],
|
|
599
|
+
"o4-mini": {
|
|
600
|
+
id: "o4-mini",
|
|
601
|
+
name: "o4-mini",
|
|
602
|
+
provider: "openai",
|
|
603
|
+
reasoning: true,
|
|
604
|
+
input: ["text", "image"],
|
|
581
605
|
cost: {
|
|
582
|
-
input:
|
|
583
|
-
output:
|
|
584
|
-
cacheRead: 0,
|
|
606
|
+
input: 1.1,
|
|
607
|
+
output: 4.4,
|
|
608
|
+
cacheRead: 0.28,
|
|
585
609
|
cacheWrite: 0,
|
|
586
610
|
},
|
|
587
|
-
contextWindow:
|
|
588
|
-
maxTokens:
|
|
611
|
+
contextWindow: 200000,
|
|
612
|
+
maxTokens: 100000,
|
|
589
613
|
},
|
|
590
|
-
"
|
|
591
|
-
id: "
|
|
592
|
-
name: "
|
|
593
|
-
provider: "
|
|
594
|
-
|
|
595
|
-
reasoning: false,
|
|
614
|
+
"o3-mini": {
|
|
615
|
+
id: "o3-mini",
|
|
616
|
+
name: "o3-mini",
|
|
617
|
+
provider: "openai",
|
|
618
|
+
reasoning: true,
|
|
596
619
|
input: ["text"],
|
|
597
620
|
cost: {
|
|
598
|
-
input:
|
|
599
|
-
output:
|
|
600
|
-
cacheRead: 0,
|
|
621
|
+
input: 1.1,
|
|
622
|
+
output: 4.4,
|
|
623
|
+
cacheRead: 0.55,
|
|
601
624
|
cacheWrite: 0,
|
|
602
625
|
},
|
|
603
|
-
contextWindow:
|
|
604
|
-
maxTokens:
|
|
626
|
+
contextWindow: 200000,
|
|
627
|
+
maxTokens: 100000,
|
|
605
628
|
},
|
|
606
|
-
"
|
|
607
|
-
id: "
|
|
608
|
-
name: "
|
|
609
|
-
provider: "
|
|
610
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
629
|
+
"gpt-5-chat-latest": {
|
|
630
|
+
id: "gpt-5-chat-latest",
|
|
631
|
+
name: "GPT-5 Chat Latest",
|
|
632
|
+
provider: "openai",
|
|
611
633
|
reasoning: false,
|
|
612
|
-
input: ["text"],
|
|
634
|
+
input: ["text", "image"],
|
|
613
635
|
cost: {
|
|
614
|
-
input:
|
|
615
|
-
output:
|
|
616
|
-
cacheRead: 0,
|
|
636
|
+
input: 1.25,
|
|
637
|
+
output: 10,
|
|
638
|
+
cacheRead: 0.125,
|
|
617
639
|
cacheWrite: 0,
|
|
618
640
|
},
|
|
619
|
-
contextWindow:
|
|
620
|
-
maxTokens:
|
|
641
|
+
contextWindow: 128000,
|
|
642
|
+
maxTokens: 16384,
|
|
621
643
|
},
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
644
|
+
}
|
|
645
|
+
},
|
|
646
|
+
groq: {
|
|
647
|
+
models: {
|
|
648
|
+
"llama-3.1-8b-instant": {
|
|
649
|
+
id: "llama-3.1-8b-instant",
|
|
650
|
+
name: "Llama 3.1 8B Instant",
|
|
651
|
+
provider: "groq",
|
|
652
|
+
baseUrl: "https://api.groq.com/openai/v1",
|
|
627
653
|
reasoning: false,
|
|
628
654
|
input: ["text"],
|
|
629
655
|
cost: {
|
|
630
|
-
input: 0.
|
|
631
|
-
output:
|
|
656
|
+
input: 0.05,
|
|
657
|
+
output: 0.08,
|
|
632
658
|
cacheRead: 0,
|
|
633
659
|
cacheWrite: 0,
|
|
634
660
|
},
|
|
635
|
-
contextWindow:
|
|
636
|
-
maxTokens:
|
|
661
|
+
contextWindow: 131072,
|
|
662
|
+
maxTokens: 8192,
|
|
637
663
|
},
|
|
638
|
-
"
|
|
639
|
-
id: "
|
|
640
|
-
name: "
|
|
641
|
-
provider: "
|
|
642
|
-
baseUrl: "https://
|
|
643
|
-
reasoning:
|
|
664
|
+
"qwen-qwq-32b": {
|
|
665
|
+
id: "qwen-qwq-32b",
|
|
666
|
+
name: "Qwen QwQ 32B",
|
|
667
|
+
provider: "groq",
|
|
668
|
+
baseUrl: "https://api.groq.com/openai/v1",
|
|
669
|
+
reasoning: true,
|
|
644
670
|
input: ["text"],
|
|
645
671
|
cost: {
|
|
646
|
-
input: 0.
|
|
647
|
-
output:
|
|
672
|
+
input: 0.29,
|
|
673
|
+
output: 0.39,
|
|
648
674
|
cacheRead: 0,
|
|
649
675
|
cacheWrite: 0,
|
|
650
676
|
},
|
|
651
677
|
contextWindow: 131072,
|
|
652
|
-
maxTokens:
|
|
678
|
+
maxTokens: 16384,
|
|
653
679
|
},
|
|
654
|
-
"
|
|
655
|
-
id: "
|
|
656
|
-
name: "
|
|
657
|
-
provider: "
|
|
658
|
-
baseUrl: "https://
|
|
680
|
+
"llama3-70b-8192": {
|
|
681
|
+
id: "llama3-70b-8192",
|
|
682
|
+
name: "Llama 3 70B",
|
|
683
|
+
provider: "groq",
|
|
684
|
+
baseUrl: "https://api.groq.com/openai/v1",
|
|
659
685
|
reasoning: false,
|
|
660
686
|
input: ["text"],
|
|
661
687
|
cost: {
|
|
662
|
-
input: 0.
|
|
663
|
-
output: 0.
|
|
688
|
+
input: 0.59,
|
|
689
|
+
output: 0.79,
|
|
664
690
|
cacheRead: 0,
|
|
665
691
|
cacheWrite: 0,
|
|
666
692
|
},
|
|
667
|
-
contextWindow:
|
|
668
|
-
maxTokens:
|
|
693
|
+
contextWindow: 8192,
|
|
694
|
+
maxTokens: 8192,
|
|
669
695
|
},
|
|
670
|
-
"
|
|
671
|
-
id: "
|
|
672
|
-
name: "
|
|
673
|
-
provider: "
|
|
674
|
-
baseUrl: "https://
|
|
675
|
-
reasoning:
|
|
696
|
+
"deepseek-r1-distill-llama-70b": {
|
|
697
|
+
id: "deepseek-r1-distill-llama-70b",
|
|
698
|
+
name: "DeepSeek R1 Distill Llama 70B",
|
|
699
|
+
provider: "groq",
|
|
700
|
+
baseUrl: "https://api.groq.com/openai/v1",
|
|
701
|
+
reasoning: true,
|
|
676
702
|
input: ["text"],
|
|
677
703
|
cost: {
|
|
678
|
-
input: 0.
|
|
679
|
-
output:
|
|
704
|
+
input: 0.75,
|
|
705
|
+
output: 0.99,
|
|
680
706
|
cacheRead: 0,
|
|
681
707
|
cacheWrite: 0,
|
|
682
708
|
},
|
|
683
|
-
contextWindow:
|
|
684
|
-
maxTokens:
|
|
709
|
+
contextWindow: 131072,
|
|
710
|
+
maxTokens: 8192,
|
|
685
711
|
},
|
|
686
|
-
"
|
|
687
|
-
id: "
|
|
688
|
-
name: "
|
|
689
|
-
provider: "
|
|
690
|
-
baseUrl: "https://
|
|
712
|
+
"llama3-8b-8192": {
|
|
713
|
+
id: "llama3-8b-8192",
|
|
714
|
+
name: "Llama 3 8B",
|
|
715
|
+
provider: "groq",
|
|
716
|
+
baseUrl: "https://api.groq.com/openai/v1",
|
|
691
717
|
reasoning: false,
|
|
692
|
-
input: ["text"
|
|
718
|
+
input: ["text"],
|
|
693
719
|
cost: {
|
|
694
|
-
input: 0,
|
|
695
|
-
output: 0,
|
|
720
|
+
input: 0.05,
|
|
721
|
+
output: 0.08,
|
|
696
722
|
cacheRead: 0,
|
|
697
723
|
cacheWrite: 0,
|
|
698
724
|
},
|
|
699
|
-
contextWindow:
|
|
700
|
-
maxTokens:
|
|
725
|
+
contextWindow: 8192,
|
|
726
|
+
maxTokens: 8192,
|
|
701
727
|
},
|
|
702
|
-
"
|
|
703
|
-
id: "
|
|
704
|
-
name: "
|
|
705
|
-
provider: "
|
|
706
|
-
baseUrl: "https://
|
|
728
|
+
"gemma2-9b-it": {
|
|
729
|
+
id: "gemma2-9b-it",
|
|
730
|
+
name: "Gemma 2 9B",
|
|
731
|
+
provider: "groq",
|
|
732
|
+
baseUrl: "https://api.groq.com/openai/v1",
|
|
707
733
|
reasoning: false,
|
|
708
|
-
input: ["text"
|
|
734
|
+
input: ["text"],
|
|
709
735
|
cost: {
|
|
710
|
-
input: 0.
|
|
711
|
-
output: 0.
|
|
736
|
+
input: 0.2,
|
|
737
|
+
output: 0.2,
|
|
712
738
|
cacheRead: 0,
|
|
713
739
|
cacheWrite: 0,
|
|
714
740
|
},
|
|
715
|
-
contextWindow:
|
|
716
|
-
maxTokens:
|
|
741
|
+
contextWindow: 8192,
|
|
742
|
+
maxTokens: 8192,
|
|
717
743
|
},
|
|
718
|
-
"
|
|
719
|
-
id: "
|
|
720
|
-
name: "
|
|
721
|
-
provider: "
|
|
722
|
-
baseUrl: "https://
|
|
723
|
-
reasoning:
|
|
744
|
+
"llama-3.3-70b-versatile": {
|
|
745
|
+
id: "llama-3.3-70b-versatile",
|
|
746
|
+
name: "Llama 3.3 70B Versatile",
|
|
747
|
+
provider: "groq",
|
|
748
|
+
baseUrl: "https://api.groq.com/openai/v1",
|
|
749
|
+
reasoning: false,
|
|
724
750
|
input: ["text"],
|
|
725
751
|
cost: {
|
|
726
|
-
input: 0.
|
|
727
|
-
output:
|
|
752
|
+
input: 0.59,
|
|
753
|
+
output: 0.79,
|
|
728
754
|
cacheRead: 0,
|
|
729
755
|
cacheWrite: 0,
|
|
730
756
|
},
|
|
731
|
-
contextWindow:
|
|
732
|
-
maxTokens:
|
|
757
|
+
contextWindow: 131072,
|
|
758
|
+
maxTokens: 32768,
|
|
733
759
|
},
|
|
734
|
-
"
|
|
735
|
-
id: "
|
|
736
|
-
name: "Mistral
|
|
737
|
-
provider: "
|
|
738
|
-
baseUrl: "https://
|
|
739
|
-
reasoning:
|
|
760
|
+
"mistral-saba-24b": {
|
|
761
|
+
id: "mistral-saba-24b",
|
|
762
|
+
name: "Mistral Saba 24B",
|
|
763
|
+
provider: "groq",
|
|
764
|
+
baseUrl: "https://api.groq.com/openai/v1",
|
|
765
|
+
reasoning: false,
|
|
740
766
|
input: ["text"],
|
|
741
767
|
cost: {
|
|
742
|
-
input: 0.
|
|
743
|
-
output:
|
|
768
|
+
input: 0.79,
|
|
769
|
+
output: 0.79,
|
|
744
770
|
cacheRead: 0,
|
|
745
771
|
cacheWrite: 0,
|
|
746
772
|
},
|
|
747
|
-
contextWindow:
|
|
748
|
-
maxTokens:
|
|
773
|
+
contextWindow: 32768,
|
|
774
|
+
maxTokens: 32768,
|
|
749
775
|
},
|
|
750
|
-
"
|
|
751
|
-
id: "
|
|
752
|
-
name: "
|
|
753
|
-
provider: "
|
|
754
|
-
baseUrl: "https://
|
|
776
|
+
"openai/gpt-oss-20b": {
|
|
777
|
+
id: "openai/gpt-oss-20b",
|
|
778
|
+
name: "GPT OSS 20B",
|
|
779
|
+
provider: "groq",
|
|
780
|
+
baseUrl: "https://api.groq.com/openai/v1",
|
|
755
781
|
reasoning: true,
|
|
756
782
|
input: ["text"],
|
|
757
783
|
cost: {
|
|
758
|
-
input:
|
|
759
|
-
output: 5,
|
|
784
|
+
input: 0.1,
|
|
785
|
+
output: 0.5,
|
|
760
786
|
cacheRead: 0,
|
|
761
787
|
cacheWrite: 0,
|
|
762
788
|
},
|
|
763
|
-
contextWindow:
|
|
764
|
-
maxTokens:
|
|
789
|
+
contextWindow: 131072,
|
|
790
|
+
maxTokens: 32768,
|
|
765
791
|
},
|
|
766
|
-
"
|
|
767
|
-
id: "
|
|
768
|
-
name: "
|
|
769
|
-
provider: "
|
|
770
|
-
baseUrl: "https://
|
|
792
|
+
"openai/gpt-oss-120b": {
|
|
793
|
+
id: "openai/gpt-oss-120b",
|
|
794
|
+
name: "GPT OSS 120B",
|
|
795
|
+
provider: "groq",
|
|
796
|
+
baseUrl: "https://api.groq.com/openai/v1",
|
|
771
797
|
reasoning: true,
|
|
772
798
|
input: ["text"],
|
|
773
799
|
cost: {
|
|
774
|
-
input:
|
|
775
|
-
output:
|
|
800
|
+
input: 0.15,
|
|
801
|
+
output: 0.75,
|
|
776
802
|
cacheRead: 0,
|
|
777
803
|
cacheWrite: 0,
|
|
778
804
|
},
|
|
779
|
-
contextWindow:
|
|
780
|
-
maxTokens:
|
|
805
|
+
contextWindow: 131072,
|
|
806
|
+
maxTokens: 32768,
|
|
781
807
|
},
|
|
782
|
-
"
|
|
783
|
-
id: "
|
|
784
|
-
name: "
|
|
785
|
-
provider: "
|
|
786
|
-
baseUrl: "https://
|
|
787
|
-
reasoning:
|
|
788
|
-
input: ["text"],
|
|
808
|
+
"meta-llama/llama-4-maverick-17b-128e-instruct": {
|
|
809
|
+
id: "meta-llama/llama-4-maverick-17b-128e-instruct",
|
|
810
|
+
name: "Llama 4 Maverick 17B",
|
|
811
|
+
provider: "groq",
|
|
812
|
+
baseUrl: "https://api.groq.com/openai/v1",
|
|
813
|
+
reasoning: false,
|
|
814
|
+
input: ["text", "image"],
|
|
789
815
|
cost: {
|
|
790
|
-
input: 0.
|
|
791
|
-
output: 0.
|
|
816
|
+
input: 0.2,
|
|
817
|
+
output: 0.6,
|
|
792
818
|
cacheRead: 0,
|
|
793
819
|
cacheWrite: 0,
|
|
794
820
|
},
|
|
795
|
-
contextWindow:
|
|
796
|
-
maxTokens:
|
|
821
|
+
contextWindow: 131072,
|
|
822
|
+
maxTokens: 8192,
|
|
797
823
|
},
|
|
798
|
-
"
|
|
799
|
-
id: "
|
|
800
|
-
name: "
|
|
801
|
-
provider: "
|
|
802
|
-
baseUrl: "https://
|
|
824
|
+
"meta-llama/llama-4-scout-17b-16e-instruct": {
|
|
825
|
+
id: "meta-llama/llama-4-scout-17b-16e-instruct",
|
|
826
|
+
name: "Llama 4 Scout 17B",
|
|
827
|
+
provider: "groq",
|
|
828
|
+
baseUrl: "https://api.groq.com/openai/v1",
|
|
803
829
|
reasoning: false,
|
|
804
|
-
input: ["text"],
|
|
830
|
+
input: ["text", "image"],
|
|
805
831
|
cost: {
|
|
806
|
-
input: 0,
|
|
807
|
-
output: 0,
|
|
832
|
+
input: 0.11,
|
|
833
|
+
output: 0.34,
|
|
808
834
|
cacheRead: 0,
|
|
809
835
|
cacheWrite: 0,
|
|
810
836
|
},
|
|
811
|
-
contextWindow:
|
|
812
|
-
maxTokens:
|
|
837
|
+
contextWindow: 131072,
|
|
838
|
+
maxTokens: 8192,
|
|
813
839
|
},
|
|
814
|
-
"
|
|
815
|
-
id: "
|
|
816
|
-
name: "
|
|
817
|
-
provider: "
|
|
818
|
-
baseUrl: "https://
|
|
819
|
-
reasoning:
|
|
820
|
-
input: ["text"],
|
|
840
|
+
"qwen/qwen3-32b": {
|
|
841
|
+
id: "qwen/qwen3-32b",
|
|
842
|
+
name: "Qwen3 32B",
|
|
843
|
+
provider: "groq",
|
|
844
|
+
baseUrl: "https://api.groq.com/openai/v1",
|
|
845
|
+
reasoning: true,
|
|
846
|
+
input: ["text"],
|
|
821
847
|
cost: {
|
|
822
|
-
input: 0.
|
|
823
|
-
output: 0.
|
|
848
|
+
input: 0.29,
|
|
849
|
+
output: 0.59,
|
|
824
850
|
cacheRead: 0,
|
|
825
851
|
cacheWrite: 0,
|
|
826
852
|
},
|
|
827
853
|
contextWindow: 131072,
|
|
828
|
-
maxTokens:
|
|
854
|
+
maxTokens: 16384,
|
|
829
855
|
},
|
|
830
|
-
"
|
|
831
|
-
id: "
|
|
832
|
-
name: "
|
|
833
|
-
provider: "
|
|
834
|
-
baseUrl: "https://
|
|
856
|
+
"moonshotai/kimi-k2-instruct": {
|
|
857
|
+
id: "moonshotai/kimi-k2-instruct",
|
|
858
|
+
name: "Kimi K2 Instruct",
|
|
859
|
+
provider: "groq",
|
|
860
|
+
baseUrl: "https://api.groq.com/openai/v1",
|
|
835
861
|
reasoning: false,
|
|
836
862
|
input: ["text"],
|
|
837
863
|
cost: {
|
|
838
|
-
input:
|
|
839
|
-
output:
|
|
840
|
-
cacheRead: 0,
|
|
841
|
-
cacheWrite: 0,
|
|
842
|
-
},
|
|
843
|
-
contextWindow: 128000,
|
|
844
|
-
maxTokens: 4028,
|
|
845
|
-
},
|
|
846
|
-
"mistralai/mistral-medium-3": {
|
|
847
|
-
id: "mistralai/mistral-medium-3",
|
|
848
|
-
name: "Mistral: Mistral Medium 3",
|
|
849
|
-
provider: "openrouter",
|
|
850
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
851
|
-
reasoning: false,
|
|
852
|
-
input: ["text", "image"],
|
|
853
|
-
cost: {
|
|
854
|
-
input: 0.39999999999999997,
|
|
855
|
-
output: 2,
|
|
864
|
+
input: 1,
|
|
865
|
+
output: 3,
|
|
856
866
|
cacheRead: 0,
|
|
857
867
|
cacheWrite: 0,
|
|
858
868
|
},
|
|
859
869
|
contextWindow: 131072,
|
|
860
|
-
maxTokens:
|
|
870
|
+
maxTokens: 16384,
|
|
861
871
|
},
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
872
|
+
}
|
|
873
|
+
},
|
|
874
|
+
cerebras: {
|
|
875
|
+
models: {
|
|
876
|
+
"qwen-3-235b-a22b-instruct-2507": {
|
|
877
|
+
id: "qwen-3-235b-a22b-instruct-2507",
|
|
878
|
+
name: "Qwen 3 235B Instruct",
|
|
879
|
+
provider: "cerebras",
|
|
880
|
+
baseUrl: "https://api.cerebras.ai/v1",
|
|
867
881
|
reasoning: false,
|
|
868
882
|
input: ["text"],
|
|
869
883
|
cost: {
|
|
870
|
-
input: 0.
|
|
884
|
+
input: 0.6,
|
|
871
885
|
output: 1.2,
|
|
872
886
|
cacheRead: 0,
|
|
873
887
|
cacheWrite: 0,
|
|
874
888
|
},
|
|
875
|
-
contextWindow:
|
|
876
|
-
maxTokens:
|
|
889
|
+
contextWindow: 131000,
|
|
890
|
+
maxTokens: 32000,
|
|
877
891
|
},
|
|
878
|
-
"
|
|
879
|
-
id: "
|
|
880
|
-
name: "
|
|
881
|
-
provider: "
|
|
882
|
-
baseUrl: "https://
|
|
883
|
-
reasoning:
|
|
892
|
+
"gpt-oss-120b": {
|
|
893
|
+
id: "gpt-oss-120b",
|
|
894
|
+
name: "GPT OSS 120B",
|
|
895
|
+
provider: "cerebras",
|
|
896
|
+
baseUrl: "https://api.cerebras.ai/v1",
|
|
897
|
+
reasoning: true,
|
|
884
898
|
input: ["text"],
|
|
885
899
|
cost: {
|
|
886
900
|
input: 0.25,
|
|
887
|
-
output:
|
|
901
|
+
output: 0.69,
|
|
888
902
|
cacheRead: 0,
|
|
889
903
|
cacheWrite: 0,
|
|
890
904
|
},
|
|
891
|
-
contextWindow:
|
|
892
|
-
maxTokens:
|
|
905
|
+
contextWindow: 131072,
|
|
906
|
+
maxTokens: 32768,
|
|
893
907
|
},
|
|
894
|
-
"qwen
|
|
895
|
-
id: "qwen
|
|
896
|
-
name: "Qwen
|
|
897
|
-
provider: "
|
|
898
|
-
baseUrl: "https://
|
|
899
|
-
reasoning:
|
|
908
|
+
"qwen-3-coder-480b": {
|
|
909
|
+
id: "qwen-3-coder-480b",
|
|
910
|
+
name: "Qwen 3 Coder 480B",
|
|
911
|
+
provider: "cerebras",
|
|
912
|
+
baseUrl: "https://api.cerebras.ai/v1",
|
|
913
|
+
reasoning: false,
|
|
900
914
|
input: ["text"],
|
|
901
915
|
cost: {
|
|
902
|
-
input:
|
|
903
|
-
output:
|
|
916
|
+
input: 2,
|
|
917
|
+
output: 2,
|
|
904
918
|
cacheRead: 0,
|
|
905
919
|
cacheWrite: 0,
|
|
906
920
|
},
|
|
907
|
-
contextWindow:
|
|
908
|
-
maxTokens:
|
|
921
|
+
contextWindow: 131000,
|
|
922
|
+
maxTokens: 32000,
|
|
909
923
|
},
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
924
|
+
}
|
|
925
|
+
},
|
|
926
|
+
openrouter: {
|
|
927
|
+
models: {
|
|
928
|
+
"qwen/qwen3-30b-a3b-thinking-2507": {
|
|
929
|
+
id: "qwen/qwen3-30b-a3b-thinking-2507",
|
|
930
|
+
name: "Qwen: Qwen3 30B A3B Thinking 2507",
|
|
913
931
|
provider: "openrouter",
|
|
914
932
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
915
933
|
reasoning: true,
|
|
916
934
|
input: ["text"],
|
|
917
935
|
cost: {
|
|
918
|
-
input: 0.
|
|
919
|
-
output: 0.
|
|
936
|
+
input: 0.0713,
|
|
937
|
+
output: 0.2852,
|
|
920
938
|
cacheRead: 0,
|
|
921
939
|
cacheWrite: 0,
|
|
922
940
|
},
|
|
923
|
-
contextWindow:
|
|
924
|
-
maxTokens:
|
|
941
|
+
contextWindow: 262144,
|
|
942
|
+
maxTokens: 262144,
|
|
925
943
|
},
|
|
926
|
-
"
|
|
927
|
-
id: "
|
|
928
|
-
name: "
|
|
944
|
+
"nousresearch/hermes-4-70b": {
|
|
945
|
+
id: "nousresearch/hermes-4-70b",
|
|
946
|
+
name: "Nous: Hermes 4 70B",
|
|
929
947
|
provider: "openrouter",
|
|
930
948
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
931
949
|
reasoning: true,
|
|
932
950
|
input: ["text"],
|
|
933
951
|
cost: {
|
|
934
|
-
input: 0.
|
|
935
|
-
output: 0.
|
|
952
|
+
input: 0.09329544,
|
|
953
|
+
output: 0.3733632,
|
|
936
954
|
cacheRead: 0,
|
|
937
955
|
cacheWrite: 0,
|
|
938
956
|
},
|
|
939
|
-
contextWindow:
|
|
940
|
-
maxTokens:
|
|
957
|
+
contextWindow: 131072,
|
|
958
|
+
maxTokens: 4096,
|
|
941
959
|
},
|
|
942
|
-
"
|
|
943
|
-
id: "
|
|
944
|
-
name: "
|
|
960
|
+
"nousresearch/hermes-4-405b": {
|
|
961
|
+
id: "nousresearch/hermes-4-405b",
|
|
962
|
+
name: "Nous: Hermes 4 405B",
|
|
945
963
|
provider: "openrouter",
|
|
946
964
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
947
965
|
reasoning: true,
|
|
948
966
|
input: ["text"],
|
|
949
967
|
cost: {
|
|
950
|
-
input: 0.
|
|
951
|
-
output: 0.
|
|
968
|
+
input: 0.1999188,
|
|
969
|
+
output: 0.800064,
|
|
952
970
|
cacheRead: 0,
|
|
953
971
|
cacheWrite: 0,
|
|
954
972
|
},
|
|
955
|
-
contextWindow:
|
|
973
|
+
contextWindow: 131072,
|
|
956
974
|
maxTokens: 4096,
|
|
957
975
|
},
|
|
958
|
-
"
|
|
959
|
-
id: "
|
|
960
|
-
name: "
|
|
976
|
+
"deepseek/deepseek-chat-v3.1:free": {
|
|
977
|
+
id: "deepseek/deepseek-chat-v3.1:free",
|
|
978
|
+
name: "DeepSeek: DeepSeek V3.1 (free)",
|
|
961
979
|
provider: "openrouter",
|
|
962
980
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
963
981
|
reasoning: true,
|
|
@@ -968,700 +986,716 @@ export const PROVIDERS = {
|
|
|
968
986
|
cacheRead: 0,
|
|
969
987
|
cacheWrite: 0,
|
|
970
988
|
},
|
|
971
|
-
contextWindow:
|
|
989
|
+
contextWindow: 64000,
|
|
972
990
|
maxTokens: 4096,
|
|
973
991
|
},
|
|
974
|
-
"
|
|
975
|
-
id: "
|
|
976
|
-
name: "
|
|
992
|
+
"deepseek/deepseek-chat-v3.1": {
|
|
993
|
+
id: "deepseek/deepseek-chat-v3.1",
|
|
994
|
+
name: "DeepSeek: DeepSeek V3.1",
|
|
977
995
|
provider: "openrouter",
|
|
978
996
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
979
997
|
reasoning: true,
|
|
980
998
|
input: ["text"],
|
|
981
999
|
cost: {
|
|
982
|
-
input: 0.
|
|
983
|
-
output: 0.
|
|
1000
|
+
input: 0.19999999999999998,
|
|
1001
|
+
output: 0.7999999999999999,
|
|
984
1002
|
cacheRead: 0,
|
|
985
1003
|
cacheWrite: 0,
|
|
986
1004
|
},
|
|
987
|
-
contextWindow:
|
|
988
|
-
maxTokens:
|
|
1005
|
+
contextWindow: 163840,
|
|
1006
|
+
maxTokens: 4096,
|
|
989
1007
|
},
|
|
990
|
-
"
|
|
991
|
-
id: "
|
|
992
|
-
name: "
|
|
1008
|
+
"mistralai/mistral-medium-3.1": {
|
|
1009
|
+
id: "mistralai/mistral-medium-3.1",
|
|
1010
|
+
name: "Mistral: Mistral Medium 3.1",
|
|
993
1011
|
provider: "openrouter",
|
|
994
1012
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
995
1013
|
reasoning: false,
|
|
996
1014
|
input: ["text", "image"],
|
|
997
1015
|
cost: {
|
|
998
|
-
input: 0,
|
|
999
|
-
output:
|
|
1016
|
+
input: 0.39999999999999997,
|
|
1017
|
+
output: 2,
|
|
1000
1018
|
cacheRead: 0,
|
|
1001
1019
|
cacheWrite: 0,
|
|
1002
1020
|
},
|
|
1003
|
-
contextWindow:
|
|
1004
|
-
maxTokens:
|
|
1021
|
+
contextWindow: 131072,
|
|
1022
|
+
maxTokens: 4096,
|
|
1005
1023
|
},
|
|
1006
|
-
"
|
|
1007
|
-
id: "
|
|
1008
|
-
name: "
|
|
1024
|
+
"z-ai/glm-4.5v": {
|
|
1025
|
+
id: "z-ai/glm-4.5v",
|
|
1026
|
+
name: "Z.AI: GLM 4.5V",
|
|
1009
1027
|
provider: "openrouter",
|
|
1010
1028
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1011
|
-
reasoning:
|
|
1029
|
+
reasoning: true,
|
|
1012
1030
|
input: ["text", "image"],
|
|
1013
1031
|
cost: {
|
|
1014
|
-
input: 0.
|
|
1015
|
-
output:
|
|
1032
|
+
input: 0.5,
|
|
1033
|
+
output: 1.7999999999999998,
|
|
1016
1034
|
cacheRead: 0,
|
|
1017
1035
|
cacheWrite: 0,
|
|
1018
1036
|
},
|
|
1019
|
-
contextWindow:
|
|
1020
|
-
maxTokens:
|
|
1037
|
+
contextWindow: 65536,
|
|
1038
|
+
maxTokens: 65536,
|
|
1021
1039
|
},
|
|
1022
|
-
"
|
|
1023
|
-
id: "
|
|
1024
|
-
name: "
|
|
1040
|
+
"ai21/jamba-mini-1.7": {
|
|
1041
|
+
id: "ai21/jamba-mini-1.7",
|
|
1042
|
+
name: "AI21: Jamba Mini 1.7",
|
|
1025
1043
|
provider: "openrouter",
|
|
1026
1044
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1027
1045
|
reasoning: false,
|
|
1028
|
-
input: ["text"
|
|
1046
|
+
input: ["text"],
|
|
1029
1047
|
cost: {
|
|
1030
|
-
input: 0,
|
|
1031
|
-
output: 0,
|
|
1048
|
+
input: 0.19999999999999998,
|
|
1049
|
+
output: 0.39999999999999997,
|
|
1032
1050
|
cacheRead: 0,
|
|
1033
1051
|
cacheWrite: 0,
|
|
1034
1052
|
},
|
|
1035
|
-
contextWindow:
|
|
1036
|
-
maxTokens:
|
|
1053
|
+
contextWindow: 256000,
|
|
1054
|
+
maxTokens: 4096,
|
|
1037
1055
|
},
|
|
1038
|
-
"
|
|
1039
|
-
id: "
|
|
1040
|
-
name: "
|
|
1056
|
+
"ai21/jamba-large-1.7": {
|
|
1057
|
+
id: "ai21/jamba-large-1.7",
|
|
1058
|
+
name: "AI21: Jamba Large 1.7",
|
|
1041
1059
|
provider: "openrouter",
|
|
1042
1060
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1043
1061
|
reasoning: false,
|
|
1044
|
-
input: ["text"
|
|
1062
|
+
input: ["text"],
|
|
1045
1063
|
cost: {
|
|
1046
|
-
input:
|
|
1047
|
-
output:
|
|
1064
|
+
input: 2,
|
|
1065
|
+
output: 8,
|
|
1048
1066
|
cacheRead: 0,
|
|
1049
1067
|
cacheWrite: 0,
|
|
1050
1068
|
},
|
|
1051
|
-
contextWindow:
|
|
1052
|
-
maxTokens:
|
|
1069
|
+
contextWindow: 256000,
|
|
1070
|
+
maxTokens: 4096,
|
|
1053
1071
|
},
|
|
1054
|
-
"
|
|
1055
|
-
id: "
|
|
1056
|
-
name: "
|
|
1072
|
+
"mistralai/codestral-2508": {
|
|
1073
|
+
id: "mistralai/codestral-2508",
|
|
1074
|
+
name: "Mistral: Codestral 2508",
|
|
1057
1075
|
provider: "openrouter",
|
|
1058
1076
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1059
1077
|
reasoning: false,
|
|
1060
1078
|
input: ["text"],
|
|
1061
1079
|
cost: {
|
|
1062
|
-
input: 0,
|
|
1063
|
-
output: 0,
|
|
1080
|
+
input: 0.3,
|
|
1081
|
+
output: 0.8999999999999999,
|
|
1064
1082
|
cacheRead: 0,
|
|
1065
1083
|
cacheWrite: 0,
|
|
1066
1084
|
},
|
|
1067
|
-
contextWindow:
|
|
1085
|
+
contextWindow: 256000,
|
|
1068
1086
|
maxTokens: 4096,
|
|
1069
1087
|
},
|
|
1070
|
-
"
|
|
1071
|
-
id: "
|
|
1072
|
-
name: "
|
|
1088
|
+
"qwen/qwen3-coder-30b-a3b-instruct": {
|
|
1089
|
+
id: "qwen/qwen3-coder-30b-a3b-instruct",
|
|
1090
|
+
name: "Qwen: Qwen3 Coder 30B A3B Instruct",
|
|
1073
1091
|
provider: "openrouter",
|
|
1074
1092
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1075
1093
|
reasoning: false,
|
|
1076
1094
|
input: ["text"],
|
|
1077
1095
|
cost: {
|
|
1078
|
-
input: 0.
|
|
1079
|
-
output: 0.
|
|
1096
|
+
input: 0.051830799999999996,
|
|
1097
|
+
output: 0.207424,
|
|
1080
1098
|
cacheRead: 0,
|
|
1081
1099
|
cacheWrite: 0,
|
|
1082
1100
|
},
|
|
1083
|
-
contextWindow:
|
|
1101
|
+
contextWindow: 262144,
|
|
1084
1102
|
maxTokens: 4096,
|
|
1085
1103
|
},
|
|
1086
|
-
"
|
|
1087
|
-
id: "
|
|
1088
|
-
name: "
|
|
1104
|
+
"qwen/qwen3-30b-a3b-instruct-2507": {
|
|
1105
|
+
id: "qwen/qwen3-30b-a3b-instruct-2507",
|
|
1106
|
+
name: "Qwen: Qwen3 30B A3B Instruct 2507",
|
|
1089
1107
|
provider: "openrouter",
|
|
1090
1108
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1091
1109
|
reasoning: false,
|
|
1092
|
-
input: ["text"
|
|
1110
|
+
input: ["text"],
|
|
1093
1111
|
cost: {
|
|
1094
|
-
input: 0,
|
|
1095
|
-
output: 0,
|
|
1112
|
+
input: 0.051830799999999996,
|
|
1113
|
+
output: 0.207424,
|
|
1096
1114
|
cacheRead: 0,
|
|
1097
1115
|
cacheWrite: 0,
|
|
1098
1116
|
},
|
|
1099
|
-
contextWindow:
|
|
1117
|
+
contextWindow: 262144,
|
|
1100
1118
|
maxTokens: 4096,
|
|
1101
1119
|
},
|
|
1102
|
-
"
|
|
1103
|
-
id: "
|
|
1104
|
-
name: "
|
|
1120
|
+
"z-ai/glm-4.5": {
|
|
1121
|
+
id: "z-ai/glm-4.5",
|
|
1122
|
+
name: "Z.AI: GLM 4.5",
|
|
1105
1123
|
provider: "openrouter",
|
|
1106
1124
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1107
|
-
reasoning:
|
|
1108
|
-
input: ["text"
|
|
1125
|
+
reasoning: true,
|
|
1126
|
+
input: ["text"],
|
|
1109
1127
|
cost: {
|
|
1110
|
-
input: 0.
|
|
1111
|
-
output:
|
|
1128
|
+
input: 0.32986602,
|
|
1129
|
+
output: 1.3201056,
|
|
1112
1130
|
cacheRead: 0,
|
|
1113
1131
|
cacheWrite: 0,
|
|
1114
1132
|
},
|
|
1115
1133
|
contextWindow: 131072,
|
|
1116
|
-
maxTokens:
|
|
1134
|
+
maxTokens: 4096,
|
|
1117
1135
|
},
|
|
1118
|
-
"
|
|
1119
|
-
id: "
|
|
1120
|
-
name: "
|
|
1136
|
+
"z-ai/glm-4.5-air:free": {
|
|
1137
|
+
id: "z-ai/glm-4.5-air:free",
|
|
1138
|
+
name: "Z.AI: GLM 4.5 Air (free)",
|
|
1121
1139
|
provider: "openrouter",
|
|
1122
1140
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1123
1141
|
reasoning: true,
|
|
1124
1142
|
input: ["text"],
|
|
1125
1143
|
cost: {
|
|
1126
|
-
input: 0
|
|
1127
|
-
output: 0
|
|
1144
|
+
input: 0,
|
|
1145
|
+
output: 0,
|
|
1128
1146
|
cacheRead: 0,
|
|
1129
1147
|
cacheWrite: 0,
|
|
1130
1148
|
},
|
|
1131
1149
|
contextWindow: 131072,
|
|
1132
1150
|
maxTokens: 4096,
|
|
1133
1151
|
},
|
|
1134
|
-
"
|
|
1135
|
-
id: "
|
|
1136
|
-
name: "
|
|
1152
|
+
"z-ai/glm-4.5-air": {
|
|
1153
|
+
id: "z-ai/glm-4.5-air",
|
|
1154
|
+
name: "Z.AI: GLM 4.5 Air",
|
|
1137
1155
|
provider: "openrouter",
|
|
1138
1156
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1139
|
-
reasoning:
|
|
1157
|
+
reasoning: true,
|
|
1140
1158
|
input: ["text"],
|
|
1141
1159
|
cost: {
|
|
1142
|
-
input: 0.
|
|
1143
|
-
output: 0.
|
|
1160
|
+
input: 0.14,
|
|
1161
|
+
output: 0.86,
|
|
1144
1162
|
cacheRead: 0,
|
|
1145
1163
|
cacheWrite: 0,
|
|
1146
1164
|
},
|
|
1147
|
-
contextWindow:
|
|
1148
|
-
maxTokens:
|
|
1165
|
+
contextWindow: 131072,
|
|
1166
|
+
maxTokens: 131072,
|
|
1149
1167
|
},
|
|
1150
|
-
"qwen/
|
|
1151
|
-
id: "qwen/
|
|
1152
|
-
name: "Qwen:
|
|
1168
|
+
"qwen/qwen3-235b-a22b-thinking-2507": {
|
|
1169
|
+
id: "qwen/qwen3-235b-a22b-thinking-2507",
|
|
1170
|
+
name: "Qwen: Qwen3 235B A22B Thinking 2507",
|
|
1153
1171
|
provider: "openrouter",
|
|
1154
1172
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1155
|
-
reasoning:
|
|
1173
|
+
reasoning: true,
|
|
1156
1174
|
input: ["text"],
|
|
1157
1175
|
cost: {
|
|
1158
|
-
input: 0.
|
|
1159
|
-
output: 0.
|
|
1160
|
-
cacheRead: 0
|
|
1176
|
+
input: 0.077968332,
|
|
1177
|
+
output: 0.31202496,
|
|
1178
|
+
cacheRead: 0,
|
|
1161
1179
|
cacheWrite: 0,
|
|
1162
1180
|
},
|
|
1163
|
-
contextWindow:
|
|
1164
|
-
maxTokens:
|
|
1181
|
+
contextWindow: 262144,
|
|
1182
|
+
maxTokens: 4096,
|
|
1165
1183
|
},
|
|
1166
|
-
"
|
|
1167
|
-
id: "
|
|
1168
|
-
name: "
|
|
1184
|
+
"z-ai/glm-4-32b": {
|
|
1185
|
+
id: "z-ai/glm-4-32b",
|
|
1186
|
+
name: "Z.AI: GLM 4 32B ",
|
|
1169
1187
|
provider: "openrouter",
|
|
1170
1188
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1171
1189
|
reasoning: false,
|
|
1172
1190
|
input: ["text"],
|
|
1173
1191
|
cost: {
|
|
1174
|
-
input: 0.
|
|
1175
|
-
output:
|
|
1176
|
-
cacheRead: 0
|
|
1192
|
+
input: 0.09999999999999999,
|
|
1193
|
+
output: 0.09999999999999999,
|
|
1194
|
+
cacheRead: 0,
|
|
1177
1195
|
cacheWrite: 0,
|
|
1178
1196
|
},
|
|
1179
|
-
contextWindow:
|
|
1180
|
-
maxTokens:
|
|
1197
|
+
contextWindow: 128000,
|
|
1198
|
+
maxTokens: 4096,
|
|
1181
1199
|
},
|
|
1182
|
-
"qwen/
|
|
1183
|
-
id: "qwen/
|
|
1184
|
-
name: "Qwen:
|
|
1200
|
+
"qwen/qwen3-coder:free": {
|
|
1201
|
+
id: "qwen/qwen3-coder:free",
|
|
1202
|
+
name: "Qwen: Qwen3 Coder 480B A35B (free)",
|
|
1185
1203
|
provider: "openrouter",
|
|
1186
1204
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1187
1205
|
reasoning: false,
|
|
1188
1206
|
input: ["text"],
|
|
1189
1207
|
cost: {
|
|
1190
|
-
input:
|
|
1191
|
-
output:
|
|
1192
|
-
cacheRead: 0
|
|
1208
|
+
input: 0,
|
|
1209
|
+
output: 0,
|
|
1210
|
+
cacheRead: 0,
|
|
1193
1211
|
cacheWrite: 0,
|
|
1194
1212
|
},
|
|
1195
|
-
contextWindow:
|
|
1196
|
-
maxTokens:
|
|
1213
|
+
contextWindow: 262144,
|
|
1214
|
+
maxTokens: 4096,
|
|
1197
1215
|
},
|
|
1198
|
-
"
|
|
1199
|
-
id: "
|
|
1200
|
-
name: "
|
|
1216
|
+
"qwen/qwen3-coder": {
|
|
1217
|
+
id: "qwen/qwen3-coder",
|
|
1218
|
+
name: "Qwen: Qwen3 Coder 480B A35B",
|
|
1201
1219
|
provider: "openrouter",
|
|
1202
1220
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1203
1221
|
reasoning: false,
|
|
1204
1222
|
input: ["text"],
|
|
1205
1223
|
cost: {
|
|
1206
|
-
input: 0.
|
|
1207
|
-
output: 0.
|
|
1224
|
+
input: 0.19999999999999998,
|
|
1225
|
+
output: 0.7999999999999999,
|
|
1208
1226
|
cacheRead: 0,
|
|
1209
1227
|
cacheWrite: 0,
|
|
1210
1228
|
},
|
|
1211
|
-
contextWindow:
|
|
1229
|
+
contextWindow: 262144,
|
|
1212
1230
|
maxTokens: 4096,
|
|
1213
1231
|
},
|
|
1214
|
-
"
|
|
1215
|
-
id: "
|
|
1216
|
-
name: "
|
|
1232
|
+
"qwen/qwen3-235b-a22b-2507": {
|
|
1233
|
+
id: "qwen/qwen3-235b-a22b-2507",
|
|
1234
|
+
name: "Qwen: Qwen3 235B A22B Instruct 2507",
|
|
1217
1235
|
provider: "openrouter",
|
|
1218
1236
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1219
|
-
reasoning:
|
|
1237
|
+
reasoning: false,
|
|
1220
1238
|
input: ["text"],
|
|
1221
1239
|
cost: {
|
|
1222
|
-
input: 0.
|
|
1223
|
-
output: 0.
|
|
1240
|
+
input: 0.077968332,
|
|
1241
|
+
output: 0.31202496,
|
|
1224
1242
|
cacheRead: 0,
|
|
1225
1243
|
cacheWrite: 0,
|
|
1226
1244
|
},
|
|
1227
|
-
contextWindow:
|
|
1245
|
+
contextWindow: 262144,
|
|
1228
1246
|
maxTokens: 4096,
|
|
1229
1247
|
},
|
|
1230
|
-
"
|
|
1231
|
-
id: "
|
|
1232
|
-
name: "
|
|
1248
|
+
"moonshotai/kimi-k2:free": {
|
|
1249
|
+
id: "moonshotai/kimi-k2:free",
|
|
1250
|
+
name: "MoonshotAI: Kimi K2 (free)",
|
|
1233
1251
|
provider: "openrouter",
|
|
1234
1252
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1235
|
-
reasoning:
|
|
1253
|
+
reasoning: false,
|
|
1236
1254
|
input: ["text"],
|
|
1237
1255
|
cost: {
|
|
1238
|
-
input: 0
|
|
1239
|
-
output:
|
|
1256
|
+
input: 0,
|
|
1257
|
+
output: 0,
|
|
1240
1258
|
cacheRead: 0,
|
|
1241
1259
|
cacheWrite: 0,
|
|
1242
1260
|
},
|
|
1243
|
-
contextWindow:
|
|
1244
|
-
maxTokens:
|
|
1261
|
+
contextWindow: 32768,
|
|
1262
|
+
maxTokens: 4096,
|
|
1245
1263
|
},
|
|
1246
|
-
"
|
|
1247
|
-
id: "
|
|
1248
|
-
name: "
|
|
1264
|
+
"moonshotai/kimi-k2": {
|
|
1265
|
+
id: "moonshotai/kimi-k2",
|
|
1266
|
+
name: "MoonshotAI: Kimi K2",
|
|
1249
1267
|
provider: "openrouter",
|
|
1250
1268
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1251
1269
|
reasoning: false,
|
|
1252
1270
|
input: ["text"],
|
|
1253
1271
|
cost: {
|
|
1254
|
-
input: 0.
|
|
1255
|
-
output:
|
|
1272
|
+
input: 0.14,
|
|
1273
|
+
output: 2.4899999999999998,
|
|
1256
1274
|
cacheRead: 0,
|
|
1257
1275
|
cacheWrite: 0,
|
|
1258
1276
|
},
|
|
1259
|
-
contextWindow:
|
|
1260
|
-
maxTokens:
|
|
1277
|
+
contextWindow: 63000,
|
|
1278
|
+
maxTokens: 63000,
|
|
1261
1279
|
},
|
|
1262
|
-
"
|
|
1263
|
-
id: "
|
|
1264
|
-
name: "
|
|
1280
|
+
"mistralai/devstral-medium": {
|
|
1281
|
+
id: "mistralai/devstral-medium",
|
|
1282
|
+
name: "Mistral: Devstral Medium",
|
|
1265
1283
|
provider: "openrouter",
|
|
1266
1284
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1267
1285
|
reasoning: false,
|
|
1268
1286
|
input: ["text"],
|
|
1269
1287
|
cost: {
|
|
1270
|
-
input: 0.
|
|
1271
|
-
output:
|
|
1288
|
+
input: 0.39999999999999997,
|
|
1289
|
+
output: 2,
|
|
1272
1290
|
cacheRead: 0,
|
|
1273
1291
|
cacheWrite: 0,
|
|
1274
1292
|
},
|
|
1275
|
-
contextWindow:
|
|
1293
|
+
contextWindow: 131072,
|
|
1276
1294
|
maxTokens: 4096,
|
|
1277
1295
|
},
|
|
1278
|
-
"
|
|
1279
|
-
id: "
|
|
1280
|
-
name: "
|
|
1296
|
+
"mistralai/devstral-small": {
|
|
1297
|
+
id: "mistralai/devstral-small",
|
|
1298
|
+
name: "Mistral: Devstral Small 1.1",
|
|
1281
1299
|
provider: "openrouter",
|
|
1282
1300
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1283
1301
|
reasoning: false,
|
|
1284
1302
|
input: ["text"],
|
|
1285
1303
|
cost: {
|
|
1286
|
-
input: 0,
|
|
1287
|
-
output: 0,
|
|
1304
|
+
input: 0.07,
|
|
1305
|
+
output: 0.28,
|
|
1288
1306
|
cacheRead: 0,
|
|
1289
1307
|
cacheWrite: 0,
|
|
1290
1308
|
},
|
|
1291
|
-
contextWindow:
|
|
1309
|
+
contextWindow: 128000,
|
|
1292
1310
|
maxTokens: 4096,
|
|
1293
1311
|
},
|
|
1294
|
-
"
|
|
1295
|
-
id: "
|
|
1296
|
-
name: "
|
|
1312
|
+
"inception/mercury": {
|
|
1313
|
+
id: "inception/mercury",
|
|
1314
|
+
name: "Inception: Mercury",
|
|
1297
1315
|
provider: "openrouter",
|
|
1298
1316
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1299
1317
|
reasoning: false,
|
|
1300
1318
|
input: ["text"],
|
|
1301
1319
|
cost: {
|
|
1302
|
-
input: 0.
|
|
1303
|
-
output:
|
|
1320
|
+
input: 0.25,
|
|
1321
|
+
output: 1,
|
|
1304
1322
|
cacheRead: 0,
|
|
1305
1323
|
cacheWrite: 0,
|
|
1306
1324
|
},
|
|
1307
|
-
contextWindow:
|
|
1325
|
+
contextWindow: 128000,
|
|
1308
1326
|
maxTokens: 16384,
|
|
1309
1327
|
},
|
|
1310
|
-
"
|
|
1311
|
-
id: "
|
|
1312
|
-
name: "
|
|
1328
|
+
"mistralai/mistral-small-3.2-24b-instruct:free": {
|
|
1329
|
+
id: "mistralai/mistral-small-3.2-24b-instruct:free",
|
|
1330
|
+
name: "Mistral: Mistral Small 3.2 24B (free)",
|
|
1313
1331
|
provider: "openrouter",
|
|
1314
1332
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1315
1333
|
reasoning: false,
|
|
1316
1334
|
input: ["text", "image"],
|
|
1317
1335
|
cost: {
|
|
1318
|
-
input: 0
|
|
1319
|
-
output: 0
|
|
1336
|
+
input: 0,
|
|
1337
|
+
output: 0,
|
|
1320
1338
|
cacheRead: 0,
|
|
1321
1339
|
cacheWrite: 0,
|
|
1322
1340
|
},
|
|
1323
|
-
contextWindow:
|
|
1324
|
-
maxTokens:
|
|
1341
|
+
contextWindow: 131072,
|
|
1342
|
+
maxTokens: 4096,
|
|
1325
1343
|
},
|
|
1326
|
-
"
|
|
1327
|
-
id: "
|
|
1328
|
-
name: "
|
|
1344
|
+
"mistralai/mistral-small-3.2-24b-instruct": {
|
|
1345
|
+
id: "mistralai/mistral-small-3.2-24b-instruct",
|
|
1346
|
+
name: "Mistral: Mistral Small 3.2 24B",
|
|
1329
1347
|
provider: "openrouter",
|
|
1330
1348
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1331
1349
|
reasoning: false,
|
|
1332
|
-
input: ["text"],
|
|
1350
|
+
input: ["text", "image"],
|
|
1333
1351
|
cost: {
|
|
1334
|
-
input: 0.
|
|
1335
|
-
output: 0.
|
|
1352
|
+
input: 0.049999999999999996,
|
|
1353
|
+
output: 0.09999999999999999,
|
|
1336
1354
|
cacheRead: 0,
|
|
1337
1355
|
cacheWrite: 0,
|
|
1338
1356
|
},
|
|
1339
1357
|
contextWindow: 128000,
|
|
1340
|
-
maxTokens:
|
|
1358
|
+
maxTokens: 4096,
|
|
1341
1359
|
},
|
|
1342
|
-
"
|
|
1343
|
-
id: "
|
|
1344
|
-
name: "
|
|
1360
|
+
"minimax/minimax-m1": {
|
|
1361
|
+
id: "minimax/minimax-m1",
|
|
1362
|
+
name: "MiniMax: MiniMax M1",
|
|
1345
1363
|
provider: "openrouter",
|
|
1346
1364
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1347
|
-
reasoning:
|
|
1348
|
-
input: ["text"
|
|
1365
|
+
reasoning: true,
|
|
1366
|
+
input: ["text"],
|
|
1349
1367
|
cost: {
|
|
1350
|
-
input: 0.
|
|
1351
|
-
output:
|
|
1368
|
+
input: 0.3,
|
|
1369
|
+
output: 1.6500000000000001,
|
|
1352
1370
|
cacheRead: 0,
|
|
1353
1371
|
cacheWrite: 0,
|
|
1354
1372
|
},
|
|
1355
|
-
contextWindow:
|
|
1356
|
-
maxTokens:
|
|
1373
|
+
contextWindow: 1000000,
|
|
1374
|
+
maxTokens: 40000,
|
|
1357
1375
|
},
|
|
1358
|
-
"mistralai/
|
|
1359
|
-
id: "mistralai/
|
|
1360
|
-
name: "Mistral
|
|
1376
|
+
"mistralai/magistral-small-2506": {
|
|
1377
|
+
id: "mistralai/magistral-small-2506",
|
|
1378
|
+
name: "Mistral: Magistral Small 2506",
|
|
1361
1379
|
provider: "openrouter",
|
|
1362
1380
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1363
|
-
reasoning:
|
|
1381
|
+
reasoning: true,
|
|
1364
1382
|
input: ["text"],
|
|
1365
1383
|
cost: {
|
|
1366
|
-
input:
|
|
1367
|
-
output:
|
|
1384
|
+
input: 0.5,
|
|
1385
|
+
output: 1.5,
|
|
1368
1386
|
cacheRead: 0,
|
|
1369
1387
|
cacheWrite: 0,
|
|
1370
1388
|
},
|
|
1371
|
-
contextWindow:
|
|
1372
|
-
maxTokens:
|
|
1389
|
+
contextWindow: 40000,
|
|
1390
|
+
maxTokens: 40000,
|
|
1373
1391
|
},
|
|
1374
|
-
"mistralai/
|
|
1375
|
-
id: "mistralai/
|
|
1376
|
-
name: "Mistral
|
|
1392
|
+
"mistralai/magistral-medium-2506": {
|
|
1393
|
+
id: "mistralai/magistral-medium-2506",
|
|
1394
|
+
name: "Mistral: Magistral Medium 2506",
|
|
1377
1395
|
provider: "openrouter",
|
|
1378
1396
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1379
|
-
reasoning:
|
|
1397
|
+
reasoning: true,
|
|
1380
1398
|
input: ["text"],
|
|
1381
1399
|
cost: {
|
|
1382
1400
|
input: 2,
|
|
1383
|
-
output:
|
|
1401
|
+
output: 5,
|
|
1384
1402
|
cacheRead: 0,
|
|
1385
1403
|
cacheWrite: 0,
|
|
1386
1404
|
},
|
|
1387
|
-
contextWindow:
|
|
1388
|
-
maxTokens:
|
|
1405
|
+
contextWindow: 40960,
|
|
1406
|
+
maxTokens: 40000,
|
|
1389
1407
|
},
|
|
1390
|
-
"mistralai/
|
|
1391
|
-
id: "mistralai/
|
|
1392
|
-
name: "Mistral:
|
|
1408
|
+
"mistralai/magistral-medium-2506:thinking": {
|
|
1409
|
+
id: "mistralai/magistral-medium-2506:thinking",
|
|
1410
|
+
name: "Mistral: Magistral Medium 2506 (thinking)",
|
|
1393
1411
|
provider: "openrouter",
|
|
1394
1412
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1395
|
-
reasoning:
|
|
1396
|
-
input: ["text"
|
|
1413
|
+
reasoning: true,
|
|
1414
|
+
input: ["text"],
|
|
1397
1415
|
cost: {
|
|
1398
1416
|
input: 2,
|
|
1399
|
-
output:
|
|
1417
|
+
output: 5,
|
|
1400
1418
|
cacheRead: 0,
|
|
1401
1419
|
cacheWrite: 0,
|
|
1402
1420
|
},
|
|
1403
|
-
contextWindow:
|
|
1421
|
+
contextWindow: 40960,
|
|
1422
|
+
maxTokens: 40000,
|
|
1423
|
+
},
|
|
1424
|
+
"deepseek/deepseek-r1-0528": {
|
|
1425
|
+
id: "deepseek/deepseek-r1-0528",
|
|
1426
|
+
name: "DeepSeek: R1 0528",
|
|
1427
|
+
provider: "openrouter",
|
|
1428
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
1429
|
+
reasoning: true,
|
|
1430
|
+
input: ["text"],
|
|
1431
|
+
cost: {
|
|
1432
|
+
input: 0.1999188,
|
|
1433
|
+
output: 0.800064,
|
|
1434
|
+
cacheRead: 0,
|
|
1435
|
+
cacheWrite: 0,
|
|
1436
|
+
},
|
|
1437
|
+
contextWindow: 163840,
|
|
1404
1438
|
maxTokens: 4096,
|
|
1405
1439
|
},
|
|
1406
|
-
"
|
|
1407
|
-
id: "
|
|
1408
|
-
name: "
|
|
1440
|
+
"mistralai/devstral-small-2505:free": {
|
|
1441
|
+
id: "mistralai/devstral-small-2505:free",
|
|
1442
|
+
name: "Mistral: Devstral Small 2505 (free)",
|
|
1409
1443
|
provider: "openrouter",
|
|
1410
1444
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1411
1445
|
reasoning: false,
|
|
1412
1446
|
input: ["text"],
|
|
1413
1447
|
cost: {
|
|
1414
|
-
input: 0
|
|
1415
|
-
output: 0
|
|
1448
|
+
input: 0,
|
|
1449
|
+
output: 0,
|
|
1416
1450
|
cacheRead: 0,
|
|
1417
1451
|
cacheWrite: 0,
|
|
1418
1452
|
},
|
|
1419
1453
|
contextWindow: 32768,
|
|
1420
1454
|
maxTokens: 4096,
|
|
1421
1455
|
},
|
|
1422
|
-
"mistralai/
|
|
1423
|
-
id: "mistralai/
|
|
1424
|
-
name: "Mistral:
|
|
1456
|
+
"mistralai/devstral-small-2505": {
|
|
1457
|
+
id: "mistralai/devstral-small-2505",
|
|
1458
|
+
name: "Mistral: Devstral Small 2505",
|
|
1425
1459
|
provider: "openrouter",
|
|
1426
1460
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1427
1461
|
reasoning: false,
|
|
1428
1462
|
input: ["text"],
|
|
1429
1463
|
cost: {
|
|
1430
|
-
input: 0.
|
|
1431
|
-
output: 0.
|
|
1464
|
+
input: 0.01999188,
|
|
1465
|
+
output: 0.0800064,
|
|
1432
1466
|
cacheRead: 0,
|
|
1433
1467
|
cacheWrite: 0,
|
|
1434
1468
|
},
|
|
1435
|
-
contextWindow:
|
|
1469
|
+
contextWindow: 131072,
|
|
1436
1470
|
maxTokens: 4096,
|
|
1437
1471
|
},
|
|
1438
|
-
"
|
|
1439
|
-
id: "
|
|
1440
|
-
name: "
|
|
1472
|
+
"meta-llama/llama-3.3-8b-instruct:free": {
|
|
1473
|
+
id: "meta-llama/llama-3.3-8b-instruct:free",
|
|
1474
|
+
name: "Meta: Llama 3.3 8B Instruct (free)",
|
|
1441
1475
|
provider: "openrouter",
|
|
1442
1476
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1443
1477
|
reasoning: false,
|
|
1444
1478
|
input: ["text"],
|
|
1445
1479
|
cost: {
|
|
1446
|
-
input: 0
|
|
1447
|
-
output: 0
|
|
1480
|
+
input: 0,
|
|
1481
|
+
output: 0,
|
|
1448
1482
|
cacheRead: 0,
|
|
1449
1483
|
cacheWrite: 0,
|
|
1450
1484
|
},
|
|
1451
|
-
contextWindow:
|
|
1452
|
-
maxTokens:
|
|
1485
|
+
contextWindow: 128000,
|
|
1486
|
+
maxTokens: 4028,
|
|
1453
1487
|
},
|
|
1454
|
-
"
|
|
1455
|
-
id: "
|
|
1456
|
-
name: "
|
|
1488
|
+
"mistralai/mistral-medium-3": {
|
|
1489
|
+
id: "mistralai/mistral-medium-3",
|
|
1490
|
+
name: "Mistral: Mistral Medium 3",
|
|
1457
1491
|
provider: "openrouter",
|
|
1458
1492
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1459
1493
|
reasoning: false,
|
|
1460
|
-
input: ["text"],
|
|
1494
|
+
input: ["text", "image"],
|
|
1461
1495
|
cost: {
|
|
1462
|
-
input: 0.
|
|
1463
|
-
output:
|
|
1496
|
+
input: 0.39999999999999997,
|
|
1497
|
+
output: 2,
|
|
1464
1498
|
cacheRead: 0,
|
|
1465
1499
|
cacheWrite: 0,
|
|
1466
1500
|
},
|
|
1467
|
-
contextWindow:
|
|
1501
|
+
contextWindow: 131072,
|
|
1468
1502
|
maxTokens: 4096,
|
|
1469
1503
|
},
|
|
1470
|
-
"
|
|
1471
|
-
id: "
|
|
1472
|
-
name: "
|
|
1504
|
+
"arcee-ai/virtuoso-large": {
|
|
1505
|
+
id: "arcee-ai/virtuoso-large",
|
|
1506
|
+
name: "Arcee AI: Virtuoso Large",
|
|
1473
1507
|
provider: "openrouter",
|
|
1474
1508
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1475
1509
|
reasoning: false,
|
|
1476
1510
|
input: ["text"],
|
|
1477
1511
|
cost: {
|
|
1478
|
-
input: 0.
|
|
1479
|
-
output:
|
|
1512
|
+
input: 0.75,
|
|
1513
|
+
output: 1.2,
|
|
1480
1514
|
cacheRead: 0,
|
|
1481
1515
|
cacheWrite: 0,
|
|
1482
1516
|
},
|
|
1483
|
-
contextWindow:
|
|
1484
|
-
maxTokens:
|
|
1517
|
+
contextWindow: 131072,
|
|
1518
|
+
maxTokens: 64000,
|
|
1485
1519
|
},
|
|
1486
|
-
"
|
|
1487
|
-
id: "
|
|
1488
|
-
name: "
|
|
1520
|
+
"inception/mercury-coder": {
|
|
1521
|
+
id: "inception/mercury-coder",
|
|
1522
|
+
name: "Inception: Mercury Coder",
|
|
1489
1523
|
provider: "openrouter",
|
|
1490
1524
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1491
1525
|
reasoning: false,
|
|
1492
1526
|
input: ["text"],
|
|
1493
1527
|
cost: {
|
|
1494
|
-
input: 0.
|
|
1495
|
-
output:
|
|
1528
|
+
input: 0.25,
|
|
1529
|
+
output: 1,
|
|
1496
1530
|
cacheRead: 0,
|
|
1497
1531
|
cacheWrite: 0,
|
|
1498
1532
|
},
|
|
1499
|
-
contextWindow:
|
|
1500
|
-
maxTokens:
|
|
1533
|
+
contextWindow: 128000,
|
|
1534
|
+
maxTokens: 16384,
|
|
1501
1535
|
},
|
|
1502
|
-
"
|
|
1503
|
-
id: "
|
|
1504
|
-
name: "
|
|
1536
|
+
"qwen/qwen3-4b:free": {
|
|
1537
|
+
id: "qwen/qwen3-4b:free",
|
|
1538
|
+
name: "Qwen: Qwen3 4B (free)",
|
|
1505
1539
|
provider: "openrouter",
|
|
1506
1540
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1507
|
-
reasoning:
|
|
1508
|
-
input: ["text"
|
|
1541
|
+
reasoning: true,
|
|
1542
|
+
input: ["text"],
|
|
1509
1543
|
cost: {
|
|
1510
|
-
input: 0
|
|
1511
|
-
output: 0
|
|
1544
|
+
input: 0,
|
|
1545
|
+
output: 0,
|
|
1512
1546
|
cacheRead: 0,
|
|
1513
1547
|
cacheWrite: 0,
|
|
1514
1548
|
},
|
|
1515
|
-
contextWindow:
|
|
1549
|
+
contextWindow: 40960,
|
|
1516
1550
|
maxTokens: 4096,
|
|
1517
1551
|
},
|
|
1518
|
-
"
|
|
1519
|
-
id: "
|
|
1520
|
-
name: "
|
|
1552
|
+
"qwen/qwen3-30b-a3b": {
|
|
1553
|
+
id: "qwen/qwen3-30b-a3b",
|
|
1554
|
+
name: "Qwen: Qwen3 30B A3B",
|
|
1521
1555
|
provider: "openrouter",
|
|
1522
1556
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1523
|
-
reasoning:
|
|
1557
|
+
reasoning: true,
|
|
1524
1558
|
input: ["text"],
|
|
1525
1559
|
cost: {
|
|
1526
|
-
input:
|
|
1527
|
-
output:
|
|
1560
|
+
input: 0.01999188,
|
|
1561
|
+
output: 0.0800064,
|
|
1528
1562
|
cacheRead: 0,
|
|
1529
1563
|
cacheWrite: 0,
|
|
1530
1564
|
},
|
|
1531
|
-
contextWindow:
|
|
1532
|
-
maxTokens:
|
|
1565
|
+
contextWindow: 40960,
|
|
1566
|
+
maxTokens: 4096,
|
|
1533
1567
|
},
|
|
1534
|
-
"
|
|
1535
|
-
id: "
|
|
1536
|
-
name: "
|
|
1568
|
+
"qwen/qwen3-14b": {
|
|
1569
|
+
id: "qwen/qwen3-14b",
|
|
1570
|
+
name: "Qwen: Qwen3 14B",
|
|
1537
1571
|
provider: "openrouter",
|
|
1538
1572
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1539
|
-
reasoning:
|
|
1573
|
+
reasoning: true,
|
|
1540
1574
|
input: ["text"],
|
|
1541
1575
|
cost: {
|
|
1542
|
-
input: 0.
|
|
1543
|
-
output: 0.
|
|
1576
|
+
input: 0.06,
|
|
1577
|
+
output: 0.24,
|
|
1544
1578
|
cacheRead: 0,
|
|
1545
1579
|
cacheWrite: 0,
|
|
1546
1580
|
},
|
|
1547
|
-
contextWindow:
|
|
1548
|
-
maxTokens:
|
|
1581
|
+
contextWindow: 40960,
|
|
1582
|
+
maxTokens: 40960,
|
|
1549
1583
|
},
|
|
1550
|
-
"
|
|
1551
|
-
id: "
|
|
1552
|
-
name: "
|
|
1584
|
+
"qwen/qwen3-32b": {
|
|
1585
|
+
id: "qwen/qwen3-32b",
|
|
1586
|
+
name: "Qwen: Qwen3 32B",
|
|
1553
1587
|
provider: "openrouter",
|
|
1554
1588
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1555
|
-
reasoning:
|
|
1589
|
+
reasoning: true,
|
|
1556
1590
|
input: ["text"],
|
|
1557
1591
|
cost: {
|
|
1558
|
-
input: 0.
|
|
1559
|
-
output: 0.
|
|
1592
|
+
input: 0.017992691999999998,
|
|
1593
|
+
output: 0.07200576,
|
|
1560
1594
|
cacheRead: 0,
|
|
1561
1595
|
cacheWrite: 0,
|
|
1562
1596
|
},
|
|
1563
|
-
contextWindow:
|
|
1597
|
+
contextWindow: 40960,
|
|
1564
1598
|
maxTokens: 4096,
|
|
1565
1599
|
},
|
|
1566
|
-
"
|
|
1567
|
-
id: "
|
|
1568
|
-
name: "
|
|
1600
|
+
"qwen/qwen3-235b-a22b:free": {
|
|
1601
|
+
id: "qwen/qwen3-235b-a22b:free",
|
|
1602
|
+
name: "Qwen: Qwen3 235B A22B (free)",
|
|
1569
1603
|
provider: "openrouter",
|
|
1570
1604
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1571
|
-
reasoning:
|
|
1605
|
+
reasoning: true,
|
|
1572
1606
|
input: ["text"],
|
|
1573
1607
|
cost: {
|
|
1574
|
-
input: 0
|
|
1575
|
-
output: 0
|
|
1608
|
+
input: 0,
|
|
1609
|
+
output: 0,
|
|
1576
1610
|
cacheRead: 0,
|
|
1577
1611
|
cacheWrite: 0,
|
|
1578
1612
|
},
|
|
1579
1613
|
contextWindow: 131072,
|
|
1580
1614
|
maxTokens: 4096,
|
|
1581
1615
|
},
|
|
1582
|
-
"
|
|
1583
|
-
id: "
|
|
1584
|
-
name: "
|
|
1616
|
+
"qwen/qwen3-235b-a22b": {
|
|
1617
|
+
id: "qwen/qwen3-235b-a22b",
|
|
1618
|
+
name: "Qwen: Qwen3 235B A22B",
|
|
1585
1619
|
provider: "openrouter",
|
|
1586
1620
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1587
|
-
reasoning:
|
|
1621
|
+
reasoning: true,
|
|
1588
1622
|
input: ["text"],
|
|
1589
1623
|
cost: {
|
|
1590
|
-
input: 0.
|
|
1591
|
-
output: 0.
|
|
1624
|
+
input: 0.13,
|
|
1625
|
+
output: 0.6,
|
|
1592
1626
|
cacheRead: 0,
|
|
1593
1627
|
cacheWrite: 0,
|
|
1594
1628
|
},
|
|
1595
|
-
contextWindow:
|
|
1596
|
-
maxTokens:
|
|
1629
|
+
contextWindow: 40960,
|
|
1630
|
+
maxTokens: 40960,
|
|
1597
1631
|
},
|
|
1598
|
-
"meta-llama/llama-
|
|
1599
|
-
id: "meta-llama/llama-
|
|
1600
|
-
name: "Meta: Llama
|
|
1632
|
+
"meta-llama/llama-4-maverick:free": {
|
|
1633
|
+
id: "meta-llama/llama-4-maverick:free",
|
|
1634
|
+
name: "Meta: Llama 4 Maverick (free)",
|
|
1601
1635
|
provider: "openrouter",
|
|
1602
1636
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1603
1637
|
reasoning: false,
|
|
1604
|
-
input: ["text"],
|
|
1638
|
+
input: ["text", "image"],
|
|
1605
1639
|
cost: {
|
|
1606
|
-
input: 0
|
|
1607
|
-
output: 0
|
|
1640
|
+
input: 0,
|
|
1641
|
+
output: 0,
|
|
1608
1642
|
cacheRead: 0,
|
|
1609
1643
|
cacheWrite: 0,
|
|
1610
1644
|
},
|
|
1611
|
-
contextWindow:
|
|
1612
|
-
maxTokens:
|
|
1645
|
+
contextWindow: 128000,
|
|
1646
|
+
maxTokens: 4028,
|
|
1613
1647
|
},
|
|
1614
|
-
"meta-llama/llama-
|
|
1615
|
-
id: "meta-llama/llama-
|
|
1616
|
-
name: "Meta: Llama
|
|
1648
|
+
"meta-llama/llama-4-maverick": {
|
|
1649
|
+
id: "meta-llama/llama-4-maverick",
|
|
1650
|
+
name: "Meta: Llama 4 Maverick",
|
|
1617
1651
|
provider: "openrouter",
|
|
1618
1652
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1619
1653
|
reasoning: false,
|
|
1620
|
-
input: ["text"],
|
|
1654
|
+
input: ["text", "image"],
|
|
1621
1655
|
cost: {
|
|
1622
|
-
input: 0.
|
|
1623
|
-
output: 0.
|
|
1656
|
+
input: 0.15,
|
|
1657
|
+
output: 0.6,
|
|
1624
1658
|
cacheRead: 0,
|
|
1625
1659
|
cacheWrite: 0,
|
|
1626
1660
|
},
|
|
1627
|
-
contextWindow:
|
|
1661
|
+
contextWindow: 1048576,
|
|
1628
1662
|
maxTokens: 16384,
|
|
1629
1663
|
},
|
|
1630
|
-
"
|
|
1631
|
-
id: "
|
|
1632
|
-
name: "
|
|
1664
|
+
"meta-llama/llama-4-scout:free": {
|
|
1665
|
+
id: "meta-llama/llama-4-scout:free",
|
|
1666
|
+
name: "Meta: Llama 4 Scout (free)",
|
|
1633
1667
|
provider: "openrouter",
|
|
1634
1668
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1635
1669
|
reasoning: false,
|
|
1636
|
-
input: ["text"],
|
|
1670
|
+
input: ["text", "image"],
|
|
1637
1671
|
cost: {
|
|
1638
|
-
input: 0
|
|
1639
|
-
output: 0
|
|
1640
|
-
cacheRead: 0,
|
|
1672
|
+
input: 0,
|
|
1673
|
+
output: 0,
|
|
1674
|
+
cacheRead: 0,
|
|
1641
1675
|
cacheWrite: 0,
|
|
1642
1676
|
},
|
|
1643
|
-
contextWindow:
|
|
1644
|
-
maxTokens:
|
|
1677
|
+
contextWindow: 128000,
|
|
1678
|
+
maxTokens: 4028,
|
|
1645
1679
|
},
|
|
1646
|
-
"
|
|
1647
|
-
id: "
|
|
1648
|
-
name: "
|
|
1680
|
+
"meta-llama/llama-4-scout": {
|
|
1681
|
+
id: "meta-llama/llama-4-scout",
|
|
1682
|
+
name: "Meta: Llama 4 Scout",
|
|
1649
1683
|
provider: "openrouter",
|
|
1650
1684
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1651
1685
|
reasoning: false,
|
|
1652
|
-
input: ["text"],
|
|
1686
|
+
input: ["text", "image"],
|
|
1653
1687
|
cost: {
|
|
1654
|
-
input: 0.
|
|
1655
|
-
output: 0.
|
|
1688
|
+
input: 0.08,
|
|
1689
|
+
output: 0.3,
|
|
1656
1690
|
cacheRead: 0,
|
|
1657
1691
|
cacheWrite: 0,
|
|
1658
1692
|
},
|
|
1659
|
-
contextWindow:
|
|
1660
|
-
maxTokens:
|
|
1693
|
+
contextWindow: 1048576,
|
|
1694
|
+
maxTokens: 1048576,
|
|
1661
1695
|
},
|
|
1662
|
-
"
|
|
1663
|
-
id: "
|
|
1664
|
-
name: "
|
|
1696
|
+
"deepseek/deepseek-chat-v3-0324:free": {
|
|
1697
|
+
id: "deepseek/deepseek-chat-v3-0324:free",
|
|
1698
|
+
name: "DeepSeek: DeepSeek V3 0324 (free)",
|
|
1665
1699
|
provider: "openrouter",
|
|
1666
1700
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1667
1701
|
reasoning: false,
|
|
@@ -1672,1216 +1706,972 @@ export const PROVIDERS = {
|
|
|
1672
1706
|
cacheRead: 0,
|
|
1673
1707
|
cacheWrite: 0,
|
|
1674
1708
|
},
|
|
1675
|
-
contextWindow:
|
|
1676
|
-
maxTokens:
|
|
1709
|
+
contextWindow: 163840,
|
|
1710
|
+
maxTokens: 4096,
|
|
1677
1711
|
},
|
|
1678
|
-
"
|
|
1679
|
-
id: "
|
|
1680
|
-
name: "
|
|
1712
|
+
"deepseek/deepseek-chat-v3-0324": {
|
|
1713
|
+
id: "deepseek/deepseek-chat-v3-0324",
|
|
1714
|
+
name: "DeepSeek: DeepSeek V3 0324",
|
|
1681
1715
|
provider: "openrouter",
|
|
1682
1716
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1683
1717
|
reasoning: false,
|
|
1684
1718
|
input: ["text"],
|
|
1685
1719
|
cost: {
|
|
1686
|
-
input: 0.
|
|
1687
|
-
output: 0.
|
|
1720
|
+
input: 0.1999188,
|
|
1721
|
+
output: 0.800064,
|
|
1688
1722
|
cacheRead: 0,
|
|
1689
1723
|
cacheWrite: 0,
|
|
1690
1724
|
},
|
|
1691
|
-
contextWindow:
|
|
1692
|
-
maxTokens:
|
|
1725
|
+
contextWindow: 163840,
|
|
1726
|
+
maxTokens: 4096,
|
|
1693
1727
|
},
|
|
1694
|
-
"
|
|
1695
|
-
id: "
|
|
1696
|
-
name: "
|
|
1728
|
+
"mistralai/mistral-small-3.1-24b-instruct:free": {
|
|
1729
|
+
id: "mistralai/mistral-small-3.1-24b-instruct:free",
|
|
1730
|
+
name: "Mistral: Mistral Small 3.1 24B (free)",
|
|
1697
1731
|
provider: "openrouter",
|
|
1698
1732
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1699
1733
|
reasoning: false,
|
|
1700
|
-
input: ["text"],
|
|
1734
|
+
input: ["text", "image"],
|
|
1701
1735
|
cost: {
|
|
1702
|
-
input: 0
|
|
1703
|
-
output: 0
|
|
1736
|
+
input: 0,
|
|
1737
|
+
output: 0,
|
|
1704
1738
|
cacheRead: 0,
|
|
1705
1739
|
cacheWrite: 0,
|
|
1706
1740
|
},
|
|
1707
1741
|
contextWindow: 128000,
|
|
1708
1742
|
maxTokens: 4096,
|
|
1709
1743
|
},
|
|
1710
|
-
"
|
|
1711
|
-
id: "
|
|
1712
|
-
name: "
|
|
1744
|
+
"mistralai/mistral-small-3.1-24b-instruct": {
|
|
1745
|
+
id: "mistralai/mistral-small-3.1-24b-instruct",
|
|
1746
|
+
name: "Mistral: Mistral Small 3.1 24B",
|
|
1713
1747
|
provider: "openrouter",
|
|
1714
1748
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1715
1749
|
reasoning: false,
|
|
1750
|
+
input: ["text", "image"],
|
|
1751
|
+
cost: {
|
|
1752
|
+
input: 0.01999188,
|
|
1753
|
+
output: 0.0800064,
|
|
1754
|
+
cacheRead: 0,
|
|
1755
|
+
cacheWrite: 0,
|
|
1756
|
+
},
|
|
1757
|
+
contextWindow: 131072,
|
|
1758
|
+
maxTokens: 96000,
|
|
1759
|
+
},
|
|
1760
|
+
"qwen/qwq-32b": {
|
|
1761
|
+
id: "qwen/qwq-32b",
|
|
1762
|
+
name: "Qwen: QwQ 32B",
|
|
1763
|
+
provider: "openrouter",
|
|
1764
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
1765
|
+
reasoning: true,
|
|
1716
1766
|
input: ["text"],
|
|
1717
1767
|
cost: {
|
|
1718
|
-
input:
|
|
1719
|
-
output:
|
|
1768
|
+
input: 0.075,
|
|
1769
|
+
output: 0.15,
|
|
1720
1770
|
cacheRead: 0,
|
|
1721
1771
|
cacheWrite: 0,
|
|
1722
1772
|
},
|
|
1723
|
-
contextWindow:
|
|
1773
|
+
contextWindow: 131072,
|
|
1724
1774
|
maxTokens: 4096,
|
|
1725
1775
|
},
|
|
1726
|
-
"
|
|
1727
|
-
id: "
|
|
1728
|
-
name: "
|
|
1776
|
+
"mistralai/mistral-saba": {
|
|
1777
|
+
id: "mistralai/mistral-saba",
|
|
1778
|
+
name: "Mistral: Saba",
|
|
1729
1779
|
provider: "openrouter",
|
|
1730
1780
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1731
1781
|
reasoning: false,
|
|
1732
1782
|
input: ["text"],
|
|
1733
1783
|
cost: {
|
|
1734
|
-
input: 0.
|
|
1735
|
-
output: 0.
|
|
1784
|
+
input: 0.19999999999999998,
|
|
1785
|
+
output: 0.6,
|
|
1736
1786
|
cacheRead: 0,
|
|
1737
1787
|
cacheWrite: 0,
|
|
1738
1788
|
},
|
|
1739
|
-
contextWindow:
|
|
1740
|
-
maxTokens:
|
|
1789
|
+
contextWindow: 32768,
|
|
1790
|
+
maxTokens: 4096,
|
|
1741
1791
|
},
|
|
1742
|
-
"
|
|
1743
|
-
id: "
|
|
1744
|
-
name: "
|
|
1792
|
+
"qwen/qwen-turbo": {
|
|
1793
|
+
id: "qwen/qwen-turbo",
|
|
1794
|
+
name: "Qwen: Qwen-Turbo",
|
|
1745
1795
|
provider: "openrouter",
|
|
1746
1796
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1747
1797
|
reasoning: false,
|
|
1748
1798
|
input: ["text"],
|
|
1749
1799
|
cost: {
|
|
1750
|
-
input: 0.
|
|
1751
|
-
output: 0.
|
|
1752
|
-
cacheRead: 0,
|
|
1800
|
+
input: 0.049999999999999996,
|
|
1801
|
+
output: 0.19999999999999998,
|
|
1802
|
+
cacheRead: 0.02,
|
|
1753
1803
|
cacheWrite: 0,
|
|
1754
1804
|
},
|
|
1755
|
-
contextWindow:
|
|
1756
|
-
maxTokens:
|
|
1805
|
+
contextWindow: 1000000,
|
|
1806
|
+
maxTokens: 8192,
|
|
1757
1807
|
},
|
|
1758
|
-
"
|
|
1759
|
-
id: "
|
|
1760
|
-
name: "
|
|
1808
|
+
"qwen/qwen-plus": {
|
|
1809
|
+
id: "qwen/qwen-plus",
|
|
1810
|
+
name: "Qwen: Qwen-Plus",
|
|
1761
1811
|
provider: "openrouter",
|
|
1762
1812
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1763
1813
|
reasoning: false,
|
|
1764
1814
|
input: ["text"],
|
|
1765
1815
|
cost: {
|
|
1766
|
-
input: 0.
|
|
1767
|
-
output:
|
|
1768
|
-
cacheRead: 0,
|
|
1816
|
+
input: 0.39999999999999997,
|
|
1817
|
+
output: 1.2,
|
|
1818
|
+
cacheRead: 0.16,
|
|
1769
1819
|
cacheWrite: 0,
|
|
1770
1820
|
},
|
|
1771
|
-
contextWindow:
|
|
1772
|
-
maxTokens:
|
|
1821
|
+
contextWindow: 131072,
|
|
1822
|
+
maxTokens: 8192,
|
|
1773
1823
|
},
|
|
1774
|
-
"
|
|
1775
|
-
id: "
|
|
1776
|
-
name: "
|
|
1824
|
+
"qwen/qwen-max": {
|
|
1825
|
+
id: "qwen/qwen-max",
|
|
1826
|
+
name: "Qwen: Qwen-Max ",
|
|
1777
1827
|
provider: "openrouter",
|
|
1778
1828
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1779
1829
|
reasoning: false,
|
|
1780
1830
|
input: ["text"],
|
|
1781
1831
|
cost: {
|
|
1782
|
-
input:
|
|
1783
|
-
output:
|
|
1784
|
-
cacheRead: 0,
|
|
1832
|
+
input: 1.5999999999999999,
|
|
1833
|
+
output: 6.3999999999999995,
|
|
1834
|
+
cacheRead: 0.64,
|
|
1785
1835
|
cacheWrite: 0,
|
|
1786
1836
|
},
|
|
1787
|
-
contextWindow:
|
|
1788
|
-
maxTokens:
|
|
1837
|
+
contextWindow: 32768,
|
|
1838
|
+
maxTokens: 8192,
|
|
1789
1839
|
},
|
|
1790
|
-
"
|
|
1791
|
-
id: "
|
|
1792
|
-
name: "
|
|
1840
|
+
"mistralai/mistral-small-24b-instruct-2501": {
|
|
1841
|
+
id: "mistralai/mistral-small-24b-instruct-2501",
|
|
1842
|
+
name: "Mistral: Mistral Small 3",
|
|
1793
1843
|
provider: "openrouter",
|
|
1794
1844
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1795
1845
|
reasoning: false,
|
|
1796
1846
|
input: ["text"],
|
|
1797
1847
|
cost: {
|
|
1798
|
-
input:
|
|
1799
|
-
output:
|
|
1848
|
+
input: 0.01999188,
|
|
1849
|
+
output: 0.0800064,
|
|
1800
1850
|
cacheRead: 0,
|
|
1801
1851
|
cacheWrite: 0,
|
|
1802
1852
|
},
|
|
1803
|
-
contextWindow:
|
|
1804
|
-
maxTokens:
|
|
1853
|
+
contextWindow: 32768,
|
|
1854
|
+
maxTokens: 4096,
|
|
1805
1855
|
},
|
|
1806
|
-
"
|
|
1807
|
-
id: "
|
|
1808
|
-
name: "
|
|
1856
|
+
"deepseek/deepseek-r1-distill-llama-70b": {
|
|
1857
|
+
id: "deepseek/deepseek-r1-distill-llama-70b",
|
|
1858
|
+
name: "DeepSeek: R1 Distill Llama 70B",
|
|
1809
1859
|
provider: "openrouter",
|
|
1810
1860
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1811
|
-
reasoning:
|
|
1861
|
+
reasoning: true,
|
|
1812
1862
|
input: ["text"],
|
|
1813
1863
|
cost: {
|
|
1814
|
-
input: 0.
|
|
1815
|
-
output:
|
|
1864
|
+
input: 0.025915399999999998,
|
|
1865
|
+
output: 0.103712,
|
|
1816
1866
|
cacheRead: 0,
|
|
1817
1867
|
cacheWrite: 0,
|
|
1818
1868
|
},
|
|
1819
|
-
contextWindow:
|
|
1820
|
-
maxTokens:
|
|
1869
|
+
contextWindow: 131072,
|
|
1870
|
+
maxTokens: 4096,
|
|
1821
1871
|
},
|
|
1822
|
-
"
|
|
1823
|
-
id: "
|
|
1824
|
-
name: "
|
|
1872
|
+
"deepseek/deepseek-r1": {
|
|
1873
|
+
id: "deepseek/deepseek-r1",
|
|
1874
|
+
name: "DeepSeek: R1",
|
|
1825
1875
|
provider: "openrouter",
|
|
1826
1876
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1827
|
-
reasoning:
|
|
1877
|
+
reasoning: true,
|
|
1828
1878
|
input: ["text"],
|
|
1829
1879
|
cost: {
|
|
1830
|
-
input: 0.
|
|
1831
|
-
output:
|
|
1880
|
+
input: 0.39999999999999997,
|
|
1881
|
+
output: 2,
|
|
1832
1882
|
cacheRead: 0,
|
|
1833
1883
|
cacheWrite: 0,
|
|
1834
1884
|
},
|
|
1835
|
-
contextWindow:
|
|
1836
|
-
maxTokens:
|
|
1885
|
+
contextWindow: 163840,
|
|
1886
|
+
maxTokens: 163840,
|
|
1837
1887
|
},
|
|
1838
|
-
"mistralai/
|
|
1839
|
-
id: "mistralai/
|
|
1840
|
-
name: "Mistral
|
|
1888
|
+
"mistralai/codestral-2501": {
|
|
1889
|
+
id: "mistralai/codestral-2501",
|
|
1890
|
+
name: "Mistral: Codestral 2501",
|
|
1841
1891
|
provider: "openrouter",
|
|
1842
1892
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1843
1893
|
reasoning: false,
|
|
1844
1894
|
input: ["text"],
|
|
1845
1895
|
cost: {
|
|
1846
|
-
input:
|
|
1847
|
-
output:
|
|
1896
|
+
input: 0.3,
|
|
1897
|
+
output: 0.8999999999999999,
|
|
1848
1898
|
cacheRead: 0,
|
|
1849
1899
|
cacheWrite: 0,
|
|
1850
1900
|
},
|
|
1851
|
-
contextWindow:
|
|
1901
|
+
contextWindow: 262144,
|
|
1852
1902
|
maxTokens: 4096,
|
|
1853
1903
|
},
|
|
1854
|
-
"
|
|
1855
|
-
id: "
|
|
1856
|
-
name: "
|
|
1904
|
+
"deepseek/deepseek-chat": {
|
|
1905
|
+
id: "deepseek/deepseek-chat",
|
|
1906
|
+
name: "DeepSeek: DeepSeek V3",
|
|
1857
1907
|
provider: "openrouter",
|
|
1858
1908
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1859
1909
|
reasoning: false,
|
|
1860
1910
|
input: ["text"],
|
|
1861
1911
|
cost: {
|
|
1862
|
-
input: 0.
|
|
1863
|
-
output: 0.
|
|
1912
|
+
input: 0.1999188,
|
|
1913
|
+
output: 0.800064,
|
|
1864
1914
|
cacheRead: 0,
|
|
1865
1915
|
cacheWrite: 0,
|
|
1866
1916
|
},
|
|
1867
|
-
contextWindow:
|
|
1917
|
+
contextWindow: 163840,
|
|
1868
1918
|
maxTokens: 4096,
|
|
1869
1919
|
},
|
|
1870
|
-
"
|
|
1871
|
-
id: "
|
|
1872
|
-
name: "
|
|
1920
|
+
"meta-llama/llama-3.3-70b-instruct:free": {
|
|
1921
|
+
id: "meta-llama/llama-3.3-70b-instruct:free",
|
|
1922
|
+
name: "Meta: Llama 3.3 70B Instruct (free)",
|
|
1873
1923
|
provider: "openrouter",
|
|
1874
1924
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1875
1925
|
reasoning: false,
|
|
1876
1926
|
input: ["text"],
|
|
1877
1927
|
cost: {
|
|
1878
|
-
input: 0
|
|
1879
|
-
output: 0
|
|
1928
|
+
input: 0,
|
|
1929
|
+
output: 0,
|
|
1880
1930
|
cacheRead: 0,
|
|
1881
1931
|
cacheWrite: 0,
|
|
1882
1932
|
},
|
|
1883
|
-
contextWindow:
|
|
1933
|
+
contextWindow: 65536,
|
|
1884
1934
|
maxTokens: 4096,
|
|
1885
1935
|
},
|
|
1886
|
-
"
|
|
1887
|
-
id: "
|
|
1888
|
-
name: "
|
|
1936
|
+
"meta-llama/llama-3.3-70b-instruct": {
|
|
1937
|
+
id: "meta-llama/llama-3.3-70b-instruct",
|
|
1938
|
+
name: "Meta: Llama 3.3 70B Instruct",
|
|
1889
1939
|
provider: "openrouter",
|
|
1890
1940
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1891
1941
|
reasoning: false,
|
|
1892
1942
|
input: ["text"],
|
|
1893
1943
|
cost: {
|
|
1894
|
-
input: 0.
|
|
1895
|
-
output: 0.
|
|
1944
|
+
input: 0.038000000000000006,
|
|
1945
|
+
output: 0.12,
|
|
1896
1946
|
cacheRead: 0,
|
|
1897
1947
|
cacheWrite: 0,
|
|
1898
1948
|
},
|
|
1899
|
-
contextWindow:
|
|
1949
|
+
contextWindow: 131072,
|
|
1900
1950
|
maxTokens: 16384,
|
|
1901
1951
|
},
|
|
1902
|
-
"
|
|
1903
|
-
id: "
|
|
1904
|
-
name: "
|
|
1952
|
+
"amazon/nova-lite-v1": {
|
|
1953
|
+
id: "amazon/nova-lite-v1",
|
|
1954
|
+
name: "Amazon: Nova Lite 1.0",
|
|
1905
1955
|
provider: "openrouter",
|
|
1906
1956
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
1907
1957
|
reasoning: false,
|
|
1908
|
-
input: ["text"],
|
|
1958
|
+
input: ["text", "image"],
|
|
1909
1959
|
cost: {
|
|
1910
|
-
input: 0.
|
|
1911
|
-
output: 0.
|
|
1960
|
+
input: 0.06,
|
|
1961
|
+
output: 0.24,
|
|
1912
1962
|
cacheRead: 0,
|
|
1913
1963
|
cacheWrite: 0,
|
|
1914
1964
|
},
|
|
1915
|
-
contextWindow:
|
|
1916
|
-
maxTokens:
|
|
1965
|
+
contextWindow: 300000,
|
|
1966
|
+
maxTokens: 5120,
|
|
1917
1967
|
},
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
name: "xAI: Grok Code Fast 1",
|
|
1925
|
-
provider: "xai",
|
|
1926
|
-
baseUrl: "https://api.x.ai/v1",
|
|
1927
|
-
reasoning: true,
|
|
1968
|
+
"amazon/nova-micro-v1": {
|
|
1969
|
+
id: "amazon/nova-micro-v1",
|
|
1970
|
+
name: "Amazon: Nova Micro 1.0",
|
|
1971
|
+
provider: "openrouter",
|
|
1972
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
1973
|
+
reasoning: false,
|
|
1928
1974
|
input: ["text"],
|
|
1929
1975
|
cost: {
|
|
1930
|
-
input: 0.
|
|
1931
|
-
output:
|
|
1932
|
-
cacheRead: 0
|
|
1976
|
+
input: 0.035,
|
|
1977
|
+
output: 0.14,
|
|
1978
|
+
cacheRead: 0,
|
|
1933
1979
|
cacheWrite: 0,
|
|
1934
1980
|
},
|
|
1935
|
-
contextWindow:
|
|
1936
|
-
maxTokens:
|
|
1981
|
+
contextWindow: 128000,
|
|
1982
|
+
maxTokens: 5120,
|
|
1937
1983
|
},
|
|
1938
|
-
"
|
|
1939
|
-
id: "
|
|
1940
|
-
name: "
|
|
1941
|
-
provider: "
|
|
1942
|
-
baseUrl: "https://
|
|
1943
|
-
reasoning:
|
|
1984
|
+
"amazon/nova-pro-v1": {
|
|
1985
|
+
id: "amazon/nova-pro-v1",
|
|
1986
|
+
name: "Amazon: Nova Pro 1.0",
|
|
1987
|
+
provider: "openrouter",
|
|
1988
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
1989
|
+
reasoning: false,
|
|
1944
1990
|
input: ["text", "image"],
|
|
1945
1991
|
cost: {
|
|
1946
|
-
input:
|
|
1947
|
-
output:
|
|
1948
|
-
cacheRead: 0
|
|
1992
|
+
input: 0.7999999999999999,
|
|
1993
|
+
output: 3.1999999999999997,
|
|
1994
|
+
cacheRead: 0,
|
|
1949
1995
|
cacheWrite: 0,
|
|
1950
1996
|
},
|
|
1951
|
-
contextWindow:
|
|
1952
|
-
maxTokens:
|
|
1997
|
+
contextWindow: 300000,
|
|
1998
|
+
maxTokens: 5120,
|
|
1953
1999
|
},
|
|
1954
|
-
"
|
|
1955
|
-
id: "
|
|
1956
|
-
name: "
|
|
1957
|
-
provider: "
|
|
1958
|
-
baseUrl: "https://
|
|
1959
|
-
reasoning:
|
|
2000
|
+
"mistralai/mistral-large-2411": {
|
|
2001
|
+
id: "mistralai/mistral-large-2411",
|
|
2002
|
+
name: "Mistral Large 2411",
|
|
2003
|
+
provider: "openrouter",
|
|
2004
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
2005
|
+
reasoning: false,
|
|
1960
2006
|
input: ["text"],
|
|
1961
2007
|
cost: {
|
|
1962
|
-
input:
|
|
1963
|
-
output:
|
|
1964
|
-
cacheRead: 0
|
|
2008
|
+
input: 2,
|
|
2009
|
+
output: 6,
|
|
2010
|
+
cacheRead: 0,
|
|
1965
2011
|
cacheWrite: 0,
|
|
1966
2012
|
},
|
|
1967
2013
|
contextWindow: 131072,
|
|
1968
2014
|
maxTokens: 4096,
|
|
1969
2015
|
},
|
|
1970
|
-
"
|
|
1971
|
-
id: "
|
|
1972
|
-
name: "
|
|
1973
|
-
provider: "
|
|
1974
|
-
baseUrl: "https://
|
|
2016
|
+
"mistralai/mistral-large-2407": {
|
|
2017
|
+
id: "mistralai/mistral-large-2407",
|
|
2018
|
+
name: "Mistral Large 2407",
|
|
2019
|
+
provider: "openrouter",
|
|
2020
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
1975
2021
|
reasoning: false,
|
|
1976
2022
|
input: ["text"],
|
|
1977
2023
|
cost: {
|
|
1978
|
-
input:
|
|
1979
|
-
output:
|
|
1980
|
-
cacheRead: 0
|
|
2024
|
+
input: 2,
|
|
2025
|
+
output: 6,
|
|
2026
|
+
cacheRead: 0,
|
|
1981
2027
|
cacheWrite: 0,
|
|
1982
2028
|
},
|
|
1983
2029
|
contextWindow: 131072,
|
|
1984
2030
|
maxTokens: 4096,
|
|
1985
2031
|
},
|
|
1986
|
-
"
|
|
1987
|
-
id: "
|
|
1988
|
-
name: "
|
|
1989
|
-
provider: "
|
|
1990
|
-
baseUrl: "https://
|
|
1991
|
-
reasoning:
|
|
1992
|
-
input: ["text"],
|
|
2032
|
+
"mistralai/pixtral-large-2411": {
|
|
2033
|
+
id: "mistralai/pixtral-large-2411",
|
|
2034
|
+
name: "Mistral: Pixtral Large 2411",
|
|
2035
|
+
provider: "openrouter",
|
|
2036
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
2037
|
+
reasoning: false,
|
|
2038
|
+
input: ["text", "image"],
|
|
1993
2039
|
cost: {
|
|
1994
|
-
input:
|
|
1995
|
-
output:
|
|
1996
|
-
cacheRead: 0
|
|
2040
|
+
input: 2,
|
|
2041
|
+
output: 6,
|
|
2042
|
+
cacheRead: 0,
|
|
1997
2043
|
cacheWrite: 0,
|
|
1998
2044
|
},
|
|
1999
2045
|
contextWindow: 131072,
|
|
2000
2046
|
maxTokens: 4096,
|
|
2001
2047
|
},
|
|
2002
|
-
"
|
|
2003
|
-
id: "
|
|
2004
|
-
name: "
|
|
2005
|
-
provider: "
|
|
2006
|
-
baseUrl: "https://
|
|
2048
|
+
"thedrummer/unslopnemo-12b": {
|
|
2049
|
+
id: "thedrummer/unslopnemo-12b",
|
|
2050
|
+
name: "TheDrummer: UnslopNemo 12B",
|
|
2051
|
+
provider: "openrouter",
|
|
2052
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
2007
2053
|
reasoning: false,
|
|
2008
2054
|
input: ["text"],
|
|
2009
2055
|
cost: {
|
|
2010
|
-
input:
|
|
2011
|
-
output:
|
|
2012
|
-
cacheRead: 0
|
|
2056
|
+
input: 0.39999999999999997,
|
|
2057
|
+
output: 0.39999999999999997,
|
|
2058
|
+
cacheRead: 0,
|
|
2013
2059
|
cacheWrite: 0,
|
|
2014
2060
|
},
|
|
2015
|
-
contextWindow:
|
|
2061
|
+
contextWindow: 32768,
|
|
2016
2062
|
maxTokens: 4096,
|
|
2017
2063
|
},
|
|
2018
|
-
"
|
|
2019
|
-
id: "
|
|
2020
|
-
name: "
|
|
2021
|
-
provider: "
|
|
2022
|
-
baseUrl: "https://
|
|
2064
|
+
"mistralai/ministral-8b": {
|
|
2065
|
+
id: "mistralai/ministral-8b",
|
|
2066
|
+
name: "Mistral: Ministral 8B",
|
|
2067
|
+
provider: "openrouter",
|
|
2068
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
2023
2069
|
reasoning: false,
|
|
2024
2070
|
input: ["text"],
|
|
2025
2071
|
cost: {
|
|
2026
|
-
input:
|
|
2027
|
-
output:
|
|
2072
|
+
input: 0.09999999999999999,
|
|
2073
|
+
output: 0.09999999999999999,
|
|
2028
2074
|
cacheRead: 0,
|
|
2029
2075
|
cacheWrite: 0,
|
|
2030
2076
|
},
|
|
2031
|
-
contextWindow:
|
|
2077
|
+
contextWindow: 128000,
|
|
2032
2078
|
maxTokens: 4096,
|
|
2033
2079
|
},
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
id: "gpt-4o-audio-preview",
|
|
2040
|
-
name: "OpenAI: GPT-4o Audio",
|
|
2041
|
-
provider: "openai",
|
|
2080
|
+
"nvidia/llama-3.1-nemotron-70b-instruct": {
|
|
2081
|
+
id: "nvidia/llama-3.1-nemotron-70b-instruct",
|
|
2082
|
+
name: "NVIDIA: Llama 3.1 Nemotron 70B Instruct",
|
|
2083
|
+
provider: "openrouter",
|
|
2084
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
2042
2085
|
reasoning: false,
|
|
2043
2086
|
input: ["text"],
|
|
2044
2087
|
cost: {
|
|
2045
|
-
input:
|
|
2046
|
-
output:
|
|
2088
|
+
input: 0.12,
|
|
2089
|
+
output: 0.3,
|
|
2047
2090
|
cacheRead: 0,
|
|
2048
2091
|
cacheWrite: 0,
|
|
2049
2092
|
},
|
|
2050
|
-
contextWindow:
|
|
2093
|
+
contextWindow: 131072,
|
|
2051
2094
|
maxTokens: 16384,
|
|
2052
2095
|
},
|
|
2053
|
-
"
|
|
2054
|
-
id: "
|
|
2055
|
-
name: "
|
|
2056
|
-
provider: "
|
|
2057
|
-
|
|
2058
|
-
|
|
2096
|
+
"thedrummer/rocinante-12b": {
|
|
2097
|
+
id: "thedrummer/rocinante-12b",
|
|
2098
|
+
name: "TheDrummer: Rocinante 12B",
|
|
2099
|
+
provider: "openrouter",
|
|
2100
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
2101
|
+
reasoning: false,
|
|
2102
|
+
input: ["text"],
|
|
2059
2103
|
cost: {
|
|
2060
|
-
input:
|
|
2061
|
-
output:
|
|
2062
|
-
cacheRead: 0
|
|
2104
|
+
input: 0.16999999999999998,
|
|
2105
|
+
output: 0.43,
|
|
2106
|
+
cacheRead: 0,
|
|
2063
2107
|
cacheWrite: 0,
|
|
2064
2108
|
},
|
|
2065
|
-
contextWindow:
|
|
2066
|
-
maxTokens:
|
|
2109
|
+
contextWindow: 32768,
|
|
2110
|
+
maxTokens: 4096,
|
|
2067
2111
|
},
|
|
2068
|
-
"
|
|
2069
|
-
id: "
|
|
2070
|
-
name: "
|
|
2071
|
-
provider: "
|
|
2072
|
-
|
|
2073
|
-
|
|
2112
|
+
"meta-llama/llama-3.2-3b-instruct": {
|
|
2113
|
+
id: "meta-llama/llama-3.2-3b-instruct",
|
|
2114
|
+
name: "Meta: Llama 3.2 3B Instruct",
|
|
2115
|
+
provider: "openrouter",
|
|
2116
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
2117
|
+
reasoning: false,
|
|
2118
|
+
input: ["text"],
|
|
2074
2119
|
cost: {
|
|
2075
|
-
input: 0.
|
|
2076
|
-
output:
|
|
2077
|
-
cacheRead: 0
|
|
2120
|
+
input: 0.003,
|
|
2121
|
+
output: 0.006,
|
|
2122
|
+
cacheRead: 0,
|
|
2078
2123
|
cacheWrite: 0,
|
|
2079
2124
|
},
|
|
2080
|
-
contextWindow:
|
|
2081
|
-
maxTokens:
|
|
2125
|
+
contextWindow: 20000,
|
|
2126
|
+
maxTokens: 20000,
|
|
2082
2127
|
},
|
|
2083
|
-
"
|
|
2084
|
-
id: "
|
|
2085
|
-
name: "
|
|
2086
|
-
provider: "
|
|
2087
|
-
|
|
2088
|
-
|
|
2128
|
+
"qwen/qwen-2.5-72b-instruct": {
|
|
2129
|
+
id: "qwen/qwen-2.5-72b-instruct",
|
|
2130
|
+
name: "Qwen2.5 72B Instruct",
|
|
2131
|
+
provider: "openrouter",
|
|
2132
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
2133
|
+
reasoning: false,
|
|
2134
|
+
input: ["text"],
|
|
2089
2135
|
cost: {
|
|
2090
|
-
input: 0.
|
|
2091
|
-
output: 0.
|
|
2092
|
-
cacheRead: 0
|
|
2136
|
+
input: 0.051830799999999996,
|
|
2137
|
+
output: 0.207424,
|
|
2138
|
+
cacheRead: 0,
|
|
2093
2139
|
cacheWrite: 0,
|
|
2094
2140
|
},
|
|
2095
|
-
contextWindow:
|
|
2096
|
-
maxTokens:
|
|
2141
|
+
contextWindow: 32768,
|
|
2142
|
+
maxTokens: 4096,
|
|
2097
2143
|
},
|
|
2098
|
-
"
|
|
2099
|
-
id: "
|
|
2100
|
-
name: "
|
|
2101
|
-
provider: "
|
|
2102
|
-
|
|
2103
|
-
|
|
2144
|
+
"mistralai/pixtral-12b": {
|
|
2145
|
+
id: "mistralai/pixtral-12b",
|
|
2146
|
+
name: "Mistral: Pixtral 12B",
|
|
2147
|
+
provider: "openrouter",
|
|
2148
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
2149
|
+
reasoning: false,
|
|
2150
|
+
input: ["text", "image"],
|
|
2104
2151
|
cost: {
|
|
2105
|
-
input: 0.
|
|
2106
|
-
output: 0.
|
|
2152
|
+
input: 0.09999999999999999,
|
|
2153
|
+
output: 0.09999999999999999,
|
|
2107
2154
|
cacheRead: 0,
|
|
2108
2155
|
cacheWrite: 0,
|
|
2109
2156
|
},
|
|
2110
|
-
contextWindow:
|
|
2111
|
-
maxTokens:
|
|
2157
|
+
contextWindow: 32768,
|
|
2158
|
+
maxTokens: 4096,
|
|
2112
2159
|
},
|
|
2113
|
-
"
|
|
2114
|
-
id: "
|
|
2115
|
-
name: "
|
|
2116
|
-
provider: "
|
|
2117
|
-
|
|
2160
|
+
"cohere/command-r-plus-08-2024": {
|
|
2161
|
+
id: "cohere/command-r-plus-08-2024",
|
|
2162
|
+
name: "Cohere: Command R+ (08-2024)",
|
|
2163
|
+
provider: "openrouter",
|
|
2164
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
2165
|
+
reasoning: false,
|
|
2118
2166
|
input: ["text"],
|
|
2119
2167
|
cost: {
|
|
2120
|
-
input:
|
|
2121
|
-
output:
|
|
2168
|
+
input: 2.5,
|
|
2169
|
+
output: 10,
|
|
2122
2170
|
cacheRead: 0,
|
|
2123
2171
|
cacheWrite: 0,
|
|
2124
2172
|
},
|
|
2125
|
-
contextWindow:
|
|
2126
|
-
maxTokens:
|
|
2173
|
+
contextWindow: 128000,
|
|
2174
|
+
maxTokens: 4000,
|
|
2127
2175
|
},
|
|
2128
|
-
"
|
|
2129
|
-
id: "
|
|
2130
|
-
name: "
|
|
2131
|
-
provider: "
|
|
2132
|
-
|
|
2133
|
-
|
|
2176
|
+
"cohere/command-r-08-2024": {
|
|
2177
|
+
id: "cohere/command-r-08-2024",
|
|
2178
|
+
name: "Cohere: Command R (08-2024)",
|
|
2179
|
+
provider: "openrouter",
|
|
2180
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
2181
|
+
reasoning: false,
|
|
2182
|
+
input: ["text"],
|
|
2134
2183
|
cost: {
|
|
2135
|
-
input:
|
|
2136
|
-
output:
|
|
2184
|
+
input: 0.15,
|
|
2185
|
+
output: 0.6,
|
|
2137
2186
|
cacheRead: 0,
|
|
2138
2187
|
cacheWrite: 0,
|
|
2139
2188
|
},
|
|
2140
|
-
contextWindow:
|
|
2141
|
-
maxTokens:
|
|
2189
|
+
contextWindow: 128000,
|
|
2190
|
+
maxTokens: 4000,
|
|
2142
2191
|
},
|
|
2143
|
-
"
|
|
2144
|
-
id: "
|
|
2145
|
-
name: "
|
|
2146
|
-
provider: "
|
|
2147
|
-
|
|
2148
|
-
|
|
2192
|
+
"microsoft/phi-3.5-mini-128k-instruct": {
|
|
2193
|
+
id: "microsoft/phi-3.5-mini-128k-instruct",
|
|
2194
|
+
name: "Microsoft: Phi-3.5 Mini 128K Instruct",
|
|
2195
|
+
provider: "openrouter",
|
|
2196
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
2197
|
+
reasoning: false,
|
|
2198
|
+
input: ["text"],
|
|
2149
2199
|
cost: {
|
|
2150
|
-
input:
|
|
2151
|
-
output:
|
|
2152
|
-
cacheRead: 0
|
|
2200
|
+
input: 0.09999999999999999,
|
|
2201
|
+
output: 0.09999999999999999,
|
|
2202
|
+
cacheRead: 0,
|
|
2153
2203
|
cacheWrite: 0,
|
|
2154
2204
|
},
|
|
2155
|
-
contextWindow:
|
|
2156
|
-
maxTokens:
|
|
2205
|
+
contextWindow: 128000,
|
|
2206
|
+
maxTokens: 4096,
|
|
2157
2207
|
},
|
|
2158
|
-
"
|
|
2159
|
-
id: "
|
|
2160
|
-
name: "
|
|
2161
|
-
provider: "
|
|
2162
|
-
|
|
2163
|
-
|
|
2208
|
+
"nousresearch/hermes-3-llama-3.1-70b": {
|
|
2209
|
+
id: "nousresearch/hermes-3-llama-3.1-70b",
|
|
2210
|
+
name: "Nous: Hermes 3 70B Instruct",
|
|
2211
|
+
provider: "openrouter",
|
|
2212
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
2213
|
+
reasoning: false,
|
|
2214
|
+
input: ["text"],
|
|
2164
2215
|
cost: {
|
|
2165
|
-
input:
|
|
2166
|
-
output:
|
|
2167
|
-
cacheRead: 0
|
|
2216
|
+
input: 0.09999999999999999,
|
|
2217
|
+
output: 0.28,
|
|
2218
|
+
cacheRead: 0,
|
|
2168
2219
|
cacheWrite: 0,
|
|
2169
2220
|
},
|
|
2170
|
-
contextWindow:
|
|
2171
|
-
maxTokens:
|
|
2221
|
+
contextWindow: 131072,
|
|
2222
|
+
maxTokens: 4096,
|
|
2172
2223
|
},
|
|
2173
|
-
"
|
|
2174
|
-
id: "
|
|
2175
|
-
name: "
|
|
2176
|
-
provider: "
|
|
2177
|
-
|
|
2178
|
-
|
|
2224
|
+
"meta-llama/llama-3.1-8b-instruct": {
|
|
2225
|
+
id: "meta-llama/llama-3.1-8b-instruct",
|
|
2226
|
+
name: "Meta: Llama 3.1 8B Instruct",
|
|
2227
|
+
provider: "openrouter",
|
|
2228
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
2229
|
+
reasoning: false,
|
|
2230
|
+
input: ["text"],
|
|
2179
2231
|
cost: {
|
|
2180
|
-
input:
|
|
2181
|
-
output:
|
|
2182
|
-
cacheRead: 0
|
|
2232
|
+
input: 0.015,
|
|
2233
|
+
output: 0.02,
|
|
2234
|
+
cacheRead: 0,
|
|
2183
2235
|
cacheWrite: 0,
|
|
2184
2236
|
},
|
|
2185
|
-
contextWindow:
|
|
2186
|
-
maxTokens:
|
|
2237
|
+
contextWindow: 131072,
|
|
2238
|
+
maxTokens: 16384,
|
|
2187
2239
|
},
|
|
2188
|
-
"
|
|
2189
|
-
id: "
|
|
2190
|
-
name: "
|
|
2191
|
-
provider: "
|
|
2192
|
-
|
|
2193
|
-
|
|
2240
|
+
"meta-llama/llama-3.1-70b-instruct": {
|
|
2241
|
+
id: "meta-llama/llama-3.1-70b-instruct",
|
|
2242
|
+
name: "Meta: Llama 3.1 70B Instruct",
|
|
2243
|
+
provider: "openrouter",
|
|
2244
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
2245
|
+
reasoning: false,
|
|
2246
|
+
input: ["text"],
|
|
2194
2247
|
cost: {
|
|
2195
|
-
input:
|
|
2196
|
-
output:
|
|
2197
|
-
cacheRead: 0
|
|
2248
|
+
input: 0.09999999999999999,
|
|
2249
|
+
output: 0.28,
|
|
2250
|
+
cacheRead: 0,
|
|
2198
2251
|
cacheWrite: 0,
|
|
2199
2252
|
},
|
|
2200
|
-
contextWindow:
|
|
2201
|
-
maxTokens:
|
|
2253
|
+
contextWindow: 131072,
|
|
2254
|
+
maxTokens: 16384,
|
|
2202
2255
|
},
|
|
2203
|
-
"
|
|
2204
|
-
id: "
|
|
2205
|
-
name: "
|
|
2206
|
-
provider: "
|
|
2256
|
+
"meta-llama/llama-3.1-405b-instruct": {
|
|
2257
|
+
id: "meta-llama/llama-3.1-405b-instruct",
|
|
2258
|
+
name: "Meta: Llama 3.1 405B Instruct",
|
|
2259
|
+
provider: "openrouter",
|
|
2260
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
2207
2261
|
reasoning: false,
|
|
2208
|
-
input: ["text"
|
|
2262
|
+
input: ["text"],
|
|
2209
2263
|
cost: {
|
|
2210
|
-
input:
|
|
2211
|
-
output:
|
|
2212
|
-
cacheRead: 0
|
|
2264
|
+
input: 0.7999999999999999,
|
|
2265
|
+
output: 0.7999999999999999,
|
|
2266
|
+
cacheRead: 0,
|
|
2213
2267
|
cacheWrite: 0,
|
|
2214
2268
|
},
|
|
2215
|
-
contextWindow:
|
|
2216
|
-
maxTokens:
|
|
2269
|
+
contextWindow: 32768,
|
|
2270
|
+
maxTokens: 16384,
|
|
2217
2271
|
},
|
|
2218
|
-
"
|
|
2219
|
-
id: "
|
|
2220
|
-
name: "
|
|
2221
|
-
provider: "
|
|
2272
|
+
"mistralai/mistral-nemo": {
|
|
2273
|
+
id: "mistralai/mistral-nemo",
|
|
2274
|
+
name: "Mistral: Mistral Nemo",
|
|
2275
|
+
provider: "openrouter",
|
|
2276
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
2222
2277
|
reasoning: false,
|
|
2223
|
-
input: ["text"
|
|
2278
|
+
input: ["text"],
|
|
2224
2279
|
cost: {
|
|
2225
|
-
input: 0.
|
|
2226
|
-
output:
|
|
2227
|
-
cacheRead: 0
|
|
2280
|
+
input: 0.0075,
|
|
2281
|
+
output: 0.049999999999999996,
|
|
2282
|
+
cacheRead: 0,
|
|
2228
2283
|
cacheWrite: 0,
|
|
2229
2284
|
},
|
|
2230
|
-
contextWindow:
|
|
2231
|
-
maxTokens:
|
|
2285
|
+
contextWindow: 32000,
|
|
2286
|
+
maxTokens: 4096,
|
|
2232
2287
|
},
|
|
2233
|
-
"
|
|
2234
|
-
id: "
|
|
2235
|
-
name: "
|
|
2236
|
-
provider: "
|
|
2288
|
+
"mistralai/mistral-7b-instruct-v0.3": {
|
|
2289
|
+
id: "mistralai/mistral-7b-instruct-v0.3",
|
|
2290
|
+
name: "Mistral: Mistral 7B Instruct v0.3",
|
|
2291
|
+
provider: "openrouter",
|
|
2292
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
2237
2293
|
reasoning: false,
|
|
2238
|
-
input: ["text"
|
|
2294
|
+
input: ["text"],
|
|
2239
2295
|
cost: {
|
|
2240
|
-
input: 0.
|
|
2241
|
-
output: 0.
|
|
2242
|
-
cacheRead: 0
|
|
2296
|
+
input: 0.028,
|
|
2297
|
+
output: 0.054,
|
|
2298
|
+
cacheRead: 0,
|
|
2243
2299
|
cacheWrite: 0,
|
|
2244
2300
|
},
|
|
2245
|
-
contextWindow:
|
|
2246
|
-
maxTokens:
|
|
2301
|
+
contextWindow: 32768,
|
|
2302
|
+
maxTokens: 16384,
|
|
2247
2303
|
},
|
|
2248
|
-
"
|
|
2249
|
-
id: "
|
|
2250
|
-
name: "
|
|
2251
|
-
provider: "
|
|
2304
|
+
"mistralai/mistral-7b-instruct:free": {
|
|
2305
|
+
id: "mistralai/mistral-7b-instruct:free",
|
|
2306
|
+
name: "Mistral: Mistral 7B Instruct (free)",
|
|
2307
|
+
provider: "openrouter",
|
|
2308
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
2252
2309
|
reasoning: false,
|
|
2253
2310
|
input: ["text"],
|
|
2254
2311
|
cost: {
|
|
2255
|
-
input:
|
|
2256
|
-
output:
|
|
2257
|
-
cacheRead: 0
|
|
2312
|
+
input: 0,
|
|
2313
|
+
output: 0,
|
|
2314
|
+
cacheRead: 0,
|
|
2258
2315
|
cacheWrite: 0,
|
|
2259
2316
|
},
|
|
2260
|
-
contextWindow:
|
|
2261
|
-
maxTokens:
|
|
2317
|
+
contextWindow: 32768,
|
|
2318
|
+
maxTokens: 16384,
|
|
2262
2319
|
},
|
|
2263
|
-
"
|
|
2264
|
-
id: "
|
|
2265
|
-
name: "
|
|
2266
|
-
provider: "
|
|
2320
|
+
"mistralai/mistral-7b-instruct": {
|
|
2321
|
+
id: "mistralai/mistral-7b-instruct",
|
|
2322
|
+
name: "Mistral: Mistral 7B Instruct",
|
|
2323
|
+
provider: "openrouter",
|
|
2324
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
2267
2325
|
reasoning: false,
|
|
2268
2326
|
input: ["text"],
|
|
2269
2327
|
cost: {
|
|
2270
|
-
input:
|
|
2271
|
-
output:
|
|
2272
|
-
cacheRead: 0
|
|
2328
|
+
input: 0.028,
|
|
2329
|
+
output: 0.054,
|
|
2330
|
+
cacheRead: 0,
|
|
2273
2331
|
cacheWrite: 0,
|
|
2274
2332
|
},
|
|
2275
|
-
contextWindow:
|
|
2276
|
-
maxTokens:
|
|
2333
|
+
contextWindow: 32768,
|
|
2334
|
+
maxTokens: 16384,
|
|
2277
2335
|
},
|
|
2278
|
-
"
|
|
2279
|
-
id: "
|
|
2280
|
-
name: "
|
|
2281
|
-
provider: "
|
|
2336
|
+
"microsoft/phi-3-mini-128k-instruct": {
|
|
2337
|
+
id: "microsoft/phi-3-mini-128k-instruct",
|
|
2338
|
+
name: "Microsoft: Phi-3 Mini 128K Instruct",
|
|
2339
|
+
provider: "openrouter",
|
|
2340
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
2282
2341
|
reasoning: false,
|
|
2283
|
-
input: ["text"
|
|
2342
|
+
input: ["text"],
|
|
2284
2343
|
cost: {
|
|
2285
|
-
input:
|
|
2286
|
-
output:
|
|
2287
|
-
cacheRead:
|
|
2344
|
+
input: 0.09999999999999999,
|
|
2345
|
+
output: 0.09999999999999999,
|
|
2346
|
+
cacheRead: 0,
|
|
2288
2347
|
cacheWrite: 0,
|
|
2289
2348
|
},
|
|
2290
|
-
contextWindow:
|
|
2291
|
-
maxTokens:
|
|
2349
|
+
contextWindow: 128000,
|
|
2350
|
+
maxTokens: 4096,
|
|
2292
2351
|
},
|
|
2293
|
-
"
|
|
2294
|
-
id: "
|
|
2295
|
-
name: "
|
|
2296
|
-
provider: "
|
|
2352
|
+
"microsoft/phi-3-medium-128k-instruct": {
|
|
2353
|
+
id: "microsoft/phi-3-medium-128k-instruct",
|
|
2354
|
+
name: "Microsoft: Phi-3 Medium 128K Instruct",
|
|
2355
|
+
provider: "openrouter",
|
|
2356
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
2297
2357
|
reasoning: false,
|
|
2298
|
-
input: ["text"
|
|
2358
|
+
input: ["text"],
|
|
2299
2359
|
cost: {
|
|
2300
|
-
input:
|
|
2301
|
-
output:
|
|
2302
|
-
cacheRead:
|
|
2360
|
+
input: 1,
|
|
2361
|
+
output: 1,
|
|
2362
|
+
cacheRead: 0,
|
|
2303
2363
|
cacheWrite: 0,
|
|
2304
2364
|
},
|
|
2305
2365
|
contextWindow: 128000,
|
|
2306
|
-
maxTokens:
|
|
2366
|
+
maxTokens: 4096,
|
|
2307
2367
|
},
|
|
2308
|
-
"
|
|
2309
|
-
id: "
|
|
2310
|
-
name: "
|
|
2311
|
-
provider: "
|
|
2368
|
+
"meta-llama/llama-3-70b-instruct": {
|
|
2369
|
+
id: "meta-llama/llama-3-70b-instruct",
|
|
2370
|
+
name: "Meta: Llama 3 70B Instruct",
|
|
2371
|
+
provider: "openrouter",
|
|
2372
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
2312
2373
|
reasoning: false,
|
|
2313
|
-
input: ["text"
|
|
2374
|
+
input: ["text"],
|
|
2314
2375
|
cost: {
|
|
2315
|
-
input:
|
|
2316
|
-
output:
|
|
2317
|
-
cacheRead:
|
|
2376
|
+
input: 0.3,
|
|
2377
|
+
output: 0.39999999999999997,
|
|
2378
|
+
cacheRead: 0,
|
|
2318
2379
|
cacheWrite: 0,
|
|
2319
2380
|
},
|
|
2320
|
-
contextWindow:
|
|
2381
|
+
contextWindow: 8192,
|
|
2321
2382
|
maxTokens: 16384,
|
|
2322
2383
|
},
|
|
2323
|
-
"
|
|
2324
|
-
id: "
|
|
2325
|
-
name: "
|
|
2326
|
-
provider: "
|
|
2384
|
+
"meta-llama/llama-3-8b-instruct": {
|
|
2385
|
+
id: "meta-llama/llama-3-8b-instruct",
|
|
2386
|
+
name: "Meta: Llama 3 8B Instruct",
|
|
2387
|
+
provider: "openrouter",
|
|
2388
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
2327
2389
|
reasoning: false,
|
|
2328
|
-
input: ["text"
|
|
2390
|
+
input: ["text"],
|
|
2329
2391
|
cost: {
|
|
2330
|
-
input: 0.
|
|
2331
|
-
output: 0.
|
|
2332
|
-
cacheRead: 0
|
|
2392
|
+
input: 0.03,
|
|
2393
|
+
output: 0.06,
|
|
2394
|
+
cacheRead: 0,
|
|
2333
2395
|
cacheWrite: 0,
|
|
2334
2396
|
},
|
|
2335
|
-
contextWindow:
|
|
2336
|
-
maxTokens: 16384,
|
|
2337
|
-
},
|
|
2338
|
-
"gpt-4o-mini-2024-07-18": {
|
|
2339
|
-
id: "gpt-4o-mini-2024-07-18",
|
|
2340
|
-
name: "OpenAI: GPT-4o-mini (2024-07-18)",
|
|
2341
|
-
provider: "openai",
|
|
2342
|
-
reasoning: false,
|
|
2343
|
-
input: ["text", "image"],
|
|
2344
|
-
cost: {
|
|
2345
|
-
input: 0.15,
|
|
2346
|
-
output: 0.6,
|
|
2347
|
-
cacheRead: 0.075,
|
|
2348
|
-
cacheWrite: 0,
|
|
2349
|
-
},
|
|
2350
|
-
contextWindow: 128000,
|
|
2351
|
-
maxTokens: 16384,
|
|
2352
|
-
},
|
|
2353
|
-
"gpt-4o": {
|
|
2354
|
-
id: "gpt-4o",
|
|
2355
|
-
name: "OpenAI: GPT-4o",
|
|
2356
|
-
provider: "openai",
|
|
2357
|
-
reasoning: false,
|
|
2358
|
-
input: ["text", "image"],
|
|
2359
|
-
cost: {
|
|
2360
|
-
input: 2.5,
|
|
2361
|
-
output: 10,
|
|
2362
|
-
cacheRead: 1.25,
|
|
2363
|
-
cacheWrite: 0,
|
|
2364
|
-
},
|
|
2365
|
-
contextWindow: 128000,
|
|
2397
|
+
contextWindow: 8192,
|
|
2366
2398
|
maxTokens: 16384,
|
|
2367
2399
|
},
|
|
2368
|
-
"
|
|
2369
|
-
id: "
|
|
2370
|
-
name: "
|
|
2371
|
-
provider: "
|
|
2400
|
+
"mistralai/mixtral-8x22b-instruct": {
|
|
2401
|
+
id: "mistralai/mixtral-8x22b-instruct",
|
|
2402
|
+
name: "Mistral: Mixtral 8x22B Instruct",
|
|
2403
|
+
provider: "openrouter",
|
|
2404
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
2372
2405
|
reasoning: false,
|
|
2373
|
-
input: ["text"
|
|
2406
|
+
input: ["text"],
|
|
2374
2407
|
cost: {
|
|
2375
|
-
input:
|
|
2376
|
-
output:
|
|
2408
|
+
input: 0.8999999999999999,
|
|
2409
|
+
output: 0.8999999999999999,
|
|
2377
2410
|
cacheRead: 0,
|
|
2378
2411
|
cacheWrite: 0,
|
|
2379
2412
|
},
|
|
2380
|
-
contextWindow:
|
|
2381
|
-
maxTokens:
|
|
2413
|
+
contextWindow: 65536,
|
|
2414
|
+
maxTokens: 4096,
|
|
2382
2415
|
},
|
|
2383
|
-
"
|
|
2384
|
-
id: "
|
|
2385
|
-
name: "
|
|
2386
|
-
provider: "
|
|
2416
|
+
"cohere/command-r-plus": {
|
|
2417
|
+
id: "cohere/command-r-plus",
|
|
2418
|
+
name: "Cohere: Command R+",
|
|
2419
|
+
provider: "openrouter",
|
|
2420
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
2387
2421
|
reasoning: false,
|
|
2388
|
-
input: ["text"
|
|
2422
|
+
input: ["text"],
|
|
2389
2423
|
cost: {
|
|
2390
|
-
input:
|
|
2424
|
+
input: 3,
|
|
2391
2425
|
output: 15,
|
|
2392
2426
|
cacheRead: 0,
|
|
2393
2427
|
cacheWrite: 0,
|
|
2394
2428
|
},
|
|
2395
2429
|
contextWindow: 128000,
|
|
2396
|
-
maxTokens:
|
|
2430
|
+
maxTokens: 4000,
|
|
2397
2431
|
},
|
|
2398
|
-
"
|
|
2399
|
-
id: "
|
|
2400
|
-
name: "
|
|
2401
|
-
provider: "
|
|
2432
|
+
"cohere/command-r-plus-04-2024": {
|
|
2433
|
+
id: "cohere/command-r-plus-04-2024",
|
|
2434
|
+
name: "Cohere: Command R+ (04-2024)",
|
|
2435
|
+
provider: "openrouter",
|
|
2436
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
2402
2437
|
reasoning: false,
|
|
2403
|
-
input: ["text"
|
|
2438
|
+
input: ["text"],
|
|
2404
2439
|
cost: {
|
|
2405
|
-
input:
|
|
2406
|
-
output:
|
|
2440
|
+
input: 3,
|
|
2441
|
+
output: 15,
|
|
2407
2442
|
cacheRead: 0,
|
|
2408
2443
|
cacheWrite: 0,
|
|
2409
2444
|
},
|
|
2410
2445
|
contextWindow: 128000,
|
|
2411
|
-
maxTokens:
|
|
2446
|
+
maxTokens: 4000,
|
|
2412
2447
|
},
|
|
2413
|
-
"
|
|
2414
|
-
id: "
|
|
2415
|
-
name: "
|
|
2416
|
-
provider: "
|
|
2448
|
+
"cohere/command-r": {
|
|
2449
|
+
id: "cohere/command-r",
|
|
2450
|
+
name: "Cohere: Command R",
|
|
2451
|
+
provider: "openrouter",
|
|
2452
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
2417
2453
|
reasoning: false,
|
|
2418
2454
|
input: ["text"],
|
|
2419
2455
|
cost: {
|
|
2420
|
-
input:
|
|
2421
|
-
output:
|
|
2456
|
+
input: 0.5,
|
|
2457
|
+
output: 1.5,
|
|
2422
2458
|
cacheRead: 0,
|
|
2423
2459
|
cacheWrite: 0,
|
|
2424
2460
|
},
|
|
2425
|
-
contextWindow:
|
|
2426
|
-
maxTokens:
|
|
2461
|
+
contextWindow: 128000,
|
|
2462
|
+
maxTokens: 4000,
|
|
2427
2463
|
},
|
|
2428
|
-
"
|
|
2429
|
-
id: "
|
|
2430
|
-
name: "
|
|
2431
|
-
provider: "
|
|
2464
|
+
"cohere/command-r-03-2024": {
|
|
2465
|
+
id: "cohere/command-r-03-2024",
|
|
2466
|
+
name: "Cohere: Command R (03-2024)",
|
|
2467
|
+
provider: "openrouter",
|
|
2468
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
2432
2469
|
reasoning: false,
|
|
2433
2470
|
input: ["text"],
|
|
2434
2471
|
cost: {
|
|
2435
|
-
input:
|
|
2436
|
-
output:
|
|
2472
|
+
input: 0.5,
|
|
2473
|
+
output: 1.5,
|
|
2437
2474
|
cacheRead: 0,
|
|
2438
2475
|
cacheWrite: 0,
|
|
2439
2476
|
},
|
|
2440
2477
|
contextWindow: 128000,
|
|
2441
|
-
maxTokens:
|
|
2478
|
+
maxTokens: 4000,
|
|
2442
2479
|
},
|
|
2443
|
-
"
|
|
2444
|
-
id: "
|
|
2445
|
-
name: "
|
|
2446
|
-
provider: "
|
|
2480
|
+
"mistralai/mistral-large": {
|
|
2481
|
+
id: "mistralai/mistral-large",
|
|
2482
|
+
name: "Mistral Large",
|
|
2483
|
+
provider: "openrouter",
|
|
2484
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
2447
2485
|
reasoning: false,
|
|
2448
2486
|
input: ["text"],
|
|
2449
2487
|
cost: {
|
|
2450
|
-
input:
|
|
2451
|
-
output:
|
|
2488
|
+
input: 2,
|
|
2489
|
+
output: 6,
|
|
2452
2490
|
cacheRead: 0,
|
|
2453
2491
|
cacheWrite: 0,
|
|
2454
2492
|
},
|
|
2455
2493
|
contextWindow: 128000,
|
|
2456
2494
|
maxTokens: 4096,
|
|
2457
2495
|
},
|
|
2458
|
-
"
|
|
2459
|
-
id: "
|
|
2460
|
-
name: "
|
|
2461
|
-
provider: "
|
|
2496
|
+
"mistralai/mistral-tiny": {
|
|
2497
|
+
id: "mistralai/mistral-tiny",
|
|
2498
|
+
name: "Mistral Tiny",
|
|
2499
|
+
provider: "openrouter",
|
|
2500
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
2462
2501
|
reasoning: false,
|
|
2463
2502
|
input: ["text"],
|
|
2464
2503
|
cost: {
|
|
2465
|
-
input:
|
|
2466
|
-
output:
|
|
2504
|
+
input: 0.25,
|
|
2505
|
+
output: 0.25,
|
|
2467
2506
|
cacheRead: 0,
|
|
2468
2507
|
cacheWrite: 0,
|
|
2469
2508
|
},
|
|
2470
|
-
contextWindow:
|
|
2509
|
+
contextWindow: 32768,
|
|
2471
2510
|
maxTokens: 4096,
|
|
2472
2511
|
},
|
|
2473
|
-
"
|
|
2474
|
-
id: "
|
|
2475
|
-
name: "
|
|
2476
|
-
provider: "
|
|
2512
|
+
"mistralai/mistral-small": {
|
|
2513
|
+
id: "mistralai/mistral-small",
|
|
2514
|
+
name: "Mistral Small",
|
|
2515
|
+
provider: "openrouter",
|
|
2516
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
2477
2517
|
reasoning: false,
|
|
2478
2518
|
input: ["text"],
|
|
2479
2519
|
cost: {
|
|
2480
|
-
input:
|
|
2481
|
-
output:
|
|
2520
|
+
input: 0.19999999999999998,
|
|
2521
|
+
output: 0.6,
|
|
2482
2522
|
cacheRead: 0,
|
|
2483
2523
|
cacheWrite: 0,
|
|
2484
2524
|
},
|
|
2485
|
-
contextWindow:
|
|
2525
|
+
contextWindow: 32768,
|
|
2486
2526
|
maxTokens: 4096,
|
|
2487
2527
|
},
|
|
2488
|
-
"
|
|
2489
|
-
id: "
|
|
2490
|
-
name: "
|
|
2491
|
-
provider: "
|
|
2528
|
+
"mistralai/mixtral-8x7b-instruct": {
|
|
2529
|
+
id: "mistralai/mixtral-8x7b-instruct",
|
|
2530
|
+
name: "Mistral: Mixtral 8x7B Instruct",
|
|
2531
|
+
provider: "openrouter",
|
|
2532
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
2492
2533
|
reasoning: false,
|
|
2493
2534
|
input: ["text"],
|
|
2494
2535
|
cost: {
|
|
2495
|
-
input:
|
|
2496
|
-
output:
|
|
2536
|
+
input: 0.08,
|
|
2537
|
+
output: 0.24,
|
|
2497
2538
|
cacheRead: 0,
|
|
2498
2539
|
cacheWrite: 0,
|
|
2499
2540
|
},
|
|
2500
|
-
contextWindow:
|
|
2501
|
-
maxTokens:
|
|
2541
|
+
contextWindow: 32768,
|
|
2542
|
+
maxTokens: 16384,
|
|
2502
2543
|
},
|
|
2503
|
-
"
|
|
2504
|
-
id: "
|
|
2505
|
-
name: "
|
|
2506
|
-
provider: "
|
|
2544
|
+
"mistralai/mistral-7b-instruct-v0.1": {
|
|
2545
|
+
id: "mistralai/mistral-7b-instruct-v0.1",
|
|
2546
|
+
name: "Mistral: Mistral 7B Instruct v0.1",
|
|
2547
|
+
provider: "openrouter",
|
|
2548
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
2507
2549
|
reasoning: false,
|
|
2508
2550
|
input: ["text"],
|
|
2509
2551
|
cost: {
|
|
2510
|
-
input: 0.
|
|
2511
|
-
output:
|
|
2552
|
+
input: 0.11,
|
|
2553
|
+
output: 0.19,
|
|
2512
2554
|
cacheRead: 0,
|
|
2513
2555
|
cacheWrite: 0,
|
|
2514
2556
|
},
|
|
2515
|
-
contextWindow:
|
|
2557
|
+
contextWindow: 2824,
|
|
2516
2558
|
maxTokens: 4096,
|
|
2517
2559
|
},
|
|
2518
2560
|
}
|
|
2519
2561
|
},
|
|
2520
|
-
|
|
2562
|
+
xai: {
|
|
2521
2563
|
models: {
|
|
2522
|
-
"
|
|
2523
|
-
id: "
|
|
2524
|
-
name: "
|
|
2525
|
-
provider: "
|
|
2526
|
-
|
|
2527
|
-
input: ["text", "image"],
|
|
2528
|
-
cost: {
|
|
2529
|
-
input: 15,
|
|
2530
|
-
output: 75,
|
|
2531
|
-
cacheRead: 1.5,
|
|
2532
|
-
cacheWrite: 18.75,
|
|
2533
|
-
},
|
|
2534
|
-
contextWindow: 200000,
|
|
2535
|
-
maxTokens: 32000,
|
|
2536
|
-
},
|
|
2537
|
-
"claude-opus-4-0": {
|
|
2538
|
-
id: "claude-opus-4-0",
|
|
2539
|
-
name: "Anthropic: Claude Opus 4",
|
|
2540
|
-
provider: "anthropic",
|
|
2541
|
-
reasoning: true,
|
|
2542
|
-
input: ["text", "image"],
|
|
2543
|
-
cost: {
|
|
2544
|
-
input: 15,
|
|
2545
|
-
output: 75,
|
|
2546
|
-
cacheRead: 1.5,
|
|
2547
|
-
cacheWrite: 18.75,
|
|
2548
|
-
},
|
|
2549
|
-
contextWindow: 200000,
|
|
2550
|
-
maxTokens: 32000,
|
|
2551
|
-
},
|
|
2552
|
-
"claude-sonnet-4-0": {
|
|
2553
|
-
id: "claude-sonnet-4-0",
|
|
2554
|
-
name: "Anthropic: Claude Sonnet 4",
|
|
2555
|
-
provider: "anthropic",
|
|
2564
|
+
"grok-code-fast-1": {
|
|
2565
|
+
id: "grok-code-fast-1",
|
|
2566
|
+
name: "xAI: Grok Code Fast 1",
|
|
2567
|
+
provider: "xai",
|
|
2568
|
+
baseUrl: "https://api.x.ai/v1",
|
|
2556
2569
|
reasoning: true,
|
|
2557
|
-
input: ["text"
|
|
2570
|
+
input: ["text"],
|
|
2558
2571
|
cost: {
|
|
2559
|
-
input:
|
|
2560
|
-
output:
|
|
2561
|
-
cacheRead: 0.
|
|
2562
|
-
cacheWrite:
|
|
2572
|
+
input: 0.19999999999999998,
|
|
2573
|
+
output: 1.5,
|
|
2574
|
+
cacheRead: 0.02,
|
|
2575
|
+
cacheWrite: 0,
|
|
2563
2576
|
},
|
|
2564
|
-
contextWindow:
|
|
2565
|
-
maxTokens:
|
|
2577
|
+
contextWindow: 256000,
|
|
2578
|
+
maxTokens: 10000,
|
|
2566
2579
|
},
|
|
2567
|
-
"
|
|
2568
|
-
id: "
|
|
2569
|
-
name: "
|
|
2570
|
-
provider: "
|
|
2580
|
+
"grok-4": {
|
|
2581
|
+
id: "grok-4",
|
|
2582
|
+
name: "xAI: Grok 4",
|
|
2583
|
+
provider: "xai",
|
|
2584
|
+
baseUrl: "https://api.x.ai/v1",
|
|
2571
2585
|
reasoning: true,
|
|
2572
2586
|
input: ["text", "image"],
|
|
2573
2587
|
cost: {
|
|
2574
2588
|
input: 3,
|
|
2575
2589
|
output: 15,
|
|
2576
|
-
cacheRead: 0.
|
|
2577
|
-
cacheWrite:
|
|
2590
|
+
cacheRead: 0.75,
|
|
2591
|
+
cacheWrite: 0,
|
|
2578
2592
|
},
|
|
2579
|
-
contextWindow:
|
|
2580
|
-
maxTokens:
|
|
2593
|
+
contextWindow: 256000,
|
|
2594
|
+
maxTokens: 4096,
|
|
2581
2595
|
},
|
|
2582
|
-
"
|
|
2583
|
-
id: "
|
|
2584
|
-
name: "
|
|
2585
|
-
provider: "
|
|
2596
|
+
"grok-3-mini": {
|
|
2597
|
+
id: "grok-3-mini",
|
|
2598
|
+
name: "xAI: Grok 3 Mini",
|
|
2599
|
+
provider: "xai",
|
|
2600
|
+
baseUrl: "https://api.x.ai/v1",
|
|
2586
2601
|
reasoning: true,
|
|
2587
|
-
input: ["text"
|
|
2588
|
-
cost: {
|
|
2589
|
-
input: 3,
|
|
2590
|
-
output: 15,
|
|
2591
|
-
cacheRead: 0.3,
|
|
2592
|
-
cacheWrite: 3.75,
|
|
2593
|
-
},
|
|
2594
|
-
contextWindow: 200000,
|
|
2595
|
-
maxTokens: 64000,
|
|
2596
|
-
},
|
|
2597
|
-
"claude-3-5-haiku-20241022": {
|
|
2598
|
-
id: "claude-3-5-haiku-20241022",
|
|
2599
|
-
name: "Anthropic: Claude 3.5 Haiku (2024-10-22)",
|
|
2600
|
-
provider: "anthropic",
|
|
2601
|
-
reasoning: false,
|
|
2602
|
-
input: ["text", "image"],
|
|
2603
|
-
cost: {
|
|
2604
|
-
input: 0.7999999999999999,
|
|
2605
|
-
output: 4,
|
|
2606
|
-
cacheRead: 0.08,
|
|
2607
|
-
cacheWrite: 1,
|
|
2608
|
-
},
|
|
2609
|
-
contextWindow: 200000,
|
|
2610
|
-
maxTokens: 8192,
|
|
2611
|
-
},
|
|
2612
|
-
"claude-3-5-haiku-latest": {
|
|
2613
|
-
id: "claude-3-5-haiku-latest",
|
|
2614
|
-
name: "Anthropic: Claude 3.5 Haiku",
|
|
2615
|
-
provider: "anthropic",
|
|
2616
|
-
reasoning: false,
|
|
2617
|
-
input: ["text", "image"],
|
|
2618
|
-
cost: {
|
|
2619
|
-
input: 0.7999999999999999,
|
|
2620
|
-
output: 4,
|
|
2621
|
-
cacheRead: 0.08,
|
|
2622
|
-
cacheWrite: 1,
|
|
2623
|
-
},
|
|
2624
|
-
contextWindow: 200000,
|
|
2625
|
-
maxTokens: 8192,
|
|
2626
|
-
},
|
|
2627
|
-
"claude-3-5-sonnet-latest": {
|
|
2628
|
-
id: "claude-3-5-sonnet-latest",
|
|
2629
|
-
name: "Anthropic: Claude 3.5 Sonnet",
|
|
2630
|
-
provider: "anthropic",
|
|
2631
|
-
reasoning: false,
|
|
2632
|
-
input: ["text", "image"],
|
|
2602
|
+
input: ["text"],
|
|
2633
2603
|
cost: {
|
|
2634
|
-
input: 3,
|
|
2635
|
-
output:
|
|
2636
|
-
cacheRead: 0.
|
|
2637
|
-
cacheWrite:
|
|
2604
|
+
input: 0.3,
|
|
2605
|
+
output: 0.5,
|
|
2606
|
+
cacheRead: 0.075,
|
|
2607
|
+
cacheWrite: 0,
|
|
2638
2608
|
},
|
|
2639
|
-
contextWindow:
|
|
2640
|
-
maxTokens:
|
|
2609
|
+
contextWindow: 131072,
|
|
2610
|
+
maxTokens: 4096,
|
|
2641
2611
|
},
|
|
2642
|
-
"
|
|
2643
|
-
id: "
|
|
2644
|
-
name: "
|
|
2645
|
-
provider: "
|
|
2612
|
+
"grok-3": {
|
|
2613
|
+
id: "grok-3",
|
|
2614
|
+
name: "xAI: Grok 3",
|
|
2615
|
+
provider: "xai",
|
|
2616
|
+
baseUrl: "https://api.x.ai/v1",
|
|
2646
2617
|
reasoning: false,
|
|
2647
|
-
input: ["text"
|
|
2618
|
+
input: ["text"],
|
|
2648
2619
|
cost: {
|
|
2649
2620
|
input: 3,
|
|
2650
2621
|
output: 15,
|
|
2651
|
-
cacheRead: 0.
|
|
2652
|
-
cacheWrite:
|
|
2653
|
-
},
|
|
2654
|
-
contextWindow: 200000,
|
|
2655
|
-
maxTokens: 8192,
|
|
2656
|
-
},
|
|
2657
|
-
"claude-3-haiku-20240307": {
|
|
2658
|
-
id: "claude-3-haiku-20240307",
|
|
2659
|
-
name: "Anthropic: Claude 3 Haiku",
|
|
2660
|
-
provider: "anthropic",
|
|
2661
|
-
reasoning: false,
|
|
2662
|
-
input: ["text", "image"],
|
|
2663
|
-
cost: {
|
|
2664
|
-
input: 0.25,
|
|
2665
|
-
output: 1.25,
|
|
2666
|
-
cacheRead: 0.03,
|
|
2667
|
-
cacheWrite: 0.3,
|
|
2668
|
-
},
|
|
2669
|
-
contextWindow: 200000,
|
|
2670
|
-
maxTokens: 4096,
|
|
2671
|
-
},
|
|
2672
|
-
"claude-3-opus-20240229": {
|
|
2673
|
-
id: "claude-3-opus-20240229",
|
|
2674
|
-
name: "Anthropic: Claude 3 Opus",
|
|
2675
|
-
provider: "anthropic",
|
|
2676
|
-
reasoning: false,
|
|
2677
|
-
input: ["text", "image"],
|
|
2678
|
-
cost: {
|
|
2679
|
-
input: 15,
|
|
2680
|
-
output: 75,
|
|
2681
|
-
cacheRead: 1.5,
|
|
2682
|
-
cacheWrite: 18.75,
|
|
2622
|
+
cacheRead: 0.75,
|
|
2623
|
+
cacheWrite: 0,
|
|
2683
2624
|
},
|
|
2684
|
-
contextWindow:
|
|
2625
|
+
contextWindow: 131072,
|
|
2685
2626
|
maxTokens: 4096,
|
|
2686
2627
|
},
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
id: "gemini-2.5-flash-lite",
|
|
2693
|
-
name: "Google: Gemini 2.5 Flash Lite",
|
|
2694
|
-
provider: "google",
|
|
2695
|
-
reasoning: true,
|
|
2696
|
-
input: ["text", "image"],
|
|
2697
|
-
cost: {
|
|
2698
|
-
input: 0.09999999999999999,
|
|
2699
|
-
output: 0.39999999999999997,
|
|
2700
|
-
cacheRead: 0.024999999999999998,
|
|
2701
|
-
cacheWrite: 0.18330000000000002,
|
|
2702
|
-
},
|
|
2703
|
-
contextWindow: 1048576,
|
|
2704
|
-
maxTokens: 65535,
|
|
2705
|
-
},
|
|
2706
|
-
"gemini-2.5-flash-lite-preview-06-17": {
|
|
2707
|
-
id: "gemini-2.5-flash-lite-preview-06-17",
|
|
2708
|
-
name: "Google: Gemini 2.5 Flash Lite Preview 06-17",
|
|
2709
|
-
provider: "google",
|
|
2710
|
-
reasoning: true,
|
|
2711
|
-
input: ["text", "image"],
|
|
2712
|
-
cost: {
|
|
2713
|
-
input: 0.09999999999999999,
|
|
2714
|
-
output: 0.39999999999999997,
|
|
2715
|
-
cacheRead: 0.024999999999999998,
|
|
2716
|
-
cacheWrite: 0.18330000000000002,
|
|
2717
|
-
},
|
|
2718
|
-
contextWindow: 1048576,
|
|
2719
|
-
maxTokens: 65535,
|
|
2720
|
-
},
|
|
2721
|
-
"gemini-2.5-flash": {
|
|
2722
|
-
id: "gemini-2.5-flash",
|
|
2723
|
-
name: "Google: Gemini 2.5 Flash",
|
|
2724
|
-
provider: "google",
|
|
2628
|
+
"grok-3-mini-beta": {
|
|
2629
|
+
id: "grok-3-mini-beta",
|
|
2630
|
+
name: "xAI: Grok 3 Mini Beta",
|
|
2631
|
+
provider: "xai",
|
|
2632
|
+
baseUrl: "https://api.x.ai/v1",
|
|
2725
2633
|
reasoning: true,
|
|
2726
|
-
input: ["text"
|
|
2634
|
+
input: ["text"],
|
|
2727
2635
|
cost: {
|
|
2728
2636
|
input: 0.3,
|
|
2729
|
-
output:
|
|
2637
|
+
output: 0.5,
|
|
2730
2638
|
cacheRead: 0.075,
|
|
2731
|
-
cacheWrite: 0.3833,
|
|
2732
|
-
},
|
|
2733
|
-
contextWindow: 1048576,
|
|
2734
|
-
maxTokens: 65535,
|
|
2735
|
-
},
|
|
2736
|
-
"gemini-2.5-pro": {
|
|
2737
|
-
id: "gemini-2.5-pro",
|
|
2738
|
-
name: "Google: Gemini 2.5 Pro",
|
|
2739
|
-
provider: "google",
|
|
2740
|
-
reasoning: true,
|
|
2741
|
-
input: ["text", "image"],
|
|
2742
|
-
cost: {
|
|
2743
|
-
input: 1.25,
|
|
2744
|
-
output: 10,
|
|
2745
|
-
cacheRead: 0.31,
|
|
2746
|
-
cacheWrite: 1.625,
|
|
2747
|
-
},
|
|
2748
|
-
contextWindow: 1048576,
|
|
2749
|
-
maxTokens: 65536,
|
|
2750
|
-
},
|
|
2751
|
-
"gemini-2.5-pro-preview": {
|
|
2752
|
-
id: "gemini-2.5-pro-preview",
|
|
2753
|
-
name: "Google: Gemini 2.5 Pro Preview 06-05",
|
|
2754
|
-
provider: "google",
|
|
2755
|
-
reasoning: true,
|
|
2756
|
-
input: ["text", "image"],
|
|
2757
|
-
cost: {
|
|
2758
|
-
input: 1.25,
|
|
2759
|
-
output: 10,
|
|
2760
|
-
cacheRead: 0.31,
|
|
2761
|
-
cacheWrite: 1.625,
|
|
2762
|
-
},
|
|
2763
|
-
contextWindow: 1048576,
|
|
2764
|
-
maxTokens: 65536,
|
|
2765
|
-
},
|
|
2766
|
-
"gemini-2.5-pro-preview-05-06": {
|
|
2767
|
-
id: "gemini-2.5-pro-preview-05-06",
|
|
2768
|
-
name: "Google: Gemini 2.5 Pro Preview 05-06",
|
|
2769
|
-
provider: "google",
|
|
2770
|
-
reasoning: true,
|
|
2771
|
-
input: ["text", "image"],
|
|
2772
|
-
cost: {
|
|
2773
|
-
input: 1.25,
|
|
2774
|
-
output: 10,
|
|
2775
|
-
cacheRead: 0.31,
|
|
2776
|
-
cacheWrite: 1.625,
|
|
2777
|
-
},
|
|
2778
|
-
contextWindow: 1048576,
|
|
2779
|
-
maxTokens: 65535,
|
|
2780
|
-
},
|
|
2781
|
-
"gemini-2.5-pro-exp-03-25": {
|
|
2782
|
-
id: "gemini-2.5-pro-exp-03-25",
|
|
2783
|
-
name: "Google: Gemini 2.5 Pro Experimental",
|
|
2784
|
-
provider: "google",
|
|
2785
|
-
reasoning: false,
|
|
2786
|
-
input: ["text", "image"],
|
|
2787
|
-
cost: {
|
|
2788
|
-
input: 0,
|
|
2789
|
-
output: 0,
|
|
2790
|
-
cacheRead: 0,
|
|
2791
|
-
cacheWrite: 0,
|
|
2792
|
-
},
|
|
2793
|
-
contextWindow: 1048576,
|
|
2794
|
-
maxTokens: 65535,
|
|
2795
|
-
},
|
|
2796
|
-
"gemini-2.0-flash-lite-001": {
|
|
2797
|
-
id: "gemini-2.0-flash-lite-001",
|
|
2798
|
-
name: "Google: Gemini 2.0 Flash Lite",
|
|
2799
|
-
provider: "google",
|
|
2800
|
-
reasoning: false,
|
|
2801
|
-
input: ["text", "image"],
|
|
2802
|
-
cost: {
|
|
2803
|
-
input: 0.075,
|
|
2804
|
-
output: 0.3,
|
|
2805
|
-
cacheRead: 0,
|
|
2806
2639
|
cacheWrite: 0,
|
|
2807
2640
|
},
|
|
2808
|
-
contextWindow:
|
|
2809
|
-
maxTokens:
|
|
2810
|
-
},
|
|
2811
|
-
"gemini-2.0-flash-001": {
|
|
2812
|
-
id: "gemini-2.0-flash-001",
|
|
2813
|
-
name: "Google: Gemini 2.0 Flash",
|
|
2814
|
-
provider: "google",
|
|
2815
|
-
reasoning: false,
|
|
2816
|
-
input: ["text", "image"],
|
|
2817
|
-
cost: {
|
|
2818
|
-
input: 0.09999999999999999,
|
|
2819
|
-
output: 0.39999999999999997,
|
|
2820
|
-
cacheRead: 0.024999999999999998,
|
|
2821
|
-
cacheWrite: 0.18330000000000002,
|
|
2822
|
-
},
|
|
2823
|
-
contextWindow: 1048576,
|
|
2824
|
-
maxTokens: 8192,
|
|
2641
|
+
contextWindow: 131072,
|
|
2642
|
+
maxTokens: 4096,
|
|
2825
2643
|
},
|
|
2826
|
-
"
|
|
2827
|
-
id: "
|
|
2828
|
-
name: "
|
|
2829
|
-
provider: "
|
|
2644
|
+
"grok-3-beta": {
|
|
2645
|
+
id: "grok-3-beta",
|
|
2646
|
+
name: "xAI: Grok 3 Beta",
|
|
2647
|
+
provider: "xai",
|
|
2648
|
+
baseUrl: "https://api.x.ai/v1",
|
|
2830
2649
|
reasoning: false,
|
|
2831
|
-
input: ["text"
|
|
2650
|
+
input: ["text"],
|
|
2832
2651
|
cost: {
|
|
2833
|
-
input:
|
|
2834
|
-
output:
|
|
2835
|
-
cacheRead: 0,
|
|
2652
|
+
input: 3,
|
|
2653
|
+
output: 15,
|
|
2654
|
+
cacheRead: 0.75,
|
|
2836
2655
|
cacheWrite: 0,
|
|
2837
2656
|
},
|
|
2838
|
-
contextWindow:
|
|
2839
|
-
maxTokens:
|
|
2840
|
-
},
|
|
2841
|
-
"gemini-flash-1.5-8b": {
|
|
2842
|
-
id: "gemini-flash-1.5-8b",
|
|
2843
|
-
name: "Google: Gemini 1.5 Flash 8B",
|
|
2844
|
-
provider: "google",
|
|
2845
|
-
reasoning: false,
|
|
2846
|
-
input: ["text", "image"],
|
|
2847
|
-
cost: {
|
|
2848
|
-
input: 0.0375,
|
|
2849
|
-
output: 0.15,
|
|
2850
|
-
cacheRead: 0.01,
|
|
2851
|
-
cacheWrite: 0.0583,
|
|
2852
|
-
},
|
|
2853
|
-
contextWindow: 1000000,
|
|
2854
|
-
maxTokens: 8192,
|
|
2855
|
-
},
|
|
2856
|
-
"gemini-flash-1.5": {
|
|
2857
|
-
id: "gemini-flash-1.5",
|
|
2858
|
-
name: "Google: Gemini 1.5 Flash ",
|
|
2859
|
-
provider: "google",
|
|
2860
|
-
reasoning: false,
|
|
2861
|
-
input: ["text", "image"],
|
|
2862
|
-
cost: {
|
|
2863
|
-
input: 0.075,
|
|
2864
|
-
output: 0.3,
|
|
2865
|
-
cacheRead: 0.01875,
|
|
2866
|
-
cacheWrite: 0.1583,
|
|
2867
|
-
},
|
|
2868
|
-
contextWindow: 1000000,
|
|
2869
|
-
maxTokens: 8192,
|
|
2657
|
+
contextWindow: 131072,
|
|
2658
|
+
maxTokens: 4096,
|
|
2870
2659
|
},
|
|
2871
|
-
"
|
|
2872
|
-
id: "
|
|
2873
|
-
name: "
|
|
2874
|
-
provider: "
|
|
2660
|
+
"grok-2-1212": {
|
|
2661
|
+
id: "grok-2-1212",
|
|
2662
|
+
name: "xAI: Grok 2 1212",
|
|
2663
|
+
provider: "xai",
|
|
2664
|
+
baseUrl: "https://api.x.ai/v1",
|
|
2875
2665
|
reasoning: false,
|
|
2876
|
-
input: ["text"
|
|
2666
|
+
input: ["text"],
|
|
2877
2667
|
cost: {
|
|
2878
|
-
input:
|
|
2879
|
-
output:
|
|
2668
|
+
input: 2,
|
|
2669
|
+
output: 10,
|
|
2880
2670
|
cacheRead: 0,
|
|
2881
2671
|
cacheWrite: 0,
|
|
2882
2672
|
},
|
|
2883
|
-
contextWindow:
|
|
2884
|
-
maxTokens:
|
|
2673
|
+
contextWindow: 131072,
|
|
2674
|
+
maxTokens: 4096,
|
|
2885
2675
|
},
|
|
2886
2676
|
}
|
|
2887
2677
|
},
|