modelpedia 0.0.1 → 0.0.2

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.
Files changed (128) hide show
  1. package/dist/index.cjs +60 -35560
  2. package/dist/index.d.cts +3 -156
  3. package/dist/index.d.mts +3 -156
  4. package/dist/index.mjs +60 -35560
  5. package/dist/providers/alibaba.cjs +835 -0
  6. package/dist/providers/alibaba.d.cts +7 -0
  7. package/dist/providers/alibaba.d.mts +7 -0
  8. package/dist/providers/alibaba.mjs +833 -0
  9. package/dist/providers/amazon.cjs +1484 -0
  10. package/dist/providers/amazon.d.cts +7 -0
  11. package/dist/providers/amazon.d.mts +7 -0
  12. package/dist/providers/amazon.mjs +1482 -0
  13. package/dist/providers/anthropic.cjs +698 -0
  14. package/dist/providers/anthropic.d.cts +7 -0
  15. package/dist/providers/anthropic.d.mts +7 -0
  16. package/dist/providers/anthropic.mjs +696 -0
  17. package/dist/providers/azure.cjs +1491 -0
  18. package/dist/providers/azure.d.cts +7 -0
  19. package/dist/providers/azure.d.mts +7 -0
  20. package/dist/providers/azure.mjs +1489 -0
  21. package/dist/providers/baseten.cjs +279 -0
  22. package/dist/providers/baseten.d.cts +7 -0
  23. package/dist/providers/baseten.d.mts +7 -0
  24. package/dist/providers/baseten.mjs +277 -0
  25. package/dist/providers/cerebras.cjs +145 -0
  26. package/dist/providers/cerebras.d.cts +7 -0
  27. package/dist/providers/cerebras.d.mts +7 -0
  28. package/dist/providers/cerebras.mjs +143 -0
  29. package/dist/providers/cloudflare.cjs +826 -0
  30. package/dist/providers/cloudflare.d.cts +7 -0
  31. package/dist/providers/cloudflare.d.mts +7 -0
  32. package/dist/providers/cloudflare.mjs +824 -0
  33. package/dist/providers/cohere.cjs +525 -0
  34. package/dist/providers/cohere.d.cts +7 -0
  35. package/dist/providers/cohere.d.mts +7 -0
  36. package/dist/providers/cohere.mjs +523 -0
  37. package/dist/providers/cursor.cjs +856 -0
  38. package/dist/providers/cursor.d.cts +7 -0
  39. package/dist/providers/cursor.d.mts +7 -0
  40. package/dist/providers/cursor.mjs +854 -0
  41. package/dist/providers/deepseek.cjs +64 -0
  42. package/dist/providers/deepseek.d.cts +7 -0
  43. package/dist/providers/deepseek.d.mts +7 -0
  44. package/dist/providers/deepseek.mjs +62 -0
  45. package/dist/providers/fireworks.cjs +3794 -0
  46. package/dist/providers/fireworks.d.cts +7 -0
  47. package/dist/providers/fireworks.d.mts +7 -0
  48. package/dist/providers/fireworks.mjs +3792 -0
  49. package/dist/providers/google.cjs +972 -0
  50. package/dist/providers/google.d.cts +7 -0
  51. package/dist/providers/google.d.mts +7 -0
  52. package/dist/providers/google.mjs +970 -0
  53. package/dist/providers/groq.cjs +353 -0
  54. package/dist/providers/groq.d.cts +7 -0
  55. package/dist/providers/groq.d.mts +7 -0
  56. package/dist/providers/groq.mjs +351 -0
  57. package/dist/providers/huggingface.cjs +1022 -0
  58. package/dist/providers/huggingface.d.cts +7 -0
  59. package/dist/providers/huggingface.d.mts +7 -0
  60. package/dist/providers/huggingface.mjs +1020 -0
  61. package/dist/providers/meta.cjs +481 -0
  62. package/dist/providers/meta.d.cts +7 -0
  63. package/dist/providers/meta.d.mts +7 -0
  64. package/dist/providers/meta.mjs +479 -0
  65. package/dist/providers/minimax.cjs +156 -0
  66. package/dist/providers/minimax.d.cts +7 -0
  67. package/dist/providers/minimax.d.mts +7 -0
  68. package/dist/providers/minimax.mjs +154 -0
  69. package/dist/providers/mistral.cjs +1594 -0
  70. package/dist/providers/mistral.d.cts +7 -0
  71. package/dist/providers/mistral.d.mts +7 -0
  72. package/dist/providers/mistral.mjs +1592 -0
  73. package/dist/providers/moonshot.cjs +138 -0
  74. package/dist/providers/moonshot.d.cts +7 -0
  75. package/dist/providers/moonshot.d.mts +7 -0
  76. package/dist/providers/moonshot.mjs +136 -0
  77. package/dist/providers/nvidia.cjs +2040 -0
  78. package/dist/providers/nvidia.d.cts +7 -0
  79. package/dist/providers/nvidia.d.mts +7 -0
  80. package/dist/providers/nvidia.mjs +2038 -0
  81. package/dist/providers/ollama.cjs +326 -0
  82. package/dist/providers/ollama.d.cts +7 -0
  83. package/dist/providers/ollama.d.mts +7 -0
  84. package/dist/providers/ollama.mjs +324 -0
  85. package/dist/providers/openai.cjs +9079 -0
  86. package/dist/providers/openai.d.cts +7 -0
  87. package/dist/providers/openai.d.mts +7 -0
  88. package/dist/providers/openai.mjs +9077 -0
  89. package/dist/providers/opencode.cjs +367 -0
  90. package/dist/providers/opencode.d.cts +7 -0
  91. package/dist/providers/opencode.d.mts +7 -0
  92. package/dist/providers/opencode.mjs +365 -0
  93. package/dist/providers/openrouter.cjs +7835 -0
  94. package/dist/providers/openrouter.d.cts +7 -0
  95. package/dist/providers/openrouter.d.mts +7 -0
  96. package/dist/providers/openrouter.mjs +7833 -0
  97. package/dist/providers/perplexity.cjs +311 -0
  98. package/dist/providers/perplexity.d.cts +7 -0
  99. package/dist/providers/perplexity.d.mts +7 -0
  100. package/dist/providers/perplexity.mjs +309 -0
  101. package/dist/providers/qwen.cjs +835 -0
  102. package/dist/providers/qwen.d.cts +7 -0
  103. package/dist/providers/qwen.d.mts +7 -0
  104. package/dist/providers/qwen.mjs +833 -0
  105. package/dist/providers/together.cjs +360 -0
  106. package/dist/providers/together.d.cts +7 -0
  107. package/dist/providers/together.d.mts +7 -0
  108. package/dist/providers/together.mjs +358 -0
  109. package/dist/providers/vercel.cjs +4037 -0
  110. package/dist/providers/vercel.d.cts +7 -0
  111. package/dist/providers/vercel.d.mts +7 -0
  112. package/dist/providers/vercel.mjs +4035 -0
  113. package/dist/providers/vertex.cjs +1072 -0
  114. package/dist/providers/vertex.d.cts +7 -0
  115. package/dist/providers/vertex.d.mts +7 -0
  116. package/dist/providers/vertex.mjs +1070 -0
  117. package/dist/providers/xai.cjs +301 -0
  118. package/dist/providers/xai.d.cts +7 -0
  119. package/dist/providers/xai.d.mts +7 -0
  120. package/dist/providers/xai.mjs +299 -0
  121. package/dist/providers/zai.cjs +243 -0
  122. package/dist/providers/zai.d.cts +7 -0
  123. package/dist/providers/zai.d.mts +7 -0
  124. package/dist/providers/zai.mjs +241 -0
  125. package/dist/types.d.cts +186 -0
  126. package/dist/types.d.mts +186 -0
  127. package/package.json +14 -38
  128. package/README.md +0 -100
