mycode-cli 0.2.0__py3-none-any.whl → 0.2.1__py3-none-any.whl
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.
- mycode/core/models_catalog.json +708 -708
- mycode/core/providers/anthropic_like.py +18 -11
- mycode/core/providers/base.py +2 -2
- mycode/core/providers/gemini.py +1 -1
- mycode/core/providers/openai_chat.py +2 -1
- mycode/core/providers/openai_responses.py +20 -12
- mycode/server/static/assets/{EditDiff-HrQSuYB-.js → EditDiff-COEpHWbJ.js} +1 -1
- mycode/server/static/assets/index-CGtO7YrK.js +477 -0
- mycode/server/static/assets/index-DSy61xeD.css +1 -0
- mycode/server/static/index.html +2 -2
- {mycode_cli-0.2.0.dist-info → mycode_cli-0.2.1.dist-info}/METADATA +1 -1
- {mycode_cli-0.2.0.dist-info → mycode_cli-0.2.1.dist-info}/RECORD +15 -17
- mycode/server/static/assets/auto-render-xntwXHOX.js +0 -261
- mycode/server/static/assets/index-gc57yaYT.js +0 -208
- mycode/server/static/assets/index-rDD0Lk3o.css +0 -1
- mycode/server/static/assets/katex-DnJR2-55.css +0 -1
- {mycode_cli-0.2.0.dist-info → mycode_cli-0.2.1.dist-info}/WHEEL +0 -0
- {mycode_cli-0.2.0.dist-info → mycode_cli-0.2.1.dist-info}/entry_points.txt +0 -0
- {mycode_cli-0.2.0.dist-info → mycode_cli-0.2.1.dist-info}/licenses/LICENSE +0 -0
mycode/core/models_catalog.json
CHANGED
|
@@ -4,337 +4,337 @@
|
|
|
4
4
|
"context_window": 262144,
|
|
5
5
|
"max_output_tokens": 262144,
|
|
6
6
|
"supports_image_input": false,
|
|
7
|
-
"
|
|
8
|
-
"
|
|
7
|
+
"supports_pdf_input": false,
|
|
8
|
+
"supports_reasoning": false
|
|
9
9
|
},
|
|
10
10
|
"claude-haiku-4-5": {
|
|
11
11
|
"context_window": 200000,
|
|
12
12
|
"max_output_tokens": 64000,
|
|
13
13
|
"supports_image_input": true,
|
|
14
|
-
"
|
|
15
|
-
"
|
|
14
|
+
"supports_pdf_input": true,
|
|
15
|
+
"supports_reasoning": true
|
|
16
16
|
},
|
|
17
17
|
"claude-opus-4-1": {
|
|
18
18
|
"context_window": 200000,
|
|
19
19
|
"max_output_tokens": 32000,
|
|
20
20
|
"supports_image_input": true,
|
|
21
|
-
"
|
|
22
|
-
"
|
|
21
|
+
"supports_pdf_input": true,
|
|
22
|
+
"supports_reasoning": true
|
|
23
23
|
},
|
|
24
24
|
"claude-opus-4-5": {
|
|
25
25
|
"context_window": 200000,
|
|
26
26
|
"max_output_tokens": 32000,
|
|
27
27
|
"supports_image_input": true,
|
|
28
|
-
"
|
|
29
|
-
"
|
|
28
|
+
"supports_pdf_input": false,
|
|
29
|
+
"supports_reasoning": true
|
|
30
30
|
},
|
|
31
31
|
"claude-opus-4-6": {
|
|
32
32
|
"context_window": 200000,
|
|
33
33
|
"max_output_tokens": 128000,
|
|
34
34
|
"supports_image_input": true,
|
|
35
|
-
"
|
|
36
|
-
"
|
|
35
|
+
"supports_pdf_input": true,
|
|
36
|
+
"supports_reasoning": true
|
|
37
37
|
},
|
|
38
38
|
"claude-opus-4-6-think": {
|
|
39
39
|
"context_window": 200000,
|
|
40
40
|
"max_output_tokens": 128000,
|
|
41
41
|
"supports_image_input": true,
|
|
42
|
-
"
|
|
43
|
-
"
|
|
42
|
+
"supports_pdf_input": true,
|
|
43
|
+
"supports_reasoning": true
|
|
44
44
|
},
|
|
45
45
|
"claude-sonnet-4-5": {
|
|
46
46
|
"context_window": 200000,
|
|
47
47
|
"max_output_tokens": 64000,
|
|
48
48
|
"supports_image_input": true,
|
|
49
|
-
"
|
|
50
|
-
"
|
|
49
|
+
"supports_pdf_input": true,
|
|
50
|
+
"supports_reasoning": true
|
|
51
51
|
},
|
|
52
52
|
"claude-sonnet-4-6": {
|
|
53
53
|
"context_window": 200000,
|
|
54
54
|
"max_output_tokens": 64000,
|
|
55
55
|
"supports_image_input": true,
|
|
56
|
-
"
|
|
57
|
-
"
|
|
56
|
+
"supports_pdf_input": true,
|
|
57
|
+
"supports_reasoning": true
|
|
58
58
|
},
|
|
59
59
|
"claude-sonnet-4-6-think": {
|
|
60
60
|
"context_window": 200000,
|
|
61
61
|
"max_output_tokens": 64000,
|
|
62
62
|
"supports_image_input": true,
|
|
63
|
-
"
|
|
64
|
-
"
|
|
63
|
+
"supports_pdf_input": true,
|
|
64
|
+
"supports_reasoning": true
|
|
65
65
|
},
|
|
66
66
|
"coding-glm-4.7": {
|
|
67
67
|
"context_window": 204800,
|
|
68
68
|
"max_output_tokens": 131072,
|
|
69
69
|
"supports_image_input": false,
|
|
70
|
-
"
|
|
71
|
-
"
|
|
70
|
+
"supports_pdf_input": false,
|
|
71
|
+
"supports_reasoning": true
|
|
72
72
|
},
|
|
73
73
|
"coding-glm-4.7-free": {
|
|
74
74
|
"context_window": 204800,
|
|
75
75
|
"max_output_tokens": 131072,
|
|
76
76
|
"supports_image_input": false,
|
|
77
|
-
"
|
|
78
|
-
"
|
|
77
|
+
"supports_pdf_input": false,
|
|
78
|
+
"supports_reasoning": true
|
|
79
79
|
},
|
|
80
80
|
"coding-glm-5-free": {
|
|
81
81
|
"context_window": 204800,
|
|
82
82
|
"max_output_tokens": 131072,
|
|
83
83
|
"supports_image_input": false,
|
|
84
|
-
"
|
|
85
|
-
"
|
|
84
|
+
"supports_pdf_input": false,
|
|
85
|
+
"supports_reasoning": true
|
|
86
86
|
},
|
|
87
87
|
"coding-minimax-m2.1-free": {
|
|
88
88
|
"context_window": 204800,
|
|
89
89
|
"max_output_tokens": 131072,
|
|
90
90
|
"supports_image_input": false,
|
|
91
|
-
"
|
|
92
|
-
"
|
|
91
|
+
"supports_pdf_input": false,
|
|
92
|
+
"supports_reasoning": true
|
|
93
93
|
},
|
|
94
94
|
"deepseek-v3.2": {
|
|
95
95
|
"context_window": 131000,
|
|
96
96
|
"max_output_tokens": 64000,
|
|
97
97
|
"supports_image_input": false,
|
|
98
|
-
"
|
|
99
|
-
"
|
|
98
|
+
"supports_pdf_input": false,
|
|
99
|
+
"supports_reasoning": true
|
|
100
100
|
},
|
|
101
101
|
"deepseek-v3.2-fast": {
|
|
102
102
|
"context_window": 128000,
|
|
103
103
|
"max_output_tokens": 128000,
|
|
104
104
|
"supports_image_input": false,
|
|
105
|
-
"
|
|
106
|
-
"
|
|
105
|
+
"supports_pdf_input": false,
|
|
106
|
+
"supports_reasoning": false
|
|
107
107
|
},
|
|
108
108
|
"deepseek-v3.2-think": {
|
|
109
109
|
"context_window": 131000,
|
|
110
110
|
"max_output_tokens": 64000,
|
|
111
111
|
"supports_image_input": false,
|
|
112
|
-
"
|
|
113
|
-
"
|
|
112
|
+
"supports_pdf_input": false,
|
|
113
|
+
"supports_reasoning": true
|
|
114
114
|
},
|
|
115
115
|
"gemini-2.5-flash": {
|
|
116
116
|
"context_window": 1000000,
|
|
117
117
|
"max_output_tokens": 65000,
|
|
118
118
|
"supports_image_input": true,
|
|
119
|
-
"
|
|
120
|
-
"
|
|
119
|
+
"supports_pdf_input": false,
|
|
120
|
+
"supports_reasoning": false
|
|
121
121
|
},
|
|
122
122
|
"gemini-2.5-pro": {
|
|
123
123
|
"context_window": 2000000,
|
|
124
124
|
"max_output_tokens": 65000,
|
|
125
125
|
"supports_image_input": true,
|
|
126
|
-
"
|
|
127
|
-
"
|
|
126
|
+
"supports_pdf_input": false,
|
|
127
|
+
"supports_reasoning": true
|
|
128
128
|
},
|
|
129
129
|
"gemini-3-pro-preview": {
|
|
130
130
|
"context_window": 1000000,
|
|
131
131
|
"max_output_tokens": 65000,
|
|
132
132
|
"supports_image_input": true,
|
|
133
|
-
"
|
|
134
|
-
"
|
|
133
|
+
"supports_pdf_input": false,
|
|
134
|
+
"supports_reasoning": true
|
|
135
135
|
},
|
|
136
136
|
"gemini-3-pro-preview-search": {
|
|
137
137
|
"context_window": 1000000,
|
|
138
138
|
"max_output_tokens": 65000,
|
|
139
139
|
"supports_image_input": true,
|
|
140
|
-
"
|
|
141
|
-
"
|
|
140
|
+
"supports_pdf_input": false,
|
|
141
|
+
"supports_reasoning": true
|
|
142
142
|
},
|
|
143
143
|
"glm-4.6v": {
|
|
144
144
|
"context_window": 128000,
|
|
145
145
|
"max_output_tokens": 32768,
|
|
146
146
|
"supports_image_input": true,
|
|
147
|
-
"
|
|
148
|
-
"
|
|
147
|
+
"supports_pdf_input": false,
|
|
148
|
+
"supports_reasoning": true
|
|
149
149
|
},
|
|
150
150
|
"glm-4.7": {
|
|
151
151
|
"context_window": 204800,
|
|
152
152
|
"max_output_tokens": 131072,
|
|
153
153
|
"supports_image_input": false,
|
|
154
|
-
"
|
|
155
|
-
"
|
|
154
|
+
"supports_pdf_input": false,
|
|
155
|
+
"supports_reasoning": true
|
|
156
156
|
},
|
|
157
157
|
"glm-5": {
|
|
158
158
|
"context_window": 204800,
|
|
159
159
|
"max_output_tokens": 131072,
|
|
160
160
|
"supports_image_input": false,
|
|
161
|
-
"
|
|
162
|
-
"
|
|
161
|
+
"supports_pdf_input": false,
|
|
162
|
+
"supports_reasoning": true
|
|
163
163
|
},
|
|
164
164
|
"gpt-4.1": {
|
|
165
165
|
"context_window": 1047576,
|
|
166
166
|
"max_output_tokens": 32768,
|
|
167
167
|
"supports_image_input": true,
|
|
168
|
-
"
|
|
169
|
-
"
|
|
168
|
+
"supports_pdf_input": false,
|
|
169
|
+
"supports_reasoning": false
|
|
170
170
|
},
|
|
171
171
|
"gpt-4.1-mini": {
|
|
172
172
|
"context_window": 1047576,
|
|
173
173
|
"max_output_tokens": 32768,
|
|
174
174
|
"supports_image_input": true,
|
|
175
|
-
"
|
|
176
|
-
"
|
|
175
|
+
"supports_pdf_input": false,
|
|
176
|
+
"supports_reasoning": false
|
|
177
177
|
},
|
|
178
178
|
"gpt-4.1-nano": {
|
|
179
179
|
"context_window": 1047576,
|
|
180
180
|
"max_output_tokens": 32768,
|
|
181
181
|
"supports_image_input": true,
|
|
182
|
-
"
|
|
183
|
-
"
|
|
182
|
+
"supports_pdf_input": false,
|
|
183
|
+
"supports_reasoning": false
|
|
184
184
|
},
|
|
185
185
|
"gpt-4o": {
|
|
186
186
|
"context_window": 128000,
|
|
187
187
|
"max_output_tokens": 16384,
|
|
188
188
|
"supports_image_input": true,
|
|
189
|
-
"
|
|
190
|
-
"
|
|
189
|
+
"supports_pdf_input": false,
|
|
190
|
+
"supports_reasoning": false
|
|
191
191
|
},
|
|
192
192
|
"gpt-5": {
|
|
193
193
|
"context_window": 400000,
|
|
194
194
|
"max_output_tokens": 128000,
|
|
195
195
|
"supports_image_input": true,
|
|
196
|
-
"
|
|
197
|
-
"
|
|
196
|
+
"supports_pdf_input": false,
|
|
197
|
+
"supports_reasoning": true
|
|
198
198
|
},
|
|
199
199
|
"gpt-5-codex": {
|
|
200
200
|
"context_window": 400000,
|
|
201
201
|
"max_output_tokens": 128000,
|
|
202
202
|
"supports_image_input": true,
|
|
203
|
-
"
|
|
204
|
-
"
|
|
203
|
+
"supports_pdf_input": false,
|
|
204
|
+
"supports_reasoning": true
|
|
205
205
|
},
|
|
206
206
|
"gpt-5-mini": {
|
|
207
207
|
"context_window": 200000,
|
|
208
208
|
"max_output_tokens": 64000,
|
|
209
209
|
"supports_image_input": true,
|
|
210
|
-
"
|
|
211
|
-
"
|
|
210
|
+
"supports_pdf_input": false,
|
|
211
|
+
"supports_reasoning": true
|
|
212
212
|
},
|
|
213
213
|
"gpt-5-nano": {
|
|
214
214
|
"context_window": 128000,
|
|
215
215
|
"max_output_tokens": 16384,
|
|
216
216
|
"supports_image_input": true,
|
|
217
|
-
"
|
|
218
|
-
"
|
|
217
|
+
"supports_pdf_input": false,
|
|
218
|
+
"supports_reasoning": false
|
|
219
219
|
},
|
|
220
220
|
"gpt-5-pro": {
|
|
221
221
|
"context_window": 400000,
|
|
222
222
|
"max_output_tokens": 128000,
|
|
223
223
|
"supports_image_input": true,
|
|
224
|
-
"
|
|
225
|
-
"
|
|
224
|
+
"supports_pdf_input": false,
|
|
225
|
+
"supports_reasoning": true
|
|
226
226
|
},
|
|
227
227
|
"gpt-5.1": {
|
|
228
228
|
"context_window": 400000,
|
|
229
229
|
"max_output_tokens": 128000,
|
|
230
230
|
"supports_image_input": true,
|
|
231
|
-
"
|
|
232
|
-
"
|
|
231
|
+
"supports_pdf_input": false,
|
|
232
|
+
"supports_reasoning": true
|
|
233
233
|
},
|
|
234
234
|
"gpt-5.1-codex": {
|
|
235
235
|
"context_window": 400000,
|
|
236
236
|
"max_output_tokens": 128000,
|
|
237
237
|
"supports_image_input": true,
|
|
238
|
-
"
|
|
239
|
-
"
|
|
238
|
+
"supports_pdf_input": false,
|
|
239
|
+
"supports_reasoning": true
|
|
240
240
|
},
|
|
241
241
|
"gpt-5.1-codex-max": {
|
|
242
242
|
"context_window": 400000,
|
|
243
243
|
"max_output_tokens": 128000,
|
|
244
244
|
"supports_image_input": true,
|
|
245
|
-
"
|
|
246
|
-
"
|
|
245
|
+
"supports_pdf_input": false,
|
|
246
|
+
"supports_reasoning": true
|
|
247
247
|
},
|
|
248
248
|
"gpt-5.1-codex-mini": {
|
|
249
249
|
"context_window": 400000,
|
|
250
250
|
"max_output_tokens": 128000,
|
|
251
251
|
"supports_image_input": true,
|
|
252
|
-
"
|
|
253
|
-
"
|
|
252
|
+
"supports_pdf_input": false,
|
|
253
|
+
"supports_reasoning": true
|
|
254
254
|
},
|
|
255
255
|
"gpt-5.2": {
|
|
256
256
|
"context_window": 400000,
|
|
257
257
|
"max_output_tokens": 128000,
|
|
258
258
|
"supports_image_input": true,
|
|
259
|
-
"
|
|
260
|
-
"
|
|
259
|
+
"supports_pdf_input": false,
|
|
260
|
+
"supports_reasoning": true
|
|
261
261
|
},
|
|
262
262
|
"gpt-5.2-codex": {
|
|
263
263
|
"context_window": 400000,
|
|
264
264
|
"max_output_tokens": 128000,
|
|
265
265
|
"supports_image_input": true,
|
|
266
|
-
"
|
|
267
|
-
"
|
|
266
|
+
"supports_pdf_input": false,
|
|
267
|
+
"supports_reasoning": true
|
|
268
268
|
},
|
|
269
269
|
"kimi-k2.5": {
|
|
270
270
|
"context_window": 262144,
|
|
271
271
|
"max_output_tokens": 262144,
|
|
272
272
|
"supports_image_input": true,
|
|
273
|
-
"
|
|
274
|
-
"
|
|
273
|
+
"supports_pdf_input": false,
|
|
274
|
+
"supports_reasoning": true
|
|
275
275
|
},
|
|
276
276
|
"minimax-m2.1": {
|
|
277
277
|
"context_window": 204800,
|
|
278
278
|
"max_output_tokens": 131072,
|
|
279
279
|
"supports_image_input": false,
|
|
280
|
-
"
|
|
281
|
-
"
|
|
280
|
+
"supports_pdf_input": false,
|
|
281
|
+
"supports_reasoning": true
|
|
282
282
|
},
|
|
283
283
|
"minimax-m2.5": {
|
|
284
284
|
"context_window": 204800,
|
|
285
285
|
"max_output_tokens": 131072,
|
|
286
286
|
"supports_image_input": false,
|
|
287
|
-
"
|
|
288
|
-
"
|
|
287
|
+
"supports_pdf_input": false,
|
|
288
|
+
"supports_reasoning": true
|
|
289
289
|
},
|
|
290
290
|
"o4-mini": {
|
|
291
291
|
"context_window": 200000,
|
|
292
292
|
"max_output_tokens": 65536,
|
|
293
293
|
"supports_image_input": false,
|
|
294
|
-
"
|
|
295
|
-
"
|
|
294
|
+
"supports_pdf_input": false,
|
|
295
|
+
"supports_reasoning": true
|
|
296
296
|
},
|
|
297
297
|
"qwen3-235b-a22b-instruct-2507": {
|
|
298
298
|
"context_window": 262144,
|
|
299
299
|
"max_output_tokens": 262144,
|
|
300
300
|
"supports_image_input": false,
|
|
301
|
-
"
|
|
302
|
-
"
|
|
301
|
+
"supports_pdf_input": false,
|
|
302
|
+
"supports_reasoning": false
|
|
303
303
|
},
|
|
304
304
|
"qwen3-235b-a22b-thinking-2507": {
|
|
305
305
|
"context_window": 262144,
|
|
306
306
|
"max_output_tokens": 262144,
|
|
307
307
|
"supports_image_input": false,
|
|
308
|
-
"
|
|
309
|
-
"
|
|
308
|
+
"supports_pdf_input": false,
|
|
309
|
+
"supports_reasoning": true
|
|
310
310
|
},
|
|
311
311
|
"qwen3-coder-480b-a35b-instruct": {
|
|
312
312
|
"context_window": 262144,
|
|
313
313
|
"max_output_tokens": 131000,
|
|
314
314
|
"supports_image_input": false,
|
|
315
|
-
"
|
|
316
|
-
"
|
|
315
|
+
"supports_pdf_input": false,
|
|
316
|
+
"supports_reasoning": false
|
|
317
317
|
},
|
|
318
318
|
"qwen3-coder-next": {
|
|
319
319
|
"context_window": 262144,
|
|
320
320
|
"max_output_tokens": 65536,
|
|
321
321
|
"supports_image_input": false,
|
|
322
|
-
"
|
|
323
|
-
"
|
|
322
|
+
"supports_pdf_input": false,
|
|
323
|
+
"supports_reasoning": false
|
|
324
324
|
},
|
|
325
325
|
"qwen3-max-2026-01-23": {
|
|
326
326
|
"context_window": 262144,
|
|
327
327
|
"max_output_tokens": 65536,
|
|
328
328
|
"supports_image_input": false,
|
|
329
|
-
"
|
|
330
|
-
"
|
|
329
|
+
"supports_pdf_input": false,
|
|
330
|
+
"supports_reasoning": false
|
|
331
331
|
},
|
|
332
332
|
"qwen3.5-plus": {
|
|
333
333
|
"context_window": 1000000,
|
|
334
334
|
"max_output_tokens": 65536,
|
|
335
335
|
"supports_image_input": true,
|
|
336
|
-
"
|
|
337
|
-
"
|
|
336
|
+
"supports_pdf_input": false,
|
|
337
|
+
"supports_reasoning": true
|
|
338
338
|
}
|
|
339
339
|
},
|
|
340
340
|
"anthropic": {
|
|
@@ -342,155 +342,155 @@
|
|
|
342
342
|
"context_window": 200000,
|
|
343
343
|
"max_output_tokens": 8192,
|
|
344
344
|
"supports_image_input": true,
|
|
345
|
-
"
|
|
346
|
-
"
|
|
345
|
+
"supports_pdf_input": true,
|
|
346
|
+
"supports_reasoning": false
|
|
347
347
|
},
|
|
348
348
|
"claude-3-5-haiku-latest": {
|
|
349
349
|
"context_window": 200000,
|
|
350
350
|
"max_output_tokens": 8192,
|
|
351
351
|
"supports_image_input": true,
|
|
352
|
-
"
|
|
353
|
-
"
|
|
352
|
+
"supports_pdf_input": true,
|
|
353
|
+
"supports_reasoning": false
|
|
354
354
|
},
|
|
355
355
|
"claude-3-5-sonnet-20240620": {
|
|
356
356
|
"context_window": 200000,
|
|
357
357
|
"max_output_tokens": 8192,
|
|
358
358
|
"supports_image_input": true,
|
|
359
|
-
"
|
|
360
|
-
"
|
|
359
|
+
"supports_pdf_input": true,
|
|
360
|
+
"supports_reasoning": false
|
|
361
361
|
},
|
|
362
362
|
"claude-3-5-sonnet-20241022": {
|
|
363
363
|
"context_window": 200000,
|
|
364
364
|
"max_output_tokens": 8192,
|
|
365
365
|
"supports_image_input": true,
|
|
366
|
-
"
|
|
367
|
-
"
|
|
366
|
+
"supports_pdf_input": true,
|
|
367
|
+
"supports_reasoning": false
|
|
368
368
|
},
|
|
369
369
|
"claude-3-7-sonnet-20250219": {
|
|
370
370
|
"context_window": 200000,
|
|
371
371
|
"max_output_tokens": 64000,
|
|
372
372
|
"supports_image_input": true,
|
|
373
|
-
"
|
|
374
|
-
"
|
|
373
|
+
"supports_pdf_input": true,
|
|
374
|
+
"supports_reasoning": true
|
|
375
375
|
},
|
|
376
376
|
"claude-3-haiku-20240307": {
|
|
377
377
|
"context_window": 200000,
|
|
378
378
|
"max_output_tokens": 4096,
|
|
379
379
|
"supports_image_input": true,
|
|
380
|
-
"
|
|
381
|
-
"
|
|
380
|
+
"supports_pdf_input": true,
|
|
381
|
+
"supports_reasoning": false
|
|
382
382
|
},
|
|
383
383
|
"claude-3-opus-20240229": {
|
|
384
384
|
"context_window": 200000,
|
|
385
385
|
"max_output_tokens": 4096,
|
|
386
386
|
"supports_image_input": true,
|
|
387
|
-
"
|
|
388
|
-
"
|
|
387
|
+
"supports_pdf_input": true,
|
|
388
|
+
"supports_reasoning": false
|
|
389
389
|
},
|
|
390
390
|
"claude-3-sonnet-20240229": {
|
|
391
391
|
"context_window": 200000,
|
|
392
392
|
"max_output_tokens": 4096,
|
|
393
393
|
"supports_image_input": true,
|
|
394
|
-
"
|
|
395
|
-
"
|
|
394
|
+
"supports_pdf_input": true,
|
|
395
|
+
"supports_reasoning": false
|
|
396
396
|
},
|
|
397
397
|
"claude-haiku-4-5": {
|
|
398
398
|
"context_window": 200000,
|
|
399
399
|
"max_output_tokens": 64000,
|
|
400
400
|
"supports_image_input": true,
|
|
401
|
-
"
|
|
402
|
-
"
|
|
401
|
+
"supports_pdf_input": true,
|
|
402
|
+
"supports_reasoning": true
|
|
403
403
|
},
|
|
404
404
|
"claude-haiku-4-5-20251001": {
|
|
405
405
|
"context_window": 200000,
|
|
406
406
|
"max_output_tokens": 64000,
|
|
407
407
|
"supports_image_input": true,
|
|
408
|
-
"
|
|
409
|
-
"
|
|
408
|
+
"supports_pdf_input": true,
|
|
409
|
+
"supports_reasoning": true
|
|
410
410
|
},
|
|
411
411
|
"claude-opus-4-0": {
|
|
412
412
|
"context_window": 200000,
|
|
413
413
|
"max_output_tokens": 32000,
|
|
414
414
|
"supports_image_input": true,
|
|
415
|
-
"
|
|
416
|
-
"
|
|
415
|
+
"supports_pdf_input": true,
|
|
416
|
+
"supports_reasoning": true
|
|
417
417
|
},
|
|
418
418
|
"claude-opus-4-1": {
|
|
419
419
|
"context_window": 200000,
|
|
420
420
|
"max_output_tokens": 32000,
|
|
421
421
|
"supports_image_input": true,
|
|
422
|
-
"
|
|
423
|
-
"
|
|
422
|
+
"supports_pdf_input": true,
|
|
423
|
+
"supports_reasoning": true
|
|
424
424
|
},
|
|
425
425
|
"claude-opus-4-1-20250805": {
|
|
426
426
|
"context_window": 200000,
|
|
427
427
|
"max_output_tokens": 32000,
|
|
428
428
|
"supports_image_input": true,
|
|
429
|
-
"
|
|
430
|
-
"
|
|
429
|
+
"supports_pdf_input": true,
|
|
430
|
+
"supports_reasoning": true
|
|
431
431
|
},
|
|
432
432
|
"claude-opus-4-20250514": {
|
|
433
433
|
"context_window": 200000,
|
|
434
434
|
"max_output_tokens": 32000,
|
|
435
435
|
"supports_image_input": true,
|
|
436
|
-
"
|
|
437
|
-
"
|
|
436
|
+
"supports_pdf_input": true,
|
|
437
|
+
"supports_reasoning": true
|
|
438
438
|
},
|
|
439
439
|
"claude-opus-4-5": {
|
|
440
440
|
"context_window": 200000,
|
|
441
441
|
"max_output_tokens": 64000,
|
|
442
442
|
"supports_image_input": true,
|
|
443
|
-
"
|
|
444
|
-
"
|
|
443
|
+
"supports_pdf_input": true,
|
|
444
|
+
"supports_reasoning": true
|
|
445
445
|
},
|
|
446
446
|
"claude-opus-4-5-20251101": {
|
|
447
447
|
"context_window": 200000,
|
|
448
448
|
"max_output_tokens": 64000,
|
|
449
449
|
"supports_image_input": true,
|
|
450
|
-
"
|
|
451
|
-
"
|
|
450
|
+
"supports_pdf_input": true,
|
|
451
|
+
"supports_reasoning": true
|
|
452
452
|
},
|
|
453
453
|
"claude-opus-4-6": {
|
|
454
454
|
"context_window": 1000000,
|
|
455
455
|
"max_output_tokens": 128000,
|
|
456
456
|
"supports_image_input": true,
|
|
457
|
-
"
|
|
458
|
-
"
|
|
457
|
+
"supports_pdf_input": true,
|
|
458
|
+
"supports_reasoning": true
|
|
459
459
|
},
|
|
460
460
|
"claude-sonnet-4-0": {
|
|
461
461
|
"context_window": 200000,
|
|
462
462
|
"max_output_tokens": 64000,
|
|
463
463
|
"supports_image_input": true,
|
|
464
|
-
"
|
|
465
|
-
"
|
|
464
|
+
"supports_pdf_input": true,
|
|
465
|
+
"supports_reasoning": true
|
|
466
466
|
},
|
|
467
467
|
"claude-sonnet-4-20250514": {
|
|
468
468
|
"context_window": 200000,
|
|
469
469
|
"max_output_tokens": 64000,
|
|
470
470
|
"supports_image_input": true,
|
|
471
|
-
"
|
|
472
|
-
"
|
|
471
|
+
"supports_pdf_input": true,
|
|
472
|
+
"supports_reasoning": true
|
|
473
473
|
},
|
|
474
474
|
"claude-sonnet-4-5": {
|
|
475
475
|
"context_window": 200000,
|
|
476
476
|
"max_output_tokens": 64000,
|
|
477
477
|
"supports_image_input": true,
|
|
478
|
-
"
|
|
479
|
-
"
|
|
478
|
+
"supports_pdf_input": true,
|
|
479
|
+
"supports_reasoning": true
|
|
480
480
|
},
|
|
481
481
|
"claude-sonnet-4-5-20250929": {
|
|
482
482
|
"context_window": 200000,
|
|
483
483
|
"max_output_tokens": 64000,
|
|
484
484
|
"supports_image_input": true,
|
|
485
|
-
"
|
|
486
|
-
"
|
|
485
|
+
"supports_pdf_input": true,
|
|
486
|
+
"supports_reasoning": true
|
|
487
487
|
},
|
|
488
488
|
"claude-sonnet-4-6": {
|
|
489
489
|
"context_window": 1000000,
|
|
490
490
|
"max_output_tokens": 64000,
|
|
491
491
|
"supports_image_input": true,
|
|
492
|
-
"
|
|
493
|
-
"
|
|
492
|
+
"supports_pdf_input": true,
|
|
493
|
+
"supports_reasoning": true
|
|
494
494
|
}
|
|
495
495
|
},
|
|
496
496
|
"deepseek": {
|
|
@@ -498,15 +498,15 @@
|
|
|
498
498
|
"context_window": 131072,
|
|
499
499
|
"max_output_tokens": 8192,
|
|
500
500
|
"supports_image_input": false,
|
|
501
|
-
"
|
|
502
|
-
"
|
|
501
|
+
"supports_pdf_input": false,
|
|
502
|
+
"supports_reasoning": false
|
|
503
503
|
},
|
|
504
504
|
"deepseek-reasoner": {
|
|
505
505
|
"context_window": 128000,
|
|
506
506
|
"max_output_tokens": 64000,
|
|
507
507
|
"supports_image_input": false,
|
|
508
|
-
"
|
|
509
|
-
"
|
|
508
|
+
"supports_pdf_input": false,
|
|
509
|
+
"supports_reasoning": true
|
|
510
510
|
}
|
|
511
511
|
},
|
|
512
512
|
"google": {
|
|
@@ -514,260 +514,260 @@
|
|
|
514
514
|
"context_window": 1000000,
|
|
515
515
|
"max_output_tokens": 8192,
|
|
516
516
|
"supports_image_input": true,
|
|
517
|
-
"
|
|
518
|
-
"
|
|
517
|
+
"supports_pdf_input": false,
|
|
518
|
+
"supports_reasoning": false
|
|
519
519
|
},
|
|
520
520
|
"gemini-1.5-flash-8b": {
|
|
521
521
|
"context_window": 1000000,
|
|
522
522
|
"max_output_tokens": 8192,
|
|
523
523
|
"supports_image_input": true,
|
|
524
|
-
"
|
|
525
|
-
"
|
|
524
|
+
"supports_pdf_input": false,
|
|
525
|
+
"supports_reasoning": false
|
|
526
526
|
},
|
|
527
527
|
"gemini-1.5-pro": {
|
|
528
528
|
"context_window": 1000000,
|
|
529
529
|
"max_output_tokens": 8192,
|
|
530
530
|
"supports_image_input": true,
|
|
531
|
-
"
|
|
532
|
-
"
|
|
531
|
+
"supports_pdf_input": false,
|
|
532
|
+
"supports_reasoning": false
|
|
533
533
|
},
|
|
534
534
|
"gemini-2.0-flash": {
|
|
535
535
|
"context_window": 1048576,
|
|
536
536
|
"max_output_tokens": 8192,
|
|
537
537
|
"supports_image_input": true,
|
|
538
|
-
"
|
|
539
|
-
"
|
|
538
|
+
"supports_pdf_input": true,
|
|
539
|
+
"supports_reasoning": false
|
|
540
540
|
},
|
|
541
541
|
"gemini-2.0-flash-lite": {
|
|
542
542
|
"context_window": 1048576,
|
|
543
543
|
"max_output_tokens": 8192,
|
|
544
544
|
"supports_image_input": true,
|
|
545
|
-
"
|
|
546
|
-
"
|
|
545
|
+
"supports_pdf_input": true,
|
|
546
|
+
"supports_reasoning": false
|
|
547
547
|
},
|
|
548
548
|
"gemini-2.5-flash": {
|
|
549
549
|
"context_window": 1048576,
|
|
550
550
|
"max_output_tokens": 65536,
|
|
551
551
|
"supports_image_input": true,
|
|
552
|
-
"
|
|
553
|
-
"
|
|
552
|
+
"supports_pdf_input": true,
|
|
553
|
+
"supports_reasoning": true
|
|
554
554
|
},
|
|
555
555
|
"gemini-2.5-flash-image": {
|
|
556
556
|
"context_window": 32768,
|
|
557
557
|
"max_output_tokens": 32768,
|
|
558
558
|
"supports_image_input": true,
|
|
559
|
-
"
|
|
560
|
-
"
|
|
559
|
+
"supports_pdf_input": false,
|
|
560
|
+
"supports_reasoning": true
|
|
561
561
|
},
|
|
562
562
|
"gemini-2.5-flash-image-preview": {
|
|
563
563
|
"context_window": 32768,
|
|
564
564
|
"max_output_tokens": 32768,
|
|
565
565
|
"supports_image_input": true,
|
|
566
|
-
"
|
|
567
|
-
"
|
|
566
|
+
"supports_pdf_input": false,
|
|
567
|
+
"supports_reasoning": true
|
|
568
568
|
},
|
|
569
569
|
"gemini-2.5-flash-lite": {
|
|
570
570
|
"context_window": 1048576,
|
|
571
571
|
"max_output_tokens": 65536,
|
|
572
572
|
"supports_image_input": true,
|
|
573
|
-
"
|
|
574
|
-
"
|
|
573
|
+
"supports_pdf_input": true,
|
|
574
|
+
"supports_reasoning": true
|
|
575
575
|
},
|
|
576
576
|
"gemini-2.5-flash-lite-preview-06-17": {
|
|
577
577
|
"context_window": 1048576,
|
|
578
578
|
"max_output_tokens": 65536,
|
|
579
579
|
"supports_image_input": true,
|
|
580
|
-
"
|
|
581
|
-
"
|
|
580
|
+
"supports_pdf_input": true,
|
|
581
|
+
"supports_reasoning": true
|
|
582
582
|
},
|
|
583
583
|
"gemini-2.5-flash-lite-preview-09-2025": {
|
|
584
584
|
"context_window": 1048576,
|
|
585
585
|
"max_output_tokens": 65536,
|
|
586
586
|
"supports_image_input": true,
|
|
587
|
-
"
|
|
588
|
-
"
|
|
587
|
+
"supports_pdf_input": true,
|
|
588
|
+
"supports_reasoning": true
|
|
589
589
|
},
|
|
590
590
|
"gemini-2.5-flash-preview-04-17": {
|
|
591
591
|
"context_window": 1048576,
|
|
592
592
|
"max_output_tokens": 65536,
|
|
593
593
|
"supports_image_input": true,
|
|
594
|
-
"
|
|
595
|
-
"
|
|
594
|
+
"supports_pdf_input": true,
|
|
595
|
+
"supports_reasoning": true
|
|
596
596
|
},
|
|
597
597
|
"gemini-2.5-flash-preview-05-20": {
|
|
598
598
|
"context_window": 1048576,
|
|
599
599
|
"max_output_tokens": 65536,
|
|
600
600
|
"supports_image_input": true,
|
|
601
|
-
"
|
|
602
|
-
"
|
|
601
|
+
"supports_pdf_input": true,
|
|
602
|
+
"supports_reasoning": true
|
|
603
603
|
},
|
|
604
604
|
"gemini-2.5-flash-preview-09-2025": {
|
|
605
605
|
"context_window": 1048576,
|
|
606
606
|
"max_output_tokens": 65536,
|
|
607
607
|
"supports_image_input": true,
|
|
608
|
-
"
|
|
609
|
-
"
|
|
608
|
+
"supports_pdf_input": true,
|
|
609
|
+
"supports_reasoning": true
|
|
610
610
|
},
|
|
611
611
|
"gemini-2.5-flash-preview-tts": {
|
|
612
612
|
"context_window": 8000,
|
|
613
613
|
"max_output_tokens": 16000,
|
|
614
614
|
"supports_image_input": false,
|
|
615
|
-
"
|
|
616
|
-
"
|
|
615
|
+
"supports_pdf_input": false,
|
|
616
|
+
"supports_reasoning": false
|
|
617
617
|
},
|
|
618
618
|
"gemini-2.5-pro": {
|
|
619
619
|
"context_window": 1048576,
|
|
620
620
|
"max_output_tokens": 65536,
|
|
621
621
|
"supports_image_input": true,
|
|
622
|
-
"
|
|
623
|
-
"
|
|
622
|
+
"supports_pdf_input": true,
|
|
623
|
+
"supports_reasoning": true
|
|
624
624
|
},
|
|
625
625
|
"gemini-2.5-pro-preview-05-06": {
|
|
626
626
|
"context_window": 1048576,
|
|
627
627
|
"max_output_tokens": 65536,
|
|
628
628
|
"supports_image_input": true,
|
|
629
|
-
"
|
|
630
|
-
"
|
|
629
|
+
"supports_pdf_input": true,
|
|
630
|
+
"supports_reasoning": true
|
|
631
631
|
},
|
|
632
632
|
"gemini-2.5-pro-preview-06-05": {
|
|
633
633
|
"context_window": 1048576,
|
|
634
634
|
"max_output_tokens": 65536,
|
|
635
635
|
"supports_image_input": true,
|
|
636
|
-
"
|
|
637
|
-
"
|
|
636
|
+
"supports_pdf_input": true,
|
|
637
|
+
"supports_reasoning": true
|
|
638
638
|
},
|
|
639
639
|
"gemini-2.5-pro-preview-tts": {
|
|
640
640
|
"context_window": 8000,
|
|
641
641
|
"max_output_tokens": 16000,
|
|
642
642
|
"supports_image_input": false,
|
|
643
|
-
"
|
|
644
|
-
"
|
|
643
|
+
"supports_pdf_input": false,
|
|
644
|
+
"supports_reasoning": false
|
|
645
645
|
},
|
|
646
646
|
"gemini-3-flash-preview": {
|
|
647
647
|
"context_window": 1048576,
|
|
648
648
|
"max_output_tokens": 65536,
|
|
649
649
|
"supports_image_input": true,
|
|
650
|
-
"
|
|
651
|
-
"
|
|
650
|
+
"supports_pdf_input": true,
|
|
651
|
+
"supports_reasoning": true
|
|
652
652
|
},
|
|
653
653
|
"gemini-3-pro-preview": {
|
|
654
654
|
"context_window": 1000000,
|
|
655
655
|
"max_output_tokens": 64000,
|
|
656
656
|
"supports_image_input": true,
|
|
657
|
-
"
|
|
658
|
-
"
|
|
657
|
+
"supports_pdf_input": true,
|
|
658
|
+
"supports_reasoning": true
|
|
659
659
|
},
|
|
660
660
|
"gemini-3.1-flash-image-preview": {
|
|
661
661
|
"context_window": 131072,
|
|
662
662
|
"max_output_tokens": 32768,
|
|
663
663
|
"supports_image_input": true,
|
|
664
|
-
"
|
|
665
|
-
"
|
|
664
|
+
"supports_pdf_input": true,
|
|
665
|
+
"supports_reasoning": true
|
|
666
666
|
},
|
|
667
667
|
"gemini-3.1-flash-lite-preview": {
|
|
668
668
|
"context_window": 1048576,
|
|
669
669
|
"max_output_tokens": 65536,
|
|
670
670
|
"supports_image_input": true,
|
|
671
|
-
"
|
|
672
|
-
"
|
|
671
|
+
"supports_pdf_input": true,
|
|
672
|
+
"supports_reasoning": true
|
|
673
673
|
},
|
|
674
674
|
"gemini-3.1-pro-preview": {
|
|
675
675
|
"context_window": 1048576,
|
|
676
676
|
"max_output_tokens": 65536,
|
|
677
677
|
"supports_image_input": true,
|
|
678
|
-
"
|
|
679
|
-
"
|
|
678
|
+
"supports_pdf_input": true,
|
|
679
|
+
"supports_reasoning": true
|
|
680
680
|
},
|
|
681
681
|
"gemini-3.1-pro-preview-customtools": {
|
|
682
682
|
"context_window": 1048576,
|
|
683
683
|
"max_output_tokens": 65536,
|
|
684
684
|
"supports_image_input": true,
|
|
685
|
-
"
|
|
686
|
-
"
|
|
685
|
+
"supports_pdf_input": true,
|
|
686
|
+
"supports_reasoning": true
|
|
687
687
|
},
|
|
688
688
|
"gemini-embedding-001": {
|
|
689
689
|
"context_window": 2048,
|
|
690
690
|
"max_output_tokens": 3072,
|
|
691
691
|
"supports_image_input": false,
|
|
692
|
-
"
|
|
693
|
-
"
|
|
692
|
+
"supports_pdf_input": false,
|
|
693
|
+
"supports_reasoning": false
|
|
694
694
|
},
|
|
695
695
|
"gemini-flash-latest": {
|
|
696
696
|
"context_window": 1048576,
|
|
697
697
|
"max_output_tokens": 65536,
|
|
698
698
|
"supports_image_input": true,
|
|
699
|
-
"
|
|
700
|
-
"
|
|
699
|
+
"supports_pdf_input": true,
|
|
700
|
+
"supports_reasoning": true
|
|
701
701
|
},
|
|
702
702
|
"gemini-flash-lite-latest": {
|
|
703
703
|
"context_window": 1048576,
|
|
704
704
|
"max_output_tokens": 65536,
|
|
705
705
|
"supports_image_input": true,
|
|
706
|
-
"
|
|
707
|
-
"
|
|
706
|
+
"supports_pdf_input": true,
|
|
707
|
+
"supports_reasoning": true
|
|
708
708
|
},
|
|
709
709
|
"gemini-live-2.5-flash": {
|
|
710
710
|
"context_window": 128000,
|
|
711
711
|
"max_output_tokens": 8000,
|
|
712
712
|
"supports_image_input": true,
|
|
713
|
-
"
|
|
714
|
-
"
|
|
713
|
+
"supports_pdf_input": false,
|
|
714
|
+
"supports_reasoning": true
|
|
715
715
|
},
|
|
716
716
|
"gemini-live-2.5-flash-preview-native-audio": {
|
|
717
717
|
"context_window": 131072,
|
|
718
718
|
"max_output_tokens": 65536,
|
|
719
719
|
"supports_image_input": false,
|
|
720
|
-
"
|
|
721
|
-
"
|
|
720
|
+
"supports_pdf_input": false,
|
|
721
|
+
"supports_reasoning": true
|
|
722
722
|
},
|
|
723
723
|
"gemma-3-12b-it": {
|
|
724
724
|
"context_window": 32768,
|
|
725
725
|
"max_output_tokens": 8192,
|
|
726
726
|
"supports_image_input": true,
|
|
727
|
-
"
|
|
728
|
-
"
|
|
727
|
+
"supports_pdf_input": false,
|
|
728
|
+
"supports_reasoning": false
|
|
729
729
|
},
|
|
730
730
|
"gemma-3-27b-it": {
|
|
731
731
|
"context_window": 131072,
|
|
732
732
|
"max_output_tokens": 8192,
|
|
733
733
|
"supports_image_input": true,
|
|
734
|
-
"
|
|
735
|
-
"
|
|
734
|
+
"supports_pdf_input": false,
|
|
735
|
+
"supports_reasoning": false
|
|
736
736
|
},
|
|
737
737
|
"gemma-3-4b-it": {
|
|
738
738
|
"context_window": 32768,
|
|
739
739
|
"max_output_tokens": 8192,
|
|
740
740
|
"supports_image_input": true,
|
|
741
|
-
"
|
|
742
|
-
"
|
|
741
|
+
"supports_pdf_input": false,
|
|
742
|
+
"supports_reasoning": false
|
|
743
743
|
},
|
|
744
744
|
"gemma-3n-e2b-it": {
|
|
745
745
|
"context_window": 8192,
|
|
746
746
|
"max_output_tokens": 2000,
|
|
747
747
|
"supports_image_input": false,
|
|
748
|
-
"
|
|
749
|
-
"
|
|
748
|
+
"supports_pdf_input": false,
|
|
749
|
+
"supports_reasoning": false
|
|
750
750
|
},
|
|
751
751
|
"gemma-3n-e4b-it": {
|
|
752
752
|
"context_window": 8192,
|
|
753
753
|
"max_output_tokens": 2000,
|
|
754
754
|
"supports_image_input": false,
|
|
755
|
-
"
|
|
756
|
-
"
|
|
755
|
+
"supports_pdf_input": false,
|
|
756
|
+
"supports_reasoning": false
|
|
757
757
|
},
|
|
758
758
|
"gemma-4-26b-it": {
|
|
759
759
|
"context_window": 256000,
|
|
760
760
|
"max_output_tokens": 8192,
|
|
761
761
|
"supports_image_input": true,
|
|
762
|
-
"
|
|
763
|
-
"
|
|
762
|
+
"supports_pdf_input": false,
|
|
763
|
+
"supports_reasoning": true
|
|
764
764
|
},
|
|
765
765
|
"gemma-4-31b-it": {
|
|
766
766
|
"context_window": 256000,
|
|
767
767
|
"max_output_tokens": 8192,
|
|
768
768
|
"supports_image_input": true,
|
|
769
|
-
"
|
|
770
|
-
"
|
|
769
|
+
"supports_pdf_input": false,
|
|
770
|
+
"supports_reasoning": true
|
|
771
771
|
}
|
|
772
772
|
},
|
|
773
773
|
"minimax": {
|
|
@@ -775,43 +775,43 @@
|
|
|
775
775
|
"context_window": 196608,
|
|
776
776
|
"max_output_tokens": 128000,
|
|
777
777
|
"supports_image_input": false,
|
|
778
|
-
"
|
|
779
|
-
"
|
|
778
|
+
"supports_pdf_input": false,
|
|
779
|
+
"supports_reasoning": true
|
|
780
780
|
},
|
|
781
781
|
"MiniMax-M2.1": {
|
|
782
782
|
"context_window": 204800,
|
|
783
783
|
"max_output_tokens": 131072,
|
|
784
784
|
"supports_image_input": false,
|
|
785
|
-
"
|
|
786
|
-
"
|
|
785
|
+
"supports_pdf_input": false,
|
|
786
|
+
"supports_reasoning": true
|
|
787
787
|
},
|
|
788
788
|
"MiniMax-M2.5": {
|
|
789
789
|
"context_window": 204800,
|
|
790
790
|
"max_output_tokens": 131072,
|
|
791
791
|
"supports_image_input": false,
|
|
792
|
-
"
|
|
793
|
-
"
|
|
792
|
+
"supports_pdf_input": false,
|
|
793
|
+
"supports_reasoning": true
|
|
794
794
|
},
|
|
795
795
|
"MiniMax-M2.5-highspeed": {
|
|
796
796
|
"context_window": 204800,
|
|
797
797
|
"max_output_tokens": 131072,
|
|
798
798
|
"supports_image_input": false,
|
|
799
|
-
"
|
|
800
|
-
"
|
|
799
|
+
"supports_pdf_input": false,
|
|
800
|
+
"supports_reasoning": true
|
|
801
801
|
},
|
|
802
802
|
"MiniMax-M2.7": {
|
|
803
803
|
"context_window": 204800,
|
|
804
804
|
"max_output_tokens": 131072,
|
|
805
805
|
"supports_image_input": false,
|
|
806
|
-
"
|
|
807
|
-
"
|
|
806
|
+
"supports_pdf_input": false,
|
|
807
|
+
"supports_reasoning": true
|
|
808
808
|
},
|
|
809
809
|
"MiniMax-M2.7-highspeed": {
|
|
810
810
|
"context_window": 204800,
|
|
811
811
|
"max_output_tokens": 131072,
|
|
812
812
|
"supports_image_input": false,
|
|
813
|
-
"
|
|
814
|
-
"
|
|
813
|
+
"supports_pdf_input": false,
|
|
814
|
+
"supports_reasoning": true
|
|
815
815
|
}
|
|
816
816
|
},
|
|
817
817
|
"moonshotai": {
|
|
@@ -819,43 +819,43 @@
|
|
|
819
819
|
"context_window": 131072,
|
|
820
820
|
"max_output_tokens": 16384,
|
|
821
821
|
"supports_image_input": false,
|
|
822
|
-
"
|
|
823
|
-
"
|
|
822
|
+
"supports_pdf_input": false,
|
|
823
|
+
"supports_reasoning": false
|
|
824
824
|
},
|
|
825
825
|
"kimi-k2-0905-preview": {
|
|
826
826
|
"context_window": 262144,
|
|
827
827
|
"max_output_tokens": 262144,
|
|
828
828
|
"supports_image_input": false,
|
|
829
|
-
"
|
|
830
|
-
"
|
|
829
|
+
"supports_pdf_input": false,
|
|
830
|
+
"supports_reasoning": false
|
|
831
831
|
},
|
|
832
832
|
"kimi-k2-thinking": {
|
|
833
833
|
"context_window": 262144,
|
|
834
834
|
"max_output_tokens": 262144,
|
|
835
835
|
"supports_image_input": false,
|
|
836
|
-
"
|
|
837
|
-
"
|
|
836
|
+
"supports_pdf_input": false,
|
|
837
|
+
"supports_reasoning": true
|
|
838
838
|
},
|
|
839
839
|
"kimi-k2-thinking-turbo": {
|
|
840
840
|
"context_window": 262144,
|
|
841
841
|
"max_output_tokens": 262144,
|
|
842
842
|
"supports_image_input": false,
|
|
843
|
-
"
|
|
844
|
-
"
|
|
843
|
+
"supports_pdf_input": false,
|
|
844
|
+
"supports_reasoning": true
|
|
845
845
|
},
|
|
846
846
|
"kimi-k2-turbo-preview": {
|
|
847
847
|
"context_window": 262144,
|
|
848
848
|
"max_output_tokens": 262144,
|
|
849
849
|
"supports_image_input": false,
|
|
850
|
-
"
|
|
851
|
-
"
|
|
850
|
+
"supports_pdf_input": false,
|
|
851
|
+
"supports_reasoning": false
|
|
852
852
|
},
|
|
853
853
|
"kimi-k2.5": {
|
|
854
854
|
"context_window": 262144,
|
|
855
855
|
"max_output_tokens": 262144,
|
|
856
856
|
"supports_image_input": true,
|
|
857
|
-
"
|
|
858
|
-
"
|
|
857
|
+
"supports_pdf_input": false,
|
|
858
|
+
"supports_reasoning": true
|
|
859
859
|
}
|
|
860
860
|
},
|
|
861
861
|
"openai": {
|
|
@@ -863,358 +863,358 @@
|
|
|
863
863
|
"context_window": 0,
|
|
864
864
|
"max_output_tokens": 0,
|
|
865
865
|
"supports_image_input": true,
|
|
866
|
-
"
|
|
867
|
-
"
|
|
866
|
+
"supports_pdf_input": false,
|
|
867
|
+
"supports_reasoning": false
|
|
868
868
|
},
|
|
869
869
|
"codex-mini-latest": {
|
|
870
870
|
"context_window": 200000,
|
|
871
871
|
"max_output_tokens": 100000,
|
|
872
872
|
"supports_image_input": false,
|
|
873
|
-
"
|
|
874
|
-
"
|
|
873
|
+
"supports_pdf_input": false,
|
|
874
|
+
"supports_reasoning": true
|
|
875
875
|
},
|
|
876
876
|
"gpt-3.5-turbo": {
|
|
877
877
|
"context_window": 16385,
|
|
878
878
|
"max_output_tokens": 4096,
|
|
879
879
|
"supports_image_input": false,
|
|
880
|
-
"
|
|
881
|
-
"
|
|
880
|
+
"supports_pdf_input": false,
|
|
881
|
+
"supports_reasoning": false
|
|
882
882
|
},
|
|
883
883
|
"gpt-4": {
|
|
884
884
|
"context_window": 8192,
|
|
885
885
|
"max_output_tokens": 8192,
|
|
886
886
|
"supports_image_input": false,
|
|
887
|
-
"
|
|
888
|
-
"
|
|
887
|
+
"supports_pdf_input": false,
|
|
888
|
+
"supports_reasoning": false
|
|
889
889
|
},
|
|
890
890
|
"gpt-4-turbo": {
|
|
891
891
|
"context_window": 128000,
|
|
892
892
|
"max_output_tokens": 4096,
|
|
893
893
|
"supports_image_input": true,
|
|
894
|
-
"
|
|
895
|
-
"
|
|
894
|
+
"supports_pdf_input": false,
|
|
895
|
+
"supports_reasoning": false
|
|
896
896
|
},
|
|
897
897
|
"gpt-4.1": {
|
|
898
898
|
"context_window": 1047576,
|
|
899
899
|
"max_output_tokens": 32768,
|
|
900
900
|
"supports_image_input": true,
|
|
901
|
-
"
|
|
902
|
-
"
|
|
901
|
+
"supports_pdf_input": true,
|
|
902
|
+
"supports_reasoning": false
|
|
903
903
|
},
|
|
904
904
|
"gpt-4.1-mini": {
|
|
905
905
|
"context_window": 1047576,
|
|
906
906
|
"max_output_tokens": 32768,
|
|
907
907
|
"supports_image_input": true,
|
|
908
|
-
"
|
|
909
|
-
"
|
|
908
|
+
"supports_pdf_input": true,
|
|
909
|
+
"supports_reasoning": false
|
|
910
910
|
},
|
|
911
911
|
"gpt-4.1-nano": {
|
|
912
912
|
"context_window": 1047576,
|
|
913
913
|
"max_output_tokens": 32768,
|
|
914
914
|
"supports_image_input": true,
|
|
915
|
-
"
|
|
916
|
-
"
|
|
915
|
+
"supports_pdf_input": false,
|
|
916
|
+
"supports_reasoning": false
|
|
917
917
|
},
|
|
918
918
|
"gpt-4o": {
|
|
919
919
|
"context_window": 128000,
|
|
920
920
|
"max_output_tokens": 16384,
|
|
921
921
|
"supports_image_input": true,
|
|
922
|
-
"
|
|
923
|
-
"
|
|
922
|
+
"supports_pdf_input": true,
|
|
923
|
+
"supports_reasoning": false
|
|
924
924
|
},
|
|
925
925
|
"gpt-4o-2024-05-13": {
|
|
926
926
|
"context_window": 128000,
|
|
927
927
|
"max_output_tokens": 4096,
|
|
928
928
|
"supports_image_input": true,
|
|
929
|
-
"
|
|
930
|
-
"
|
|
929
|
+
"supports_pdf_input": false,
|
|
930
|
+
"supports_reasoning": false
|
|
931
931
|
},
|
|
932
932
|
"gpt-4o-2024-08-06": {
|
|
933
933
|
"context_window": 128000,
|
|
934
934
|
"max_output_tokens": 16384,
|
|
935
935
|
"supports_image_input": true,
|
|
936
|
-
"
|
|
937
|
-
"
|
|
936
|
+
"supports_pdf_input": false,
|
|
937
|
+
"supports_reasoning": false
|
|
938
938
|
},
|
|
939
939
|
"gpt-4o-2024-11-20": {
|
|
940
940
|
"context_window": 128000,
|
|
941
941
|
"max_output_tokens": 16384,
|
|
942
942
|
"supports_image_input": true,
|
|
943
|
-
"
|
|
944
|
-
"
|
|
943
|
+
"supports_pdf_input": false,
|
|
944
|
+
"supports_reasoning": false
|
|
945
945
|
},
|
|
946
946
|
"gpt-4o-mini": {
|
|
947
947
|
"context_window": 128000,
|
|
948
948
|
"max_output_tokens": 16384,
|
|
949
949
|
"supports_image_input": true,
|
|
950
|
-
"
|
|
951
|
-
"
|
|
950
|
+
"supports_pdf_input": true,
|
|
951
|
+
"supports_reasoning": false
|
|
952
952
|
},
|
|
953
953
|
"gpt-5": {
|
|
954
954
|
"context_window": 400000,
|
|
955
955
|
"max_output_tokens": 128000,
|
|
956
956
|
"supports_image_input": true,
|
|
957
|
-
"
|
|
958
|
-
"
|
|
957
|
+
"supports_pdf_input": false,
|
|
958
|
+
"supports_reasoning": true
|
|
959
959
|
},
|
|
960
960
|
"gpt-5-chat-latest": {
|
|
961
961
|
"context_window": 400000,
|
|
962
962
|
"max_output_tokens": 128000,
|
|
963
963
|
"supports_image_input": true,
|
|
964
|
-
"
|
|
965
|
-
"
|
|
964
|
+
"supports_pdf_input": false,
|
|
965
|
+
"supports_reasoning": true
|
|
966
966
|
},
|
|
967
967
|
"gpt-5-codex": {
|
|
968
968
|
"context_window": 400000,
|
|
969
969
|
"max_output_tokens": 128000,
|
|
970
970
|
"supports_image_input": true,
|
|
971
|
-
"
|
|
972
|
-
"
|
|
971
|
+
"supports_pdf_input": false,
|
|
972
|
+
"supports_reasoning": true
|
|
973
973
|
},
|
|
974
974
|
"gpt-5-mini": {
|
|
975
975
|
"context_window": 400000,
|
|
976
976
|
"max_output_tokens": 128000,
|
|
977
977
|
"supports_image_input": true,
|
|
978
|
-
"
|
|
979
|
-
"
|
|
978
|
+
"supports_pdf_input": false,
|
|
979
|
+
"supports_reasoning": true
|
|
980
980
|
},
|
|
981
981
|
"gpt-5-nano": {
|
|
982
982
|
"context_window": 400000,
|
|
983
983
|
"max_output_tokens": 128000,
|
|
984
984
|
"supports_image_input": true,
|
|
985
|
-
"
|
|
986
|
-
"
|
|
985
|
+
"supports_pdf_input": false,
|
|
986
|
+
"supports_reasoning": true
|
|
987
987
|
},
|
|
988
988
|
"gpt-5-pro": {
|
|
989
989
|
"context_window": 400000,
|
|
990
990
|
"max_output_tokens": 272000,
|
|
991
991
|
"supports_image_input": true,
|
|
992
|
-
"
|
|
993
|
-
"
|
|
992
|
+
"supports_pdf_input": false,
|
|
993
|
+
"supports_reasoning": true
|
|
994
994
|
},
|
|
995
995
|
"gpt-5.1": {
|
|
996
996
|
"context_window": 400000,
|
|
997
997
|
"max_output_tokens": 128000,
|
|
998
998
|
"supports_image_input": true,
|
|
999
|
-
"
|
|
1000
|
-
"
|
|
999
|
+
"supports_pdf_input": false,
|
|
1000
|
+
"supports_reasoning": true
|
|
1001
1001
|
},
|
|
1002
1002
|
"gpt-5.1-chat-latest": {
|
|
1003
1003
|
"context_window": 128000,
|
|
1004
1004
|
"max_output_tokens": 16384,
|
|
1005
1005
|
"supports_image_input": true,
|
|
1006
|
-
"
|
|
1007
|
-
"
|
|
1006
|
+
"supports_pdf_input": false,
|
|
1007
|
+
"supports_reasoning": true
|
|
1008
1008
|
},
|
|
1009
1009
|
"gpt-5.1-codex": {
|
|
1010
1010
|
"context_window": 400000,
|
|
1011
1011
|
"max_output_tokens": 128000,
|
|
1012
1012
|
"supports_image_input": true,
|
|
1013
|
-
"
|
|
1014
|
-
"
|
|
1013
|
+
"supports_pdf_input": false,
|
|
1014
|
+
"supports_reasoning": true
|
|
1015
1015
|
},
|
|
1016
1016
|
"gpt-5.1-codex-max": {
|
|
1017
1017
|
"context_window": 400000,
|
|
1018
1018
|
"max_output_tokens": 128000,
|
|
1019
1019
|
"supports_image_input": true,
|
|
1020
|
-
"
|
|
1021
|
-
"
|
|
1020
|
+
"supports_pdf_input": false,
|
|
1021
|
+
"supports_reasoning": true
|
|
1022
1022
|
},
|
|
1023
1023
|
"gpt-5.1-codex-mini": {
|
|
1024
1024
|
"context_window": 400000,
|
|
1025
1025
|
"max_output_tokens": 128000,
|
|
1026
1026
|
"supports_image_input": true,
|
|
1027
|
-
"
|
|
1028
|
-
"
|
|
1027
|
+
"supports_pdf_input": false,
|
|
1028
|
+
"supports_reasoning": true
|
|
1029
1029
|
},
|
|
1030
1030
|
"gpt-5.2": {
|
|
1031
1031
|
"context_window": 400000,
|
|
1032
1032
|
"max_output_tokens": 128000,
|
|
1033
1033
|
"supports_image_input": true,
|
|
1034
|
-
"
|
|
1035
|
-
"
|
|
1034
|
+
"supports_pdf_input": false,
|
|
1035
|
+
"supports_reasoning": true
|
|
1036
1036
|
},
|
|
1037
1037
|
"gpt-5.2-chat-latest": {
|
|
1038
1038
|
"context_window": 128000,
|
|
1039
1039
|
"max_output_tokens": 16384,
|
|
1040
1040
|
"supports_image_input": true,
|
|
1041
|
-
"
|
|
1042
|
-
"
|
|
1041
|
+
"supports_pdf_input": false,
|
|
1042
|
+
"supports_reasoning": true
|
|
1043
1043
|
},
|
|
1044
1044
|
"gpt-5.2-codex": {
|
|
1045
1045
|
"context_window": 400000,
|
|
1046
1046
|
"max_output_tokens": 128000,
|
|
1047
1047
|
"supports_image_input": true,
|
|
1048
|
-
"
|
|
1049
|
-
"
|
|
1048
|
+
"supports_pdf_input": true,
|
|
1049
|
+
"supports_reasoning": true
|
|
1050
1050
|
},
|
|
1051
1051
|
"gpt-5.2-pro": {
|
|
1052
1052
|
"context_window": 400000,
|
|
1053
1053
|
"max_output_tokens": 128000,
|
|
1054
1054
|
"supports_image_input": true,
|
|
1055
|
-
"
|
|
1056
|
-
"
|
|
1055
|
+
"supports_pdf_input": false,
|
|
1056
|
+
"supports_reasoning": true
|
|
1057
1057
|
},
|
|
1058
1058
|
"gpt-5.3-chat-latest": {
|
|
1059
1059
|
"context_window": 128000,
|
|
1060
1060
|
"max_output_tokens": 16384,
|
|
1061
1061
|
"supports_image_input": true,
|
|
1062
|
-
"
|
|
1063
|
-
"
|
|
1062
|
+
"supports_pdf_input": false,
|
|
1063
|
+
"supports_reasoning": false
|
|
1064
1064
|
},
|
|
1065
1065
|
"gpt-5.3-codex": {
|
|
1066
1066
|
"context_window": 400000,
|
|
1067
1067
|
"max_output_tokens": 128000,
|
|
1068
1068
|
"supports_image_input": true,
|
|
1069
|
-
"
|
|
1070
|
-
"
|
|
1069
|
+
"supports_pdf_input": true,
|
|
1070
|
+
"supports_reasoning": true
|
|
1071
1071
|
},
|
|
1072
1072
|
"gpt-5.3-codex-spark": {
|
|
1073
1073
|
"context_window": 128000,
|
|
1074
1074
|
"max_output_tokens": 32000,
|
|
1075
1075
|
"supports_image_input": true,
|
|
1076
|
-
"
|
|
1077
|
-
"
|
|
1076
|
+
"supports_pdf_input": true,
|
|
1077
|
+
"supports_reasoning": true
|
|
1078
1078
|
},
|
|
1079
1079
|
"gpt-5.4": {
|
|
1080
1080
|
"context_window": 1050000,
|
|
1081
1081
|
"max_output_tokens": 128000,
|
|
1082
1082
|
"supports_image_input": true,
|
|
1083
|
-
"
|
|
1084
|
-
"
|
|
1083
|
+
"supports_pdf_input": true,
|
|
1084
|
+
"supports_reasoning": true
|
|
1085
1085
|
},
|
|
1086
1086
|
"gpt-5.4-mini": {
|
|
1087
1087
|
"context_window": 400000,
|
|
1088
1088
|
"max_output_tokens": 128000,
|
|
1089
1089
|
"supports_image_input": true,
|
|
1090
|
-
"
|
|
1091
|
-
"
|
|
1090
|
+
"supports_pdf_input": false,
|
|
1091
|
+
"supports_reasoning": true
|
|
1092
1092
|
},
|
|
1093
1093
|
"gpt-5.4-nano": {
|
|
1094
1094
|
"context_window": 400000,
|
|
1095
1095
|
"max_output_tokens": 128000,
|
|
1096
1096
|
"supports_image_input": true,
|
|
1097
|
-
"
|
|
1098
|
-
"
|
|
1097
|
+
"supports_pdf_input": false,
|
|
1098
|
+
"supports_reasoning": true
|
|
1099
1099
|
},
|
|
1100
1100
|
"gpt-5.4-pro": {
|
|
1101
1101
|
"context_window": 1050000,
|
|
1102
1102
|
"max_output_tokens": 128000,
|
|
1103
1103
|
"supports_image_input": true,
|
|
1104
|
-
"
|
|
1105
|
-
"
|
|
1104
|
+
"supports_pdf_input": false,
|
|
1105
|
+
"supports_reasoning": true
|
|
1106
1106
|
},
|
|
1107
1107
|
"gpt-image-1": {
|
|
1108
1108
|
"context_window": 0,
|
|
1109
1109
|
"max_output_tokens": 0,
|
|
1110
1110
|
"supports_image_input": true,
|
|
1111
|
-
"
|
|
1112
|
-
"
|
|
1111
|
+
"supports_pdf_input": false,
|
|
1112
|
+
"supports_reasoning": false
|
|
1113
1113
|
},
|
|
1114
1114
|
"gpt-image-1-mini": {
|
|
1115
1115
|
"context_window": 0,
|
|
1116
1116
|
"max_output_tokens": 0,
|
|
1117
1117
|
"supports_image_input": true,
|
|
1118
|
-
"
|
|
1119
|
-
"
|
|
1118
|
+
"supports_pdf_input": false,
|
|
1119
|
+
"supports_reasoning": false
|
|
1120
1120
|
},
|
|
1121
1121
|
"gpt-image-1.5": {
|
|
1122
1122
|
"context_window": 0,
|
|
1123
1123
|
"max_output_tokens": 0,
|
|
1124
1124
|
"supports_image_input": true,
|
|
1125
|
-
"
|
|
1126
|
-
"
|
|
1125
|
+
"supports_pdf_input": false,
|
|
1126
|
+
"supports_reasoning": false
|
|
1127
1127
|
},
|
|
1128
1128
|
"o1": {
|
|
1129
1129
|
"context_window": 200000,
|
|
1130
1130
|
"max_output_tokens": 100000,
|
|
1131
1131
|
"supports_image_input": true,
|
|
1132
|
-
"
|
|
1133
|
-
"
|
|
1132
|
+
"supports_pdf_input": true,
|
|
1133
|
+
"supports_reasoning": true
|
|
1134
1134
|
},
|
|
1135
1135
|
"o1-mini": {
|
|
1136
1136
|
"context_window": 128000,
|
|
1137
1137
|
"max_output_tokens": 65536,
|
|
1138
1138
|
"supports_image_input": false,
|
|
1139
|
-
"
|
|
1140
|
-
"
|
|
1139
|
+
"supports_pdf_input": false,
|
|
1140
|
+
"supports_reasoning": true
|
|
1141
1141
|
},
|
|
1142
1142
|
"o1-preview": {
|
|
1143
1143
|
"context_window": 128000,
|
|
1144
1144
|
"max_output_tokens": 32768,
|
|
1145
1145
|
"supports_image_input": false,
|
|
1146
|
-
"
|
|
1147
|
-
"
|
|
1146
|
+
"supports_pdf_input": false,
|
|
1147
|
+
"supports_reasoning": true
|
|
1148
1148
|
},
|
|
1149
1149
|
"o1-pro": {
|
|
1150
1150
|
"context_window": 200000,
|
|
1151
1151
|
"max_output_tokens": 100000,
|
|
1152
1152
|
"supports_image_input": true,
|
|
1153
|
-
"
|
|
1154
|
-
"
|
|
1153
|
+
"supports_pdf_input": false,
|
|
1154
|
+
"supports_reasoning": true
|
|
1155
1155
|
},
|
|
1156
1156
|
"o3": {
|
|
1157
1157
|
"context_window": 200000,
|
|
1158
1158
|
"max_output_tokens": 100000,
|
|
1159
1159
|
"supports_image_input": true,
|
|
1160
|
-
"
|
|
1161
|
-
"
|
|
1160
|
+
"supports_pdf_input": true,
|
|
1161
|
+
"supports_reasoning": true
|
|
1162
1162
|
},
|
|
1163
1163
|
"o3-deep-research": {
|
|
1164
1164
|
"context_window": 200000,
|
|
1165
1165
|
"max_output_tokens": 100000,
|
|
1166
1166
|
"supports_image_input": true,
|
|
1167
|
-
"
|
|
1168
|
-
"
|
|
1167
|
+
"supports_pdf_input": false,
|
|
1168
|
+
"supports_reasoning": true
|
|
1169
1169
|
},
|
|
1170
1170
|
"o3-mini": {
|
|
1171
1171
|
"context_window": 200000,
|
|
1172
1172
|
"max_output_tokens": 100000,
|
|
1173
1173
|
"supports_image_input": false,
|
|
1174
|
-
"
|
|
1175
|
-
"
|
|
1174
|
+
"supports_pdf_input": false,
|
|
1175
|
+
"supports_reasoning": true
|
|
1176
1176
|
},
|
|
1177
1177
|
"o3-pro": {
|
|
1178
1178
|
"context_window": 200000,
|
|
1179
1179
|
"max_output_tokens": 100000,
|
|
1180
1180
|
"supports_image_input": true,
|
|
1181
|
-
"
|
|
1182
|
-
"
|
|
1181
|
+
"supports_pdf_input": false,
|
|
1182
|
+
"supports_reasoning": true
|
|
1183
1183
|
},
|
|
1184
1184
|
"o4-mini": {
|
|
1185
1185
|
"context_window": 200000,
|
|
1186
1186
|
"max_output_tokens": 100000,
|
|
1187
1187
|
"supports_image_input": true,
|
|
1188
|
-
"
|
|
1189
|
-
"
|
|
1188
|
+
"supports_pdf_input": false,
|
|
1189
|
+
"supports_reasoning": true
|
|
1190
1190
|
},
|
|
1191
1191
|
"o4-mini-deep-research": {
|
|
1192
1192
|
"context_window": 200000,
|
|
1193
1193
|
"max_output_tokens": 100000,
|
|
1194
1194
|
"supports_image_input": true,
|
|
1195
|
-
"
|
|
1196
|
-
"
|
|
1195
|
+
"supports_pdf_input": false,
|
|
1196
|
+
"supports_reasoning": true
|
|
1197
1197
|
},
|
|
1198
1198
|
"text-embedding-3-large": {
|
|
1199
1199
|
"context_window": 8191,
|
|
1200
1200
|
"max_output_tokens": 3072,
|
|
1201
1201
|
"supports_image_input": false,
|
|
1202
|
-
"
|
|
1203
|
-
"
|
|
1202
|
+
"supports_pdf_input": false,
|
|
1203
|
+
"supports_reasoning": false
|
|
1204
1204
|
},
|
|
1205
1205
|
"text-embedding-3-small": {
|
|
1206
1206
|
"context_window": 8191,
|
|
1207
1207
|
"max_output_tokens": 1536,
|
|
1208
1208
|
"supports_image_input": false,
|
|
1209
|
-
"
|
|
1210
|
-
"
|
|
1209
|
+
"supports_pdf_input": false,
|
|
1210
|
+
"supports_reasoning": false
|
|
1211
1211
|
},
|
|
1212
1212
|
"text-embedding-ada-002": {
|
|
1213
1213
|
"context_window": 8192,
|
|
1214
1214
|
"max_output_tokens": 1536,
|
|
1215
1215
|
"supports_image_input": false,
|
|
1216
|
-
"
|
|
1217
|
-
"
|
|
1216
|
+
"supports_pdf_input": false,
|
|
1217
|
+
"supports_reasoning": false
|
|
1218
1218
|
}
|
|
1219
1219
|
},
|
|
1220
1220
|
"openrouter": {
|
|
@@ -1222,1191 +1222,1191 @@
|
|
|
1222
1222
|
"context_window": 200000,
|
|
1223
1223
|
"max_output_tokens": 8192,
|
|
1224
1224
|
"supports_image_input": true,
|
|
1225
|
-
"
|
|
1226
|
-
"
|
|
1225
|
+
"supports_pdf_input": true,
|
|
1226
|
+
"supports_reasoning": false
|
|
1227
1227
|
},
|
|
1228
1228
|
"anthropic/claude-3.7-sonnet": {
|
|
1229
1229
|
"context_window": 200000,
|
|
1230
1230
|
"max_output_tokens": 128000,
|
|
1231
1231
|
"supports_image_input": true,
|
|
1232
|
-
"
|
|
1233
|
-
"
|
|
1232
|
+
"supports_pdf_input": true,
|
|
1233
|
+
"supports_reasoning": true
|
|
1234
1234
|
},
|
|
1235
1235
|
"anthropic/claude-haiku-4.5": {
|
|
1236
1236
|
"context_window": 200000,
|
|
1237
1237
|
"max_output_tokens": 64000,
|
|
1238
1238
|
"supports_image_input": true,
|
|
1239
|
-
"
|
|
1240
|
-
"
|
|
1239
|
+
"supports_pdf_input": true,
|
|
1240
|
+
"supports_reasoning": true
|
|
1241
1241
|
},
|
|
1242
1242
|
"anthropic/claude-opus-4": {
|
|
1243
1243
|
"context_window": 200000,
|
|
1244
1244
|
"max_output_tokens": 32000,
|
|
1245
1245
|
"supports_image_input": true,
|
|
1246
|
-
"
|
|
1247
|
-
"
|
|
1246
|
+
"supports_pdf_input": true,
|
|
1247
|
+
"supports_reasoning": true
|
|
1248
1248
|
},
|
|
1249
1249
|
"anthropic/claude-opus-4.1": {
|
|
1250
1250
|
"context_window": 200000,
|
|
1251
1251
|
"max_output_tokens": 32000,
|
|
1252
1252
|
"supports_image_input": true,
|
|
1253
|
-
"
|
|
1254
|
-
"
|
|
1253
|
+
"supports_pdf_input": true,
|
|
1254
|
+
"supports_reasoning": true
|
|
1255
1255
|
},
|
|
1256
1256
|
"anthropic/claude-opus-4.5": {
|
|
1257
1257
|
"context_window": 200000,
|
|
1258
1258
|
"max_output_tokens": 32000,
|
|
1259
1259
|
"supports_image_input": true,
|
|
1260
|
-
"
|
|
1261
|
-
"
|
|
1260
|
+
"supports_pdf_input": true,
|
|
1261
|
+
"supports_reasoning": true
|
|
1262
1262
|
},
|
|
1263
1263
|
"anthropic/claude-opus-4.6": {
|
|
1264
1264
|
"context_window": 1000000,
|
|
1265
1265
|
"max_output_tokens": 128000,
|
|
1266
1266
|
"supports_image_input": true,
|
|
1267
|
-
"
|
|
1268
|
-
"
|
|
1267
|
+
"supports_pdf_input": true,
|
|
1268
|
+
"supports_reasoning": true
|
|
1269
1269
|
},
|
|
1270
1270
|
"anthropic/claude-sonnet-4": {
|
|
1271
1271
|
"context_window": 200000,
|
|
1272
1272
|
"max_output_tokens": 64000,
|
|
1273
1273
|
"supports_image_input": true,
|
|
1274
|
-
"
|
|
1275
|
-
"
|
|
1274
|
+
"supports_pdf_input": true,
|
|
1275
|
+
"supports_reasoning": true
|
|
1276
1276
|
},
|
|
1277
1277
|
"anthropic/claude-sonnet-4.5": {
|
|
1278
1278
|
"context_window": 1000000,
|
|
1279
1279
|
"max_output_tokens": 64000,
|
|
1280
1280
|
"supports_image_input": true,
|
|
1281
|
-
"
|
|
1282
|
-
"
|
|
1281
|
+
"supports_pdf_input": true,
|
|
1282
|
+
"supports_reasoning": true
|
|
1283
1283
|
},
|
|
1284
1284
|
"anthropic/claude-sonnet-4.6": {
|
|
1285
1285
|
"context_window": 1000000,
|
|
1286
1286
|
"max_output_tokens": 128000,
|
|
1287
1287
|
"supports_image_input": true,
|
|
1288
|
-
"
|
|
1289
|
-
"
|
|
1288
|
+
"supports_pdf_input": false,
|
|
1289
|
+
"supports_reasoning": true
|
|
1290
1290
|
},
|
|
1291
1291
|
"arcee-ai/trinity-large-preview:free": {
|
|
1292
1292
|
"context_window": 131072,
|
|
1293
1293
|
"max_output_tokens": 131072,
|
|
1294
1294
|
"supports_image_input": false,
|
|
1295
|
-
"
|
|
1296
|
-
"
|
|
1295
|
+
"supports_pdf_input": false,
|
|
1296
|
+
"supports_reasoning": false
|
|
1297
1297
|
},
|
|
1298
1298
|
"arcee-ai/trinity-large-thinking": {
|
|
1299
1299
|
"context_window": 262144,
|
|
1300
1300
|
"max_output_tokens": 80000,
|
|
1301
1301
|
"supports_image_input": false,
|
|
1302
|
-
"
|
|
1303
|
-
"
|
|
1302
|
+
"supports_pdf_input": false,
|
|
1303
|
+
"supports_reasoning": true
|
|
1304
1304
|
},
|
|
1305
1305
|
"arcee-ai/trinity-mini:free": {
|
|
1306
1306
|
"context_window": 131072,
|
|
1307
1307
|
"max_output_tokens": 131072,
|
|
1308
1308
|
"supports_image_input": false,
|
|
1309
|
-
"
|
|
1310
|
-
"
|
|
1309
|
+
"supports_pdf_input": false,
|
|
1310
|
+
"supports_reasoning": false
|
|
1311
1311
|
},
|
|
1312
1312
|
"black-forest-labs/flux.2-flex": {
|
|
1313
1313
|
"context_window": 67344,
|
|
1314
1314
|
"max_output_tokens": 67344,
|
|
1315
1315
|
"supports_image_input": true,
|
|
1316
|
-
"
|
|
1317
|
-
"
|
|
1316
|
+
"supports_pdf_input": false,
|
|
1317
|
+
"supports_reasoning": false
|
|
1318
1318
|
},
|
|
1319
1319
|
"black-forest-labs/flux.2-klein-4b": {
|
|
1320
1320
|
"context_window": 40960,
|
|
1321
1321
|
"max_output_tokens": 40960,
|
|
1322
1322
|
"supports_image_input": true,
|
|
1323
|
-
"
|
|
1324
|
-
"
|
|
1323
|
+
"supports_pdf_input": false,
|
|
1324
|
+
"supports_reasoning": false
|
|
1325
1325
|
},
|
|
1326
1326
|
"black-forest-labs/flux.2-max": {
|
|
1327
1327
|
"context_window": 46864,
|
|
1328
1328
|
"max_output_tokens": 46864,
|
|
1329
1329
|
"supports_image_input": true,
|
|
1330
|
-
"
|
|
1331
|
-
"
|
|
1330
|
+
"supports_pdf_input": false,
|
|
1331
|
+
"supports_reasoning": false
|
|
1332
1332
|
},
|
|
1333
1333
|
"black-forest-labs/flux.2-pro": {
|
|
1334
1334
|
"context_window": 46864,
|
|
1335
1335
|
"max_output_tokens": 46864,
|
|
1336
1336
|
"supports_image_input": true,
|
|
1337
|
-
"
|
|
1338
|
-
"
|
|
1337
|
+
"supports_pdf_input": false,
|
|
1338
|
+
"supports_reasoning": false
|
|
1339
1339
|
},
|
|
1340
1340
|
"bytedance-seed/seedream-4.5": {
|
|
1341
1341
|
"context_window": 4096,
|
|
1342
1342
|
"max_output_tokens": 4096,
|
|
1343
1343
|
"supports_image_input": true,
|
|
1344
|
-
"
|
|
1345
|
-
"
|
|
1344
|
+
"supports_pdf_input": false,
|
|
1345
|
+
"supports_reasoning": false
|
|
1346
1346
|
},
|
|
1347
1347
|
"cognitivecomputations/dolphin-mistral-24b-venice-edition:free": {
|
|
1348
1348
|
"context_window": 32768,
|
|
1349
1349
|
"max_output_tokens": 32768,
|
|
1350
1350
|
"supports_image_input": false,
|
|
1351
|
-
"
|
|
1352
|
-
"
|
|
1351
|
+
"supports_pdf_input": false,
|
|
1352
|
+
"supports_reasoning": false
|
|
1353
1353
|
},
|
|
1354
1354
|
"deepseek/deepseek-chat-v3-0324": {
|
|
1355
1355
|
"context_window": 16384,
|
|
1356
1356
|
"max_output_tokens": 8192,
|
|
1357
1357
|
"supports_image_input": false,
|
|
1358
|
-
"
|
|
1359
|
-
"
|
|
1358
|
+
"supports_pdf_input": false,
|
|
1359
|
+
"supports_reasoning": false
|
|
1360
1360
|
},
|
|
1361
1361
|
"deepseek/deepseek-chat-v3.1": {
|
|
1362
1362
|
"context_window": 163840,
|
|
1363
1363
|
"max_output_tokens": 163840,
|
|
1364
1364
|
"supports_image_input": false,
|
|
1365
|
-
"
|
|
1366
|
-
"
|
|
1365
|
+
"supports_pdf_input": false,
|
|
1366
|
+
"supports_reasoning": true
|
|
1367
1367
|
},
|
|
1368
1368
|
"deepseek/deepseek-r1-distill-llama-70b": {
|
|
1369
1369
|
"context_window": 8192,
|
|
1370
1370
|
"max_output_tokens": 8192,
|
|
1371
1371
|
"supports_image_input": false,
|
|
1372
|
-
"
|
|
1373
|
-
"
|
|
1372
|
+
"supports_pdf_input": false,
|
|
1373
|
+
"supports_reasoning": true
|
|
1374
1374
|
},
|
|
1375
1375
|
"deepseek/deepseek-v3.1-terminus": {
|
|
1376
1376
|
"context_window": 131072,
|
|
1377
1377
|
"max_output_tokens": 65536,
|
|
1378
1378
|
"supports_image_input": false,
|
|
1379
|
-
"
|
|
1380
|
-
"
|
|
1379
|
+
"supports_pdf_input": false,
|
|
1380
|
+
"supports_reasoning": true
|
|
1381
1381
|
},
|
|
1382
1382
|
"deepseek/deepseek-v3.1-terminus:exacto": {
|
|
1383
1383
|
"context_window": 131072,
|
|
1384
1384
|
"max_output_tokens": 65536,
|
|
1385
1385
|
"supports_image_input": false,
|
|
1386
|
-
"
|
|
1387
|
-
"
|
|
1386
|
+
"supports_pdf_input": false,
|
|
1387
|
+
"supports_reasoning": true
|
|
1388
1388
|
},
|
|
1389
1389
|
"deepseek/deepseek-v3.2": {
|
|
1390
1390
|
"context_window": 163840,
|
|
1391
1391
|
"max_output_tokens": 65536,
|
|
1392
1392
|
"supports_image_input": false,
|
|
1393
|
-
"
|
|
1394
|
-
"
|
|
1393
|
+
"supports_pdf_input": false,
|
|
1394
|
+
"supports_reasoning": true
|
|
1395
1395
|
},
|
|
1396
1396
|
"deepseek/deepseek-v3.2-speciale": {
|
|
1397
1397
|
"context_window": 163840,
|
|
1398
1398
|
"max_output_tokens": 65536,
|
|
1399
1399
|
"supports_image_input": false,
|
|
1400
|
-
"
|
|
1401
|
-
"
|
|
1400
|
+
"supports_pdf_input": false,
|
|
1401
|
+
"supports_reasoning": true
|
|
1402
1402
|
},
|
|
1403
1403
|
"google/gemini-2.0-flash-001": {
|
|
1404
1404
|
"context_window": 1048576,
|
|
1405
1405
|
"max_output_tokens": 8192,
|
|
1406
1406
|
"supports_image_input": true,
|
|
1407
|
-
"
|
|
1408
|
-
"
|
|
1407
|
+
"supports_pdf_input": true,
|
|
1408
|
+
"supports_reasoning": false
|
|
1409
1409
|
},
|
|
1410
1410
|
"google/gemini-2.5-flash": {
|
|
1411
1411
|
"context_window": 1048576,
|
|
1412
1412
|
"max_output_tokens": 65536,
|
|
1413
1413
|
"supports_image_input": true,
|
|
1414
|
-
"
|
|
1415
|
-
"
|
|
1414
|
+
"supports_pdf_input": true,
|
|
1415
|
+
"supports_reasoning": true
|
|
1416
1416
|
},
|
|
1417
1417
|
"google/gemini-2.5-flash-lite": {
|
|
1418
1418
|
"context_window": 1048576,
|
|
1419
1419
|
"max_output_tokens": 65536,
|
|
1420
1420
|
"supports_image_input": true,
|
|
1421
|
-
"
|
|
1422
|
-
"
|
|
1421
|
+
"supports_pdf_input": true,
|
|
1422
|
+
"supports_reasoning": true
|
|
1423
1423
|
},
|
|
1424
1424
|
"google/gemini-2.5-flash-lite-preview-09-2025": {
|
|
1425
1425
|
"context_window": 1048576,
|
|
1426
1426
|
"max_output_tokens": 65536,
|
|
1427
1427
|
"supports_image_input": true,
|
|
1428
|
-
"
|
|
1429
|
-
"
|
|
1428
|
+
"supports_pdf_input": true,
|
|
1429
|
+
"supports_reasoning": true
|
|
1430
1430
|
},
|
|
1431
1431
|
"google/gemini-2.5-flash-preview-09-2025": {
|
|
1432
1432
|
"context_window": 1048576,
|
|
1433
1433
|
"max_output_tokens": 65536,
|
|
1434
1434
|
"supports_image_input": true,
|
|
1435
|
-
"
|
|
1436
|
-
"
|
|
1435
|
+
"supports_pdf_input": true,
|
|
1436
|
+
"supports_reasoning": true
|
|
1437
1437
|
},
|
|
1438
1438
|
"google/gemini-2.5-pro": {
|
|
1439
1439
|
"context_window": 1048576,
|
|
1440
1440
|
"max_output_tokens": 65536,
|
|
1441
1441
|
"supports_image_input": true,
|
|
1442
|
-
"
|
|
1443
|
-
"
|
|
1442
|
+
"supports_pdf_input": true,
|
|
1443
|
+
"supports_reasoning": true
|
|
1444
1444
|
},
|
|
1445
1445
|
"google/gemini-2.5-pro-preview-05-06": {
|
|
1446
1446
|
"context_window": 1048576,
|
|
1447
1447
|
"max_output_tokens": 65536,
|
|
1448
1448
|
"supports_image_input": true,
|
|
1449
|
-
"
|
|
1450
|
-
"
|
|
1449
|
+
"supports_pdf_input": true,
|
|
1450
|
+
"supports_reasoning": true
|
|
1451
1451
|
},
|
|
1452
1452
|
"google/gemini-2.5-pro-preview-06-05": {
|
|
1453
1453
|
"context_window": 1048576,
|
|
1454
1454
|
"max_output_tokens": 65536,
|
|
1455
1455
|
"supports_image_input": true,
|
|
1456
|
-
"
|
|
1457
|
-
"
|
|
1456
|
+
"supports_pdf_input": true,
|
|
1457
|
+
"supports_reasoning": true
|
|
1458
1458
|
},
|
|
1459
1459
|
"google/gemini-3-flash-preview": {
|
|
1460
1460
|
"context_window": 1048576,
|
|
1461
1461
|
"max_output_tokens": 65536,
|
|
1462
1462
|
"supports_image_input": true,
|
|
1463
|
-
"
|
|
1464
|
-
"
|
|
1463
|
+
"supports_pdf_input": true,
|
|
1464
|
+
"supports_reasoning": true
|
|
1465
1465
|
},
|
|
1466
1466
|
"google/gemini-3-pro-preview": {
|
|
1467
1467
|
"context_window": 1050000,
|
|
1468
1468
|
"max_output_tokens": 66000,
|
|
1469
1469
|
"supports_image_input": true,
|
|
1470
|
-
"
|
|
1471
|
-
"
|
|
1470
|
+
"supports_pdf_input": true,
|
|
1471
|
+
"supports_reasoning": true
|
|
1472
1472
|
},
|
|
1473
1473
|
"google/gemini-3.1-flash-lite-preview": {
|
|
1474
1474
|
"context_window": 1048576,
|
|
1475
1475
|
"max_output_tokens": 65536,
|
|
1476
1476
|
"supports_image_input": true,
|
|
1477
|
-
"
|
|
1478
|
-
"
|
|
1477
|
+
"supports_pdf_input": true,
|
|
1478
|
+
"supports_reasoning": true
|
|
1479
1479
|
},
|
|
1480
1480
|
"google/gemini-3.1-pro-preview": {
|
|
1481
1481
|
"context_window": 1048576,
|
|
1482
1482
|
"max_output_tokens": 65536,
|
|
1483
1483
|
"supports_image_input": true,
|
|
1484
|
-
"
|
|
1485
|
-
"
|
|
1484
|
+
"supports_pdf_input": true,
|
|
1485
|
+
"supports_reasoning": true
|
|
1486
1486
|
},
|
|
1487
1487
|
"google/gemini-3.1-pro-preview-customtools": {
|
|
1488
1488
|
"context_window": 1048576,
|
|
1489
1489
|
"max_output_tokens": 65536,
|
|
1490
1490
|
"supports_image_input": true,
|
|
1491
|
-
"
|
|
1492
|
-
"
|
|
1491
|
+
"supports_pdf_input": true,
|
|
1492
|
+
"supports_reasoning": true
|
|
1493
1493
|
},
|
|
1494
1494
|
"google/gemma-2-9b-it": {
|
|
1495
1495
|
"context_window": 8192,
|
|
1496
1496
|
"max_output_tokens": 8192,
|
|
1497
1497
|
"supports_image_input": false,
|
|
1498
|
-
"
|
|
1499
|
-
"
|
|
1498
|
+
"supports_pdf_input": false,
|
|
1499
|
+
"supports_reasoning": false
|
|
1500
1500
|
},
|
|
1501
1501
|
"google/gemma-3-12b-it": {
|
|
1502
1502
|
"context_window": 131072,
|
|
1503
1503
|
"max_output_tokens": 131072,
|
|
1504
1504
|
"supports_image_input": true,
|
|
1505
|
-
"
|
|
1506
|
-
"
|
|
1505
|
+
"supports_pdf_input": false,
|
|
1506
|
+
"supports_reasoning": false
|
|
1507
1507
|
},
|
|
1508
1508
|
"google/gemma-3-12b-it:free": {
|
|
1509
1509
|
"context_window": 32768,
|
|
1510
1510
|
"max_output_tokens": 8192,
|
|
1511
1511
|
"supports_image_input": true,
|
|
1512
|
-
"
|
|
1513
|
-
"
|
|
1512
|
+
"supports_pdf_input": false,
|
|
1513
|
+
"supports_reasoning": false
|
|
1514
1514
|
},
|
|
1515
1515
|
"google/gemma-3-27b-it": {
|
|
1516
1516
|
"context_window": 96000,
|
|
1517
1517
|
"max_output_tokens": 96000,
|
|
1518
1518
|
"supports_image_input": true,
|
|
1519
|
-
"
|
|
1520
|
-
"
|
|
1519
|
+
"supports_pdf_input": false,
|
|
1520
|
+
"supports_reasoning": false
|
|
1521
1521
|
},
|
|
1522
1522
|
"google/gemma-3-27b-it:free": {
|
|
1523
1523
|
"context_window": 131072,
|
|
1524
1524
|
"max_output_tokens": 8192,
|
|
1525
1525
|
"supports_image_input": true,
|
|
1526
|
-
"
|
|
1527
|
-
"
|
|
1526
|
+
"supports_pdf_input": false,
|
|
1527
|
+
"supports_reasoning": false
|
|
1528
1528
|
},
|
|
1529
1529
|
"google/gemma-3-4b-it": {
|
|
1530
1530
|
"context_window": 96000,
|
|
1531
1531
|
"max_output_tokens": 96000,
|
|
1532
1532
|
"supports_image_input": true,
|
|
1533
|
-
"
|
|
1534
|
-
"
|
|
1533
|
+
"supports_pdf_input": false,
|
|
1534
|
+
"supports_reasoning": false
|
|
1535
1535
|
},
|
|
1536
1536
|
"google/gemma-3-4b-it:free": {
|
|
1537
1537
|
"context_window": 32768,
|
|
1538
1538
|
"max_output_tokens": 8192,
|
|
1539
1539
|
"supports_image_input": true,
|
|
1540
|
-
"
|
|
1541
|
-
"
|
|
1540
|
+
"supports_pdf_input": false,
|
|
1541
|
+
"supports_reasoning": false
|
|
1542
1542
|
},
|
|
1543
1543
|
"google/gemma-3n-e2b-it:free": {
|
|
1544
1544
|
"context_window": 8192,
|
|
1545
1545
|
"max_output_tokens": 2000,
|
|
1546
1546
|
"supports_image_input": false,
|
|
1547
|
-
"
|
|
1548
|
-
"
|
|
1547
|
+
"supports_pdf_input": false,
|
|
1548
|
+
"supports_reasoning": false
|
|
1549
1549
|
},
|
|
1550
1550
|
"google/gemma-3n-e4b-it": {
|
|
1551
1551
|
"context_window": 32768,
|
|
1552
1552
|
"max_output_tokens": 32768,
|
|
1553
1553
|
"supports_image_input": false,
|
|
1554
|
-
"
|
|
1555
|
-
"
|
|
1554
|
+
"supports_pdf_input": false,
|
|
1555
|
+
"supports_reasoning": false
|
|
1556
1556
|
},
|
|
1557
1557
|
"google/gemma-3n-e4b-it:free": {
|
|
1558
1558
|
"context_window": 8192,
|
|
1559
1559
|
"max_output_tokens": 2000,
|
|
1560
1560
|
"supports_image_input": false,
|
|
1561
|
-
"
|
|
1562
|
-
"
|
|
1561
|
+
"supports_pdf_input": false,
|
|
1562
|
+
"supports_reasoning": false
|
|
1563
1563
|
},
|
|
1564
1564
|
"google/gemma-4-26b-a4b-it": {
|
|
1565
1565
|
"context_window": 262144,
|
|
1566
1566
|
"max_output_tokens": 262144,
|
|
1567
1567
|
"supports_image_input": true,
|
|
1568
|
-
"
|
|
1569
|
-
"
|
|
1568
|
+
"supports_pdf_input": false,
|
|
1569
|
+
"supports_reasoning": true
|
|
1570
1570
|
},
|
|
1571
1571
|
"google/gemma-4-31b-it": {
|
|
1572
1572
|
"context_window": 262144,
|
|
1573
1573
|
"max_output_tokens": 262144,
|
|
1574
1574
|
"supports_image_input": true,
|
|
1575
|
-
"
|
|
1576
|
-
"
|
|
1575
|
+
"supports_pdf_input": false,
|
|
1576
|
+
"supports_reasoning": true
|
|
1577
1577
|
},
|
|
1578
1578
|
"inception/mercury": {
|
|
1579
1579
|
"context_window": 128000,
|
|
1580
1580
|
"max_output_tokens": 32000,
|
|
1581
1581
|
"supports_image_input": false,
|
|
1582
|
-
"
|
|
1583
|
-
"
|
|
1582
|
+
"supports_pdf_input": false,
|
|
1583
|
+
"supports_reasoning": false
|
|
1584
1584
|
},
|
|
1585
1585
|
"inception/mercury-2": {
|
|
1586
1586
|
"context_window": 128000,
|
|
1587
1587
|
"max_output_tokens": 50000,
|
|
1588
1588
|
"supports_image_input": false,
|
|
1589
|
-
"
|
|
1590
|
-
"
|
|
1589
|
+
"supports_pdf_input": false,
|
|
1590
|
+
"supports_reasoning": true
|
|
1591
1591
|
},
|
|
1592
1592
|
"inception/mercury-coder": {
|
|
1593
1593
|
"context_window": 128000,
|
|
1594
1594
|
"max_output_tokens": 32000,
|
|
1595
1595
|
"supports_image_input": false,
|
|
1596
|
-
"
|
|
1597
|
-
"
|
|
1596
|
+
"supports_pdf_input": false,
|
|
1597
|
+
"supports_reasoning": false
|
|
1598
1598
|
},
|
|
1599
1599
|
"liquid/lfm-2.5-1.2b-instruct:free": {
|
|
1600
1600
|
"context_window": 131072,
|
|
1601
1601
|
"max_output_tokens": 32768,
|
|
1602
1602
|
"supports_image_input": false,
|
|
1603
|
-
"
|
|
1604
|
-
"
|
|
1603
|
+
"supports_pdf_input": false,
|
|
1604
|
+
"supports_reasoning": false
|
|
1605
1605
|
},
|
|
1606
1606
|
"liquid/lfm-2.5-1.2b-thinking:free": {
|
|
1607
1607
|
"context_window": 131072,
|
|
1608
1608
|
"max_output_tokens": 32768,
|
|
1609
1609
|
"supports_image_input": false,
|
|
1610
|
-
"
|
|
1611
|
-
"
|
|
1610
|
+
"supports_pdf_input": false,
|
|
1611
|
+
"supports_reasoning": true
|
|
1612
1612
|
},
|
|
1613
1613
|
"meta-llama/llama-3.2-11b-vision-instruct": {
|
|
1614
1614
|
"context_window": 131072,
|
|
1615
1615
|
"max_output_tokens": 8192,
|
|
1616
1616
|
"supports_image_input": true,
|
|
1617
|
-
"
|
|
1618
|
-
"
|
|
1617
|
+
"supports_pdf_input": false,
|
|
1618
|
+
"supports_reasoning": false
|
|
1619
1619
|
},
|
|
1620
1620
|
"meta-llama/llama-3.2-3b-instruct:free": {
|
|
1621
1621
|
"context_window": 131072,
|
|
1622
1622
|
"max_output_tokens": 131072,
|
|
1623
1623
|
"supports_image_input": true,
|
|
1624
|
-
"
|
|
1625
|
-
"
|
|
1624
|
+
"supports_pdf_input": false,
|
|
1625
|
+
"supports_reasoning": false
|
|
1626
1626
|
},
|
|
1627
1627
|
"meta-llama/llama-3.3-70b-instruct:free": {
|
|
1628
1628
|
"context_window": 131072,
|
|
1629
1629
|
"max_output_tokens": 131072,
|
|
1630
1630
|
"supports_image_input": false,
|
|
1631
|
-
"
|
|
1632
|
-
"
|
|
1631
|
+
"supports_pdf_input": false,
|
|
1632
|
+
"supports_reasoning": false
|
|
1633
1633
|
},
|
|
1634
1634
|
"minimax/minimax-01": {
|
|
1635
1635
|
"context_window": 1000000,
|
|
1636
1636
|
"max_output_tokens": 1000000,
|
|
1637
1637
|
"supports_image_input": true,
|
|
1638
|
-
"
|
|
1639
|
-
"
|
|
1638
|
+
"supports_pdf_input": false,
|
|
1639
|
+
"supports_reasoning": true
|
|
1640
1640
|
},
|
|
1641
1641
|
"minimax/minimax-m1": {
|
|
1642
1642
|
"context_window": 1000000,
|
|
1643
1643
|
"max_output_tokens": 40000,
|
|
1644
1644
|
"supports_image_input": false,
|
|
1645
|
-
"
|
|
1646
|
-
"
|
|
1645
|
+
"supports_pdf_input": false,
|
|
1646
|
+
"supports_reasoning": true
|
|
1647
1647
|
},
|
|
1648
1648
|
"minimax/minimax-m2": {
|
|
1649
1649
|
"context_window": 196600,
|
|
1650
1650
|
"max_output_tokens": 118000,
|
|
1651
1651
|
"supports_image_input": false,
|
|
1652
|
-
"
|
|
1653
|
-
"
|
|
1652
|
+
"supports_pdf_input": false,
|
|
1653
|
+
"supports_reasoning": true
|
|
1654
1654
|
},
|
|
1655
1655
|
"minimax/minimax-m2.1": {
|
|
1656
1656
|
"context_window": 204800,
|
|
1657
1657
|
"max_output_tokens": 131072,
|
|
1658
1658
|
"supports_image_input": false,
|
|
1659
|
-
"
|
|
1660
|
-
"
|
|
1659
|
+
"supports_pdf_input": false,
|
|
1660
|
+
"supports_reasoning": true
|
|
1661
1661
|
},
|
|
1662
1662
|
"minimax/minimax-m2.5": {
|
|
1663
1663
|
"context_window": 204800,
|
|
1664
1664
|
"max_output_tokens": 131072,
|
|
1665
1665
|
"supports_image_input": false,
|
|
1666
|
-
"
|
|
1667
|
-
"
|
|
1666
|
+
"supports_pdf_input": false,
|
|
1667
|
+
"supports_reasoning": true
|
|
1668
1668
|
},
|
|
1669
1669
|
"minimax/minimax-m2.7": {
|
|
1670
1670
|
"context_window": 204800,
|
|
1671
1671
|
"max_output_tokens": 131072,
|
|
1672
1672
|
"supports_image_input": false,
|
|
1673
|
-
"
|
|
1674
|
-
"
|
|
1673
|
+
"supports_pdf_input": false,
|
|
1674
|
+
"supports_reasoning": true
|
|
1675
1675
|
},
|
|
1676
1676
|
"mistralai/codestral-2508": {
|
|
1677
1677
|
"context_window": 256000,
|
|
1678
1678
|
"max_output_tokens": 256000,
|
|
1679
1679
|
"supports_image_input": false,
|
|
1680
|
-
"
|
|
1681
|
-
"
|
|
1680
|
+
"supports_pdf_input": false,
|
|
1681
|
+
"supports_reasoning": false
|
|
1682
1682
|
},
|
|
1683
1683
|
"mistralai/devstral-2512": {
|
|
1684
1684
|
"context_window": 262144,
|
|
1685
1685
|
"max_output_tokens": 262144,
|
|
1686
1686
|
"supports_image_input": false,
|
|
1687
|
-
"
|
|
1688
|
-
"
|
|
1687
|
+
"supports_pdf_input": false,
|
|
1688
|
+
"supports_reasoning": false
|
|
1689
1689
|
},
|
|
1690
1690
|
"mistralai/devstral-medium-2507": {
|
|
1691
1691
|
"context_window": 131072,
|
|
1692
1692
|
"max_output_tokens": 131072,
|
|
1693
1693
|
"supports_image_input": false,
|
|
1694
|
-
"
|
|
1695
|
-
"
|
|
1694
|
+
"supports_pdf_input": false,
|
|
1695
|
+
"supports_reasoning": false
|
|
1696
1696
|
},
|
|
1697
1697
|
"mistralai/devstral-small-2505": {
|
|
1698
1698
|
"context_window": 128000,
|
|
1699
1699
|
"max_output_tokens": 128000,
|
|
1700
1700
|
"supports_image_input": false,
|
|
1701
|
-
"
|
|
1702
|
-
"
|
|
1701
|
+
"supports_pdf_input": false,
|
|
1702
|
+
"supports_reasoning": false
|
|
1703
1703
|
},
|
|
1704
1704
|
"mistralai/devstral-small-2507": {
|
|
1705
1705
|
"context_window": 131072,
|
|
1706
1706
|
"max_output_tokens": 131072,
|
|
1707
1707
|
"supports_image_input": false,
|
|
1708
|
-
"
|
|
1709
|
-
"
|
|
1708
|
+
"supports_pdf_input": false,
|
|
1709
|
+
"supports_reasoning": false
|
|
1710
1710
|
},
|
|
1711
1711
|
"mistralai/mistral-medium-3": {
|
|
1712
1712
|
"context_window": 131072,
|
|
1713
1713
|
"max_output_tokens": 131072,
|
|
1714
1714
|
"supports_image_input": true,
|
|
1715
|
-
"
|
|
1716
|
-
"
|
|
1715
|
+
"supports_pdf_input": false,
|
|
1716
|
+
"supports_reasoning": false
|
|
1717
1717
|
},
|
|
1718
1718
|
"mistralai/mistral-medium-3.1": {
|
|
1719
1719
|
"context_window": 262144,
|
|
1720
1720
|
"max_output_tokens": 262144,
|
|
1721
1721
|
"supports_image_input": true,
|
|
1722
|
-
"
|
|
1723
|
-
"
|
|
1722
|
+
"supports_pdf_input": false,
|
|
1723
|
+
"supports_reasoning": false
|
|
1724
1724
|
},
|
|
1725
1725
|
"mistralai/mistral-small-2603": {
|
|
1726
1726
|
"context_window": 262144,
|
|
1727
1727
|
"max_output_tokens": 262144,
|
|
1728
1728
|
"supports_image_input": true,
|
|
1729
|
-
"
|
|
1730
|
-
"
|
|
1729
|
+
"supports_pdf_input": false,
|
|
1730
|
+
"supports_reasoning": true
|
|
1731
1731
|
},
|
|
1732
1732
|
"mistralai/mistral-small-3.1-24b-instruct": {
|
|
1733
1733
|
"context_window": 128000,
|
|
1734
1734
|
"max_output_tokens": 8192,
|
|
1735
1735
|
"supports_image_input": true,
|
|
1736
|
-
"
|
|
1737
|
-
"
|
|
1736
|
+
"supports_pdf_input": false,
|
|
1737
|
+
"supports_reasoning": false
|
|
1738
1738
|
},
|
|
1739
1739
|
"mistralai/mistral-small-3.2-24b-instruct": {
|
|
1740
1740
|
"context_window": 96000,
|
|
1741
1741
|
"max_output_tokens": 8192,
|
|
1742
1742
|
"supports_image_input": true,
|
|
1743
|
-
"
|
|
1744
|
-
"
|
|
1743
|
+
"supports_pdf_input": false,
|
|
1744
|
+
"supports_reasoning": false
|
|
1745
1745
|
},
|
|
1746
1746
|
"moonshotai/kimi-k2": {
|
|
1747
1747
|
"context_window": 131072,
|
|
1748
1748
|
"max_output_tokens": 32768,
|
|
1749
1749
|
"supports_image_input": false,
|
|
1750
|
-
"
|
|
1751
|
-
"
|
|
1750
|
+
"supports_pdf_input": false,
|
|
1751
|
+
"supports_reasoning": false
|
|
1752
1752
|
},
|
|
1753
1753
|
"moonshotai/kimi-k2-0905": {
|
|
1754
1754
|
"context_window": 262144,
|
|
1755
1755
|
"max_output_tokens": 16384,
|
|
1756
1756
|
"supports_image_input": false,
|
|
1757
|
-
"
|
|
1758
|
-
"
|
|
1757
|
+
"supports_pdf_input": false,
|
|
1758
|
+
"supports_reasoning": false
|
|
1759
1759
|
},
|
|
1760
1760
|
"moonshotai/kimi-k2-0905:exacto": {
|
|
1761
1761
|
"context_window": 262144,
|
|
1762
1762
|
"max_output_tokens": 16384,
|
|
1763
1763
|
"supports_image_input": false,
|
|
1764
|
-
"
|
|
1765
|
-
"
|
|
1764
|
+
"supports_pdf_input": false,
|
|
1765
|
+
"supports_reasoning": false
|
|
1766
1766
|
},
|
|
1767
1767
|
"moonshotai/kimi-k2-thinking": {
|
|
1768
1768
|
"context_window": 262144,
|
|
1769
1769
|
"max_output_tokens": 262144,
|
|
1770
1770
|
"supports_image_input": false,
|
|
1771
|
-
"
|
|
1772
|
-
"
|
|
1771
|
+
"supports_pdf_input": false,
|
|
1772
|
+
"supports_reasoning": true
|
|
1773
1773
|
},
|
|
1774
1774
|
"moonshotai/kimi-k2.5": {
|
|
1775
1775
|
"context_window": 262144,
|
|
1776
1776
|
"max_output_tokens": 262144,
|
|
1777
1777
|
"supports_image_input": true,
|
|
1778
|
-
"
|
|
1779
|
-
"
|
|
1778
|
+
"supports_pdf_input": false,
|
|
1779
|
+
"supports_reasoning": true
|
|
1780
1780
|
},
|
|
1781
1781
|
"moonshotai/kimi-k2:free": {
|
|
1782
1782
|
"context_window": 32800,
|
|
1783
1783
|
"max_output_tokens": 32800,
|
|
1784
1784
|
"supports_image_input": false,
|
|
1785
|
-
"
|
|
1786
|
-
"
|
|
1785
|
+
"supports_pdf_input": false,
|
|
1786
|
+
"supports_reasoning": false
|
|
1787
1787
|
},
|
|
1788
1788
|
"nousresearch/hermes-3-llama-3.1-405b:free": {
|
|
1789
1789
|
"context_window": 131072,
|
|
1790
1790
|
"max_output_tokens": 131072,
|
|
1791
1791
|
"supports_image_input": false,
|
|
1792
|
-
"
|
|
1793
|
-
"
|
|
1792
|
+
"supports_pdf_input": false,
|
|
1793
|
+
"supports_reasoning": true
|
|
1794
1794
|
},
|
|
1795
1795
|
"nousresearch/hermes-4-405b": {
|
|
1796
1796
|
"context_window": 131072,
|
|
1797
1797
|
"max_output_tokens": 131072,
|
|
1798
1798
|
"supports_image_input": false,
|
|
1799
|
-
"
|
|
1800
|
-
"
|
|
1799
|
+
"supports_pdf_input": false,
|
|
1800
|
+
"supports_reasoning": true
|
|
1801
1801
|
},
|
|
1802
1802
|
"nousresearch/hermes-4-70b": {
|
|
1803
1803
|
"context_window": 131072,
|
|
1804
1804
|
"max_output_tokens": 131072,
|
|
1805
1805
|
"supports_image_input": false,
|
|
1806
|
-
"
|
|
1807
|
-
"
|
|
1806
|
+
"supports_pdf_input": false,
|
|
1807
|
+
"supports_reasoning": true
|
|
1808
1808
|
},
|
|
1809
1809
|
"nvidia/nemotron-3-nano-30b-a3b:free": {
|
|
1810
1810
|
"context_window": 256000,
|
|
1811
1811
|
"max_output_tokens": 256000,
|
|
1812
1812
|
"supports_image_input": false,
|
|
1813
|
-
"
|
|
1814
|
-
"
|
|
1813
|
+
"supports_pdf_input": false,
|
|
1814
|
+
"supports_reasoning": true
|
|
1815
1815
|
},
|
|
1816
1816
|
"nvidia/nemotron-3-super-120b-a12b": {
|
|
1817
1817
|
"context_window": 262144,
|
|
1818
1818
|
"max_output_tokens": 262144,
|
|
1819
1819
|
"supports_image_input": false,
|
|
1820
|
-
"
|
|
1821
|
-
"
|
|
1820
|
+
"supports_pdf_input": false,
|
|
1821
|
+
"supports_reasoning": true
|
|
1822
1822
|
},
|
|
1823
1823
|
"nvidia/nemotron-3-super-120b-a12b:free": {
|
|
1824
1824
|
"context_window": 262144,
|
|
1825
1825
|
"max_output_tokens": 262144,
|
|
1826
1826
|
"supports_image_input": false,
|
|
1827
|
-
"
|
|
1828
|
-
"
|
|
1827
|
+
"supports_pdf_input": false,
|
|
1828
|
+
"supports_reasoning": true
|
|
1829
1829
|
},
|
|
1830
1830
|
"nvidia/nemotron-nano-12b-v2-vl:free": {
|
|
1831
1831
|
"context_window": 128000,
|
|
1832
1832
|
"max_output_tokens": 128000,
|
|
1833
1833
|
"supports_image_input": true,
|
|
1834
|
-
"
|
|
1835
|
-
"
|
|
1834
|
+
"supports_pdf_input": false,
|
|
1835
|
+
"supports_reasoning": true
|
|
1836
1836
|
},
|
|
1837
1837
|
"nvidia/nemotron-nano-9b-v2": {
|
|
1838
1838
|
"context_window": 131072,
|
|
1839
1839
|
"max_output_tokens": 131072,
|
|
1840
1840
|
"supports_image_input": false,
|
|
1841
|
-
"
|
|
1842
|
-
"
|
|
1841
|
+
"supports_pdf_input": false,
|
|
1842
|
+
"supports_reasoning": true
|
|
1843
1843
|
},
|
|
1844
1844
|
"nvidia/nemotron-nano-9b-v2:free": {
|
|
1845
1845
|
"context_window": 128000,
|
|
1846
1846
|
"max_output_tokens": 128000,
|
|
1847
1847
|
"supports_image_input": false,
|
|
1848
|
-
"
|
|
1849
|
-
"
|
|
1848
|
+
"supports_pdf_input": false,
|
|
1849
|
+
"supports_reasoning": true
|
|
1850
1850
|
},
|
|
1851
1851
|
"openai/gpt-4.1": {
|
|
1852
1852
|
"context_window": 1047576,
|
|
1853
1853
|
"max_output_tokens": 32768,
|
|
1854
1854
|
"supports_image_input": true,
|
|
1855
|
-
"
|
|
1856
|
-
"
|
|
1855
|
+
"supports_pdf_input": false,
|
|
1856
|
+
"supports_reasoning": false
|
|
1857
1857
|
},
|
|
1858
1858
|
"openai/gpt-4.1-mini": {
|
|
1859
1859
|
"context_window": 1047576,
|
|
1860
1860
|
"max_output_tokens": 32768,
|
|
1861
1861
|
"supports_image_input": true,
|
|
1862
|
-
"
|
|
1863
|
-
"
|
|
1862
|
+
"supports_pdf_input": false,
|
|
1863
|
+
"supports_reasoning": false
|
|
1864
1864
|
},
|
|
1865
1865
|
"openai/gpt-4o-mini": {
|
|
1866
1866
|
"context_window": 128000,
|
|
1867
1867
|
"max_output_tokens": 16384,
|
|
1868
1868
|
"supports_image_input": true,
|
|
1869
|
-
"
|
|
1870
|
-
"
|
|
1869
|
+
"supports_pdf_input": false,
|
|
1870
|
+
"supports_reasoning": false
|
|
1871
1871
|
},
|
|
1872
1872
|
"openai/gpt-5": {
|
|
1873
1873
|
"context_window": 400000,
|
|
1874
1874
|
"max_output_tokens": 128000,
|
|
1875
1875
|
"supports_image_input": true,
|
|
1876
|
-
"
|
|
1877
|
-
"
|
|
1876
|
+
"supports_pdf_input": false,
|
|
1877
|
+
"supports_reasoning": true
|
|
1878
1878
|
},
|
|
1879
1879
|
"openai/gpt-5-chat": {
|
|
1880
1880
|
"context_window": 400000,
|
|
1881
1881
|
"max_output_tokens": 128000,
|
|
1882
1882
|
"supports_image_input": true,
|
|
1883
|
-
"
|
|
1884
|
-
"
|
|
1883
|
+
"supports_pdf_input": false,
|
|
1884
|
+
"supports_reasoning": true
|
|
1885
1885
|
},
|
|
1886
1886
|
"openai/gpt-5-codex": {
|
|
1887
1887
|
"context_window": 400000,
|
|
1888
1888
|
"max_output_tokens": 128000,
|
|
1889
1889
|
"supports_image_input": true,
|
|
1890
|
-
"
|
|
1891
|
-
"
|
|
1890
|
+
"supports_pdf_input": false,
|
|
1891
|
+
"supports_reasoning": true
|
|
1892
1892
|
},
|
|
1893
1893
|
"openai/gpt-5-image": {
|
|
1894
1894
|
"context_window": 400000,
|
|
1895
1895
|
"max_output_tokens": 128000,
|
|
1896
1896
|
"supports_image_input": true,
|
|
1897
|
-
"
|
|
1898
|
-
"
|
|
1897
|
+
"supports_pdf_input": true,
|
|
1898
|
+
"supports_reasoning": true
|
|
1899
1899
|
},
|
|
1900
1900
|
"openai/gpt-5-mini": {
|
|
1901
1901
|
"context_window": 400000,
|
|
1902
1902
|
"max_output_tokens": 128000,
|
|
1903
1903
|
"supports_image_input": true,
|
|
1904
|
-
"
|
|
1905
|
-
"
|
|
1904
|
+
"supports_pdf_input": false,
|
|
1905
|
+
"supports_reasoning": true
|
|
1906
1906
|
},
|
|
1907
1907
|
"openai/gpt-5-nano": {
|
|
1908
1908
|
"context_window": 400000,
|
|
1909
1909
|
"max_output_tokens": 128000,
|
|
1910
1910
|
"supports_image_input": true,
|
|
1911
|
-
"
|
|
1912
|
-
"
|
|
1911
|
+
"supports_pdf_input": false,
|
|
1912
|
+
"supports_reasoning": true
|
|
1913
1913
|
},
|
|
1914
1914
|
"openai/gpt-5-pro": {
|
|
1915
1915
|
"context_window": 400000,
|
|
1916
1916
|
"max_output_tokens": 272000,
|
|
1917
1917
|
"supports_image_input": true,
|
|
1918
|
-
"
|
|
1919
|
-
"
|
|
1918
|
+
"supports_pdf_input": false,
|
|
1919
|
+
"supports_reasoning": true
|
|
1920
1920
|
},
|
|
1921
1921
|
"openai/gpt-5.1": {
|
|
1922
1922
|
"context_window": 400000,
|
|
1923
1923
|
"max_output_tokens": 128000,
|
|
1924
1924
|
"supports_image_input": true,
|
|
1925
|
-
"
|
|
1926
|
-
"
|
|
1925
|
+
"supports_pdf_input": false,
|
|
1926
|
+
"supports_reasoning": true
|
|
1927
1927
|
},
|
|
1928
1928
|
"openai/gpt-5.1-chat": {
|
|
1929
1929
|
"context_window": 128000,
|
|
1930
1930
|
"max_output_tokens": 16384,
|
|
1931
1931
|
"supports_image_input": true,
|
|
1932
|
-
"
|
|
1933
|
-
"
|
|
1932
|
+
"supports_pdf_input": false,
|
|
1933
|
+
"supports_reasoning": true
|
|
1934
1934
|
},
|
|
1935
1935
|
"openai/gpt-5.1-codex": {
|
|
1936
1936
|
"context_window": 400000,
|
|
1937
1937
|
"max_output_tokens": 128000,
|
|
1938
1938
|
"supports_image_input": true,
|
|
1939
|
-
"
|
|
1940
|
-
"
|
|
1939
|
+
"supports_pdf_input": false,
|
|
1940
|
+
"supports_reasoning": true
|
|
1941
1941
|
},
|
|
1942
1942
|
"openai/gpt-5.1-codex-max": {
|
|
1943
1943
|
"context_window": 400000,
|
|
1944
1944
|
"max_output_tokens": 128000,
|
|
1945
1945
|
"supports_image_input": true,
|
|
1946
|
-
"
|
|
1947
|
-
"
|
|
1946
|
+
"supports_pdf_input": false,
|
|
1947
|
+
"supports_reasoning": true
|
|
1948
1948
|
},
|
|
1949
1949
|
"openai/gpt-5.1-codex-mini": {
|
|
1950
1950
|
"context_window": 400000,
|
|
1951
1951
|
"max_output_tokens": 100000,
|
|
1952
1952
|
"supports_image_input": true,
|
|
1953
|
-
"
|
|
1954
|
-
"
|
|
1953
|
+
"supports_pdf_input": false,
|
|
1954
|
+
"supports_reasoning": true
|
|
1955
1955
|
},
|
|
1956
1956
|
"openai/gpt-5.2": {
|
|
1957
1957
|
"context_window": 400000,
|
|
1958
1958
|
"max_output_tokens": 128000,
|
|
1959
1959
|
"supports_image_input": true,
|
|
1960
|
-
"
|
|
1961
|
-
"
|
|
1960
|
+
"supports_pdf_input": false,
|
|
1961
|
+
"supports_reasoning": true
|
|
1962
1962
|
},
|
|
1963
1963
|
"openai/gpt-5.2-chat": {
|
|
1964
1964
|
"context_window": 128000,
|
|
1965
1965
|
"max_output_tokens": 16384,
|
|
1966
1966
|
"supports_image_input": true,
|
|
1967
|
-
"
|
|
1968
|
-
"
|
|
1967
|
+
"supports_pdf_input": false,
|
|
1968
|
+
"supports_reasoning": true
|
|
1969
1969
|
},
|
|
1970
1970
|
"openai/gpt-5.2-codex": {
|
|
1971
1971
|
"context_window": 400000,
|
|
1972
1972
|
"max_output_tokens": 128000,
|
|
1973
1973
|
"supports_image_input": true,
|
|
1974
|
-
"
|
|
1975
|
-
"
|
|
1974
|
+
"supports_pdf_input": false,
|
|
1975
|
+
"supports_reasoning": true
|
|
1976
1976
|
},
|
|
1977
1977
|
"openai/gpt-5.2-pro": {
|
|
1978
1978
|
"context_window": 400000,
|
|
1979
1979
|
"max_output_tokens": 128000,
|
|
1980
1980
|
"supports_image_input": true,
|
|
1981
|
-
"
|
|
1982
|
-
"
|
|
1981
|
+
"supports_pdf_input": false,
|
|
1982
|
+
"supports_reasoning": true
|
|
1983
1983
|
},
|
|
1984
1984
|
"openai/gpt-5.3-codex": {
|
|
1985
1985
|
"context_window": 400000,
|
|
1986
1986
|
"max_output_tokens": 128000,
|
|
1987
1987
|
"supports_image_input": true,
|
|
1988
|
-
"
|
|
1989
|
-
"
|
|
1988
|
+
"supports_pdf_input": true,
|
|
1989
|
+
"supports_reasoning": true
|
|
1990
1990
|
},
|
|
1991
1991
|
"openai/gpt-5.4": {
|
|
1992
1992
|
"context_window": 1050000,
|
|
1993
1993
|
"max_output_tokens": 128000,
|
|
1994
1994
|
"supports_image_input": true,
|
|
1995
|
-
"
|
|
1996
|
-
"
|
|
1995
|
+
"supports_pdf_input": true,
|
|
1996
|
+
"supports_reasoning": true
|
|
1997
1997
|
},
|
|
1998
1998
|
"openai/gpt-5.4-mini": {
|
|
1999
1999
|
"context_window": 400000,
|
|
2000
2000
|
"max_output_tokens": 128000,
|
|
2001
2001
|
"supports_image_input": true,
|
|
2002
|
-
"
|
|
2003
|
-
"
|
|
2002
|
+
"supports_pdf_input": true,
|
|
2003
|
+
"supports_reasoning": true
|
|
2004
2004
|
},
|
|
2005
2005
|
"openai/gpt-5.4-nano": {
|
|
2006
2006
|
"context_window": 400000,
|
|
2007
2007
|
"max_output_tokens": 128000,
|
|
2008
2008
|
"supports_image_input": true,
|
|
2009
|
-
"
|
|
2010
|
-
"
|
|
2009
|
+
"supports_pdf_input": true,
|
|
2010
|
+
"supports_reasoning": false
|
|
2011
2011
|
},
|
|
2012
2012
|
"openai/gpt-5.4-pro": {
|
|
2013
2013
|
"context_window": 1050000,
|
|
2014
2014
|
"max_output_tokens": 128000,
|
|
2015
2015
|
"supports_image_input": true,
|
|
2016
|
-
"
|
|
2017
|
-
"
|
|
2016
|
+
"supports_pdf_input": true,
|
|
2017
|
+
"supports_reasoning": true
|
|
2018
2018
|
},
|
|
2019
2019
|
"openai/gpt-oss-120b": {
|
|
2020
2020
|
"context_window": 131072,
|
|
2021
2021
|
"max_output_tokens": 32768,
|
|
2022
2022
|
"supports_image_input": false,
|
|
2023
|
-
"
|
|
2024
|
-
"
|
|
2023
|
+
"supports_pdf_input": false,
|
|
2024
|
+
"supports_reasoning": true
|
|
2025
2025
|
},
|
|
2026
2026
|
"openai/gpt-oss-120b:exacto": {
|
|
2027
2027
|
"context_window": 131072,
|
|
2028
2028
|
"max_output_tokens": 32768,
|
|
2029
2029
|
"supports_image_input": false,
|
|
2030
|
-
"
|
|
2031
|
-
"
|
|
2030
|
+
"supports_pdf_input": false,
|
|
2031
|
+
"supports_reasoning": true
|
|
2032
2032
|
},
|
|
2033
2033
|
"openai/gpt-oss-120b:free": {
|
|
2034
2034
|
"context_window": 131072,
|
|
2035
2035
|
"max_output_tokens": 32768,
|
|
2036
2036
|
"supports_image_input": false,
|
|
2037
|
-
"
|
|
2038
|
-
"
|
|
2037
|
+
"supports_pdf_input": false,
|
|
2038
|
+
"supports_reasoning": true
|
|
2039
2039
|
},
|
|
2040
2040
|
"openai/gpt-oss-20b": {
|
|
2041
2041
|
"context_window": 131072,
|
|
2042
2042
|
"max_output_tokens": 32768,
|
|
2043
2043
|
"supports_image_input": false,
|
|
2044
|
-
"
|
|
2045
|
-
"
|
|
2044
|
+
"supports_pdf_input": false,
|
|
2045
|
+
"supports_reasoning": true
|
|
2046
2046
|
},
|
|
2047
2047
|
"openai/gpt-oss-20b:free": {
|
|
2048
2048
|
"context_window": 131072,
|
|
2049
2049
|
"max_output_tokens": 32768,
|
|
2050
2050
|
"supports_image_input": false,
|
|
2051
|
-
"
|
|
2052
|
-
"
|
|
2051
|
+
"supports_pdf_input": false,
|
|
2052
|
+
"supports_reasoning": true
|
|
2053
2053
|
},
|
|
2054
2054
|
"openai/gpt-oss-safeguard-20b": {
|
|
2055
2055
|
"context_window": 131072,
|
|
2056
2056
|
"max_output_tokens": 65536,
|
|
2057
2057
|
"supports_image_input": false,
|
|
2058
|
-
"
|
|
2059
|
-
"
|
|
2058
|
+
"supports_pdf_input": false,
|
|
2059
|
+
"supports_reasoning": true
|
|
2060
2060
|
},
|
|
2061
2061
|
"openai/o4-mini": {
|
|
2062
2062
|
"context_window": 200000,
|
|
2063
2063
|
"max_output_tokens": 100000,
|
|
2064
2064
|
"supports_image_input": true,
|
|
2065
|
-
"
|
|
2066
|
-
"
|
|
2065
|
+
"supports_pdf_input": false,
|
|
2066
|
+
"supports_reasoning": true
|
|
2067
2067
|
},
|
|
2068
2068
|
"openrouter/free": {
|
|
2069
2069
|
"context_window": 200000,
|
|
2070
2070
|
"max_output_tokens": 8000,
|
|
2071
2071
|
"supports_image_input": true,
|
|
2072
|
-
"
|
|
2073
|
-
"
|
|
2072
|
+
"supports_pdf_input": false,
|
|
2073
|
+
"supports_reasoning": true
|
|
2074
2074
|
},
|
|
2075
2075
|
"prime-intellect/intellect-3": {
|
|
2076
2076
|
"context_window": 131072,
|
|
2077
2077
|
"max_output_tokens": 8192,
|
|
2078
2078
|
"supports_image_input": false,
|
|
2079
|
-
"
|
|
2080
|
-
"
|
|
2079
|
+
"supports_pdf_input": false,
|
|
2080
|
+
"supports_reasoning": true
|
|
2081
2081
|
},
|
|
2082
2082
|
"qwen/qwen-2.5-coder-32b-instruct": {
|
|
2083
2083
|
"context_window": 32768,
|
|
2084
2084
|
"max_output_tokens": 8192,
|
|
2085
2085
|
"supports_image_input": false,
|
|
2086
|
-
"
|
|
2087
|
-
"
|
|
2086
|
+
"supports_pdf_input": false,
|
|
2087
|
+
"supports_reasoning": false
|
|
2088
2088
|
},
|
|
2089
2089
|
"qwen/qwen2.5-vl-72b-instruct": {
|
|
2090
2090
|
"context_window": 32768,
|
|
2091
2091
|
"max_output_tokens": 8192,
|
|
2092
2092
|
"supports_image_input": true,
|
|
2093
|
-
"
|
|
2094
|
-
"
|
|
2093
|
+
"supports_pdf_input": false,
|
|
2094
|
+
"supports_reasoning": false
|
|
2095
2095
|
},
|
|
2096
2096
|
"qwen/qwen3-235b-a22b-07-25": {
|
|
2097
2097
|
"context_window": 262144,
|
|
2098
2098
|
"max_output_tokens": 131072,
|
|
2099
2099
|
"supports_image_input": false,
|
|
2100
|
-
"
|
|
2101
|
-
"
|
|
2100
|
+
"supports_pdf_input": false,
|
|
2101
|
+
"supports_reasoning": false
|
|
2102
2102
|
},
|
|
2103
2103
|
"qwen/qwen3-235b-a22b-thinking-2507": {
|
|
2104
2104
|
"context_window": 262144,
|
|
2105
2105
|
"max_output_tokens": 81920,
|
|
2106
2106
|
"supports_image_input": false,
|
|
2107
|
-
"
|
|
2108
|
-
"
|
|
2107
|
+
"supports_pdf_input": false,
|
|
2108
|
+
"supports_reasoning": true
|
|
2109
2109
|
},
|
|
2110
2110
|
"qwen/qwen3-30b-a3b-instruct-2507": {
|
|
2111
2111
|
"context_window": 262000,
|
|
2112
2112
|
"max_output_tokens": 262000,
|
|
2113
2113
|
"supports_image_input": false,
|
|
2114
|
-
"
|
|
2115
|
-
"
|
|
2114
|
+
"supports_pdf_input": false,
|
|
2115
|
+
"supports_reasoning": false
|
|
2116
2116
|
},
|
|
2117
2117
|
"qwen/qwen3-30b-a3b-thinking-2507": {
|
|
2118
2118
|
"context_window": 262000,
|
|
2119
2119
|
"max_output_tokens": 262000,
|
|
2120
2120
|
"supports_image_input": false,
|
|
2121
|
-
"
|
|
2122
|
-
"
|
|
2121
|
+
"supports_pdf_input": false,
|
|
2122
|
+
"supports_reasoning": true
|
|
2123
2123
|
},
|
|
2124
2124
|
"qwen/qwen3-4b:free": {
|
|
2125
2125
|
"context_window": 40960,
|
|
2126
2126
|
"max_output_tokens": 40960,
|
|
2127
2127
|
"supports_image_input": false,
|
|
2128
|
-
"
|
|
2129
|
-
"
|
|
2128
|
+
"supports_pdf_input": false,
|
|
2129
|
+
"supports_reasoning": true
|
|
2130
2130
|
},
|
|
2131
2131
|
"qwen/qwen3-coder": {
|
|
2132
2132
|
"context_window": 262144,
|
|
2133
2133
|
"max_output_tokens": 66536,
|
|
2134
2134
|
"supports_image_input": false,
|
|
2135
|
-
"
|
|
2136
|
-
"
|
|
2135
|
+
"supports_pdf_input": false,
|
|
2136
|
+
"supports_reasoning": false
|
|
2137
2137
|
},
|
|
2138
2138
|
"qwen/qwen3-coder-30b-a3b-instruct": {
|
|
2139
2139
|
"context_window": 160000,
|
|
2140
2140
|
"max_output_tokens": 65536,
|
|
2141
2141
|
"supports_image_input": false,
|
|
2142
|
-
"
|
|
2143
|
-
"
|
|
2142
|
+
"supports_pdf_input": false,
|
|
2143
|
+
"supports_reasoning": false
|
|
2144
2144
|
},
|
|
2145
2145
|
"qwen/qwen3-coder-flash": {
|
|
2146
2146
|
"context_window": 128000,
|
|
2147
2147
|
"max_output_tokens": 66536,
|
|
2148
2148
|
"supports_image_input": false,
|
|
2149
|
-
"
|
|
2150
|
-
"
|
|
2149
|
+
"supports_pdf_input": false,
|
|
2150
|
+
"supports_reasoning": false
|
|
2151
2151
|
},
|
|
2152
2152
|
"qwen/qwen3-coder:exacto": {
|
|
2153
2153
|
"context_window": 131072,
|
|
2154
2154
|
"max_output_tokens": 32768,
|
|
2155
2155
|
"supports_image_input": false,
|
|
2156
|
-
"
|
|
2157
|
-
"
|
|
2156
|
+
"supports_pdf_input": false,
|
|
2157
|
+
"supports_reasoning": false
|
|
2158
2158
|
},
|
|
2159
2159
|
"qwen/qwen3-coder:free": {
|
|
2160
2160
|
"context_window": 262144,
|
|
2161
2161
|
"max_output_tokens": 66536,
|
|
2162
2162
|
"supports_image_input": false,
|
|
2163
|
-
"
|
|
2164
|
-
"
|
|
2163
|
+
"supports_pdf_input": false,
|
|
2164
|
+
"supports_reasoning": false
|
|
2165
2165
|
},
|
|
2166
2166
|
"qwen/qwen3-max": {
|
|
2167
2167
|
"context_window": 262144,
|
|
2168
2168
|
"max_output_tokens": 32768,
|
|
2169
2169
|
"supports_image_input": false,
|
|
2170
|
-
"
|
|
2171
|
-
"
|
|
2170
|
+
"supports_pdf_input": false,
|
|
2171
|
+
"supports_reasoning": true
|
|
2172
2172
|
},
|
|
2173
2173
|
"qwen/qwen3-next-80b-a3b-instruct": {
|
|
2174
2174
|
"context_window": 262144,
|
|
2175
2175
|
"max_output_tokens": 262144,
|
|
2176
2176
|
"supports_image_input": false,
|
|
2177
|
-
"
|
|
2178
|
-
"
|
|
2177
|
+
"supports_pdf_input": false,
|
|
2178
|
+
"supports_reasoning": false
|
|
2179
2179
|
},
|
|
2180
2180
|
"qwen/qwen3-next-80b-a3b-instruct:free": {
|
|
2181
2181
|
"context_window": 262144,
|
|
2182
2182
|
"max_output_tokens": 262144,
|
|
2183
2183
|
"supports_image_input": false,
|
|
2184
|
-
"
|
|
2185
|
-
"
|
|
2184
|
+
"supports_pdf_input": false,
|
|
2185
|
+
"supports_reasoning": false
|
|
2186
2186
|
},
|
|
2187
2187
|
"qwen/qwen3-next-80b-a3b-thinking": {
|
|
2188
2188
|
"context_window": 262144,
|
|
2189
2189
|
"max_output_tokens": 262144,
|
|
2190
2190
|
"supports_image_input": false,
|
|
2191
|
-
"
|
|
2192
|
-
"
|
|
2191
|
+
"supports_pdf_input": false,
|
|
2192
|
+
"supports_reasoning": true
|
|
2193
2193
|
},
|
|
2194
2194
|
"qwen/qwen3.5-397b-a17b": {
|
|
2195
2195
|
"context_window": 262144,
|
|
2196
2196
|
"max_output_tokens": 65536,
|
|
2197
2197
|
"supports_image_input": true,
|
|
2198
|
-
"
|
|
2199
|
-
"
|
|
2198
|
+
"supports_pdf_input": false,
|
|
2199
|
+
"supports_reasoning": true
|
|
2200
2200
|
},
|
|
2201
2201
|
"qwen/qwen3.5-plus-02-15": {
|
|
2202
2202
|
"context_window": 1000000,
|
|
2203
2203
|
"max_output_tokens": 65536,
|
|
2204
2204
|
"supports_image_input": true,
|
|
2205
|
-
"
|
|
2206
|
-
"
|
|
2205
|
+
"supports_pdf_input": false,
|
|
2206
|
+
"supports_reasoning": true
|
|
2207
2207
|
},
|
|
2208
2208
|
"qwen/qwen3.6-plus:free": {
|
|
2209
2209
|
"context_window": 1000000,
|
|
2210
2210
|
"max_output_tokens": 65536,
|
|
2211
2211
|
"supports_image_input": true,
|
|
2212
|
-
"
|
|
2213
|
-
"
|
|
2212
|
+
"supports_pdf_input": false,
|
|
2213
|
+
"supports_reasoning": true
|
|
2214
2214
|
},
|
|
2215
2215
|
"sourceful/riverflow-v2-fast-preview": {
|
|
2216
2216
|
"context_window": 8192,
|
|
2217
2217
|
"max_output_tokens": 8192,
|
|
2218
2218
|
"supports_image_input": true,
|
|
2219
|
-
"
|
|
2220
|
-
"
|
|
2219
|
+
"supports_pdf_input": false,
|
|
2220
|
+
"supports_reasoning": false
|
|
2221
2221
|
},
|
|
2222
2222
|
"sourceful/riverflow-v2-max-preview": {
|
|
2223
2223
|
"context_window": 8192,
|
|
2224
2224
|
"max_output_tokens": 8192,
|
|
2225
2225
|
"supports_image_input": true,
|
|
2226
|
-
"
|
|
2227
|
-
"
|
|
2226
|
+
"supports_pdf_input": false,
|
|
2227
|
+
"supports_reasoning": false
|
|
2228
2228
|
},
|
|
2229
2229
|
"sourceful/riverflow-v2-standard-preview": {
|
|
2230
2230
|
"context_window": 8192,
|
|
2231
2231
|
"max_output_tokens": 8192,
|
|
2232
2232
|
"supports_image_input": true,
|
|
2233
|
-
"
|
|
2234
|
-
"
|
|
2233
|
+
"supports_pdf_input": false,
|
|
2234
|
+
"supports_reasoning": false
|
|
2235
2235
|
},
|
|
2236
2236
|
"stepfun/step-3.5-flash": {
|
|
2237
2237
|
"context_window": 256000,
|
|
2238
2238
|
"max_output_tokens": 256000,
|
|
2239
2239
|
"supports_image_input": false,
|
|
2240
|
-
"
|
|
2241
|
-
"
|
|
2240
|
+
"supports_pdf_input": false,
|
|
2241
|
+
"supports_reasoning": true
|
|
2242
2242
|
},
|
|
2243
2243
|
"stepfun/step-3.5-flash:free": {
|
|
2244
2244
|
"context_window": 256000,
|
|
2245
2245
|
"max_output_tokens": 256000,
|
|
2246
2246
|
"supports_image_input": false,
|
|
2247
|
-
"
|
|
2248
|
-
"
|
|
2247
|
+
"supports_pdf_input": false,
|
|
2248
|
+
"supports_reasoning": true
|
|
2249
2249
|
},
|
|
2250
2250
|
"x-ai/grok-3": {
|
|
2251
2251
|
"context_window": 131072,
|
|
2252
2252
|
"max_output_tokens": 8192,
|
|
2253
2253
|
"supports_image_input": false,
|
|
2254
|
-
"
|
|
2255
|
-
"
|
|
2254
|
+
"supports_pdf_input": false,
|
|
2255
|
+
"supports_reasoning": false
|
|
2256
2256
|
},
|
|
2257
2257
|
"x-ai/grok-3-beta": {
|
|
2258
2258
|
"context_window": 131072,
|
|
2259
2259
|
"max_output_tokens": 8192,
|
|
2260
2260
|
"supports_image_input": false,
|
|
2261
|
-
"
|
|
2262
|
-
"
|
|
2261
|
+
"supports_pdf_input": false,
|
|
2262
|
+
"supports_reasoning": false
|
|
2263
2263
|
},
|
|
2264
2264
|
"x-ai/grok-3-mini": {
|
|
2265
2265
|
"context_window": 131072,
|
|
2266
2266
|
"max_output_tokens": 8192,
|
|
2267
2267
|
"supports_image_input": false,
|
|
2268
|
-
"
|
|
2269
|
-
"
|
|
2268
|
+
"supports_pdf_input": false,
|
|
2269
|
+
"supports_reasoning": true
|
|
2270
2270
|
},
|
|
2271
2271
|
"x-ai/grok-3-mini-beta": {
|
|
2272
2272
|
"context_window": 131072,
|
|
2273
2273
|
"max_output_tokens": 8192,
|
|
2274
2274
|
"supports_image_input": false,
|
|
2275
|
-
"
|
|
2276
|
-
"
|
|
2275
|
+
"supports_pdf_input": false,
|
|
2276
|
+
"supports_reasoning": true
|
|
2277
2277
|
},
|
|
2278
2278
|
"x-ai/grok-4": {
|
|
2279
2279
|
"context_window": 256000,
|
|
2280
2280
|
"max_output_tokens": 64000,
|
|
2281
2281
|
"supports_image_input": false,
|
|
2282
|
-
"
|
|
2283
|
-
"
|
|
2282
|
+
"supports_pdf_input": false,
|
|
2283
|
+
"supports_reasoning": true
|
|
2284
2284
|
},
|
|
2285
2285
|
"x-ai/grok-4-fast": {
|
|
2286
2286
|
"context_window": 2000000,
|
|
2287
2287
|
"max_output_tokens": 30000,
|
|
2288
2288
|
"supports_image_input": true,
|
|
2289
|
-
"
|
|
2290
|
-
"
|
|
2289
|
+
"supports_pdf_input": false,
|
|
2290
|
+
"supports_reasoning": true
|
|
2291
2291
|
},
|
|
2292
2292
|
"x-ai/grok-4.1-fast": {
|
|
2293
2293
|
"context_window": 2000000,
|
|
2294
2294
|
"max_output_tokens": 30000,
|
|
2295
2295
|
"supports_image_input": true,
|
|
2296
|
-
"
|
|
2297
|
-
"
|
|
2296
|
+
"supports_pdf_input": false,
|
|
2297
|
+
"supports_reasoning": true
|
|
2298
2298
|
},
|
|
2299
2299
|
"x-ai/grok-4.20-beta": {
|
|
2300
2300
|
"context_window": 2000000,
|
|
2301
2301
|
"max_output_tokens": 30000,
|
|
2302
2302
|
"supports_image_input": true,
|
|
2303
|
-
"
|
|
2304
|
-
"
|
|
2303
|
+
"supports_pdf_input": false,
|
|
2304
|
+
"supports_reasoning": true
|
|
2305
2305
|
},
|
|
2306
2306
|
"x-ai/grok-4.20-multi-agent-beta": {
|
|
2307
2307
|
"context_window": 2000000,
|
|
2308
2308
|
"max_output_tokens": 30000,
|
|
2309
2309
|
"supports_image_input": true,
|
|
2310
|
-
"
|
|
2311
|
-
"
|
|
2310
|
+
"supports_pdf_input": false,
|
|
2311
|
+
"supports_reasoning": true
|
|
2312
2312
|
},
|
|
2313
2313
|
"x-ai/grok-code-fast-1": {
|
|
2314
2314
|
"context_window": 256000,
|
|
2315
2315
|
"max_output_tokens": 10000,
|
|
2316
2316
|
"supports_image_input": false,
|
|
2317
|
-
"
|
|
2318
|
-
"
|
|
2317
|
+
"supports_pdf_input": false,
|
|
2318
|
+
"supports_reasoning": true
|
|
2319
2319
|
},
|
|
2320
2320
|
"xiaomi/mimo-v2-flash": {
|
|
2321
2321
|
"context_window": 262144,
|
|
2322
2322
|
"max_output_tokens": 65536,
|
|
2323
2323
|
"supports_image_input": false,
|
|
2324
|
-
"
|
|
2325
|
-
"
|
|
2324
|
+
"supports_pdf_input": false,
|
|
2325
|
+
"supports_reasoning": true
|
|
2326
2326
|
},
|
|
2327
2327
|
"xiaomi/mimo-v2-omni": {
|
|
2328
2328
|
"context_window": 262144,
|
|
2329
2329
|
"max_output_tokens": 65536,
|
|
2330
2330
|
"supports_image_input": true,
|
|
2331
|
-
"
|
|
2332
|
-
"
|
|
2331
|
+
"supports_pdf_input": false,
|
|
2332
|
+
"supports_reasoning": true
|
|
2333
2333
|
},
|
|
2334
2334
|
"xiaomi/mimo-v2-pro": {
|
|
2335
2335
|
"context_window": 1048576,
|
|
2336
2336
|
"max_output_tokens": 65536,
|
|
2337
2337
|
"supports_image_input": false,
|
|
2338
|
-
"
|
|
2339
|
-
"
|
|
2338
|
+
"supports_pdf_input": false,
|
|
2339
|
+
"supports_reasoning": true
|
|
2340
2340
|
},
|
|
2341
2341
|
"z-ai/glm-4.5": {
|
|
2342
2342
|
"context_window": 128000,
|
|
2343
2343
|
"max_output_tokens": 96000,
|
|
2344
2344
|
"supports_image_input": false,
|
|
2345
|
-
"
|
|
2346
|
-
"
|
|
2345
|
+
"supports_pdf_input": false,
|
|
2346
|
+
"supports_reasoning": true
|
|
2347
2347
|
},
|
|
2348
2348
|
"z-ai/glm-4.5-air": {
|
|
2349
2349
|
"context_window": 128000,
|
|
2350
2350
|
"max_output_tokens": 96000,
|
|
2351
2351
|
"supports_image_input": false,
|
|
2352
|
-
"
|
|
2353
|
-
"
|
|
2352
|
+
"supports_pdf_input": false,
|
|
2353
|
+
"supports_reasoning": true
|
|
2354
2354
|
},
|
|
2355
2355
|
"z-ai/glm-4.5-air:free": {
|
|
2356
2356
|
"context_window": 128000,
|
|
2357
2357
|
"max_output_tokens": 96000,
|
|
2358
2358
|
"supports_image_input": false,
|
|
2359
|
-
"
|
|
2360
|
-
"
|
|
2359
|
+
"supports_pdf_input": false,
|
|
2360
|
+
"supports_reasoning": true
|
|
2361
2361
|
},
|
|
2362
2362
|
"z-ai/glm-4.5v": {
|
|
2363
2363
|
"context_window": 64000,
|
|
2364
2364
|
"max_output_tokens": 16384,
|
|
2365
2365
|
"supports_image_input": true,
|
|
2366
|
-
"
|
|
2367
|
-
"
|
|
2366
|
+
"supports_pdf_input": false,
|
|
2367
|
+
"supports_reasoning": true
|
|
2368
2368
|
},
|
|
2369
2369
|
"z-ai/glm-4.6": {
|
|
2370
2370
|
"context_window": 200000,
|
|
2371
2371
|
"max_output_tokens": 128000,
|
|
2372
2372
|
"supports_image_input": false,
|
|
2373
|
-
"
|
|
2374
|
-
"
|
|
2373
|
+
"supports_pdf_input": false,
|
|
2374
|
+
"supports_reasoning": true
|
|
2375
2375
|
},
|
|
2376
2376
|
"z-ai/glm-4.6:exacto": {
|
|
2377
2377
|
"context_window": 200000,
|
|
2378
2378
|
"max_output_tokens": 128000,
|
|
2379
2379
|
"supports_image_input": false,
|
|
2380
|
-
"
|
|
2381
|
-
"
|
|
2380
|
+
"supports_pdf_input": false,
|
|
2381
|
+
"supports_reasoning": true
|
|
2382
2382
|
},
|
|
2383
2383
|
"z-ai/glm-4.7": {
|
|
2384
2384
|
"context_window": 204800,
|
|
2385
2385
|
"max_output_tokens": 131072,
|
|
2386
2386
|
"supports_image_input": false,
|
|
2387
|
-
"
|
|
2388
|
-
"
|
|
2387
|
+
"supports_pdf_input": false,
|
|
2388
|
+
"supports_reasoning": true
|
|
2389
2389
|
},
|
|
2390
2390
|
"z-ai/glm-4.7-flash": {
|
|
2391
2391
|
"context_window": 200000,
|
|
2392
2392
|
"max_output_tokens": 65535,
|
|
2393
2393
|
"supports_image_input": false,
|
|
2394
|
-
"
|
|
2395
|
-
"
|
|
2394
|
+
"supports_pdf_input": false,
|
|
2395
|
+
"supports_reasoning": true
|
|
2396
2396
|
},
|
|
2397
2397
|
"z-ai/glm-5": {
|
|
2398
2398
|
"context_window": 202752,
|
|
2399
2399
|
"max_output_tokens": 131000,
|
|
2400
2400
|
"supports_image_input": false,
|
|
2401
|
-
"
|
|
2402
|
-
"
|
|
2401
|
+
"supports_pdf_input": false,
|
|
2402
|
+
"supports_reasoning": true
|
|
2403
2403
|
},
|
|
2404
2404
|
"z-ai/glm-5-turbo": {
|
|
2405
2405
|
"context_window": 200000,
|
|
2406
2406
|
"max_output_tokens": 131072,
|
|
2407
2407
|
"supports_image_input": false,
|
|
2408
|
-
"
|
|
2409
|
-
"
|
|
2408
|
+
"supports_pdf_input": false,
|
|
2409
|
+
"supports_reasoning": true
|
|
2410
2410
|
}
|
|
2411
2411
|
},
|
|
2412
2412
|
"zai": {
|
|
@@ -2414,85 +2414,85 @@
|
|
|
2414
2414
|
"context_window": 131072,
|
|
2415
2415
|
"max_output_tokens": 98304,
|
|
2416
2416
|
"supports_image_input": false,
|
|
2417
|
-
"
|
|
2418
|
-
"
|
|
2417
|
+
"supports_pdf_input": false,
|
|
2418
|
+
"supports_reasoning": true
|
|
2419
2419
|
},
|
|
2420
2420
|
"glm-4.5-air": {
|
|
2421
2421
|
"context_window": 131072,
|
|
2422
2422
|
"max_output_tokens": 98304,
|
|
2423
2423
|
"supports_image_input": false,
|
|
2424
|
-
"
|
|
2425
|
-
"
|
|
2424
|
+
"supports_pdf_input": false,
|
|
2425
|
+
"supports_reasoning": true
|
|
2426
2426
|
},
|
|
2427
2427
|
"glm-4.5-flash": {
|
|
2428
2428
|
"context_window": 131072,
|
|
2429
2429
|
"max_output_tokens": 98304,
|
|
2430
2430
|
"supports_image_input": false,
|
|
2431
|
-
"
|
|
2432
|
-
"
|
|
2431
|
+
"supports_pdf_input": false,
|
|
2432
|
+
"supports_reasoning": true
|
|
2433
2433
|
},
|
|
2434
2434
|
"glm-4.5v": {
|
|
2435
2435
|
"context_window": 64000,
|
|
2436
2436
|
"max_output_tokens": 16384,
|
|
2437
2437
|
"supports_image_input": true,
|
|
2438
|
-
"
|
|
2439
|
-
"
|
|
2438
|
+
"supports_pdf_input": false,
|
|
2439
|
+
"supports_reasoning": true
|
|
2440
2440
|
},
|
|
2441
2441
|
"glm-4.6": {
|
|
2442
2442
|
"context_window": 204800,
|
|
2443
2443
|
"max_output_tokens": 131072,
|
|
2444
2444
|
"supports_image_input": false,
|
|
2445
|
-
"
|
|
2446
|
-
"
|
|
2445
|
+
"supports_pdf_input": false,
|
|
2446
|
+
"supports_reasoning": true
|
|
2447
2447
|
},
|
|
2448
2448
|
"glm-4.6v": {
|
|
2449
2449
|
"context_window": 128000,
|
|
2450
2450
|
"max_output_tokens": 32768,
|
|
2451
2451
|
"supports_image_input": true,
|
|
2452
|
-
"
|
|
2453
|
-
"
|
|
2452
|
+
"supports_pdf_input": false,
|
|
2453
|
+
"supports_reasoning": true
|
|
2454
2454
|
},
|
|
2455
2455
|
"glm-4.7": {
|
|
2456
2456
|
"context_window": 204800,
|
|
2457
2457
|
"max_output_tokens": 131072,
|
|
2458
2458
|
"supports_image_input": false,
|
|
2459
|
-
"
|
|
2460
|
-
"
|
|
2459
|
+
"supports_pdf_input": false,
|
|
2460
|
+
"supports_reasoning": true
|
|
2461
2461
|
},
|
|
2462
2462
|
"glm-4.7-flash": {
|
|
2463
2463
|
"context_window": 200000,
|
|
2464
2464
|
"max_output_tokens": 131072,
|
|
2465
2465
|
"supports_image_input": false,
|
|
2466
|
-
"
|
|
2467
|
-
"
|
|
2466
|
+
"supports_pdf_input": false,
|
|
2467
|
+
"supports_reasoning": true
|
|
2468
2468
|
},
|
|
2469
2469
|
"glm-4.7-flashx": {
|
|
2470
2470
|
"context_window": 200000,
|
|
2471
2471
|
"max_output_tokens": 131072,
|
|
2472
2472
|
"supports_image_input": false,
|
|
2473
|
-
"
|
|
2474
|
-
"
|
|
2473
|
+
"supports_pdf_input": false,
|
|
2474
|
+
"supports_reasoning": true
|
|
2475
2475
|
},
|
|
2476
2476
|
"glm-5": {
|
|
2477
2477
|
"context_window": 204800,
|
|
2478
2478
|
"max_output_tokens": 131072,
|
|
2479
2479
|
"supports_image_input": false,
|
|
2480
|
-
"
|
|
2481
|
-
"
|
|
2480
|
+
"supports_pdf_input": false,
|
|
2481
|
+
"supports_reasoning": true
|
|
2482
2482
|
},
|
|
2483
2483
|
"glm-5-turbo": {
|
|
2484
2484
|
"context_window": 200000,
|
|
2485
2485
|
"max_output_tokens": 131072,
|
|
2486
2486
|
"supports_image_input": false,
|
|
2487
|
-
"
|
|
2488
|
-
"
|
|
2487
|
+
"supports_pdf_input": false,
|
|
2488
|
+
"supports_reasoning": true
|
|
2489
2489
|
},
|
|
2490
2490
|
"glm-5v-turbo": {
|
|
2491
2491
|
"context_window": 200000,
|
|
2492
2492
|
"max_output_tokens": 131072,
|
|
2493
2493
|
"supports_image_input": true,
|
|
2494
|
-
"
|
|
2495
|
-
"
|
|
2494
|
+
"supports_pdf_input": true,
|
|
2495
|
+
"supports_reasoning": true
|
|
2496
2496
|
}
|
|
2497
2497
|
}
|
|
2498
2498
|
}
|