modelpedia 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +135 -0
- package/dist/index.cjs +1 -101
- package/dist/index.mjs +1 -92
- package/dist/providers/alibaba.cjs +4 -835
- package/dist/providers/alibaba.mjs +4 -833
- package/dist/providers/amazon.cjs +4 -1484
- package/dist/providers/amazon.mjs +4 -1482
- package/dist/providers/anthropic.cjs +3 -698
- package/dist/providers/anthropic.mjs +3 -696
- package/dist/providers/azure.cjs +6 -1491
- package/dist/providers/azure.mjs +6 -1489
- package/dist/providers/baseten.cjs +3 -279
- package/dist/providers/baseten.mjs +3 -277
- package/dist/providers/cerebras.cjs +4 -145
- package/dist/providers/cerebras.mjs +4 -143
- package/dist/providers/cloudflare.cjs +4 -826
- package/dist/providers/cloudflare.mjs +4 -824
- package/dist/providers/cohere.cjs +5 -525
- package/dist/providers/cohere.mjs +5 -523
- package/dist/providers/cursor.cjs +1 -856
- package/dist/providers/cursor.mjs +1 -854
- package/dist/providers/deepseek.cjs +3 -64
- package/dist/providers/deepseek.mjs +3 -62
- package/dist/providers/fireworks.cjs +3 -3794
- package/dist/providers/fireworks.mjs +3 -3792
- package/dist/providers/google.cjs +6 -972
- package/dist/providers/google.mjs +6 -970
- package/dist/providers/groq.cjs +3 -353
- package/dist/providers/groq.mjs +3 -351
- package/dist/providers/huggingface.cjs +3 -1022
- package/dist/providers/huggingface.mjs +3 -1020
- package/dist/providers/meta.cjs +3 -481
- package/dist/providers/meta.mjs +3 -479
- package/dist/providers/minimax.cjs +3 -156
- package/dist/providers/minimax.mjs +3 -154
- package/dist/providers/mistral.cjs +3 -1594
- package/dist/providers/mistral.mjs +3 -1592
- package/dist/providers/moonshot.cjs +3 -138
- package/dist/providers/moonshot.mjs +3 -136
- package/dist/providers/nvidia.cjs +3 -2040
- package/dist/providers/nvidia.mjs +3 -2038
- package/dist/providers/ollama.cjs +3 -326
- package/dist/providers/ollama.mjs +3 -324
- package/dist/providers/openai.cjs +3 -9079
- package/dist/providers/openai.mjs +3 -9077
- package/dist/providers/opencode.cjs +3 -367
- package/dist/providers/opencode.mjs +3 -365
- package/dist/providers/openrouter.cjs +12 -7835
- package/dist/providers/openrouter.mjs +12 -7833
- package/dist/providers/perplexity.cjs +3 -311
- package/dist/providers/perplexity.mjs +3 -309
- package/dist/providers/qwen.cjs +3 -835
- package/dist/providers/qwen.mjs +3 -833
- package/dist/providers/together.cjs +4 -360
- package/dist/providers/together.mjs +4 -358
- package/dist/providers/vercel.cjs +3 -4037
- package/dist/providers/vercel.mjs +3 -4035
- package/dist/providers/vertex.cjs +10 -1072
- package/dist/providers/vertex.mjs +10 -1070
- package/dist/providers/xai.cjs +3 -301
- package/dist/providers/xai.mjs +3 -299
- package/dist/providers/zai.cjs +3 -243
- package/dist/providers/zai.mjs +3 -241
- package/package.json +1 -1
package/dist/providers/azure.cjs
CHANGED
|
@@ -1,1491 +1,6 @@
|
|
|
1
|
-
Object.defineProperty(exports,
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
"region": "US",
|
|
7
|
-
"url": "https://ai.azure.com",
|
|
8
|
-
"api_url": "https://models.inference.ai.azure.com",
|
|
9
|
-
"docs_url": "https://learn.microsoft.com/azure/ai-services/openai/concepts/models",
|
|
10
|
-
"pricing_url": "https://azure.microsoft.com/pricing/details/cognitive-services/openai-service",
|
|
11
|
-
"icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" fill-rule=\"evenodd\">\n <path d=\"M11.49 2H2v9.492h9.492V2h-.002z\"/>\n <path d=\"M22 2h-9.492v9.492H22V2z\"/>\n <path d=\"M11.49 12.508H2V22h9.492v-9.492h-.002z\"/>\n <path d=\"M22 12.508h-9.492V22H22v-9.492z\"/>\n</svg>",
|
|
12
|
-
"models": [
|
|
13
|
-
{
|
|
14
|
-
"id": "codex-mini",
|
|
15
|
-
"name": "codex-mini",
|
|
16
|
-
"created_by": "openai",
|
|
17
|
-
"source": "official",
|
|
18
|
-
"last_updated": "2026-03-21",
|
|
19
|
-
"family": "codex",
|
|
20
|
-
"capabilities": { "streaming": true },
|
|
21
|
-
"modalities": {
|
|
22
|
-
"input": ["text"],
|
|
23
|
-
"output": ["text"]
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
"id": "cohere-command-a",
|
|
28
|
-
"name": "Cohere-command-a",
|
|
29
|
-
"created_by": "cohere",
|
|
30
|
-
"source": "official",
|
|
31
|
-
"last_updated": "2026-03-21",
|
|
32
|
-
"capabilities": {
|
|
33
|
-
"streaming": true,
|
|
34
|
-
"tool_call": true,
|
|
35
|
-
"json_mode": true
|
|
36
|
-
},
|
|
37
|
-
"modalities": {
|
|
38
|
-
"input": ["text"],
|
|
39
|
-
"output": ["text"]
|
|
40
|
-
}
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"id": "cohere-rerank-v4.0-fast",
|
|
44
|
-
"name": "Cohere-rerank-v4.0-fast",
|
|
45
|
-
"created_by": "cohere",
|
|
46
|
-
"source": "official",
|
|
47
|
-
"last_updated": "2026-03-21",
|
|
48
|
-
"capabilities": {
|
|
49
|
-
"streaming": true,
|
|
50
|
-
"tool_call": true,
|
|
51
|
-
"json_mode": true
|
|
52
|
-
},
|
|
53
|
-
"modalities": {
|
|
54
|
-
"input": ["text"],
|
|
55
|
-
"output": ["text"]
|
|
56
|
-
},
|
|
57
|
-
"model_type": "rerank"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"id": "cohere-rerank-v4.0-pro",
|
|
61
|
-
"name": "Cohere-rerank-v4.0-pro",
|
|
62
|
-
"created_by": "cohere",
|
|
63
|
-
"source": "official",
|
|
64
|
-
"last_updated": "2026-03-21",
|
|
65
|
-
"capabilities": {
|
|
66
|
-
"streaming": true,
|
|
67
|
-
"tool_call": true,
|
|
68
|
-
"json_mode": true
|
|
69
|
-
},
|
|
70
|
-
"modalities": {
|
|
71
|
-
"input": ["text"],
|
|
72
|
-
"output": ["text"]
|
|
73
|
-
},
|
|
74
|
-
"model_type": "rerank"
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"id": "computer-use-preview",
|
|
78
|
-
"name": "computer-use-preview",
|
|
79
|
-
"created_by": "openai",
|
|
80
|
-
"source": "official",
|
|
81
|
-
"last_updated": "2026-03-21",
|
|
82
|
-
"capabilities": {
|
|
83
|
-
"streaming": true,
|
|
84
|
-
"tool_call": true
|
|
85
|
-
},
|
|
86
|
-
"modalities": {
|
|
87
|
-
"input": ["text"],
|
|
88
|
-
"output": ["text"]
|
|
89
|
-
}
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
"id": "deepseek-r1-0528",
|
|
93
|
-
"name": "DeepSeek-R1-0528",
|
|
94
|
-
"created_by": "deepseek",
|
|
95
|
-
"source": "official",
|
|
96
|
-
"last_updated": "2026-03-21",
|
|
97
|
-
"family": "deepseek-r1",
|
|
98
|
-
"capabilities": {
|
|
99
|
-
"streaming": true,
|
|
100
|
-
"tool_call": true,
|
|
101
|
-
"reasoning": true,
|
|
102
|
-
"vision": true
|
|
103
|
-
},
|
|
104
|
-
"modalities": {
|
|
105
|
-
"input": ["text"],
|
|
106
|
-
"output": ["text"]
|
|
107
|
-
},
|
|
108
|
-
"model_type": "reasoning"
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"id": "deepseek-r1",
|
|
112
|
-
"name": "DeepSeek-R1",
|
|
113
|
-
"created_by": "deepseek",
|
|
114
|
-
"source": "official",
|
|
115
|
-
"last_updated": "2026-03-21",
|
|
116
|
-
"family": "deepseek-r1",
|
|
117
|
-
"capabilities": {
|
|
118
|
-
"streaming": true,
|
|
119
|
-
"tool_call": true,
|
|
120
|
-
"reasoning": true,
|
|
121
|
-
"vision": true
|
|
122
|
-
},
|
|
123
|
-
"modalities": {
|
|
124
|
-
"input": ["text"],
|
|
125
|
-
"output": ["text"]
|
|
126
|
-
},
|
|
127
|
-
"model_type": "reasoning"
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
"id": "deepseek-v3-0324",
|
|
131
|
-
"name": "DeepSeek-V3-0324",
|
|
132
|
-
"created_by": "deepseek",
|
|
133
|
-
"source": "official",
|
|
134
|
-
"last_updated": "2026-03-21",
|
|
135
|
-
"family": "deepseek",
|
|
136
|
-
"capabilities": {
|
|
137
|
-
"streaming": true,
|
|
138
|
-
"tool_call": true,
|
|
139
|
-
"vision": true,
|
|
140
|
-
"json_mode": true
|
|
141
|
-
},
|
|
142
|
-
"modalities": {
|
|
143
|
-
"input": ["text"],
|
|
144
|
-
"output": ["text"]
|
|
145
|
-
}
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
"id": "deepseek-v3.1",
|
|
149
|
-
"name": "DeepSeek-V3.1",
|
|
150
|
-
"created_by": "deepseek",
|
|
151
|
-
"source": "official",
|
|
152
|
-
"last_updated": "2026-03-21",
|
|
153
|
-
"family": "deepseek",
|
|
154
|
-
"capabilities": {
|
|
155
|
-
"streaming": true,
|
|
156
|
-
"tool_call": true,
|
|
157
|
-
"reasoning": true,
|
|
158
|
-
"json_mode": true
|
|
159
|
-
},
|
|
160
|
-
"modalities": {
|
|
161
|
-
"input": ["text"],
|
|
162
|
-
"output": ["text"]
|
|
163
|
-
}
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
"id": "deepseek-v3.2-speciale",
|
|
167
|
-
"name": "DeepSeek-V3.2-Speciale",
|
|
168
|
-
"created_by": "deepseek",
|
|
169
|
-
"source": "official",
|
|
170
|
-
"last_updated": "2026-03-21",
|
|
171
|
-
"family": "deepseek",
|
|
172
|
-
"capabilities": {
|
|
173
|
-
"streaming": true,
|
|
174
|
-
"tool_call": true,
|
|
175
|
-
"reasoning": true,
|
|
176
|
-
"json_mode": true
|
|
177
|
-
},
|
|
178
|
-
"modalities": {
|
|
179
|
-
"input": ["text"],
|
|
180
|
-
"output": ["text"]
|
|
181
|
-
}
|
|
182
|
-
},
|
|
183
|
-
{
|
|
184
|
-
"id": "deepseek-v3.2",
|
|
185
|
-
"name": "DeepSeek-V3.2",
|
|
186
|
-
"created_by": "deepseek",
|
|
187
|
-
"source": "official",
|
|
188
|
-
"last_updated": "2026-03-21",
|
|
189
|
-
"family": "deepseek",
|
|
190
|
-
"capabilities": {
|
|
191
|
-
"streaming": true,
|
|
192
|
-
"tool_call": true,
|
|
193
|
-
"reasoning": true,
|
|
194
|
-
"json_mode": true
|
|
195
|
-
},
|
|
196
|
-
"modalities": {
|
|
197
|
-
"input": ["text"],
|
|
198
|
-
"output": ["text"]
|
|
199
|
-
}
|
|
200
|
-
},
|
|
201
|
-
{
|
|
202
|
-
"id": "embed-v-4-0",
|
|
203
|
-
"name": "embed-v-4-0",
|
|
204
|
-
"created_by": "cohere",
|
|
205
|
-
"source": "official",
|
|
206
|
-
"last_updated": "2026-03-21",
|
|
207
|
-
"capabilities": {
|
|
208
|
-
"streaming": true,
|
|
209
|
-
"vision": true
|
|
210
|
-
},
|
|
211
|
-
"modalities": {
|
|
212
|
-
"input": ["text", "image"],
|
|
213
|
-
"output": ["text"]
|
|
214
|
-
},
|
|
215
|
-
"model_type": "embed"
|
|
216
|
-
},
|
|
217
|
-
{
|
|
218
|
-
"id": "flux-1.1-pro",
|
|
219
|
-
"name": "FLUX-1.1-pro",
|
|
220
|
-
"created_by": "black-forest-labs",
|
|
221
|
-
"source": "official",
|
|
222
|
-
"last_updated": "2026-03-21",
|
|
223
|
-
"capabilities": {
|
|
224
|
-
"streaming": true,
|
|
225
|
-
"tool_call": true,
|
|
226
|
-
"vision": true
|
|
227
|
-
},
|
|
228
|
-
"modalities": {
|
|
229
|
-
"input": ["text", "image"],
|
|
230
|
-
"output": ["text"]
|
|
231
|
-
},
|
|
232
|
-
"model_type": "image"
|
|
233
|
-
},
|
|
234
|
-
{
|
|
235
|
-
"id": "flux.1-kontext-pro",
|
|
236
|
-
"name": "FLUX.1-Kontext-pro",
|
|
237
|
-
"created_by": "black-forest-labs",
|
|
238
|
-
"source": "official",
|
|
239
|
-
"last_updated": "2026-03-21",
|
|
240
|
-
"capabilities": {
|
|
241
|
-
"streaming": true,
|
|
242
|
-
"tool_call": true,
|
|
243
|
-
"vision": true
|
|
244
|
-
},
|
|
245
|
-
"modalities": {
|
|
246
|
-
"input": ["text", "image"],
|
|
247
|
-
"output": ["text"]
|
|
248
|
-
},
|
|
249
|
-
"model_type": "image"
|
|
250
|
-
},
|
|
251
|
-
{
|
|
252
|
-
"id": "flux.2-flex",
|
|
253
|
-
"name": "FLUX.2-flex",
|
|
254
|
-
"created_by": "black-forest-labs",
|
|
255
|
-
"source": "official",
|
|
256
|
-
"last_updated": "2026-03-21",
|
|
257
|
-
"capabilities": {
|
|
258
|
-
"streaming": true,
|
|
259
|
-
"tool_call": true,
|
|
260
|
-
"vision": true
|
|
261
|
-
},
|
|
262
|
-
"modalities": {
|
|
263
|
-
"input": ["text", "image"],
|
|
264
|
-
"output": ["text"]
|
|
265
|
-
},
|
|
266
|
-
"model_type": "image"
|
|
267
|
-
},
|
|
268
|
-
{
|
|
269
|
-
"id": "flux.2-pro",
|
|
270
|
-
"name": "FLUX.2-pro",
|
|
271
|
-
"created_by": "black-forest-labs",
|
|
272
|
-
"source": "official",
|
|
273
|
-
"last_updated": "2026-03-21",
|
|
274
|
-
"capabilities": {
|
|
275
|
-
"streaming": true,
|
|
276
|
-
"tool_call": true,
|
|
277
|
-
"vision": true
|
|
278
|
-
},
|
|
279
|
-
"modalities": {
|
|
280
|
-
"input": ["text", "image"],
|
|
281
|
-
"output": ["text"]
|
|
282
|
-
},
|
|
283
|
-
"model_type": "image"
|
|
284
|
-
},
|
|
285
|
-
{
|
|
286
|
-
"id": "gpt-4.1-mini",
|
|
287
|
-
"name": "gpt-4.1-mini",
|
|
288
|
-
"created_by": "openai",
|
|
289
|
-
"source": "official",
|
|
290
|
-
"last_updated": "2026-03-21",
|
|
291
|
-
"family": "gpt-4.1",
|
|
292
|
-
"capabilities": { "streaming": true },
|
|
293
|
-
"modalities": {
|
|
294
|
-
"input": ["text"],
|
|
295
|
-
"output": ["text"]
|
|
296
|
-
}
|
|
297
|
-
},
|
|
298
|
-
{
|
|
299
|
-
"id": "gpt-4.1-nano",
|
|
300
|
-
"name": "gpt-4.1-nano",
|
|
301
|
-
"created_by": "openai",
|
|
302
|
-
"source": "official",
|
|
303
|
-
"last_updated": "2026-03-21",
|
|
304
|
-
"family": "gpt-4.1",
|
|
305
|
-
"capabilities": { "streaming": true },
|
|
306
|
-
"modalities": {
|
|
307
|
-
"input": ["text"],
|
|
308
|
-
"output": ["text"]
|
|
309
|
-
}
|
|
310
|
-
},
|
|
311
|
-
{
|
|
312
|
-
"id": "gpt-4.1",
|
|
313
|
-
"name": "GPT-4.1 series",
|
|
314
|
-
"created_by": "openai",
|
|
315
|
-
"source": "official",
|
|
316
|
-
"last_updated": "2026-03-21",
|
|
317
|
-
"family": "gpt-4.1",
|
|
318
|
-
"capabilities": { "streaming": true },
|
|
319
|
-
"modalities": {
|
|
320
|
-
"input": ["text"],
|
|
321
|
-
"output": ["text"]
|
|
322
|
-
}
|
|
323
|
-
},
|
|
324
|
-
{
|
|
325
|
-
"id": "gpt-4",
|
|
326
|
-
"name": "gpt-4",
|
|
327
|
-
"created_by": "openai",
|
|
328
|
-
"source": "official",
|
|
329
|
-
"last_updated": "2026-03-21",
|
|
330
|
-
"family": "gpt-4",
|
|
331
|
-
"knowledge_cutoff": "2023-12",
|
|
332
|
-
"capabilities": {
|
|
333
|
-
"streaming": true,
|
|
334
|
-
"vision": true
|
|
335
|
-
},
|
|
336
|
-
"modalities": {
|
|
337
|
-
"input": ["text"],
|
|
338
|
-
"output": ["text"]
|
|
339
|
-
}
|
|
340
|
-
},
|
|
341
|
-
{
|
|
342
|
-
"id": "gpt-4o-audio-preview",
|
|
343
|
-
"name": "gpt-4o-audio-preview",
|
|
344
|
-
"created_by": "openai",
|
|
345
|
-
"source": "official",
|
|
346
|
-
"last_updated": "2026-03-21",
|
|
347
|
-
"family": "gpt-4o",
|
|
348
|
-
"knowledge_cutoff": "2023-09",
|
|
349
|
-
"capabilities": { "streaming": true },
|
|
350
|
-
"modalities": {
|
|
351
|
-
"input": ["text"],
|
|
352
|
-
"output": ["text"]
|
|
353
|
-
}
|
|
354
|
-
},
|
|
355
|
-
{
|
|
356
|
-
"id": "gpt-4o-mini-audio-preview",
|
|
357
|
-
"name": "gpt-4o-mini-audio-preview",
|
|
358
|
-
"created_by": "openai",
|
|
359
|
-
"source": "official",
|
|
360
|
-
"last_updated": "2026-03-21",
|
|
361
|
-
"family": "gpt-4o",
|
|
362
|
-
"knowledge_cutoff": "2023-09",
|
|
363
|
-
"capabilities": { "streaming": true },
|
|
364
|
-
"modalities": {
|
|
365
|
-
"input": ["text"],
|
|
366
|
-
"output": ["text"]
|
|
367
|
-
}
|
|
368
|
-
},
|
|
369
|
-
{
|
|
370
|
-
"id": "gpt-4o-mini-realtime-preview",
|
|
371
|
-
"name": "gpt-4o-mini-realtime-preview",
|
|
372
|
-
"created_by": "openai",
|
|
373
|
-
"source": "official",
|
|
374
|
-
"last_updated": "2026-03-21",
|
|
375
|
-
"family": "gpt-4o",
|
|
376
|
-
"knowledge_cutoff": "2023-10",
|
|
377
|
-
"capabilities": { "streaming": true },
|
|
378
|
-
"modalities": {
|
|
379
|
-
"input": ["text"],
|
|
380
|
-
"output": ["text"]
|
|
381
|
-
}
|
|
382
|
-
},
|
|
383
|
-
{
|
|
384
|
-
"id": "gpt-4o-mini-transcribe",
|
|
385
|
-
"name": "gpt-4o-mini-transcribe",
|
|
386
|
-
"created_by": "openai",
|
|
387
|
-
"source": "official",
|
|
388
|
-
"last_updated": "2026-03-21",
|
|
389
|
-
"family": "gpt-4o",
|
|
390
|
-
"capabilities": { "streaming": true },
|
|
391
|
-
"modalities": {
|
|
392
|
-
"input": ["text"],
|
|
393
|
-
"output": ["text"]
|
|
394
|
-
},
|
|
395
|
-
"model_type": "transcription"
|
|
396
|
-
},
|
|
397
|
-
{
|
|
398
|
-
"id": "gpt-4o-mini-tts",
|
|
399
|
-
"name": "gpt-4o-mini-tts",
|
|
400
|
-
"created_by": "openai",
|
|
401
|
-
"source": "official",
|
|
402
|
-
"last_updated": "2026-03-21",
|
|
403
|
-
"family": "gpt-4o",
|
|
404
|
-
"capabilities": { "streaming": true },
|
|
405
|
-
"modalities": {
|
|
406
|
-
"input": ["text"],
|
|
407
|
-
"output": ["text"]
|
|
408
|
-
},
|
|
409
|
-
"model_type": "tts"
|
|
410
|
-
},
|
|
411
|
-
{
|
|
412
|
-
"id": "gpt-4o-mini",
|
|
413
|
-
"name": "gpt-4o-mini",
|
|
414
|
-
"created_by": "openai",
|
|
415
|
-
"source": "official",
|
|
416
|
-
"last_updated": "2026-03-21",
|
|
417
|
-
"family": "gpt-4o",
|
|
418
|
-
"knowledge_cutoff": "2023-10",
|
|
419
|
-
"capabilities": {
|
|
420
|
-
"streaming": true,
|
|
421
|
-
"tool_call": true,
|
|
422
|
-
"vision": true,
|
|
423
|
-
"json_mode": true
|
|
424
|
-
},
|
|
425
|
-
"modalities": {
|
|
426
|
-
"input": ["text", "image"],
|
|
427
|
-
"output": ["text"]
|
|
428
|
-
}
|
|
429
|
-
},
|
|
430
|
-
{
|
|
431
|
-
"id": "gpt-4o-realtime-preview",
|
|
432
|
-
"name": "gpt-4o-realtime-preview",
|
|
433
|
-
"created_by": "openai",
|
|
434
|
-
"source": "official",
|
|
435
|
-
"last_updated": "2026-03-21",
|
|
436
|
-
"family": "gpt-4o",
|
|
437
|
-
"knowledge_cutoff": "2023-10",
|
|
438
|
-
"capabilities": { "streaming": true },
|
|
439
|
-
"modalities": {
|
|
440
|
-
"input": ["text"],
|
|
441
|
-
"output": ["text"]
|
|
442
|
-
}
|
|
443
|
-
},
|
|
444
|
-
{
|
|
445
|
-
"id": "gpt-4o-transcribe-diarize",
|
|
446
|
-
"name": "gpt-4o-transcribe-diarize",
|
|
447
|
-
"created_by": "openai",
|
|
448
|
-
"source": "official",
|
|
449
|
-
"last_updated": "2026-03-21",
|
|
450
|
-
"family": "gpt-4o",
|
|
451
|
-
"capabilities": { "streaming": true },
|
|
452
|
-
"modalities": {
|
|
453
|
-
"input": ["text"],
|
|
454
|
-
"output": ["text"]
|
|
455
|
-
},
|
|
456
|
-
"model_type": "transcription"
|
|
457
|
-
},
|
|
458
|
-
{
|
|
459
|
-
"id": "gpt-4o-transcribe",
|
|
460
|
-
"name": "gpt-4o-transcribe",
|
|
461
|
-
"created_by": "openai",
|
|
462
|
-
"source": "official",
|
|
463
|
-
"last_updated": "2026-03-21",
|
|
464
|
-
"family": "gpt-4o",
|
|
465
|
-
"capabilities": { "streaming": true },
|
|
466
|
-
"modalities": {
|
|
467
|
-
"input": ["text"],
|
|
468
|
-
"output": ["text"]
|
|
469
|
-
},
|
|
470
|
-
"model_type": "transcription"
|
|
471
|
-
},
|
|
472
|
-
{
|
|
473
|
-
"id": "gpt-4o",
|
|
474
|
-
"name": "GPT-4o, GPT-4o mini, and GPT-4 Turbo",
|
|
475
|
-
"created_by": "openai",
|
|
476
|
-
"source": "official",
|
|
477
|
-
"last_updated": "2026-03-21",
|
|
478
|
-
"family": "gpt-4o",
|
|
479
|
-
"capabilities": {
|
|
480
|
-
"streaming": true,
|
|
481
|
-
"vision": true
|
|
482
|
-
},
|
|
483
|
-
"modalities": {
|
|
484
|
-
"input": ["text", "image"],
|
|
485
|
-
"output": ["text"]
|
|
486
|
-
}
|
|
487
|
-
},
|
|
488
|
-
{
|
|
489
|
-
"id": "gpt-5-chat",
|
|
490
|
-
"name": "gpt-5-chat",
|
|
491
|
-
"created_by": "openai",
|
|
492
|
-
"source": "official",
|
|
493
|
-
"last_updated": "2026-03-21",
|
|
494
|
-
"family": "gpt-5",
|
|
495
|
-
"capabilities": { "streaming": true },
|
|
496
|
-
"modalities": {
|
|
497
|
-
"input": ["text"],
|
|
498
|
-
"output": ["text"]
|
|
499
|
-
}
|
|
500
|
-
},
|
|
501
|
-
{
|
|
502
|
-
"id": "gpt-5-codex",
|
|
503
|
-
"name": "gpt-5-codex",
|
|
504
|
-
"created_by": "openai",
|
|
505
|
-
"source": "official",
|
|
506
|
-
"last_updated": "2026-03-21",
|
|
507
|
-
"family": "gpt-5",
|
|
508
|
-
"capabilities": { "streaming": true },
|
|
509
|
-
"modalities": {
|
|
510
|
-
"input": ["text"],
|
|
511
|
-
"output": ["text"]
|
|
512
|
-
}
|
|
513
|
-
},
|
|
514
|
-
{
|
|
515
|
-
"id": "gpt-5-mini",
|
|
516
|
-
"name": "gpt-5-mini",
|
|
517
|
-
"created_by": "openai",
|
|
518
|
-
"source": "official",
|
|
519
|
-
"last_updated": "2026-03-21",
|
|
520
|
-
"family": "gpt-5",
|
|
521
|
-
"capabilities": { "streaming": true },
|
|
522
|
-
"modalities": {
|
|
523
|
-
"input": ["text"],
|
|
524
|
-
"output": ["text"]
|
|
525
|
-
}
|
|
526
|
-
},
|
|
527
|
-
{
|
|
528
|
-
"id": "gpt-5-nano",
|
|
529
|
-
"name": "gpt-5-nano",
|
|
530
|
-
"created_by": "openai",
|
|
531
|
-
"source": "official",
|
|
532
|
-
"last_updated": "2026-03-21",
|
|
533
|
-
"family": "gpt-5",
|
|
534
|
-
"capabilities": { "streaming": true },
|
|
535
|
-
"modalities": {
|
|
536
|
-
"input": ["text"],
|
|
537
|
-
"output": ["text"]
|
|
538
|
-
}
|
|
539
|
-
},
|
|
540
|
-
{
|
|
541
|
-
"id": "gpt-5-pro",
|
|
542
|
-
"name": "gpt-5-pro",
|
|
543
|
-
"created_by": "openai",
|
|
544
|
-
"source": "official",
|
|
545
|
-
"last_updated": "2026-03-21",
|
|
546
|
-
"family": "gpt-5",
|
|
547
|
-
"capabilities": { "streaming": true },
|
|
548
|
-
"modalities": {
|
|
549
|
-
"input": ["text"],
|
|
550
|
-
"output": ["text"]
|
|
551
|
-
}
|
|
552
|
-
},
|
|
553
|
-
{
|
|
554
|
-
"id": "gpt-5.1-chat",
|
|
555
|
-
"name": "gpt-5.1-chat",
|
|
556
|
-
"created_by": "openai",
|
|
557
|
-
"source": "official",
|
|
558
|
-
"last_updated": "2026-03-21",
|
|
559
|
-
"family": "gpt-5.1",
|
|
560
|
-
"capabilities": { "streaming": true },
|
|
561
|
-
"modalities": {
|
|
562
|
-
"input": ["text"],
|
|
563
|
-
"output": ["text"]
|
|
564
|
-
}
|
|
565
|
-
},
|
|
566
|
-
{
|
|
567
|
-
"id": "gpt-5.1-codex-max",
|
|
568
|
-
"name": "gpt-5.1-codex-max",
|
|
569
|
-
"created_by": "openai",
|
|
570
|
-
"source": "official",
|
|
571
|
-
"last_updated": "2026-03-21",
|
|
572
|
-
"family": "gpt-5.1",
|
|
573
|
-
"capabilities": { "streaming": true },
|
|
574
|
-
"modalities": {
|
|
575
|
-
"input": ["text"],
|
|
576
|
-
"output": ["text"]
|
|
577
|
-
}
|
|
578
|
-
},
|
|
579
|
-
{
|
|
580
|
-
"id": "gpt-5.1-codex-mini",
|
|
581
|
-
"name": "gpt-5.1-codex-mini",
|
|
582
|
-
"created_by": "openai",
|
|
583
|
-
"source": "official",
|
|
584
|
-
"last_updated": "2026-03-21",
|
|
585
|
-
"family": "gpt-5.1",
|
|
586
|
-
"capabilities": { "streaming": true },
|
|
587
|
-
"modalities": {
|
|
588
|
-
"input": ["text"],
|
|
589
|
-
"output": ["text"]
|
|
590
|
-
}
|
|
591
|
-
},
|
|
592
|
-
{
|
|
593
|
-
"id": "gpt-5.1-codex",
|
|
594
|
-
"name": "gpt-5.1-codex",
|
|
595
|
-
"created_by": "openai",
|
|
596
|
-
"source": "official",
|
|
597
|
-
"last_updated": "2026-03-21",
|
|
598
|
-
"family": "gpt-5.1",
|
|
599
|
-
"capabilities": { "streaming": true },
|
|
600
|
-
"modalities": {
|
|
601
|
-
"input": ["text"],
|
|
602
|
-
"output": ["text"]
|
|
603
|
-
}
|
|
604
|
-
},
|
|
605
|
-
{
|
|
606
|
-
"id": "gpt-5.1",
|
|
607
|
-
"name": "GPT-5.1 series",
|
|
608
|
-
"created_by": "openai",
|
|
609
|
-
"source": "official",
|
|
610
|
-
"last_updated": "2026-03-21",
|
|
611
|
-
"family": "gpt-5.1",
|
|
612
|
-
"capabilities": { "streaming": true },
|
|
613
|
-
"modalities": {
|
|
614
|
-
"input": ["text"],
|
|
615
|
-
"output": ["text"]
|
|
616
|
-
}
|
|
617
|
-
},
|
|
618
|
-
{
|
|
619
|
-
"id": "gpt-5.2-chat",
|
|
620
|
-
"name": "gpt-5.2-chat",
|
|
621
|
-
"created_by": "openai",
|
|
622
|
-
"source": "official",
|
|
623
|
-
"last_updated": "2026-03-21",
|
|
624
|
-
"family": "gpt-5.2",
|
|
625
|
-
"capabilities": { "streaming": true },
|
|
626
|
-
"modalities": {
|
|
627
|
-
"input": ["text"],
|
|
628
|
-
"output": ["text"]
|
|
629
|
-
}
|
|
630
|
-
},
|
|
631
|
-
{
|
|
632
|
-
"id": "gpt-5.2-codex",
|
|
633
|
-
"name": "gpt-5.2-codex",
|
|
634
|
-
"created_by": "openai",
|
|
635
|
-
"source": "official",
|
|
636
|
-
"last_updated": "2026-03-21",
|
|
637
|
-
"family": "gpt-5.2",
|
|
638
|
-
"capabilities": { "streaming": true },
|
|
639
|
-
"modalities": {
|
|
640
|
-
"input": ["text"],
|
|
641
|
-
"output": ["text"]
|
|
642
|
-
}
|
|
643
|
-
},
|
|
644
|
-
{
|
|
645
|
-
"id": "gpt-5.2",
|
|
646
|
-
"name": "GPT-5.2 series",
|
|
647
|
-
"created_by": "openai",
|
|
648
|
-
"source": "official",
|
|
649
|
-
"last_updated": "2026-03-21",
|
|
650
|
-
"family": "gpt-5.2",
|
|
651
|
-
"capabilities": { "streaming": true },
|
|
652
|
-
"modalities": {
|
|
653
|
-
"input": ["text"],
|
|
654
|
-
"output": ["text"]
|
|
655
|
-
}
|
|
656
|
-
},
|
|
657
|
-
{
|
|
658
|
-
"id": "gpt-5.3-codex",
|
|
659
|
-
"name": "gpt-5.3-codex",
|
|
660
|
-
"created_by": "openai",
|
|
661
|
-
"source": "official",
|
|
662
|
-
"last_updated": "2026-03-21",
|
|
663
|
-
"family": "gpt-5.3",
|
|
664
|
-
"capabilities": { "streaming": true },
|
|
665
|
-
"modalities": {
|
|
666
|
-
"input": ["text"],
|
|
667
|
-
"output": ["text"]
|
|
668
|
-
}
|
|
669
|
-
},
|
|
670
|
-
{
|
|
671
|
-
"id": "gpt-5.3",
|
|
672
|
-
"name": "GPT-5.3 series",
|
|
673
|
-
"created_by": "openai",
|
|
674
|
-
"source": "official",
|
|
675
|
-
"last_updated": "2026-03-21",
|
|
676
|
-
"family": "gpt-5.3",
|
|
677
|
-
"capabilities": { "streaming": true },
|
|
678
|
-
"modalities": {
|
|
679
|
-
"input": ["text"],
|
|
680
|
-
"output": ["text"]
|
|
681
|
-
}
|
|
682
|
-
},
|
|
683
|
-
{
|
|
684
|
-
"id": "gpt-5.4-mini",
|
|
685
|
-
"name": "gpt-5.4-mini",
|
|
686
|
-
"created_by": "openai",
|
|
687
|
-
"source": "official",
|
|
688
|
-
"last_updated": "2026-03-21",
|
|
689
|
-
"family": "gpt-5.4",
|
|
690
|
-
"capabilities": { "streaming": true },
|
|
691
|
-
"modalities": {
|
|
692
|
-
"input": ["text"],
|
|
693
|
-
"output": ["text"]
|
|
694
|
-
}
|
|
695
|
-
},
|
|
696
|
-
{
|
|
697
|
-
"id": "gpt-5.4-nano",
|
|
698
|
-
"name": "gpt-5.4-nano",
|
|
699
|
-
"created_by": "openai",
|
|
700
|
-
"source": "official",
|
|
701
|
-
"last_updated": "2026-03-21",
|
|
702
|
-
"family": "gpt-5.4",
|
|
703
|
-
"knowledge_cutoff": "2025-08",
|
|
704
|
-
"context_window": 4e5,
|
|
705
|
-
"max_output_tokens": 128e3,
|
|
706
|
-
"capabilities": {
|
|
707
|
-
"streaming": true,
|
|
708
|
-
"tool_call": true,
|
|
709
|
-
"structured_output": true,
|
|
710
|
-
"reasoning": true,
|
|
711
|
-
"vision": true
|
|
712
|
-
},
|
|
713
|
-
"modalities": {
|
|
714
|
-
"input": ["text", "image"],
|
|
715
|
-
"output": ["text"]
|
|
716
|
-
}
|
|
717
|
-
},
|
|
718
|
-
{
|
|
719
|
-
"id": "gpt-5.4-pro",
|
|
720
|
-
"name": "gpt-5.4-pro",
|
|
721
|
-
"created_by": "openai",
|
|
722
|
-
"source": "official",
|
|
723
|
-
"last_updated": "2026-03-21",
|
|
724
|
-
"family": "gpt-5.4",
|
|
725
|
-
"capabilities": { "streaming": true },
|
|
726
|
-
"modalities": {
|
|
727
|
-
"input": ["text"],
|
|
728
|
-
"output": ["text"]
|
|
729
|
-
}
|
|
730
|
-
},
|
|
731
|
-
{
|
|
732
|
-
"id": "gpt-5.4",
|
|
733
|
-
"name": "GPT-5.4 series",
|
|
734
|
-
"created_by": "openai",
|
|
735
|
-
"source": "official",
|
|
736
|
-
"last_updated": "2026-03-21",
|
|
737
|
-
"family": "gpt-5.4",
|
|
738
|
-
"capabilities": { "streaming": true },
|
|
739
|
-
"modalities": {
|
|
740
|
-
"input": ["text"],
|
|
741
|
-
"output": ["text"]
|
|
742
|
-
}
|
|
743
|
-
},
|
|
744
|
-
{
|
|
745
|
-
"id": "gpt-5.4.nano",
|
|
746
|
-
"name": "gpt-5.4.nano",
|
|
747
|
-
"created_by": "openai",
|
|
748
|
-
"source": "official",
|
|
749
|
-
"last_updated": "2026-03-21",
|
|
750
|
-
"family": "gpt-5.4",
|
|
751
|
-
"capabilities": { "streaming": true },
|
|
752
|
-
"modalities": {
|
|
753
|
-
"input": ["text"],
|
|
754
|
-
"output": ["text"]
|
|
755
|
-
}
|
|
756
|
-
},
|
|
757
|
-
{
|
|
758
|
-
"id": "gpt-5",
|
|
759
|
-
"name": "GPT-5 series",
|
|
760
|
-
"created_by": "openai",
|
|
761
|
-
"source": "official",
|
|
762
|
-
"last_updated": "2026-03-21",
|
|
763
|
-
"family": "gpt-5",
|
|
764
|
-
"capabilities": { "streaming": true },
|
|
765
|
-
"modalities": {
|
|
766
|
-
"input": ["text"],
|
|
767
|
-
"output": ["text"]
|
|
768
|
-
}
|
|
769
|
-
},
|
|
770
|
-
{
|
|
771
|
-
"id": "gpt-audio-1.5",
|
|
772
|
-
"name": "gpt-audio-1.5",
|
|
773
|
-
"created_by": "openai",
|
|
774
|
-
"source": "official",
|
|
775
|
-
"last_updated": "2026-03-21",
|
|
776
|
-
"family": "gpt-audio",
|
|
777
|
-
"knowledge_cutoff": "2024-09",
|
|
778
|
-
"capabilities": { "streaming": true },
|
|
779
|
-
"modalities": {
|
|
780
|
-
"input": ["text"],
|
|
781
|
-
"output": ["text"]
|
|
782
|
-
}
|
|
783
|
-
},
|
|
784
|
-
{
|
|
785
|
-
"id": "gpt-audio",
|
|
786
|
-
"name": "gpt-audio",
|
|
787
|
-
"created_by": "openai",
|
|
788
|
-
"source": "official",
|
|
789
|
-
"last_updated": "2026-03-21",
|
|
790
|
-
"family": "gpt-audio",
|
|
791
|
-
"knowledge_cutoff": "2023-10",
|
|
792
|
-
"capabilities": { "streaming": true },
|
|
793
|
-
"modalities": {
|
|
794
|
-
"input": ["text"],
|
|
795
|
-
"output": ["text"]
|
|
796
|
-
}
|
|
797
|
-
},
|
|
798
|
-
{
|
|
799
|
-
"id": "gpt-image-1-mini",
|
|
800
|
-
"name": "gpt-image-1-mini",
|
|
801
|
-
"created_by": "openai",
|
|
802
|
-
"source": "official",
|
|
803
|
-
"last_updated": "2026-03-21",
|
|
804
|
-
"family": "gpt-image-1",
|
|
805
|
-
"capabilities": {
|
|
806
|
-
"streaming": true,
|
|
807
|
-
"vision": true
|
|
808
|
-
},
|
|
809
|
-
"modalities": {
|
|
810
|
-
"input": ["text", "image"],
|
|
811
|
-
"output": ["text"]
|
|
812
|
-
},
|
|
813
|
-
"model_type": "image"
|
|
814
|
-
},
|
|
815
|
-
{
|
|
816
|
-
"id": "gpt-image-1.5",
|
|
817
|
-
"name": "gpt-image-1.5",
|
|
818
|
-
"created_by": "openai",
|
|
819
|
-
"source": "official",
|
|
820
|
-
"last_updated": "2026-03-21",
|
|
821
|
-
"family": "gpt-image-1.5",
|
|
822
|
-
"capabilities": {
|
|
823
|
-
"streaming": true,
|
|
824
|
-
"vision": true
|
|
825
|
-
},
|
|
826
|
-
"modalities": {
|
|
827
|
-
"input": ["text", "image"],
|
|
828
|
-
"output": ["text"]
|
|
829
|
-
},
|
|
830
|
-
"model_type": "image"
|
|
831
|
-
},
|
|
832
|
-
{
|
|
833
|
-
"id": "gpt-image-1",
|
|
834
|
-
"name": "gpt-image-1",
|
|
835
|
-
"created_by": "openai",
|
|
836
|
-
"source": "official",
|
|
837
|
-
"last_updated": "2026-03-21",
|
|
838
|
-
"family": "gpt-image-1",
|
|
839
|
-
"capabilities": {
|
|
840
|
-
"streaming": true,
|
|
841
|
-
"vision": true
|
|
842
|
-
},
|
|
843
|
-
"modalities": {
|
|
844
|
-
"input": ["text", "image"],
|
|
845
|
-
"output": ["text"]
|
|
846
|
-
},
|
|
847
|
-
"model_type": "image"
|
|
848
|
-
},
|
|
849
|
-
{
|
|
850
|
-
"id": "gpt-oss-120b",
|
|
851
|
-
"name": "gpt-oss-120b",
|
|
852
|
-
"created_by": "openai",
|
|
853
|
-
"source": "official",
|
|
854
|
-
"last_updated": "2026-03-21",
|
|
855
|
-
"family": "gpt-oss",
|
|
856
|
-
"capabilities": { "streaming": true },
|
|
857
|
-
"modalities": {
|
|
858
|
-
"input": ["text"],
|
|
859
|
-
"output": ["text"]
|
|
860
|
-
}
|
|
861
|
-
},
|
|
862
|
-
{
|
|
863
|
-
"id": "gpt-oss-20b",
|
|
864
|
-
"name": "gpt-oss-20b",
|
|
865
|
-
"created_by": "openai",
|
|
866
|
-
"source": "official",
|
|
867
|
-
"last_updated": "2026-03-21",
|
|
868
|
-
"family": "gpt-oss",
|
|
869
|
-
"knowledge_cutoff": "2024-05-31",
|
|
870
|
-
"context_window": 131072,
|
|
871
|
-
"max_output_tokens": 131072,
|
|
872
|
-
"capabilities": {
|
|
873
|
-
"streaming": true,
|
|
874
|
-
"tool_call": true,
|
|
875
|
-
"structured_output": true,
|
|
876
|
-
"reasoning": true
|
|
877
|
-
},
|
|
878
|
-
"modalities": {
|
|
879
|
-
"input": ["text"],
|
|
880
|
-
"output": ["text"]
|
|
881
|
-
}
|
|
882
|
-
},
|
|
883
|
-
{
|
|
884
|
-
"id": "gpt-oss",
|
|
885
|
-
"name": "gpt-oss",
|
|
886
|
-
"created_by": "openai",
|
|
887
|
-
"source": "official",
|
|
888
|
-
"last_updated": "2026-03-21",
|
|
889
|
-
"family": "gpt-oss",
|
|
890
|
-
"capabilities": {
|
|
891
|
-
"streaming": true,
|
|
892
|
-
"reasoning": true
|
|
893
|
-
},
|
|
894
|
-
"modalities": {
|
|
895
|
-
"input": ["text"],
|
|
896
|
-
"output": ["text"]
|
|
897
|
-
}
|
|
898
|
-
},
|
|
899
|
-
{
|
|
900
|
-
"id": "gpt-realtime-1.5",
|
|
901
|
-
"name": "gpt-realtime-1.5",
|
|
902
|
-
"created_by": "openai",
|
|
903
|
-
"source": "official",
|
|
904
|
-
"last_updated": "2026-03-21",
|
|
905
|
-
"family": "gpt-realtime",
|
|
906
|
-
"knowledge_cutoff": "2024-09",
|
|
907
|
-
"capabilities": { "streaming": true },
|
|
908
|
-
"modalities": {
|
|
909
|
-
"input": ["text"],
|
|
910
|
-
"output": ["text"]
|
|
911
|
-
}
|
|
912
|
-
},
|
|
913
|
-
{
|
|
914
|
-
"id": "gpt-realtime",
|
|
915
|
-
"name": "gpt-realtime",
|
|
916
|
-
"created_by": "openai",
|
|
917
|
-
"source": "official",
|
|
918
|
-
"last_updated": "2026-03-21",
|
|
919
|
-
"family": "gpt-realtime",
|
|
920
|
-
"knowledge_cutoff": "2023-10",
|
|
921
|
-
"capabilities": { "streaming": true },
|
|
922
|
-
"modalities": {
|
|
923
|
-
"input": ["text"],
|
|
924
|
-
"output": ["text"]
|
|
925
|
-
}
|
|
926
|
-
},
|
|
927
|
-
{
|
|
928
|
-
"id": "grok-3-mini",
|
|
929
|
-
"name": "grok-3-mini",
|
|
930
|
-
"created_by": "xai",
|
|
931
|
-
"source": "official",
|
|
932
|
-
"last_updated": "2026-03-21",
|
|
933
|
-
"family": "grok-3",
|
|
934
|
-
"capabilities": {
|
|
935
|
-
"streaming": true,
|
|
936
|
-
"tool_call": true
|
|
937
|
-
},
|
|
938
|
-
"modalities": {
|
|
939
|
-
"input": ["text"],
|
|
940
|
-
"output": ["text"]
|
|
941
|
-
}
|
|
942
|
-
},
|
|
943
|
-
{
|
|
944
|
-
"id": "grok-3",
|
|
945
|
-
"name": "grok-3",
|
|
946
|
-
"created_by": "xai",
|
|
947
|
-
"source": "official",
|
|
948
|
-
"last_updated": "2026-03-21",
|
|
949
|
-
"family": "grok-3",
|
|
950
|
-
"capabilities": {
|
|
951
|
-
"streaming": true,
|
|
952
|
-
"tool_call": true
|
|
953
|
-
},
|
|
954
|
-
"modalities": {
|
|
955
|
-
"input": ["text"],
|
|
956
|
-
"output": ["text"]
|
|
957
|
-
}
|
|
958
|
-
},
|
|
959
|
-
{
|
|
960
|
-
"id": "grok-4-fast-non-reasoning",
|
|
961
|
-
"name": "grok-4-fast-non-reasoning",
|
|
962
|
-
"created_by": "xai",
|
|
963
|
-
"source": "official",
|
|
964
|
-
"last_updated": "2026-03-21",
|
|
965
|
-
"family": "grok-4",
|
|
966
|
-
"capabilities": {
|
|
967
|
-
"streaming": true,
|
|
968
|
-
"tool_call": true,
|
|
969
|
-
"reasoning": true,
|
|
970
|
-
"vision": true
|
|
971
|
-
},
|
|
972
|
-
"modalities": {
|
|
973
|
-
"input": ["text", "image"],
|
|
974
|
-
"output": ["text"]
|
|
975
|
-
}
|
|
976
|
-
},
|
|
977
|
-
{
|
|
978
|
-
"id": "grok-4-fast-reasoning",
|
|
979
|
-
"name": "grok-4-fast-reasoning",
|
|
980
|
-
"created_by": "xai",
|
|
981
|
-
"source": "official",
|
|
982
|
-
"last_updated": "2026-03-21",
|
|
983
|
-
"family": "grok-4",
|
|
984
|
-
"capabilities": {
|
|
985
|
-
"streaming": true,
|
|
986
|
-
"tool_call": true,
|
|
987
|
-
"reasoning": true,
|
|
988
|
-
"vision": true
|
|
989
|
-
},
|
|
990
|
-
"modalities": {
|
|
991
|
-
"input": ["text", "image"],
|
|
992
|
-
"output": ["text"]
|
|
993
|
-
}
|
|
994
|
-
},
|
|
995
|
-
{
|
|
996
|
-
"id": "grok-4.1-fast-non-reasoning",
|
|
997
|
-
"name": "grok-4.1-fast-non-reasoning",
|
|
998
|
-
"created_by": "xai",
|
|
999
|
-
"source": "official",
|
|
1000
|
-
"last_updated": "2026-03-21",
|
|
1001
|
-
"family": "grok-4.1",
|
|
1002
|
-
"capabilities": {
|
|
1003
|
-
"streaming": true,
|
|
1004
|
-
"tool_call": true,
|
|
1005
|
-
"reasoning": true,
|
|
1006
|
-
"vision": true
|
|
1007
|
-
},
|
|
1008
|
-
"modalities": {
|
|
1009
|
-
"input": ["text", "image"],
|
|
1010
|
-
"output": ["text"]
|
|
1011
|
-
}
|
|
1012
|
-
},
|
|
1013
|
-
{
|
|
1014
|
-
"id": "grok-4.1-fast-reasoning",
|
|
1015
|
-
"name": "grok-4.1-fast-reasoning",
|
|
1016
|
-
"created_by": "xai",
|
|
1017
|
-
"source": "official",
|
|
1018
|
-
"last_updated": "2026-03-21",
|
|
1019
|
-
"family": "grok-4.1",
|
|
1020
|
-
"capabilities": {
|
|
1021
|
-
"streaming": true,
|
|
1022
|
-
"tool_call": true,
|
|
1023
|
-
"reasoning": true,
|
|
1024
|
-
"vision": true
|
|
1025
|
-
},
|
|
1026
|
-
"modalities": {
|
|
1027
|
-
"input": ["text", "image"],
|
|
1028
|
-
"output": ["text"]
|
|
1029
|
-
}
|
|
1030
|
-
},
|
|
1031
|
-
{
|
|
1032
|
-
"id": "grok-4",
|
|
1033
|
-
"name": "grok-4",
|
|
1034
|
-
"created_by": "xai",
|
|
1035
|
-
"source": "official",
|
|
1036
|
-
"last_updated": "2026-03-21",
|
|
1037
|
-
"family": "grok-4",
|
|
1038
|
-
"capabilities": {
|
|
1039
|
-
"streaming": true,
|
|
1040
|
-
"tool_call": true
|
|
1041
|
-
},
|
|
1042
|
-
"modalities": {
|
|
1043
|
-
"input": ["text"],
|
|
1044
|
-
"output": ["text"]
|
|
1045
|
-
}
|
|
1046
|
-
},
|
|
1047
|
-
{
|
|
1048
|
-
"id": "grok-code-fast-1",
|
|
1049
|
-
"name": "grok-code-fast-1",
|
|
1050
|
-
"created_by": "xai",
|
|
1051
|
-
"source": "official",
|
|
1052
|
-
"last_updated": "2026-03-21",
|
|
1053
|
-
"family": "grok-code",
|
|
1054
|
-
"capabilities": {
|
|
1055
|
-
"streaming": true,
|
|
1056
|
-
"tool_call": true
|
|
1057
|
-
},
|
|
1058
|
-
"modalities": {
|
|
1059
|
-
"input": ["text"],
|
|
1060
|
-
"output": ["text"]
|
|
1061
|
-
}
|
|
1062
|
-
},
|
|
1063
|
-
{
|
|
1064
|
-
"id": "kimi-k2-thinking",
|
|
1065
|
-
"name": "Kimi-K2-Thinking",
|
|
1066
|
-
"created_by": "moonshot",
|
|
1067
|
-
"source": "official",
|
|
1068
|
-
"last_updated": "2026-03-21",
|
|
1069
|
-
"capabilities": {
|
|
1070
|
-
"streaming": true,
|
|
1071
|
-
"tool_call": true,
|
|
1072
|
-
"reasoning": true
|
|
1073
|
-
},
|
|
1074
|
-
"modalities": {
|
|
1075
|
-
"input": ["text"],
|
|
1076
|
-
"output": ["text"]
|
|
1077
|
-
}
|
|
1078
|
-
},
|
|
1079
|
-
{
|
|
1080
|
-
"id": "kimi-k2.5",
|
|
1081
|
-
"name": "Kimi-K2.5",
|
|
1082
|
-
"created_by": "moonshot",
|
|
1083
|
-
"source": "official",
|
|
1084
|
-
"last_updated": "2026-03-21",
|
|
1085
|
-
"capabilities": {
|
|
1086
|
-
"streaming": true,
|
|
1087
|
-
"tool_call": true,
|
|
1088
|
-
"reasoning": true,
|
|
1089
|
-
"vision": true
|
|
1090
|
-
},
|
|
1091
|
-
"modalities": {
|
|
1092
|
-
"input": ["text", "image"],
|
|
1093
|
-
"output": ["text"]
|
|
1094
|
-
}
|
|
1095
|
-
},
|
|
1096
|
-
{
|
|
1097
|
-
"id": "llama-3.3-70b-instruct",
|
|
1098
|
-
"name": "Llama-3.3-70B-Instruct",
|
|
1099
|
-
"created_by": "meta",
|
|
1100
|
-
"source": "official",
|
|
1101
|
-
"last_updated": "2026-03-21",
|
|
1102
|
-
"family": "llama-3.3",
|
|
1103
|
-
"capabilities": { "streaming": true },
|
|
1104
|
-
"modalities": {
|
|
1105
|
-
"input": ["text"],
|
|
1106
|
-
"output": ["text"]
|
|
1107
|
-
}
|
|
1108
|
-
},
|
|
1109
|
-
{
|
|
1110
|
-
"id": "llama-4-maverick-17b-128e-instruct-fp8",
|
|
1111
|
-
"name": "Llama-4-Maverick-17B-128E-Instruct-FP8",
|
|
1112
|
-
"created_by": "meta",
|
|
1113
|
-
"source": "official",
|
|
1114
|
-
"last_updated": "2026-03-21",
|
|
1115
|
-
"family": "llama-4",
|
|
1116
|
-
"capabilities": {
|
|
1117
|
-
"streaming": true,
|
|
1118
|
-
"tool_call": true,
|
|
1119
|
-
"vision": true
|
|
1120
|
-
},
|
|
1121
|
-
"modalities": {
|
|
1122
|
-
"input": ["text", "image"],
|
|
1123
|
-
"output": ["text"]
|
|
1124
|
-
}
|
|
1125
|
-
},
|
|
1126
|
-
{
|
|
1127
|
-
"id": "mai-ds-r1",
|
|
1128
|
-
"name": "MAI-DS-R1",
|
|
1129
|
-
"created_by": "microsoft",
|
|
1130
|
-
"source": "official",
|
|
1131
|
-
"last_updated": "2026-03-21",
|
|
1132
|
-
"capabilities": {
|
|
1133
|
-
"streaming": true,
|
|
1134
|
-
"tool_call": true,
|
|
1135
|
-
"reasoning": true
|
|
1136
|
-
},
|
|
1137
|
-
"modalities": {
|
|
1138
|
-
"input": ["text"],
|
|
1139
|
-
"output": ["text"]
|
|
1140
|
-
}
|
|
1141
|
-
},
|
|
1142
|
-
{
|
|
1143
|
-
"id": "ministral-3b",
|
|
1144
|
-
"name": "Ministral-3B",
|
|
1145
|
-
"created_by": "mistral",
|
|
1146
|
-
"source": "official",
|
|
1147
|
-
"last_updated": "2026-03-21",
|
|
1148
|
-
"family": "ministral",
|
|
1149
|
-
"capabilities": { "streaming": true },
|
|
1150
|
-
"modalities": {
|
|
1151
|
-
"input": ["text"],
|
|
1152
|
-
"output": ["text"]
|
|
1153
|
-
}
|
|
1154
|
-
},
|
|
1155
|
-
{
|
|
1156
|
-
"id": "mistral-document-ai-2505",
|
|
1157
|
-
"name": "mistral-document-ai-2505",
|
|
1158
|
-
"created_by": "mistral",
|
|
1159
|
-
"source": "official",
|
|
1160
|
-
"last_updated": "2026-03-21",
|
|
1161
|
-
"alias": "mistral-document-ai",
|
|
1162
|
-
"capabilities": {
|
|
1163
|
-
"streaming": true,
|
|
1164
|
-
"tool_call": true,
|
|
1165
|
-
"vision": true,
|
|
1166
|
-
"json_mode": true
|
|
1167
|
-
},
|
|
1168
|
-
"modalities": {
|
|
1169
|
-
"input": ["text", "image"],
|
|
1170
|
-
"output": ["text"]
|
|
1171
|
-
}
|
|
1172
|
-
},
|
|
1173
|
-
{
|
|
1174
|
-
"id": "mistral-document-ai-2512",
|
|
1175
|
-
"name": "mistral-document-ai-2512",
|
|
1176
|
-
"created_by": "mistral",
|
|
1177
|
-
"source": "official",
|
|
1178
|
-
"last_updated": "2026-03-21",
|
|
1179
|
-
"alias": "mistral-document-ai",
|
|
1180
|
-
"capabilities": {
|
|
1181
|
-
"streaming": true,
|
|
1182
|
-
"tool_call": true,
|
|
1183
|
-
"vision": true,
|
|
1184
|
-
"json_mode": true
|
|
1185
|
-
},
|
|
1186
|
-
"modalities": {
|
|
1187
|
-
"input": ["text", "image"],
|
|
1188
|
-
"output": ["text"]
|
|
1189
|
-
}
|
|
1190
|
-
},
|
|
1191
|
-
{
|
|
1192
|
-
"id": "mistral-document-ai",
|
|
1193
|
-
"name": "mistral-document-ai",
|
|
1194
|
-
"created_by": "mistral",
|
|
1195
|
-
"source": "official",
|
|
1196
|
-
"last_updated": "2026-03-21",
|
|
1197
|
-
"capabilities": {
|
|
1198
|
-
"streaming": true,
|
|
1199
|
-
"tool_call": true,
|
|
1200
|
-
"vision": true,
|
|
1201
|
-
"json_mode": true
|
|
1202
|
-
},
|
|
1203
|
-
"modalities": {
|
|
1204
|
-
"input": ["text", "image"],
|
|
1205
|
-
"output": ["text"]
|
|
1206
|
-
},
|
|
1207
|
-
"snapshots": ["mistral-document-ai-2512", "mistral-document-ai-2505"]
|
|
1208
|
-
},
|
|
1209
|
-
{
|
|
1210
|
-
"id": "mistral-large-3",
|
|
1211
|
-
"name": "Mistral-Large-3",
|
|
1212
|
-
"created_by": "mistral",
|
|
1213
|
-
"source": "official",
|
|
1214
|
-
"last_updated": "2026-03-21",
|
|
1215
|
-
"family": "mistral-large",
|
|
1216
|
-
"capabilities": {
|
|
1217
|
-
"streaming": true,
|
|
1218
|
-
"tool_call": true,
|
|
1219
|
-
"vision": true,
|
|
1220
|
-
"json_mode": true
|
|
1221
|
-
},
|
|
1222
|
-
"modalities": {
|
|
1223
|
-
"input": ["text", "image"],
|
|
1224
|
-
"output": ["text"]
|
|
1225
|
-
}
|
|
1226
|
-
},
|
|
1227
|
-
{
|
|
1228
|
-
"id": "o1-mini",
|
|
1229
|
-
"name": "o1-mini",
|
|
1230
|
-
"created_by": "openai",
|
|
1231
|
-
"source": "official",
|
|
1232
|
-
"last_updated": "2026-03-21",
|
|
1233
|
-
"family": "o1",
|
|
1234
|
-
"knowledge_cutoff": "2023-10",
|
|
1235
|
-
"capabilities": { "streaming": true },
|
|
1236
|
-
"modalities": {
|
|
1237
|
-
"input": ["text"],
|
|
1238
|
-
"output": ["text"]
|
|
1239
|
-
},
|
|
1240
|
-
"model_type": "reasoning"
|
|
1241
|
-
},
|
|
1242
|
-
{
|
|
1243
|
-
"id": "o1-preview",
|
|
1244
|
-
"name": "o1-preview",
|
|
1245
|
-
"created_by": "openai",
|
|
1246
|
-
"source": "official",
|
|
1247
|
-
"last_updated": "2026-03-21",
|
|
1248
|
-
"family": "o1",
|
|
1249
|
-
"knowledge_cutoff": "2023-10",
|
|
1250
|
-
"capabilities": { "streaming": true },
|
|
1251
|
-
"modalities": {
|
|
1252
|
-
"input": ["text"],
|
|
1253
|
-
"output": ["text"]
|
|
1254
|
-
},
|
|
1255
|
-
"model_type": "reasoning"
|
|
1256
|
-
},
|
|
1257
|
-
{
|
|
1258
|
-
"id": "o1",
|
|
1259
|
-
"name": "o1",
|
|
1260
|
-
"created_by": "openai",
|
|
1261
|
-
"source": "official",
|
|
1262
|
-
"last_updated": "2026-03-21",
|
|
1263
|
-
"family": "o1",
|
|
1264
|
-
"knowledge_cutoff": "2023-10",
|
|
1265
|
-
"capabilities": {
|
|
1266
|
-
"streaming": true,
|
|
1267
|
-
"tool_call": true,
|
|
1268
|
-
"structured_output": true,
|
|
1269
|
-
"reasoning": true,
|
|
1270
|
-
"vision": true
|
|
1271
|
-
},
|
|
1272
|
-
"modalities": {
|
|
1273
|
-
"input": ["text", "image"],
|
|
1274
|
-
"output": ["text"]
|
|
1275
|
-
},
|
|
1276
|
-
"model_type": "reasoning"
|
|
1277
|
-
},
|
|
1278
|
-
{
|
|
1279
|
-
"id": "o3-mini",
|
|
1280
|
-
"name": "o3-mini",
|
|
1281
|
-
"created_by": "openai",
|
|
1282
|
-
"source": "official",
|
|
1283
|
-
"last_updated": "2026-03-21",
|
|
1284
|
-
"family": "o3",
|
|
1285
|
-
"knowledge_cutoff": "2023-10",
|
|
1286
|
-
"capabilities": {
|
|
1287
|
-
"streaming": true,
|
|
1288
|
-
"tool_call": true,
|
|
1289
|
-
"structured_output": true,
|
|
1290
|
-
"reasoning": true
|
|
1291
|
-
},
|
|
1292
|
-
"modalities": {
|
|
1293
|
-
"input": ["text"],
|
|
1294
|
-
"output": ["text"]
|
|
1295
|
-
},
|
|
1296
|
-
"model_type": "reasoning"
|
|
1297
|
-
},
|
|
1298
|
-
{
|
|
1299
|
-
"id": "o3-pro",
|
|
1300
|
-
"name": "o3-pro",
|
|
1301
|
-
"created_by": "openai",
|
|
1302
|
-
"source": "official",
|
|
1303
|
-
"last_updated": "2026-03-21",
|
|
1304
|
-
"family": "o3",
|
|
1305
|
-
"knowledge_cutoff": "2024-05-31",
|
|
1306
|
-
"capabilities": {
|
|
1307
|
-
"streaming": true,
|
|
1308
|
-
"tool_call": true,
|
|
1309
|
-
"structured_output": true,
|
|
1310
|
-
"vision": true
|
|
1311
|
-
},
|
|
1312
|
-
"modalities": {
|
|
1313
|
-
"input": ["text", "image"],
|
|
1314
|
-
"output": ["text"]
|
|
1315
|
-
},
|
|
1316
|
-
"model_type": "reasoning"
|
|
1317
|
-
},
|
|
1318
|
-
{
|
|
1319
|
-
"id": "o3",
|
|
1320
|
-
"name": "o3",
|
|
1321
|
-
"created_by": "openai",
|
|
1322
|
-
"source": "official",
|
|
1323
|
-
"last_updated": "2026-03-21",
|
|
1324
|
-
"family": "o3",
|
|
1325
|
-
"knowledge_cutoff": "2024-05-31",
|
|
1326
|
-
"capabilities": {
|
|
1327
|
-
"streaming": true,
|
|
1328
|
-
"tool_call": true,
|
|
1329
|
-
"structured_output": true,
|
|
1330
|
-
"reasoning": true,
|
|
1331
|
-
"vision": true
|
|
1332
|
-
},
|
|
1333
|
-
"modalities": {
|
|
1334
|
-
"input": ["text", "image"],
|
|
1335
|
-
"output": ["text"]
|
|
1336
|
-
},
|
|
1337
|
-
"model_type": "reasoning"
|
|
1338
|
-
},
|
|
1339
|
-
{
|
|
1340
|
-
"id": "o4-mini",
|
|
1341
|
-
"name": "o4-mini",
|
|
1342
|
-
"created_by": "openai",
|
|
1343
|
-
"source": "official",
|
|
1344
|
-
"last_updated": "2026-03-21",
|
|
1345
|
-
"family": "o4",
|
|
1346
|
-
"knowledge_cutoff": "2024-05-31",
|
|
1347
|
-
"capabilities": {
|
|
1348
|
-
"streaming": true,
|
|
1349
|
-
"tool_call": true,
|
|
1350
|
-
"structured_output": true,
|
|
1351
|
-
"reasoning": true,
|
|
1352
|
-
"vision": true
|
|
1353
|
-
},
|
|
1354
|
-
"modalities": {
|
|
1355
|
-
"input": ["text", "image"],
|
|
1356
|
-
"output": ["text"]
|
|
1357
|
-
},
|
|
1358
|
-
"model_type": "reasoning"
|
|
1359
|
-
},
|
|
1360
|
-
{
|
|
1361
|
-
"id": "qwen-32b",
|
|
1362
|
-
"name": "Qwen-32B",
|
|
1363
|
-
"created_by": "openai",
|
|
1364
|
-
"source": "official",
|
|
1365
|
-
"last_updated": "2026-03-21",
|
|
1366
|
-
"family": "qwen",
|
|
1367
|
-
"capabilities": { "streaming": true },
|
|
1368
|
-
"modalities": {
|
|
1369
|
-
"input": ["text"],
|
|
1370
|
-
"output": ["text"]
|
|
1371
|
-
}
|
|
1372
|
-
},
|
|
1373
|
-
{
|
|
1374
|
-
"id": "sora-2",
|
|
1375
|
-
"name": "sora-2",
|
|
1376
|
-
"created_by": "openai",
|
|
1377
|
-
"source": "official",
|
|
1378
|
-
"last_updated": "2026-03-21",
|
|
1379
|
-
"capabilities": { "streaming": true },
|
|
1380
|
-
"modalities": {
|
|
1381
|
-
"input": ["text"],
|
|
1382
|
-
"output": ["text"]
|
|
1383
|
-
},
|
|
1384
|
-
"model_type": "video"
|
|
1385
|
-
},
|
|
1386
|
-
{
|
|
1387
|
-
"id": "sora",
|
|
1388
|
-
"name": "Sora",
|
|
1389
|
-
"created_by": "openai",
|
|
1390
|
-
"source": "official",
|
|
1391
|
-
"last_updated": "2026-03-21",
|
|
1392
|
-
"capabilities": { "streaming": true },
|
|
1393
|
-
"modalities": {
|
|
1394
|
-
"input": ["text"],
|
|
1395
|
-
"output": ["text"]
|
|
1396
|
-
},
|
|
1397
|
-
"model_type": "video"
|
|
1398
|
-
},
|
|
1399
|
-
{
|
|
1400
|
-
"id": "text-embedding-3-large",
|
|
1401
|
-
"name": "text-embedding-3-large",
|
|
1402
|
-
"created_by": "openai",
|
|
1403
|
-
"source": "official",
|
|
1404
|
-
"last_updated": "2026-03-21",
|
|
1405
|
-
"knowledge_cutoff": "2021-09",
|
|
1406
|
-
"max_output_tokens": 3072,
|
|
1407
|
-
"capabilities": { "streaming": true },
|
|
1408
|
-
"modalities": {
|
|
1409
|
-
"input": ["text"],
|
|
1410
|
-
"output": ["text"]
|
|
1411
|
-
},
|
|
1412
|
-
"model_type": "embed"
|
|
1413
|
-
},
|
|
1414
|
-
{
|
|
1415
|
-
"id": "text-embedding-3-small",
|
|
1416
|
-
"name": "text-embedding-3-small",
|
|
1417
|
-
"created_by": "openai",
|
|
1418
|
-
"source": "official",
|
|
1419
|
-
"last_updated": "2026-03-21",
|
|
1420
|
-
"knowledge_cutoff": "2021-09",
|
|
1421
|
-
"max_output_tokens": 1536,
|
|
1422
|
-
"capabilities": { "streaming": true },
|
|
1423
|
-
"modalities": {
|
|
1424
|
-
"input": ["text"],
|
|
1425
|
-
"output": ["text"]
|
|
1426
|
-
},
|
|
1427
|
-
"model_type": "embed"
|
|
1428
|
-
},
|
|
1429
|
-
{
|
|
1430
|
-
"id": "text-embedding-ada-002",
|
|
1431
|
-
"name": "text-embedding-ada-002",
|
|
1432
|
-
"created_by": "openai",
|
|
1433
|
-
"source": "official",
|
|
1434
|
-
"last_updated": "2026-03-21",
|
|
1435
|
-
"knowledge_cutoff": "2021-09",
|
|
1436
|
-
"max_output_tokens": 1536,
|
|
1437
|
-
"capabilities": { "streaming": true },
|
|
1438
|
-
"modalities": {
|
|
1439
|
-
"input": ["text"],
|
|
1440
|
-
"output": ["text"]
|
|
1441
|
-
},
|
|
1442
|
-
"model_type": "embed"
|
|
1443
|
-
},
|
|
1444
|
-
{
|
|
1445
|
-
"id": "tts-hd",
|
|
1446
|
-
"name": "tts-hd",
|
|
1447
|
-
"created_by": "openai",
|
|
1448
|
-
"source": "official",
|
|
1449
|
-
"last_updated": "2026-03-21",
|
|
1450
|
-
"capabilities": { "streaming": true },
|
|
1451
|
-
"modalities": {
|
|
1452
|
-
"input": ["text"],
|
|
1453
|
-
"output": ["text"]
|
|
1454
|
-
},
|
|
1455
|
-
"model_type": "tts"
|
|
1456
|
-
},
|
|
1457
|
-
{
|
|
1458
|
-
"id": "tts",
|
|
1459
|
-
"name": "tts",
|
|
1460
|
-
"created_by": "openai",
|
|
1461
|
-
"source": "official",
|
|
1462
|
-
"last_updated": "2026-03-21",
|
|
1463
|
-
"capabilities": { "streaming": true },
|
|
1464
|
-
"modalities": {
|
|
1465
|
-
"input": ["text"],
|
|
1466
|
-
"output": ["text"]
|
|
1467
|
-
}
|
|
1468
|
-
},
|
|
1469
|
-
{
|
|
1470
|
-
"id": "whisper",
|
|
1471
|
-
"name": "whisper",
|
|
1472
|
-
"created_by": "openai",
|
|
1473
|
-
"source": "official",
|
|
1474
|
-
"last_updated": "2026-03-21",
|
|
1475
|
-
"capabilities": { "streaming": true },
|
|
1476
|
-
"modalities": {
|
|
1477
|
-
"input": ["text"],
|
|
1478
|
-
"output": ["text"]
|
|
1479
|
-
},
|
|
1480
|
-
"family": "whisper",
|
|
1481
|
-
"model_type": "transcription"
|
|
1482
|
-
}
|
|
1483
|
-
]
|
|
1484
|
-
};
|
|
1485
|
-
const models = provider.models.map((m) => ({
|
|
1486
|
-
...m,
|
|
1487
|
-
provider: provider.id
|
|
1488
|
-
}));
|
|
1489
|
-
//#endregion
|
|
1490
|
-
exports.models = models;
|
|
1491
|
-
exports.provider = provider;
|
|
1
|
+
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e={id:`azure`,name:`Azure AI Foundry`,region:`US`,url:`https://ai.azure.com`,api_url:`https://models.inference.ai.azure.com`,docs_url:`https://learn.microsoft.com/azure/ai-services/openai/concepts/models`,pricing_url:`https://azure.microsoft.com/pricing/details/cognitive-services/openai-service`,icon:`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" fill-rule="evenodd">
|
|
2
|
+
<path d="M11.49 2H2v9.492h9.492V2h-.002z"/>
|
|
3
|
+
<path d="M22 2h-9.492v9.492H22V2z"/>
|
|
4
|
+
<path d="M11.49 12.508H2V22h9.492v-9.492h-.002z"/>
|
|
5
|
+
<path d="M22 12.508h-9.492V22H22v-9.492z"/>
|
|
6
|
+
</svg>`,models:[{id:`codex-mini`,name:`codex-mini`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`codex`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]}},{id:`cohere-command-a`,name:`Cohere-command-a`,created_by:`cohere`,source:`official`,last_updated:`2026-03-21`,capabilities:{streaming:!0,tool_call:!0,json_mode:!0},modalities:{input:[`text`],output:[`text`]}},{id:`cohere-rerank-v4.0-fast`,name:`Cohere-rerank-v4.0-fast`,created_by:`cohere`,source:`official`,last_updated:`2026-03-21`,capabilities:{streaming:!0,tool_call:!0,json_mode:!0},modalities:{input:[`text`],output:[`text`]},model_type:`rerank`},{id:`cohere-rerank-v4.0-pro`,name:`Cohere-rerank-v4.0-pro`,created_by:`cohere`,source:`official`,last_updated:`2026-03-21`,capabilities:{streaming:!0,tool_call:!0,json_mode:!0},modalities:{input:[`text`],output:[`text`]},model_type:`rerank`},{id:`computer-use-preview`,name:`computer-use-preview`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,capabilities:{streaming:!0,tool_call:!0},modalities:{input:[`text`],output:[`text`]}},{id:`deepseek-r1-0528`,name:`DeepSeek-R1-0528`,created_by:`deepseek`,source:`official`,last_updated:`2026-03-21`,family:`deepseek-r1`,capabilities:{streaming:!0,tool_call:!0,reasoning:!0,vision:!0},modalities:{input:[`text`],output:[`text`]},model_type:`reasoning`},{id:`deepseek-r1`,name:`DeepSeek-R1`,created_by:`deepseek`,source:`official`,last_updated:`2026-03-21`,family:`deepseek-r1`,capabilities:{streaming:!0,tool_call:!0,reasoning:!0,vision:!0},modalities:{input:[`text`],output:[`text`]},model_type:`reasoning`},{id:`deepseek-v3-0324`,name:`DeepSeek-V3-0324`,created_by:`deepseek`,source:`official`,last_updated:`2026-03-21`,family:`deepseek`,capabilities:{streaming:!0,tool_call:!0,vision:!0,json_mode:!0},modalities:{input:[`text`],output:[`text`]}},{id:`deepseek-v3.1`,name:`DeepSeek-V3.1`,created_by:`deepseek`,source:`official`,last_updated:`2026-03-21`,family:`deepseek`,capabilities:{streaming:!0,tool_call:!0,reasoning:!0,json_mode:!0},modalities:{input:[`text`],output:[`text`]}},{id:`deepseek-v3.2-speciale`,name:`DeepSeek-V3.2-Speciale`,created_by:`deepseek`,source:`official`,last_updated:`2026-03-21`,family:`deepseek`,capabilities:{streaming:!0,tool_call:!0,reasoning:!0,json_mode:!0},modalities:{input:[`text`],output:[`text`]}},{id:`deepseek-v3.2`,name:`DeepSeek-V3.2`,created_by:`deepseek`,source:`official`,last_updated:`2026-03-21`,family:`deepseek`,capabilities:{streaming:!0,tool_call:!0,reasoning:!0,json_mode:!0},modalities:{input:[`text`],output:[`text`]}},{id:`embed-v-4-0`,name:`embed-v-4-0`,created_by:`cohere`,source:`official`,last_updated:`2026-03-21`,capabilities:{streaming:!0,vision:!0},modalities:{input:[`text`,`image`],output:[`text`]},model_type:`embed`},{id:`flux-1.1-pro`,name:`FLUX-1.1-pro`,created_by:`black-forest-labs`,source:`official`,last_updated:`2026-03-21`,capabilities:{streaming:!0,tool_call:!0,vision:!0},modalities:{input:[`text`,`image`],output:[`text`]},model_type:`image`},{id:`flux.1-kontext-pro`,name:`FLUX.1-Kontext-pro`,created_by:`black-forest-labs`,source:`official`,last_updated:`2026-03-21`,capabilities:{streaming:!0,tool_call:!0,vision:!0},modalities:{input:[`text`,`image`],output:[`text`]},model_type:`image`},{id:`flux.2-flex`,name:`FLUX.2-flex`,created_by:`black-forest-labs`,source:`official`,last_updated:`2026-03-21`,capabilities:{streaming:!0,tool_call:!0,vision:!0},modalities:{input:[`text`,`image`],output:[`text`]},model_type:`image`},{id:`flux.2-pro`,name:`FLUX.2-pro`,created_by:`black-forest-labs`,source:`official`,last_updated:`2026-03-21`,capabilities:{streaming:!0,tool_call:!0,vision:!0},modalities:{input:[`text`,`image`],output:[`text`]},model_type:`image`},{id:`gpt-4.1-mini`,name:`gpt-4.1-mini`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-4.1`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]}},{id:`gpt-4.1-nano`,name:`gpt-4.1-nano`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-4.1`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]}},{id:`gpt-4.1`,name:`GPT-4.1 series`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-4.1`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]}},{id:`gpt-4`,name:`gpt-4`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-4`,knowledge_cutoff:`2023-12`,capabilities:{streaming:!0,vision:!0},modalities:{input:[`text`],output:[`text`]}},{id:`gpt-4o-audio-preview`,name:`gpt-4o-audio-preview`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-4o`,knowledge_cutoff:`2023-09`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]}},{id:`gpt-4o-mini-audio-preview`,name:`gpt-4o-mini-audio-preview`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-4o`,knowledge_cutoff:`2023-09`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]}},{id:`gpt-4o-mini-realtime-preview`,name:`gpt-4o-mini-realtime-preview`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-4o`,knowledge_cutoff:`2023-10`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]}},{id:`gpt-4o-mini-transcribe`,name:`gpt-4o-mini-transcribe`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-4o`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]},model_type:`transcription`},{id:`gpt-4o-mini-tts`,name:`gpt-4o-mini-tts`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-4o`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]},model_type:`tts`},{id:`gpt-4o-mini`,name:`gpt-4o-mini`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-4o`,knowledge_cutoff:`2023-10`,capabilities:{streaming:!0,tool_call:!0,vision:!0,json_mode:!0},modalities:{input:[`text`,`image`],output:[`text`]}},{id:`gpt-4o-realtime-preview`,name:`gpt-4o-realtime-preview`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-4o`,knowledge_cutoff:`2023-10`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]}},{id:`gpt-4o-transcribe-diarize`,name:`gpt-4o-transcribe-diarize`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-4o`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]},model_type:`transcription`},{id:`gpt-4o-transcribe`,name:`gpt-4o-transcribe`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-4o`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]},model_type:`transcription`},{id:`gpt-4o`,name:`GPT-4o, GPT-4o mini, and GPT-4 Turbo`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-4o`,capabilities:{streaming:!0,vision:!0},modalities:{input:[`text`,`image`],output:[`text`]}},{id:`gpt-5-chat`,name:`gpt-5-chat`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-5`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]}},{id:`gpt-5-codex`,name:`gpt-5-codex`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-5`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]}},{id:`gpt-5-mini`,name:`gpt-5-mini`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-5`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]}},{id:`gpt-5-nano`,name:`gpt-5-nano`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-5`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]}},{id:`gpt-5-pro`,name:`gpt-5-pro`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-5`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]}},{id:`gpt-5.1-chat`,name:`gpt-5.1-chat`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-5.1`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]}},{id:`gpt-5.1-codex-max`,name:`gpt-5.1-codex-max`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-5.1`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]}},{id:`gpt-5.1-codex-mini`,name:`gpt-5.1-codex-mini`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-5.1`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]}},{id:`gpt-5.1-codex`,name:`gpt-5.1-codex`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-5.1`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]}},{id:`gpt-5.1`,name:`GPT-5.1 series`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-5.1`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]}},{id:`gpt-5.2-chat`,name:`gpt-5.2-chat`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-5.2`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]}},{id:`gpt-5.2-codex`,name:`gpt-5.2-codex`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-5.2`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]}},{id:`gpt-5.2`,name:`GPT-5.2 series`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-5.2`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]}},{id:`gpt-5.3-codex`,name:`gpt-5.3-codex`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-5.3`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]}},{id:`gpt-5.3`,name:`GPT-5.3 series`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-5.3`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]}},{id:`gpt-5.4-mini`,name:`gpt-5.4-mini`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-5.4`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]}},{id:`gpt-5.4-nano`,name:`gpt-5.4-nano`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-5.4`,knowledge_cutoff:`2025-08`,context_window:4e5,max_output_tokens:128e3,capabilities:{streaming:!0,tool_call:!0,structured_output:!0,reasoning:!0,vision:!0},modalities:{input:[`text`,`image`],output:[`text`]}},{id:`gpt-5.4-pro`,name:`gpt-5.4-pro`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-5.4`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]}},{id:`gpt-5.4`,name:`GPT-5.4 series`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-5.4`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]}},{id:`gpt-5.4.nano`,name:`gpt-5.4.nano`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-5.4`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]}},{id:`gpt-5`,name:`GPT-5 series`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-5`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]}},{id:`gpt-audio-1.5`,name:`gpt-audio-1.5`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-audio`,knowledge_cutoff:`2024-09`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]}},{id:`gpt-audio`,name:`gpt-audio`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-audio`,knowledge_cutoff:`2023-10`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]}},{id:`gpt-image-1-mini`,name:`gpt-image-1-mini`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-image-1`,capabilities:{streaming:!0,vision:!0},modalities:{input:[`text`,`image`],output:[`text`]},model_type:`image`},{id:`gpt-image-1.5`,name:`gpt-image-1.5`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-image-1.5`,capabilities:{streaming:!0,vision:!0},modalities:{input:[`text`,`image`],output:[`text`]},model_type:`image`},{id:`gpt-image-1`,name:`gpt-image-1`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-image-1`,capabilities:{streaming:!0,vision:!0},modalities:{input:[`text`,`image`],output:[`text`]},model_type:`image`},{id:`gpt-oss-120b`,name:`gpt-oss-120b`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-oss`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]}},{id:`gpt-oss-20b`,name:`gpt-oss-20b`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-oss`,knowledge_cutoff:`2024-05-31`,context_window:131072,max_output_tokens:131072,capabilities:{streaming:!0,tool_call:!0,structured_output:!0,reasoning:!0},modalities:{input:[`text`],output:[`text`]}},{id:`gpt-oss`,name:`gpt-oss`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-oss`,capabilities:{streaming:!0,reasoning:!0},modalities:{input:[`text`],output:[`text`]}},{id:`gpt-realtime-1.5`,name:`gpt-realtime-1.5`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-realtime`,knowledge_cutoff:`2024-09`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]}},{id:`gpt-realtime`,name:`gpt-realtime`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-realtime`,knowledge_cutoff:`2023-10`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]}},{id:`grok-3-mini`,name:`grok-3-mini`,created_by:`xai`,source:`official`,last_updated:`2026-03-21`,family:`grok-3`,capabilities:{streaming:!0,tool_call:!0},modalities:{input:[`text`],output:[`text`]}},{id:`grok-3`,name:`grok-3`,created_by:`xai`,source:`official`,last_updated:`2026-03-21`,family:`grok-3`,capabilities:{streaming:!0,tool_call:!0},modalities:{input:[`text`],output:[`text`]}},{id:`grok-4-fast-non-reasoning`,name:`grok-4-fast-non-reasoning`,created_by:`xai`,source:`official`,last_updated:`2026-03-21`,family:`grok-4`,capabilities:{streaming:!0,tool_call:!0,reasoning:!0,vision:!0},modalities:{input:[`text`,`image`],output:[`text`]}},{id:`grok-4-fast-reasoning`,name:`grok-4-fast-reasoning`,created_by:`xai`,source:`official`,last_updated:`2026-03-21`,family:`grok-4`,capabilities:{streaming:!0,tool_call:!0,reasoning:!0,vision:!0},modalities:{input:[`text`,`image`],output:[`text`]}},{id:`grok-4.1-fast-non-reasoning`,name:`grok-4.1-fast-non-reasoning`,created_by:`xai`,source:`official`,last_updated:`2026-03-21`,family:`grok-4.1`,capabilities:{streaming:!0,tool_call:!0,reasoning:!0,vision:!0},modalities:{input:[`text`,`image`],output:[`text`]}},{id:`grok-4.1-fast-reasoning`,name:`grok-4.1-fast-reasoning`,created_by:`xai`,source:`official`,last_updated:`2026-03-21`,family:`grok-4.1`,capabilities:{streaming:!0,tool_call:!0,reasoning:!0,vision:!0},modalities:{input:[`text`,`image`],output:[`text`]}},{id:`grok-4`,name:`grok-4`,created_by:`xai`,source:`official`,last_updated:`2026-03-21`,family:`grok-4`,capabilities:{streaming:!0,tool_call:!0},modalities:{input:[`text`],output:[`text`]}},{id:`grok-code-fast-1`,name:`grok-code-fast-1`,created_by:`xai`,source:`official`,last_updated:`2026-03-21`,family:`grok-code`,capabilities:{streaming:!0,tool_call:!0},modalities:{input:[`text`],output:[`text`]}},{id:`kimi-k2-thinking`,name:`Kimi-K2-Thinking`,created_by:`moonshot`,source:`official`,last_updated:`2026-03-21`,capabilities:{streaming:!0,tool_call:!0,reasoning:!0},modalities:{input:[`text`],output:[`text`]}},{id:`kimi-k2.5`,name:`Kimi-K2.5`,created_by:`moonshot`,source:`official`,last_updated:`2026-03-21`,capabilities:{streaming:!0,tool_call:!0,reasoning:!0,vision:!0},modalities:{input:[`text`,`image`],output:[`text`]}},{id:`llama-3.3-70b-instruct`,name:`Llama-3.3-70B-Instruct`,created_by:`meta`,source:`official`,last_updated:`2026-03-21`,family:`llama-3.3`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]}},{id:`llama-4-maverick-17b-128e-instruct-fp8`,name:`Llama-4-Maverick-17B-128E-Instruct-FP8`,created_by:`meta`,source:`official`,last_updated:`2026-03-21`,family:`llama-4`,capabilities:{streaming:!0,tool_call:!0,vision:!0},modalities:{input:[`text`,`image`],output:[`text`]}},{id:`mai-ds-r1`,name:`MAI-DS-R1`,created_by:`microsoft`,source:`official`,last_updated:`2026-03-21`,capabilities:{streaming:!0,tool_call:!0,reasoning:!0},modalities:{input:[`text`],output:[`text`]}},{id:`ministral-3b`,name:`Ministral-3B`,created_by:`mistral`,source:`official`,last_updated:`2026-03-21`,family:`ministral`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]}},{id:`mistral-document-ai-2505`,name:`mistral-document-ai-2505`,created_by:`mistral`,source:`official`,last_updated:`2026-03-21`,alias:`mistral-document-ai`,capabilities:{streaming:!0,tool_call:!0,vision:!0,json_mode:!0},modalities:{input:[`text`,`image`],output:[`text`]}},{id:`mistral-document-ai-2512`,name:`mistral-document-ai-2512`,created_by:`mistral`,source:`official`,last_updated:`2026-03-21`,alias:`mistral-document-ai`,capabilities:{streaming:!0,tool_call:!0,vision:!0,json_mode:!0},modalities:{input:[`text`,`image`],output:[`text`]}},{id:`mistral-document-ai`,name:`mistral-document-ai`,created_by:`mistral`,source:`official`,last_updated:`2026-03-21`,capabilities:{streaming:!0,tool_call:!0,vision:!0,json_mode:!0},modalities:{input:[`text`,`image`],output:[`text`]},snapshots:[`mistral-document-ai-2512`,`mistral-document-ai-2505`]},{id:`mistral-large-3`,name:`Mistral-Large-3`,created_by:`mistral`,source:`official`,last_updated:`2026-03-21`,family:`mistral-large`,capabilities:{streaming:!0,tool_call:!0,vision:!0,json_mode:!0},modalities:{input:[`text`,`image`],output:[`text`]}},{id:`o1-mini`,name:`o1-mini`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`o1`,knowledge_cutoff:`2023-10`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]},model_type:`reasoning`},{id:`o1-preview`,name:`o1-preview`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`o1`,knowledge_cutoff:`2023-10`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]},model_type:`reasoning`},{id:`o1`,name:`o1`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`o1`,knowledge_cutoff:`2023-10`,capabilities:{streaming:!0,tool_call:!0,structured_output:!0,reasoning:!0,vision:!0},modalities:{input:[`text`,`image`],output:[`text`]},model_type:`reasoning`},{id:`o3-mini`,name:`o3-mini`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`o3`,knowledge_cutoff:`2023-10`,capabilities:{streaming:!0,tool_call:!0,structured_output:!0,reasoning:!0},modalities:{input:[`text`],output:[`text`]},model_type:`reasoning`},{id:`o3-pro`,name:`o3-pro`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`o3`,knowledge_cutoff:`2024-05-31`,capabilities:{streaming:!0,tool_call:!0,structured_output:!0,vision:!0},modalities:{input:[`text`,`image`],output:[`text`]},model_type:`reasoning`},{id:`o3`,name:`o3`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`o3`,knowledge_cutoff:`2024-05-31`,capabilities:{streaming:!0,tool_call:!0,structured_output:!0,reasoning:!0,vision:!0},modalities:{input:[`text`,`image`],output:[`text`]},model_type:`reasoning`},{id:`o4-mini`,name:`o4-mini`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`o4`,knowledge_cutoff:`2024-05-31`,capabilities:{streaming:!0,tool_call:!0,structured_output:!0,reasoning:!0,vision:!0},modalities:{input:[`text`,`image`],output:[`text`]},model_type:`reasoning`},{id:`qwen-32b`,name:`Qwen-32B`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]}},{id:`sora-2`,name:`sora-2`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]},model_type:`video`},{id:`sora`,name:`Sora`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]},model_type:`video`},{id:`text-embedding-3-large`,name:`text-embedding-3-large`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,knowledge_cutoff:`2021-09`,max_output_tokens:3072,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]},model_type:`embed`},{id:`text-embedding-3-small`,name:`text-embedding-3-small`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,knowledge_cutoff:`2021-09`,max_output_tokens:1536,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]},model_type:`embed`},{id:`text-embedding-ada-002`,name:`text-embedding-ada-002`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,knowledge_cutoff:`2021-09`,max_output_tokens:1536,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]},model_type:`embed`},{id:`tts-hd`,name:`tts-hd`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]},model_type:`tts`},{id:`tts`,name:`tts`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]}},{id:`whisper`,name:`whisper`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,capabilities:{streaming:!0},modalities:{input:[`text`],output:[`text`]},family:`whisper`,model_type:`transcription`}]},t=e.models.map(t=>({...t,provider:e.id}));exports.models=t,exports.provider=e;
|