@@ -0,0 +1,1072 @@
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
+ //#region src/providers/vertex.ts
3
+ const provider = {
4
+ "id": "vertex",
5
+ "name": "Google Vertex AI",
6
+ "region": "US",
7
+ "url": "https://cloud.google.com/vertex-ai",
8
+ "api_url": "https://us-central1-aiplatform.googleapis.com/v1",
9
+ "docs_url": "https://docs.cloud.google.com/vertex-ai/generative-ai/docs/models",
10
+ "pricing_url": "https://cloud.google.com/vertex-ai/generative-ai/pricing",
11
+ "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" fill-rule=\"evenodd\">\n <path d=\"M11.995 20.216a1.892 1.892 0 100 3.785 1.892 1.892 0 000-3.785zm0 2.806a.927.927 0 11.927-.914.914.914 0 01-.927.914z\"/>\n <path clip-rule=\"evenodd\" d=\"M21.687 14.144c.237.038.452.16.605.344a.978.978 0 01-.18 1.3l-8.24 6.082a1.892 1.892 0 00-1.147-1.508l8.28-6.08a.991.991 0 01.682-.138z\"/>\n <path clip-rule=\"evenodd\" d=\"M10.122 21.842l-8.217-6.066a.952.952 0 01-.206-1.287.978.978 0 011.287-.206l8.28 6.08a1.893 1.893 0 00-1.144 1.479z\"/>\n <path d=\"M4.273 4.475a.978.978 0 01-.965-.965V1.09a.978.978 0 111.943 0v2.42a.978.978 0 01-.978.965zM4.247 13.034a.978.978 0 100-1.956.978.978 0 000 1.956zM4.247 10.19a.978.978 0 100-1.956.978.978 0 000 1.956zM4.247 7.332a.978.978 0 100-1.956.978.978 0 000 1.956z\"/>\n <path d=\"M19.718 7.307a.978.978 0 01-.965-.979v-2.42a.965.965 0 011.93 0v2.42a.964.964 0 01-.965.979zM19.743 13.047a.978.978 0 100-1.956.978.978 0 000 1.956zM19.743 10.151a.978.978 0 100-1.956.978.978 0 000 1.956zM19.743 2.068a.978.978 0 100-1.956.978.978 0 000 1.956z\"/>\n <path d=\"M11.995 15.917a.978.978 0 01-.965-.965v-2.459a.978.978 0 011.943 0v2.433a.976.976 0 01-.978.991zM11.995 18.762a.978.978 0 100-1.956.978.978 0 000 1.956zM11.995 10.64a.978.978 0 100-1.956.978.978 0 000 1.956zM11.995 7.783a.978.978 0 100-1.956.978.978 0 000 1.956z\"/>\n <path d=\"M15.856 10.177a.978.978 0 01-.965-.965v-2.42a.977.977 0 011.702-.763.979.979 0 01.241.763v2.42a.978.978 0 01-.978.965zM15.869 4.913a.978.978 0 100-1.956.978.978 0 000 1.956zM15.869 15.853a.978.978 0 100-1.956.978.978 0 000 1.956zM15.869 12.996a.978.978 0 100-1.956.978.978 0 000 1.956z\"/>\n <path d=\"M8.121 15.853a.978.978 0 100-1.956.978.978 0 000 1.956zM8.121 7.783a.978.978 0 100-1.956.978.978 0 000 1.956zM8.121 4.913a.978.978 0 100-1.957.978.978 0 000 1.957zM8.134 12.996a.978.978 0 01-.978-.94V9.611a.965.965 0 011.93 0v2.445a.966.966 0 01-.952.94z\"/>\n</svg>",
12
+ "models": [
13
+ {
14
+ "id": "claude-haiku-4-5@vertex",
15
+ "name": "Claude Haiku 4.5",
16
+ "created_by": "anthropic",
17
+ "source": "official",
18
+ "last_updated": "2026-03-21",
19
+ "family": "claude-haiku",
20
+ "context_window": 2e5,
21
+ "max_output_tokens": 64e3,
22
+ "capabilities": {
23
+ "streaming": true,
24
+ "vision": true,
25
+ "tool_call": true,
26
+ "reasoning": true
27
+ },
28
+ "modalities": {
29
+ "input": ["text", "image"],
30
+ "output": ["text"]
31
+ }
32
+ },
33
+ {
34
+ "id": "claude-opus-4-6@vertex",
35
+ "name": "Claude Opus 4.6",
36
+ "created_by": "anthropic",
37
+ "source": "official",
38
+ "last_updated": "2026-03-21",
39
+ "family": "claude-opus",
40
+ "context_window": 1e6,
41
+ "max_output_tokens": 128e3,
42
+ "capabilities": {
43
+ "streaming": true,
44
+ "vision": true,
45
+ "tool_call": true,
46
+ "reasoning": true
47
+ },
48
+ "modalities": {
49
+ "input": ["text", "image"],
50
+ "output": ["text"]
51
+ }
52
+ },
53
+ {
54
+ "id": "claude-sonnet-4-6@vertex",
55
+ "name": "Claude Sonnet 4.6",
56
+ "created_by": "anthropic",
57
+ "source": "official",
58
+ "last_updated": "2026-03-21",
59
+ "family": "claude-sonnet",
60
+ "context_window": 1e6,
61
+ "max_output_tokens": 64e3,
62
+ "capabilities": {
63
+ "streaming": true,
64
+ "vision": true,
65
+ "tool_call": true,
66
+ "reasoning": true
67
+ },
68
+ "modalities": {
69
+ "input": ["text", "image"],
70
+ "output": ["text"]
71
+ }
72
+ },
73
+ {
74
+ "id": "gemini-2.0-flash-001",
75
+ "name": "gemini-2.0-flash-001",
76
+ "created_by": "google",
77
+ "source": "official",
78
+ "last_updated": "2026-03-21",
79
+ "family": "gemini-2.0",
80
+ "status": "active",
81
+ "deprecation_date": "2026-06-01",
82
+ "capabilities": {
83
+ "streaming": true,
84
+ "vision": true
85
+ },
86
+ "modalities": {
87
+ "input": ["text", "image"],
88
+ "output": ["text"]
89
+ },
90
+ "successor": "gemini-2.5-flash"
91
+ },
92
+ {
93
+ "id": "gemini-2.0-flash-lite-001",
94
+ "name": "gemini-2.0-flash-lite-001",
95
+ "created_by": "google",
96
+ "source": "official",
97
+ "last_updated": "2026-03-21",
98
+ "family": "gemini-2.0",
99
+ "status": "active",
100
+ "deprecation_date": "2026-06-01",
101
+ "capabilities": {
102
+ "streaming": true,
103
+ "vision": true
104
+ },
105
+ "modalities": {
106
+ "input": ["text", "image"],
107
+ "output": ["text"]
108
+ },
109
+ "successor": "gemini-2.5-flash-lite"
110
+ },
111
+ {
112
+ "id": "gemini-2.0-flash-lite-preview-02-05",
113
+ "name": "gemini-2.0-flash-lite-preview-02-05",
114
+ "created_by": "google",
115
+ "source": "official",
116
+ "last_updated": "2026-03-21",
117
+ "family": "gemini-2.0",
118
+ "status": "deprecated",
119
+ "deprecation_date": "2025-12-09",
120
+ "capabilities": {
121
+ "streaming": true,
122
+ "vision": true
123
+ },
124
+ "modalities": {
125
+ "input": ["text", "image"],
126
+ "output": ["text"]
127
+ },
128
+ "successor": "gemini-2.5-flash-lite"
129
+ },
130
+ {
131
+ "id": "gemini-2.0-flash-lite-preview",
132
+ "name": "gemini-2.0-flash-lite-preview",
133
+ "created_by": "google",
134
+ "source": "official",
135
+ "last_updated": "2026-03-21",
136
+ "family": "gemini-2.0",
137
+ "status": "deprecated",
138
+ "deprecation_date": "2025-12-09",
139
+ "capabilities": {
140
+ "streaming": true,
141
+ "vision": true
142
+ },
143
+ "modalities": {
144
+ "input": ["text", "image"],
145
+ "output": ["text"]
146
+ },
147
+ "successor": "gemini-2.5-flash-lite"
148
+ },
149
+ {
150
+ "id": "gemini-2.0-flash-lite",
151
+ "name": "gemini-2.0-flash-lite",
152
+ "created_by": "google",
153
+ "source": "official",
154
+ "last_updated": "2026-03-21",
155
+ "family": "gemini-2.0",
156
+ "status": "active",
157
+ "deprecation_date": "2026-06-01",
158
+ "knowledge_cutoff": "2024-08",
159
+ "context_window": 1048576,
160
+ "max_output_tokens": 8192,
161
+ "capabilities": {
162
+ "streaming": true,
163
+ "tool_call": true,
164
+ "structured_output": true,
165
+ "reasoning": true,
166
+ "batch": true,
167
+ "vision": true
168
+ },
169
+ "modalities": {
170
+ "input": [
171
+ "text",
172
+ "image",
173
+ "video",
174
+ "audio"
175
+ ],
176
+ "output": ["text", "image"]
177
+ },
178
+ "successor": "gemini-2.5-flash-lite",
179
+ "tools": ["function_calling"],
180
+ "endpoints": ["generateContent", "streamGenerateContent"]
181
+ },
182
+ {
183
+ "id": "gemini-2.0-flash-live-001",
184
+ "name": "gemini-2.0-flash-live-001",
185
+ "created_by": "google",
186
+ "source": "official",
187
+ "last_updated": "2026-03-21",
188
+ "family": "gemini-2.0",
189
+ "status": "deprecated",
190
+ "deprecation_date": "2025-12-09",
191
+ "capabilities": {
192
+ "streaming": true,
193
+ "vision": true
194
+ },
195
+ "modalities": {
196
+ "input": ["text", "image"],
197
+ "output": ["text"]
198
+ },
199
+ "successor": "gemini-2.5-flash-native-audio-preview-12-2025"
200
+ },
201
+ {
202
+ "id": "gemini-2.0-flash-preview-image-generation",
203
+ "name": "gemini-2.0-flash-preview-image-generation",
204
+ "created_by": "google",
205
+ "source": "official",
206
+ "last_updated": "2026-03-21",
207
+ "family": "gemini-2.0",
208
+ "status": "deprecated",
209
+ "deprecation_date": "2025-11-14",
210
+ "capabilities": {
211
+ "streaming": true,
212
+ "vision": true
213
+ },
214
+ "modalities": {
215
+ "input": ["text", "image"],
216
+ "output": ["text"]
217
+ },
218
+ "successor": "gemini-2.5-flash-image"
219
+ },
220
+ {
221
+ "id": "gemini-2.0-flash",
222
+ "name": "gemini-2.0-flash",
223
+ "created_by": "google",
224
+ "source": "official",
225
+ "last_updated": "2026-03-21",
226
+ "family": "gemini-2.0",
227
+ "status": "active",
228
+ "deprecation_date": "2026-06-01",
229
+ "knowledge_cutoff": "2024-08",
230
+ "context_window": 1048576,
231
+ "max_output_tokens": 8192,
232
+ "capabilities": {
233
+ "streaming": true,
234
+ "tool_call": true,
235
+ "structured_output": true,
236
+ "reasoning": true,
237
+ "batch": true,
238
+ "vision": true
239
+ },
240
+ "modalities": {
241
+ "input": [
242
+ "text",
243
+ "image",
244
+ "video",
245
+ "audio"
246
+ ],
247
+ "output": ["text", "image"]
248
+ },
249
+ "successor": "gemini-2.5-flash",
250
+ "tools": ["function_calling"],
251
+ "endpoints": ["generateContent", "streamGenerateContent"]
252
+ },
253
+ {
254
+ "id": "gemini-2.5-computer-use-preview-10-2025",
255
+ "name": "gemini-2.5-computer-use-preview-10-2025",
256
+ "created_by": "google",
257
+ "source": "official",
258
+ "last_updated": "2026-03-21",
259
+ "family": "gemini-2.5",
260
+ "status": "active",
261
+ "context_window": 128e3,
262
+ "max_output_tokens": 64e3,
263
+ "capabilities": {
264
+ "streaming": true,
265
+ "tool_call": true,
266
+ "structured_output": true,
267
+ "reasoning": true,
268
+ "batch": true,
269
+ "vision": true
270
+ },
271
+ "modalities": {
272
+ "input": [
273
+ "text",
274
+ "image",
275
+ "video",
276
+ "audio"
277
+ ],
278
+ "output": ["text", "image"]
279
+ },
280
+ "tools": ["function_calling"],
281
+ "endpoints": ["generateContent", "streamGenerateContent"]
282
+ },
283
+ {
284
+ "id": "gemini-2.5-flash-image-preview",
285
+ "name": "gemini-2.5-flash-image-preview",
286
+ "created_by": "google",
287
+ "source": "official",
288
+ "last_updated": "2026-03-21",
289
+ "family": "gemini-2.5",
290
+ "status": "deprecated",
291
+ "deprecation_date": "2026-01-15",
292
+ "capabilities": {
293
+ "streaming": true,
294
+ "vision": true
295
+ },
296
+ "modalities": {
297
+ "input": ["text", "image"],
298
+ "output": ["text"]
299
+ },
300
+ "successor": "gemini-2.5-flash-image"
301
+ },
302
+ {
303
+ "id": "gemini-2.5-flash-image",
304
+ "name": "gemini-2.5-flash-image",
305
+ "created_by": "google",
306
+ "source": "official",
307
+ "last_updated": "2026-03-21",
308
+ "family": "gemini-2.5",
309
+ "status": "active",
310
+ "deprecation_date": "2026-10-02",
311
+ "knowledge_cutoff": "2025-06",
312
+ "context_window": 65536,
313
+ "max_output_tokens": 32768,
314
+ "capabilities": {
315
+ "streaming": true,
316
+ "tool_call": true,
317
+ "structured_output": true,
318
+ "reasoning": true,
319
+ "batch": true,
320
+ "vision": true
321
+ },
322
+ "modalities": {
323
+ "input": [
324
+ "text",
325
+ "image",
326
+ "video",
327
+ "audio"
328
+ ],
329
+ "output": ["text", "image"]
330
+ },
331
+ "successor": "gemini-3.1-flash-image-preview",
332
+ "tools": ["function_calling"],
333
+ "endpoints": ["generateContent", "streamGenerateContent"]
334
+ },
335
+ {
336
+ "id": "gemini-2.5-flash-lite-preview-09-2025",
337
+ "name": "gemini-2.5-flash-lite-preview-09-2025",
338
+ "created_by": "google",
339
+ "source": "official",
340
+ "last_updated": "2026-03-21",
341
+ "family": "gemini-2.5",
342
+ "status": "active",
343
+ "deprecation_date": "2026-03-31",
344
+ "knowledge_cutoff": "2025-01",
345
+ "context_window": 1048576,
346
+ "max_output_tokens": 65536,
347
+ "capabilities": {
348
+ "streaming": true,
349
+ "tool_call": true,
350
+ "structured_output": true,
351
+ "reasoning": true,
352
+ "batch": true,
353
+ "vision": true
354
+ },
355
+ "modalities": {
356
+ "input": [
357
+ "text",
358
+ "image",
359
+ "video",
360
+ "audio"
361
+ ],
362
+ "output": ["text", "image"]
363
+ },
364
+ "successor": "gemini-3.1-flash-lite-preview",
365
+ "tools": ["function_calling"],
366
+ "endpoints": ["generateContent", "streamGenerateContent"]
367
+ },
368
+ {
369
+ "id": "gemini-2.5-flash-lite",
370
+ "name": "gemini-2.5-flash-lite",
371
+ "created_by": "google",
372
+ "source": "official",
373
+ "last_updated": "2026-03-21",
374
+ "family": "gemini-2.5",
375
+ "status": "active",
376
+ "deprecation_date": "2026-07-22",
377
+ "knowledge_cutoff": "2025-01",
378
+ "context_window": 1048576,
379
+ "max_output_tokens": 65536,
380
+ "capabilities": {
381
+ "streaming": true,
382
+ "tool_call": true,
383
+ "structured_output": true,
384
+ "reasoning": true,
385
+ "batch": true,
386
+ "vision": true
387
+ },
388
+ "modalities": {
389
+ "input": [
390
+ "text",
391
+ "image",
392
+ "video",
393
+ "audio"
394
+ ],
395
+ "output": ["text", "image"]
396
+ },
397
+ "successor": "gemini-3.1-flash-lite-preview",
398
+ "tools": ["function_calling"],
399
+ "endpoints": ["generateContent", "streamGenerateContent"]
400
+ },
401
+ {
402
+ "id": "gemini-2.5-flash-native-audio-preview-12-2025",
403
+ "name": "gemini-2.5-flash-native-audio-preview-12-2025",
404
+ "created_by": "google",
405
+ "source": "official",
406
+ "last_updated": "2026-03-21",
407
+ "family": "gemini-2.5",
408
+ "status": "active",
409
+ "knowledge_cutoff": "2025-01",
410
+ "context_window": 131072,
411
+ "max_output_tokens": 8192,
412
+ "capabilities": {
413
+ "streaming": true,
414
+ "tool_call": true,
415
+ "structured_output": true,
416
+ "reasoning": true,
417
+ "batch": true,
418
+ "vision": true
419
+ },
420
+ "modalities": {
421
+ "input": [
422
+ "text",
423
+ "image",
424
+ "video",
425
+ "audio"
426
+ ],
427
+ "output": ["text", "image"]
428
+ },
429
+ "tools": ["function_calling"],
430
+ "endpoints": ["generateContent", "streamGenerateContent"]
431
+ },
432
+ {
433
+ "id": "gemini-2.5-flash-preview-05-20",
434
+ "name": "gemini-2.5-flash-preview-05-20",
435
+ "created_by": "google",
436
+ "source": "official",
437
+ "last_updated": "2026-03-21",
438
+ "family": "gemini-2.5",
439
+ "status": "deprecated",
440
+ "deprecation_date": "2025-11-18",
441
+ "capabilities": {
442
+ "streaming": true,
443
+ "vision": true
444
+ },
445
+ "modalities": {
446
+ "input": ["text", "image"],
447
+ "output": ["text"]
448
+ },
449
+ "successor": "gemini-3-flash-preview"
450
+ },
451
+ {
452
+ "id": "gemini-2.5-flash-preview-09-2025",
453
+ "name": "gemini-2.5-flash-preview-09-2025",
454
+ "created_by": "google",
455
+ "source": "official",
456
+ "last_updated": "2026-03-21",
457
+ "family": "gemini-2.5",
458
+ "status": "active",
459
+ "knowledge_cutoff": "2025-01",
460
+ "context_window": 1048576,
461
+ "max_output_tokens": 65536,
462
+ "capabilities": {
463
+ "streaming": true,
464
+ "tool_call": true,
465
+ "structured_output": true,
466
+ "reasoning": true,
467
+ "batch": true,
468
+ "vision": true
469
+ },
470
+ "modalities": {
471
+ "input": [
472
+ "text",
473
+ "image",
474
+ "video",
475
+ "audio"
476
+ ],
477
+ "output": ["text", "image"]
478
+ },
479
+ "tools": ["function_calling"],
480
+ "endpoints": ["generateContent", "streamGenerateContent"]
481
+ },
482
+ {
483
+ "id": "gemini-2.5-flash-preview-09-25",
484
+ "name": "gemini-2.5-flash-preview-09-25",
485
+ "created_by": "google",
486
+ "source": "official",
487
+ "last_updated": "2026-03-21",
488
+ "family": "gemini-2.5",
489
+ "status": "deprecated",
490
+ "deprecation_date": "2026-02-17",
491
+ "capabilities": {
492
+ "streaming": true,
493
+ "vision": true
494
+ },
495
+ "modalities": {
496
+ "input": ["text", "image"],
497
+ "output": ["text"]
498
+ },
499
+ "successor": "gemini-3-flash-preview"
500
+ },
501
+ {
502
+ "id": "gemini-2.5-flash-preview-tts",
503
+ "name": "gemini-2.5-flash-preview-tts",
504
+ "created_by": "google",
505
+ "source": "official",
506
+ "last_updated": "2026-03-21",
507
+ "family": "gemini-2.5",
508
+ "status": "active",
509
+ "context_window": 8192,
510
+ "max_output_tokens": 16384,
511
+ "capabilities": {
512
+ "streaming": true,
513
+ "tool_call": true,
514
+ "structured_output": true,
515
+ "reasoning": true,
516
+ "batch": true,
517
+ "vision": true
518
+ },
519
+ "modalities": {
520
+ "input": [
521
+ "text",
522
+ "image",
523
+ "video",
524
+ "audio"
525
+ ],
526
+ "output": ["text", "image"]
527
+ },
528
+ "model_type": "tts",
529
+ "tools": ["function_calling"],
530
+ "endpoints": ["generateContent", "streamGenerateContent"]
531
+ },
532
+ {
533
+ "id": "gemini-2.5-flash",
534
+ "name": "gemini-2.5-flash",
535
+ "created_by": "google",
536
+ "source": "official",
537
+ "last_updated": "2026-03-21",
538
+ "family": "gemini-2.5",
539
+ "status": "active",
540
+ "deprecation_date": "2026-06-17",
541
+ "knowledge_cutoff": "2025-01",
542
+ "context_window": 1048576,
543
+ "max_output_tokens": 65536,
544
+ "capabilities": {
545
+ "streaming": true,
546
+ "tool_call": true,
547
+ "structured_output": true,
548
+ "reasoning": true,
549
+ "batch": true,
550
+ "vision": true
551
+ },
552
+ "modalities": {
553
+ "input": [
554
+ "text",
555
+ "image",
556
+ "video",
557
+ "audio"
558
+ ],
559
+ "output": ["text", "image"]
560
+ },
561
+ "successor": "gemini-3-flash-preview",
562
+ "tools": ["function_calling"],
563
+ "endpoints": ["generateContent", "streamGenerateContent"]
564
+ },
565
+ {
566
+ "id": "gemini-2.5-pro-preview-03-25",
567
+ "name": "gemini-2.5-pro-preview-03-25",
568
+ "created_by": "google",
569
+ "source": "official",
570
+ "last_updated": "2026-03-21",
571
+ "family": "gemini-2.5",
572
+ "status": "deprecated",
573
+ "deprecation_date": "2025-12-02",
574
+ "capabilities": {
575
+ "streaming": true,
576
+ "vision": true
577
+ },
578
+ "modalities": {
579
+ "input": ["text", "image"],
580
+ "output": ["text"]
581
+ },
582
+ "successor": "gemini-3.1-pro-preview"
583
+ },
584
+ {
585
+ "id": "gemini-2.5-pro-preview-05-06",
586
+ "name": "gemini-2.5-pro-preview-05-06",
587
+ "created_by": "google",
588
+ "source": "official",
589
+ "last_updated": "2026-03-21",
590
+ "family": "gemini-2.5",
591
+ "status": "deprecated",
592
+ "deprecation_date": "2025-12-02",
593
+ "capabilities": {
594
+ "streaming": true,
595
+ "vision": true
596
+ },
597
+ "modalities": {
598
+ "input": ["text", "image"],
599
+ "output": ["text"]
600
+ },
601
+ "successor": "gemini-3.1-pro-preview"
602
+ },
603
+ {
604
+ "id": "gemini-2.5-pro-preview-06-05",
605
+ "name": "gemini-2.5-pro-preview-06-05",
606
+ "created_by": "google",
607
+ "source": "official",
608
+ "last_updated": "2026-03-21",
609
+ "family": "gemini-2.5",
610
+ "status": "deprecated",
611
+ "deprecation_date": "2025-12-02",
612
+ "capabilities": {
613
+ "streaming": true,
614
+ "vision": true
615
+ },
616
+ "modalities": {
617
+ "input": ["text", "image"],
618
+ "output": ["text"]
619
+ },
620
+ "successor": "gemini-3.1-pro-preview"
621
+ },
622
+ {
623
+ "id": "gemini-2.5-pro-preview-tts",
624
+ "name": "gemini-2.5-pro-preview-tts",
625
+ "created_by": "google",
626
+ "source": "official",
627
+ "last_updated": "2026-03-21",
628
+ "family": "gemini-2.5",
629
+ "status": "active",
630
+ "context_window": 8192,
631
+ "max_output_tokens": 16384,
632
+ "capabilities": {
633
+ "streaming": true,
634
+ "tool_call": true,
635
+ "structured_output": true,
636
+ "reasoning": true,
637
+ "batch": true,
638
+ "vision": true
639
+ },
640
+ "modalities": {
641
+ "input": [
642
+ "text",
643
+ "image",
644
+ "video",
645
+ "audio"
646
+ ],
647
+ "output": ["text", "image"]
648
+ },
649
+ "model_type": "tts",
650
+ "tools": ["function_calling"],
651
+ "endpoints": ["generateContent", "streamGenerateContent"]
652
+ },
653
+ {
654
+ "id": "gemini-2.5-pro",
655
+ "name": "gemini-2.5-pro",
656
+ "created_by": "google",
657
+ "source": "official",
658
+ "last_updated": "2026-03-21",
659
+ "family": "gemini-2.5",
660
+ "status": "active",
661
+ "deprecation_date": "2026-06-17",
662
+ "knowledge_cutoff": "2025-01",
663
+ "context_window": 1048576,
664
+ "max_output_tokens": 65536,
665
+ "capabilities": {
666
+ "streaming": true,
667
+ "tool_call": true,
668
+ "structured_output": true,
669
+ "reasoning": true,
670
+ "batch": true,
671
+ "vision": true
672
+ },
673
+ "modalities": {
674
+ "input": [
675
+ "text",
676
+ "image",
677
+ "video",
678
+ "audio"
679
+ ],
680
+ "output": ["text", "image"]
681
+ },
682
+ "successor": "gemini-3.1-pro-preview",
683
+ "tools": ["function_calling"],
684
+ "endpoints": ["generateContent", "streamGenerateContent"]
685
+ },
686
+ {
687
+ "id": "gemini-3-flash-preview",
688
+ "name": "gemini-3-flash-preview",
689
+ "created_by": "google",
690
+ "source": "official",
691
+ "last_updated": "2026-03-21",
692
+ "family": "gemini-3",
693
+ "status": "deprecated",
694
+ "deprecation_date": "2025-12-17",
695
+ "knowledge_cutoff": "2025-01",
696
+ "context_window": 1048576,
697
+ "max_output_tokens": 65536,
698
+ "capabilities": {
699
+ "streaming": true,
700
+ "tool_call": true,
701
+ "structured_output": true,
702
+ "reasoning": true,
703
+ "batch": true,
704
+ "vision": true
705
+ },
706
+ "modalities": {
707
+ "input": [
708
+ "text",
709
+ "image",
710
+ "video",
711
+ "audio"
712
+ ],
713
+ "output": ["text", "image"]
714
+ },
715
+ "tools": ["function_calling"],
716
+ "endpoints": ["generateContent", "streamGenerateContent"]
717
+ },
718
+ {
719
+ "id": "gemini-3-pro-image-preview",
720
+ "name": "gemini-3-pro-image-preview",
721
+ "created_by": "google",
722
+ "source": "official",
723
+ "last_updated": "2026-03-21",
724
+ "family": "gemini-3",
725
+ "status": "deprecated",
726
+ "deprecation_date": "2025-11-20",
727
+ "knowledge_cutoff": "2025-01",
728
+ "context_window": 65536,
729
+ "max_output_tokens": 32768,
730
+ "capabilities": {
731
+ "streaming": true,
732
+ "tool_call": true,
733
+ "structured_output": true,
734
+ "reasoning": true,
735
+ "batch": true,
736
+ "vision": true
737
+ },
738
+ "modalities": {
739
+ "input": [
740
+ "text",
741
+ "image",
742
+ "video",
743
+ "audio"
744
+ ],
745
+ "output": ["text", "image"]
746
+ },
747
+ "tools": ["function_calling"],
748
+ "endpoints": ["generateContent", "streamGenerateContent"]
749
+ },
750
+ {
751
+ "id": "gemini-3-pro-preview",
752
+ "name": "gemini-3-pro-preview",
753
+ "created_by": "google",
754
+ "source": "official",
755
+ "last_updated": "2026-03-21",
756
+ "family": "gemini-3",
757
+ "status": "deprecated",
758
+ "deprecation_date": "2026-03-09",
759
+ "knowledge_cutoff": "2025-01",
760
+ "context_window": 1048576,
761
+ "max_output_tokens": 65536,
762
+ "capabilities": {
763
+ "streaming": true,
764
+ "tool_call": true,
765
+ "structured_output": true,
766
+ "reasoning": true,
767
+ "batch": true,
768
+ "vision": true
769
+ },
770
+ "modalities": {
771
+ "input": [
772
+ "text",
773
+ "image",
774
+ "video",
775
+ "audio"
776
+ ],
777
+ "output": ["text", "image"]
778
+ },
779
+ "successor": "gemini-3.1-pro-preview",
780
+ "tools": ["function_calling"],
781
+ "endpoints": ["generateContent", "streamGenerateContent"]
782
+ },
783
+ {
784
+ "id": "gemini-3.1-flash-image-preview",
785
+ "name": "gemini-3.1-flash-image-preview",
786
+ "created_by": "google",
787
+ "source": "official",
788
+ "last_updated": "2026-03-21",
789
+ "family": "gemini-3.1",
790
+ "status": "deprecated",
791
+ "deprecation_date": "2026-02-26",
792
+ "knowledge_cutoff": "2025-01",
793
+ "context_window": 131072,
794
+ "max_output_tokens": 32768,
795
+ "capabilities": {
796
+ "streaming": true,
797
+ "tool_call": true,
798
+ "structured_output": true,
799
+ "reasoning": true,
800
+ "batch": true,
801
+ "vision": true
802
+ },
803
+ "modalities": {
804
+ "input": [
805
+ "text",
806
+ "image",
807
+ "video",
808
+ "audio"
809
+ ],
810
+ "output": ["text", "image"]
811
+ },
812
+ "tools": ["function_calling"],
813
+ "endpoints": ["generateContent", "streamGenerateContent"]
814
+ },
815
+ {
816
+ "id": "gemini-3.1-flash-lite-preview",
817
+ "name": "gemini-3.1-flash-lite-preview",
818
+ "created_by": "google",
819
+ "source": "official",
820
+ "last_updated": "2026-03-21",
821
+ "family": "gemini-3.1",
822
+ "status": "deprecated",
823
+ "deprecation_date": "2026-03-03",
824
+ "knowledge_cutoff": "2025-01",
825
+ "context_window": 1048576,
826
+ "max_output_tokens": 65536,
827
+ "capabilities": {
828
+ "streaming": true,
829
+ "tool_call": true,
830
+ "structured_output": true,
831
+ "reasoning": true,
832
+ "batch": true,
833
+ "vision": true
834
+ },
835
+ "modalities": {
836
+ "input": [
837
+ "text",
838
+ "image",
839
+ "video",
840
+ "audio"
841
+ ],
842
+ "output": ["text", "image"]
843
+ },
844
+ "tools": ["function_calling"],
845
+ "endpoints": ["generateContent", "streamGenerateContent"]
846
+ },
847
+ {
848
+ "id": "gemini-3.1-pro-preview",
849
+ "name": "gemini-3.1-pro-preview",
850
+ "created_by": "google",
851
+ "source": "official",
852
+ "last_updated": "2026-03-21",
853
+ "family": "gemini-3.1",
854
+ "status": "deprecated",
855
+ "deprecation_date": "2026-02-19",
856
+ "knowledge_cutoff": "2025-01",
857
+ "context_window": 1048576,
858
+ "max_output_tokens": 65536,
859
+ "capabilities": {
860
+ "streaming": true,
861
+ "tool_call": true,
862
+ "structured_output": true,
863
+ "reasoning": true,
864
+ "batch": true,
865
+ "vision": true
866
+ },
867
+ "modalities": {
868
+ "input": [
869
+ "text",
870
+ "image",
871
+ "video",
872
+ "audio"
873
+ ],
874
+ "output": ["text", "image"]
875
+ },
876
+ "tools": ["function_calling"],
877
+ "endpoints": ["generateContent", "streamGenerateContent"]
878
+ },
879
+ {
880
+ "id": "gemini-embedding-001",
881
+ "name": "gemini-embedding-001",
882
+ "created_by": "google",
883
+ "source": "official",
884
+ "last_updated": "2026-03-21",
885
+ "status": "active",
886
+ "deprecation_date": "2026-07-14",
887
+ "context_window": 2048,
888
+ "capabilities": {
889
+ "streaming": true,
890
+ "tool_call": true,
891
+ "structured_output": true,
892
+ "reasoning": true,
893
+ "batch": true,
894
+ "vision": true
895
+ },
896
+ "modalities": {
897
+ "input": [
898
+ "text",
899
+ "image",
900
+ "video",
901
+ "audio"
902
+ ],
903
+ "output": ["text", "image"]
904
+ },
905
+ "model_type": "embed",
906
+ "tools": ["function_calling"],
907
+ "endpoints": ["generateContent", "streamGenerateContent"]
908
+ },
909
+ {
910
+ "id": "gemini-embedding-2-preview",
911
+ "name": "gemini-embedding-2-preview",
912
+ "created_by": "google",
913
+ "source": "official",
914
+ "last_updated": "2026-03-21",
915
+ "status": "active",
916
+ "context_window": 8192,
917
+ "capabilities": {
918
+ "streaming": true,
919
+ "tool_call": true,
920
+ "structured_output": true,
921
+ "reasoning": true,
922
+ "batch": true,
923
+ "vision": true
924
+ },
925
+ "modalities": {
926
+ "input": [
927
+ "text",
928
+ "image",
929
+ "video",
930
+ "audio"
931
+ ],
932
+ "output": ["text", "image"]
933
+ },
934
+ "model_type": "embed",
935
+ "tools": ["function_calling"],
936
+ "endpoints": ["generateContent", "streamGenerateContent"]
937
+ },
938
+ {
939
+ "id": "gemini-embedding-exp-03-07",
940
+ "name": "gemini-embedding-exp-03-07",
941
+ "created_by": "google",
942
+ "source": "official",
943
+ "last_updated": "2026-03-21",
944
+ "status": "deprecated",
945
+ "deprecation_date": "2025-10-30",
946
+ "capabilities": {
947
+ "streaming": true,
948
+ "vision": true
949
+ },
950
+ "modalities": {
951
+ "input": ["text", "image"],
952
+ "output": ["text"]
953
+ },
954
+ "successor": "gemini-embedding-001",
955
+ "model_type": "embed"
956
+ },
957
+ {
958
+ "id": "gemini-embedding-exp",
959
+ "name": "gemini-embedding-exp",
960
+ "created_by": "google",
961
+ "source": "official",
962
+ "last_updated": "2026-03-21",
963
+ "status": "deprecated",
964
+ "deprecation_date": "2025-10-30",
965
+ "capabilities": {
966
+ "streaming": true,
967
+ "vision": true
968
+ },
969
+ "modalities": {
970
+ "input": ["text", "image"],
971
+ "output": ["text"]
972
+ },
973
+ "successor": "gemini-embedding-001",
974
+ "model_type": "embed"
975
+ },
976
+ {
977
+ "id": "gemini-live-2.5-flash-preview",
978
+ "name": "gemini-live-2.5-flash-preview",
979
+ "created_by": "google",
980
+ "source": "official",
981
+ "last_updated": "2026-03-21",
982
+ "status": "deprecated",
983
+ "deprecation_date": "2025-12-09",
984
+ "capabilities": {
985
+ "streaming": true,
986
+ "vision": true
987
+ },
988
+ "modalities": {
989
+ "input": ["text", "image"],
990
+ "output": ["text"]
991
+ },
992
+ "successor": "gemini-2.5-flash-native-audio-preview-12-2025"
993
+ },
994
+ {
995
+ "id": "gemini-robotics-er-1.5-preview",
996
+ "name": "gemini-robotics-er-1.5-preview",
997
+ "created_by": "google",
998
+ "source": "official",
999
+ "last_updated": "2026-03-21",
1000
+ "status": "active",
1001
+ "knowledge_cutoff": "2025-01",
1002
+ "context_window": 1048576,
1003
+ "max_output_tokens": 65536,
1004
+ "capabilities": {
1005
+ "streaming": true,
1006
+ "tool_call": true,
1007
+ "structured_output": true,
1008
+ "reasoning": true,
1009
+ "batch": true,
1010
+ "vision": true
1011
+ },
1012
+ "modalities": {
1013
+ "input": [
1014
+ "text",
1015
+ "image",
1016
+ "video",
1017
+ "audio"
1018
+ ],
1019
+ "output": ["text", "image"]
1020
+ },
1021
+ "tools": ["function_calling"],
1022
+ "endpoints": ["generateContent", "streamGenerateContent"]
1023
+ },
1024
+ {
1025
+ "id": "jamba-1.5-large@vertex",
1026
+ "name": "Jamba 1.5 Large",
1027
+ "created_by": "ai21",
1028
+ "source": "official",
1029
+ "last_updated": "2026-03-21",
1030
+ "capabilities": { "streaming": true },
1031
+ "modalities": {
1032
+ "input": ["text"],
1033
+ "output": ["text"]
1034
+ }
1035
+ },
1036
+ {
1037
+ "id": "jamba-1.5-mini@vertex",
1038
+ "name": "Jamba 1.5 Mini",
1039
+ "created_by": "ai21",
1040
+ "source": "official",
1041
+ "last_updated": "2026-03-21",
1042
+ "capabilities": { "streaming": true },
1043
+ "modalities": {
1044
+ "input": ["text"],
1045
+ "output": ["text"]
1046
+ }
1047
+ },
1048
+ {
1049
+ "id": "mistral-medium-3@vertex",
1050
+ "name": "Mistral Medium 3",
1051
+ "created_by": "mistral",
1052
+ "source": "official",
1053
+ "last_updated": "2026-03-21",
1054
+ "family": "mistral-medium",
1055
+ "capabilities": {
1056
+ "streaming": true,
1057
+ "tool_call": true
1058
+ },
1059
+ "modalities": {
1060
+ "input": ["text"],
1061
+ "output": ["text"]
1062
+ }
1063
+ }
1064
+ ]
1065
+ };
1066
+ const models = provider.models.map((m) => ({
1067
+ ...m,
1068
+ provider: provider.id
1069
+ }));
1070
+ //#endregion
1071
+ exports.models = models;
1072
+ exports.provider = provider;