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,1482 @@
1
+ //#region src/providers/amazon.ts
2
+ const provider = {
3
+ "id": "amazon",
4
+ "name": "Amazon Bedrock",
5
+ "region": "US",
6
+ "url": "https://aws.amazon.com/bedrock",
7
+ "api_url": "https://bedrock-runtime.us-east-1.amazonaws.com",
8
+ "docs_url": "https://docs.aws.amazon.com/bedrock",
9
+ "pricing_url": "https://aws.amazon.com/bedrock/pricing",
10
+ "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" fill-rule=\"evenodd\">\n <path d=\"M6.763 11.212c0 .296.032.535.088.71.064.176.144.368.256.576.04.063.056.127.056.183 0 .08-.048.16-.152.24l-.503.335a.383.383 0 01-.208.072c-.08 0-.16-.04-.239-.112a2.47 2.47 0 01-.287-.375 6.18 6.18 0 01-.248-.471c-.622.734-1.405 1.101-2.347 1.101-.67 0-1.205-.191-1.596-.574-.39-.384-.59-.894-.59-1.533 0-.678.24-1.23.726-1.644.487-.415 1.133-.623 1.955-.623.272 0 .551.024.846.064.296.04.6.104.918.176v-.583c0-.607-.127-1.03-.375-1.277-.255-.248-.686-.367-1.3-.367-.28 0-.568.031-.863.103-.295.072-.583.16-.862.272-.09.04-.184.075-.28.104a.488.488 0 01-.127.023c-.112 0-.168-.08-.168-.247v-.391c0-.128.016-.224.056-.28a.597.597 0 01.224-.167 4.577 4.577 0 011.005-.36 4.84 4.84 0 011.246-.151c.95 0 1.644.216 2.091.647.44.43.662 1.085.662 1.963v2.586h.016zm-3.24 1.214c.263 0 .534-.048.822-.144a1.78 1.78 0 00.758-.51 1.27 1.27 0 00.272-.512c.047-.191.08-.423.08-.694v-.335a6.66 6.66 0 00-.735-.136 6.02 6.02 0 00-.75-.048c-.535 0-.926.104-1.19.32-.263.215-.39.518-.39.917 0 .375.095.655.295.846.191.2.47.296.838.296zm6.41.862c-.144 0-.24-.024-.304-.08-.064-.048-.12-.16-.168-.311L7.586 6.726a1.398 1.398 0 01-.072-.32c0-.128.064-.2.191-.2h.783c.151 0 .255.025.31.08.065.048.113.16.16.312l1.342 5.284 1.245-5.284c.04-.16.088-.264.151-.312a.549.549 0 01.32-.08h.638c.152 0 .256.025.32.08.063.048.12.16.151.312l1.261 5.348 1.381-5.348c.048-.16.104-.264.16-.312a.52.52 0 01.311-.08h.743c.127 0 .2.065.2.2 0 .04-.009.08-.017.128a1.137 1.137 0 01-.056.2l-1.923 6.17c-.048.16-.104.263-.168.311a.51.51 0 01-.303.08h-.687c-.15 0-.255-.024-.32-.08-.063-.056-.119-.16-.15-.32L12.32 7.747l-1.23 5.14c-.04.16-.087.264-.15.32-.065.056-.177.08-.32.08l-.686.001zm10.256.215c-.415 0-.83-.048-1.229-.143-.399-.096-.71-.2-.918-.32-.128-.071-.215-.151-.247-.223a.563.563 0 01-.048-.224v-.407c0-.167.064-.247.183-.247.048 0 .096.008.144.024.048.016.12.048.2.08.271.12.566.215.878.279.32.064.63.096.95.096.502 0 .894-.088 1.165-.264a.86.86 0 00.415-.758.777.777 0 00-.215-.559c-.144-.151-.416-.287-.807-.415l-1.157-.36c-.583-.183-1.014-.454-1.277-.813a1.902 1.902 0 01-.4-1.158c0-.335.073-.63.216-.886.144-.255.335-.479.575-.654.24-.184.51-.32.83-.415.32-.096.655-.136 1.006-.136.175 0 .36.008.535.032.183.024.35.056.518.088.16.04.312.08.455.127.144.048.256.096.336.144a.69.69 0 01.24.2.43.43 0 01.071.263v.375c0 .168-.064.256-.184.256a.83.83 0 01-.303-.096 3.652 3.652 0 00-1.532-.311c-.455 0-.815.071-1.062.223-.248.152-.375.383-.375.71 0 .224.08.416.24.567.16.152.454.304.877.44l1.134.358c.574.184.99.44 1.237.767.247.327.367.702.367 1.117 0 .343-.072.655-.207.926a2.157 2.157 0 01-.583.703c-.248.2-.543.343-.886.447-.36.111-.734.167-1.142.167z\"/>\n <path d=\"M.378 15.475c3.384 1.963 7.56 3.153 11.877 3.153 2.914 0 6.114-.607 9.06-1.852.44-.2.814.287.383.607-2.626 1.94-6.442 2.969-9.722 2.969-4.598 0-8.74-1.7-11.87-4.526-.247-.223-.024-.527.272-.351zm23.531-.2c.287.36-.08 2.826-1.485 4.007-.215.184-.423.088-.327-.151l.175-.439c.343-.88.802-2.198.52-2.555-.336-.43-2.22-.207-3.074-.103-.255.032-.295-.192-.063-.36 1.5-1.053 3.967-.75 4.254-.399z\"/>\n</svg>",
11
+ "models": [
12
+ {
13
+ "id": "ai21.jamba-1-5-large-v1:0",
14
+ "name": "Jamba 1.5 Large",
15
+ "created_by": "ai21",
16
+ "source": "official",
17
+ "last_updated": "2026-03-21",
18
+ "capabilities": { "streaming": true },
19
+ "modalities": {
20
+ "input": ["text"],
21
+ "output": ["text"]
22
+ }
23
+ },
24
+ {
25
+ "id": "ai21.jamba-1-5-mini-v1:0",
26
+ "name": "Jamba 1.5 Mini",
27
+ "created_by": "ai21",
28
+ "source": "official",
29
+ "last_updated": "2026-03-21",
30
+ "capabilities": { "streaming": true },
31
+ "modalities": {
32
+ "input": ["text"],
33
+ "output": ["text"]
34
+ }
35
+ },
36
+ {
37
+ "id": "amazon.nova-2-lite-v1:0",
38
+ "name": "Nova 2 Lite",
39
+ "created_by": "amazon",
40
+ "source": "official",
41
+ "last_updated": "2026-03-21",
42
+ "capabilities": {
43
+ "streaming": true,
44
+ "vision": true
45
+ },
46
+ "modalities": {
47
+ "input": [],
48
+ "output": ["text"]
49
+ }
50
+ },
51
+ {
52
+ "id": "amazon.nova-2-multimodal-embeddings-v1:0",
53
+ "name": "Amazon Nova Multimodal Embeddings",
54
+ "created_by": "amazon",
55
+ "source": "official",
56
+ "last_updated": "2026-03-21",
57
+ "capabilities": { "vision": true },
58
+ "modalities": {
59
+ "input": [],
60
+ "output": []
61
+ },
62
+ "model_type": "embed"
63
+ },
64
+ {
65
+ "id": "amazon.nova-2-sonic-v1:0",
66
+ "name": "Nova 2 Sonic",
67
+ "created_by": "amazon",
68
+ "source": "official",
69
+ "last_updated": "2026-03-21",
70
+ "capabilities": { "streaming": true },
71
+ "modalities": {
72
+ "input": [],
73
+ "output": []
74
+ }
75
+ },
76
+ {
77
+ "id": "amazon.nova-canvas-v1:0",
78
+ "name": "Nova Canvas",
79
+ "created_by": "amazon",
80
+ "source": "official",
81
+ "last_updated": "2026-03-21",
82
+ "capabilities": { "vision": true },
83
+ "modalities": {
84
+ "input": [],
85
+ "output": ["image"]
86
+ }
87
+ },
88
+ {
89
+ "id": "amazon.nova-lite-v1:0",
90
+ "name": "Nova Lite",
91
+ "created_by": "amazon",
92
+ "source": "official",
93
+ "last_updated": "2026-03-21",
94
+ "capabilities": {
95
+ "streaming": true,
96
+ "vision": true
97
+ },
98
+ "modalities": {
99
+ "input": [],
100
+ "output": ["text"]
101
+ }
102
+ },
103
+ {
104
+ "id": "amazon.nova-micro-v1:0",
105
+ "name": "Nova Micro",
106
+ "created_by": "amazon",
107
+ "source": "official",
108
+ "last_updated": "2026-03-21",
109
+ "capabilities": { "streaming": true },
110
+ "modalities": {
111
+ "input": ["text"],
112
+ "output": ["text"]
113
+ }
114
+ },
115
+ {
116
+ "id": "amazon.nova-premier-v1:0",
117
+ "name": "Nova Premier",
118
+ "created_by": "amazon",
119
+ "source": "official",
120
+ "last_updated": "2026-03-21",
121
+ "capabilities": {
122
+ "streaming": true,
123
+ "vision": true
124
+ },
125
+ "modalities": {
126
+ "input": [],
127
+ "output": ["text"]
128
+ }
129
+ },
130
+ {
131
+ "id": "amazon.nova-pro-v1:0",
132
+ "name": "Nova Pro",
133
+ "created_by": "amazon",
134
+ "source": "official",
135
+ "last_updated": "2026-03-21",
136
+ "capabilities": {
137
+ "streaming": true,
138
+ "vision": true
139
+ },
140
+ "modalities": {
141
+ "input": [],
142
+ "output": ["text"]
143
+ }
144
+ },
145
+ {
146
+ "id": "amazon.nova-reel-v1:0",
147
+ "name": "Nova Reel",
148
+ "created_by": "amazon",
149
+ "source": "official",
150
+ "last_updated": "2026-03-21",
151
+ "capabilities": { "vision": true },
152
+ "modalities": {
153
+ "input": [],
154
+ "output": ["video"]
155
+ }
156
+ },
157
+ {
158
+ "id": "amazon.nova-reel-v1:1",
159
+ "name": "Nova Reel",
160
+ "created_by": "amazon",
161
+ "source": "official",
162
+ "last_updated": "2026-03-21",
163
+ "capabilities": { "vision": true },
164
+ "modalities": {
165
+ "input": [],
166
+ "output": ["video"]
167
+ }
168
+ },
169
+ {
170
+ "id": "amazon.nova-sonic-v1:0",
171
+ "name": "Nova Sonic",
172
+ "created_by": "amazon",
173
+ "source": "official",
174
+ "last_updated": "2026-03-21",
175
+ "capabilities": { "streaming": true },
176
+ "modalities": {
177
+ "input": [],
178
+ "output": []
179
+ }
180
+ },
181
+ {
182
+ "id": "amazon.rerank-v1:0",
183
+ "name": "Rerank 1.0",
184
+ "created_by": "amazon",
185
+ "source": "official",
186
+ "last_updated": "2026-03-21",
187
+ "modalities": {
188
+ "input": ["text"],
189
+ "output": ["text"]
190
+ },
191
+ "model_type": "rerank"
192
+ },
193
+ {
194
+ "id": "amazon.titan-e1m-medium",
195
+ "name": "Titan Text/Image Embeddings",
196
+ "created_by": "amazon",
197
+ "source": "official",
198
+ "last_updated": "2026-03-21",
199
+ "capabilities": { "vision": true },
200
+ "modalities": {
201
+ "input": [],
202
+ "output": []
203
+ }
204
+ },
205
+ {
206
+ "id": "amazon.titan-embed-g1-text-02",
207
+ "name": "Titan Text Embeddings v2",
208
+ "created_by": "amazon",
209
+ "source": "official",
210
+ "last_updated": "2026-03-21",
211
+ "modalities": {
212
+ "input": ["text"],
213
+ "output": []
214
+ },
215
+ "model_type": "embed"
216
+ },
217
+ {
218
+ "id": "amazon.titan-embed-image-v1",
219
+ "name": "Titan Multimodal Embeddings G1",
220
+ "created_by": "amazon",
221
+ "source": "official",
222
+ "last_updated": "2026-03-21",
223
+ "capabilities": { "vision": true },
224
+ "modalities": {
225
+ "input": [],
226
+ "output": []
227
+ },
228
+ "model_type": "embed"
229
+ },
230
+ {
231
+ "id": "amazon.titan-embed-text-v1",
232
+ "name": "Titan Embeddings G1 - Text",
233
+ "created_by": "amazon",
234
+ "source": "official",
235
+ "last_updated": "2026-03-21",
236
+ "modalities": {
237
+ "input": ["text"],
238
+ "output": []
239
+ },
240
+ "model_type": "embed"
241
+ },
242
+ {
243
+ "id": "amazon.titan-embed-text-v2:0",
244
+ "name": "Titan Text Embeddings V2",
245
+ "created_by": "amazon",
246
+ "source": "official",
247
+ "last_updated": "2026-03-21",
248
+ "modalities": {
249
+ "input": ["text"],
250
+ "output": []
251
+ },
252
+ "model_type": "embed"
253
+ },
254
+ {
255
+ "id": "amazon.titan-image-generator-v2:0",
256
+ "name": "Titan Image Generator G1 v2",
257
+ "created_by": "amazon",
258
+ "source": "official",
259
+ "last_updated": "2026-03-21",
260
+ "capabilities": { "vision": true },
261
+ "modalities": {
262
+ "input": [],
263
+ "output": ["image"]
264
+ }
265
+ },
266
+ {
267
+ "id": "amazon.titan-tg1-large",
268
+ "name": "Titan Text Large",
269
+ "created_by": "amazon",
270
+ "source": "official",
271
+ "last_updated": "2026-03-21",
272
+ "capabilities": { "streaming": true },
273
+ "modalities": {
274
+ "input": ["text"],
275
+ "output": ["text"]
276
+ }
277
+ },
278
+ {
279
+ "id": "anthropic.claude-3-5-haiku-20241022-v1:0",
280
+ "name": "Claude 3.5 Haiku",
281
+ "created_by": "anthropic",
282
+ "source": "official",
283
+ "last_updated": "2026-03-21",
284
+ "capabilities": { "streaming": true },
285
+ "modalities": {
286
+ "input": ["text"],
287
+ "output": ["text"]
288
+ }
289
+ },
290
+ {
291
+ "id": "anthropic.claude-3-haiku-20240307-v1:0",
292
+ "name": "Claude 3 Haiku",
293
+ "created_by": "anthropic",
294
+ "source": "official",
295
+ "last_updated": "2026-03-21",
296
+ "capabilities": {
297
+ "streaming": true,
298
+ "vision": true
299
+ },
300
+ "modalities": {
301
+ "input": [],
302
+ "output": ["text"]
303
+ }
304
+ },
305
+ {
306
+ "id": "anthropic.claude-haiku-4-5-20251001-v1:0",
307
+ "name": "Claude Haiku 4.5",
308
+ "created_by": "anthropic",
309
+ "source": "official",
310
+ "last_updated": "2026-03-21",
311
+ "capabilities": {
312
+ "streaming": true,
313
+ "vision": true
314
+ },
315
+ "modalities": {
316
+ "input": [],
317
+ "output": ["text"]
318
+ }
319
+ },
320
+ {
321
+ "id": "anthropic.claude-opus-4-1-20250805-v1:0",
322
+ "name": "Claude Opus 4.1",
323
+ "created_by": "anthropic",
324
+ "source": "official",
325
+ "last_updated": "2026-03-21",
326
+ "capabilities": {
327
+ "streaming": true,
328
+ "vision": true
329
+ },
330
+ "modalities": {
331
+ "input": [],
332
+ "output": ["text"]
333
+ }
334
+ },
335
+ {
336
+ "id": "anthropic.claude-opus-4-5-20251101-v1:0",
337
+ "name": "Claude Opus 4.5",
338
+ "created_by": "anthropic",
339
+ "source": "official",
340
+ "last_updated": "2026-03-21",
341
+ "capabilities": {
342
+ "streaming": true,
343
+ "vision": true
344
+ },
345
+ "modalities": {
346
+ "input": [],
347
+ "output": ["text"]
348
+ }
349
+ },
350
+ {
351
+ "id": "anthropic.claude-opus-4-6-v1",
352
+ "name": "Claude Opus 4.6",
353
+ "created_by": "anthropic",
354
+ "source": "official",
355
+ "last_updated": "2026-03-21",
356
+ "capabilities": {
357
+ "streaming": true,
358
+ "vision": true
359
+ },
360
+ "modalities": {
361
+ "input": [],
362
+ "output": ["text"]
363
+ }
364
+ },
365
+ {
366
+ "id": "anthropic.claude-sonnet-4-20250514-v1:0",
367
+ "name": "Claude Sonnet 4",
368
+ "created_by": "anthropic",
369
+ "source": "official",
370
+ "last_updated": "2026-03-21",
371
+ "capabilities": {
372
+ "streaming": true,
373
+ "vision": true
374
+ },
375
+ "modalities": {
376
+ "input": [],
377
+ "output": ["text"]
378
+ }
379
+ },
380
+ {
381
+ "id": "anthropic.claude-sonnet-4-5-20250929-v1:0",
382
+ "name": "Claude Sonnet 4.5",
383
+ "created_by": "anthropic",
384
+ "source": "official",
385
+ "last_updated": "2026-03-21",
386
+ "capabilities": {
387
+ "streaming": true,
388
+ "vision": true
389
+ },
390
+ "modalities": {
391
+ "input": [],
392
+ "output": ["text"]
393
+ }
394
+ },
395
+ {
396
+ "id": "anthropic.claude-sonnet-4-6",
397
+ "name": "Claude Sonnet 4.6",
398
+ "created_by": "anthropic",
399
+ "source": "official",
400
+ "last_updated": "2026-03-21",
401
+ "capabilities": {
402
+ "streaming": true,
403
+ "vision": true
404
+ },
405
+ "modalities": {
406
+ "input": [],
407
+ "output": ["text"]
408
+ }
409
+ },
410
+ {
411
+ "id": "cohere.command-r-plus-v1:0",
412
+ "name": "Command R+",
413
+ "created_by": "cohere",
414
+ "source": "official",
415
+ "last_updated": "2026-03-21",
416
+ "capabilities": { "streaming": true },
417
+ "modalities": {
418
+ "input": ["text"],
419
+ "output": ["text"]
420
+ }
421
+ },
422
+ {
423
+ "id": "cohere.command-r-v1:0",
424
+ "name": "Command R",
425
+ "created_by": "cohere",
426
+ "source": "official",
427
+ "last_updated": "2026-03-21",
428
+ "capabilities": { "streaming": true },
429
+ "modalities": {
430
+ "input": ["text"],
431
+ "output": ["text"]
432
+ }
433
+ },
434
+ {
435
+ "id": "cohere.embed-english-v3",
436
+ "name": "Embed English",
437
+ "created_by": "cohere",
438
+ "source": "official",
439
+ "last_updated": "2026-03-21",
440
+ "modalities": {
441
+ "input": ["text"],
442
+ "output": []
443
+ },
444
+ "model_type": "embed"
445
+ },
446
+ {
447
+ "id": "cohere.embed-multilingual-v3",
448
+ "name": "Embed Multilingual",
449
+ "created_by": "cohere",
450
+ "source": "official",
451
+ "last_updated": "2026-03-21",
452
+ "modalities": {
453
+ "input": ["text"],
454
+ "output": []
455
+ },
456
+ "model_type": "embed"
457
+ },
458
+ {
459
+ "id": "cohere.embed-v4:0",
460
+ "name": "Embed v4",
461
+ "created_by": "cohere",
462
+ "source": "official",
463
+ "last_updated": "2026-03-21",
464
+ "capabilities": { "vision": true },
465
+ "modalities": {
466
+ "input": [],
467
+ "output": []
468
+ },
469
+ "model_type": "embed"
470
+ },
471
+ {
472
+ "id": "cohere.rerank-v3-5:0",
473
+ "name": "Rerank 3.5",
474
+ "created_by": "cohere",
475
+ "source": "official",
476
+ "last_updated": "2026-03-21",
477
+ "modalities": {
478
+ "input": ["text"],
479
+ "output": ["text"]
480
+ },
481
+ "model_type": "rerank"
482
+ },
483
+ {
484
+ "id": "deepseek.r1-v1:0",
485
+ "name": "DeepSeek-R1",
486
+ "created_by": "deepseek",
487
+ "source": "official",
488
+ "last_updated": "2026-03-21",
489
+ "family": "deepseek",
490
+ "capabilities": { "streaming": true },
491
+ "modalities": {
492
+ "input": ["text"],
493
+ "output": ["text"]
494
+ }
495
+ },
496
+ {
497
+ "id": "deepseek.v3-v1:0",
498
+ "name": "DeepSeek-V3.1",
499
+ "created_by": "deepseek",
500
+ "source": "official",
501
+ "last_updated": "2026-03-21",
502
+ "family": "deepseek",
503
+ "capabilities": { "streaming": true },
504
+ "modalities": {
505
+ "input": ["text"],
506
+ "output": ["text"]
507
+ }
508
+ },
509
+ {
510
+ "id": "deepseek.v3.2",
511
+ "name": "DeepSeek V3.2",
512
+ "created_by": "deepseek",
513
+ "source": "official",
514
+ "last_updated": "2026-03-21",
515
+ "family": "deepseek",
516
+ "capabilities": { "streaming": true },
517
+ "modalities": {
518
+ "input": ["text"],
519
+ "output": ["text"]
520
+ }
521
+ },
522
+ {
523
+ "id": "google.gemma-3-12b-it",
524
+ "name": "Gemma 3 12B IT",
525
+ "created_by": "google",
526
+ "source": "official",
527
+ "last_updated": "2026-03-21",
528
+ "capabilities": {
529
+ "streaming": true,
530
+ "vision": true
531
+ },
532
+ "modalities": {
533
+ "input": [],
534
+ "output": ["text"]
535
+ }
536
+ },
537
+ {
538
+ "id": "google.gemma-3-27b-it",
539
+ "name": "Gemma 3 27B PT",
540
+ "created_by": "google",
541
+ "source": "official",
542
+ "last_updated": "2026-03-21",
543
+ "capabilities": {
544
+ "streaming": true,
545
+ "vision": true
546
+ },
547
+ "modalities": {
548
+ "input": [],
549
+ "output": ["text"]
550
+ }
551
+ },
552
+ {
553
+ "id": "google.gemma-3-4b-it",
554
+ "name": "Gemma 3 4B IT",
555
+ "created_by": "google",
556
+ "source": "official",
557
+ "last_updated": "2026-03-21",
558
+ "capabilities": {
559
+ "streaming": true,
560
+ "vision": true
561
+ },
562
+ "modalities": {
563
+ "input": [],
564
+ "output": ["text"]
565
+ }
566
+ },
567
+ {
568
+ "id": "luma.ray-v2:0",
569
+ "name": "Ray v2",
570
+ "created_by": "luma",
571
+ "source": "official",
572
+ "last_updated": "2026-03-21",
573
+ "modalities": {
574
+ "input": ["text"],
575
+ "output": ["video"]
576
+ }
577
+ },
578
+ {
579
+ "id": "meta.llama3-1-405b-instruct-v1:0",
580
+ "name": "Llama 3.1 405B Instruct",
581
+ "created_by": "meta",
582
+ "source": "official",
583
+ "last_updated": "2026-03-21",
584
+ "capabilities": { "streaming": true },
585
+ "modalities": {
586
+ "input": ["text"],
587
+ "output": ["text"]
588
+ }
589
+ },
590
+ {
591
+ "id": "meta.llama3-1-70b-instruct-v1:0",
592
+ "name": "Llama 3.1 70B Instruct",
593
+ "created_by": "meta",
594
+ "source": "official",
595
+ "last_updated": "2026-03-21",
596
+ "capabilities": { "streaming": true },
597
+ "modalities": {
598
+ "input": ["text"],
599
+ "output": ["text"]
600
+ }
601
+ },
602
+ {
603
+ "id": "meta.llama3-1-8b-instruct-v1:0",
604
+ "name": "Llama 3.1 8B Instruct",
605
+ "created_by": "meta",
606
+ "source": "official",
607
+ "last_updated": "2026-03-21",
608
+ "capabilities": { "streaming": true },
609
+ "modalities": {
610
+ "input": ["text"],
611
+ "output": ["text"]
612
+ }
613
+ },
614
+ {
615
+ "id": "meta.llama3-2-11b-instruct-v1:0",
616
+ "name": "Llama 3.2 11B Instruct",
617
+ "created_by": "meta",
618
+ "source": "official",
619
+ "last_updated": "2026-03-21",
620
+ "capabilities": {
621
+ "streaming": true,
622
+ "vision": true
623
+ },
624
+ "modalities": {
625
+ "input": [],
626
+ "output": ["text"]
627
+ }
628
+ },
629
+ {
630
+ "id": "meta.llama3-2-1b-instruct-v1:0",
631
+ "name": "Llama 3.2 1B Instruct",
632
+ "created_by": "meta",
633
+ "source": "official",
634
+ "last_updated": "2026-03-21",
635
+ "capabilities": { "streaming": true },
636
+ "modalities": {
637
+ "input": ["text"],
638
+ "output": ["text"]
639
+ }
640
+ },
641
+ {
642
+ "id": "meta.llama3-2-3b-instruct-v1:0",
643
+ "name": "Llama 3.2 3B Instruct",
644
+ "created_by": "meta",
645
+ "source": "official",
646
+ "last_updated": "2026-03-21",
647
+ "capabilities": { "streaming": true },
648
+ "modalities": {
649
+ "input": ["text"],
650
+ "output": ["text"]
651
+ }
652
+ },
653
+ {
654
+ "id": "meta.llama3-2-90b-instruct-v1:0",
655
+ "name": "Llama 3.2 90B Instruct",
656
+ "created_by": "meta",
657
+ "source": "official",
658
+ "last_updated": "2026-03-21",
659
+ "capabilities": {
660
+ "streaming": true,
661
+ "vision": true
662
+ },
663
+ "modalities": {
664
+ "input": [],
665
+ "output": ["text"]
666
+ }
667
+ },
668
+ {
669
+ "id": "meta.llama3-3-70b-instruct-v1:0",
670
+ "name": "Llama 3.3 70B Instruct",
671
+ "created_by": "meta",
672
+ "source": "official",
673
+ "last_updated": "2026-03-21",
674
+ "capabilities": { "streaming": true },
675
+ "modalities": {
676
+ "input": ["text"],
677
+ "output": ["text"]
678
+ }
679
+ },
680
+ {
681
+ "id": "meta.llama3-70b-instruct-v1:0",
682
+ "name": "Llama 3 70B Instruct",
683
+ "created_by": "meta",
684
+ "source": "official",
685
+ "last_updated": "2026-03-21",
686
+ "capabilities": { "streaming": true },
687
+ "modalities": {
688
+ "input": ["text"],
689
+ "output": ["text"]
690
+ }
691
+ },
692
+ {
693
+ "id": "meta.llama3-8b-instruct-v1:0",
694
+ "name": "Llama 3 8B Instruct",
695
+ "created_by": "meta",
696
+ "source": "official",
697
+ "last_updated": "2026-03-21",
698
+ "capabilities": { "streaming": true },
699
+ "modalities": {
700
+ "input": ["text"],
701
+ "output": ["text"]
702
+ }
703
+ },
704
+ {
705
+ "id": "meta.llama4-maverick-17b-instruct-v1:0",
706
+ "name": "Llama 4 Maverick 17B Instruct",
707
+ "created_by": "meta",
708
+ "source": "official",
709
+ "last_updated": "2026-03-21",
710
+ "capabilities": {
711
+ "streaming": true,
712
+ "vision": true
713
+ },
714
+ "modalities": {
715
+ "input": [],
716
+ "output": ["text"]
717
+ }
718
+ },
719
+ {
720
+ "id": "meta.llama4-scout-17b-instruct-v1:0",
721
+ "name": "Llama 4 Scout 17B Instruct",
722
+ "created_by": "meta",
723
+ "source": "official",
724
+ "last_updated": "2026-03-21",
725
+ "capabilities": {
726
+ "streaming": true,
727
+ "vision": true
728
+ },
729
+ "modalities": {
730
+ "input": [],
731
+ "output": ["text"]
732
+ }
733
+ },
734
+ {
735
+ "id": "minimax.minimax-m2.1",
736
+ "name": "MiniMax M2.1",
737
+ "created_by": "minimax",
738
+ "source": "official",
739
+ "last_updated": "2026-03-21",
740
+ "capabilities": { "streaming": true },
741
+ "modalities": {
742
+ "input": ["text"],
743
+ "output": ["text"]
744
+ }
745
+ },
746
+ {
747
+ "id": "minimax.minimax-m2",
748
+ "name": "MiniMax M2",
749
+ "created_by": "minimax",
750
+ "source": "official",
751
+ "last_updated": "2026-03-21",
752
+ "capabilities": { "streaming": true },
753
+ "modalities": {
754
+ "input": ["text"],
755
+ "output": ["text"]
756
+ }
757
+ },
758
+ {
759
+ "id": "mistral.devstral-2-123b",
760
+ "name": "Devstral 2 123B",
761
+ "created_by": "mistral",
762
+ "source": "official",
763
+ "last_updated": "2026-03-21",
764
+ "capabilities": { "streaming": true },
765
+ "modalities": {
766
+ "input": ["text"],
767
+ "output": ["text"]
768
+ }
769
+ },
770
+ {
771
+ "id": "mistral.magistral-small-2509",
772
+ "name": "Magistral Small 2509",
773
+ "created_by": "mistral",
774
+ "source": "official",
775
+ "last_updated": "2026-03-21",
776
+ "alias": "mistral.magistral-small",
777
+ "capabilities": {
778
+ "streaming": true,
779
+ "vision": true
780
+ },
781
+ "modalities": {
782
+ "input": [],
783
+ "output": ["text"]
784
+ }
785
+ },
786
+ {
787
+ "id": "mistral.magistral-small",
788
+ "name": "Magistral Small 2509",
789
+ "created_by": "mistral",
790
+ "source": "official",
791
+ "last_updated": "2026-03-21",
792
+ "capabilities": {
793
+ "streaming": true,
794
+ "vision": true
795
+ },
796
+ "modalities": {
797
+ "input": [],
798
+ "output": ["text"]
799
+ },
800
+ "snapshots": ["mistral.magistral-small-2509"]
801
+ },
802
+ {
803
+ "id": "mistral.ministral-3-14b-instruct",
804
+ "name": "Ministral 14B 3.0",
805
+ "created_by": "mistral",
806
+ "source": "official",
807
+ "last_updated": "2026-03-21",
808
+ "capabilities": {
809
+ "streaming": true,
810
+ "vision": true
811
+ },
812
+ "modalities": {
813
+ "input": [],
814
+ "output": ["text"]
815
+ }
816
+ },
817
+ {
818
+ "id": "mistral.ministral-3-3b-instruct",
819
+ "name": "Ministral 3B",
820
+ "created_by": "mistral",
821
+ "source": "official",
822
+ "last_updated": "2026-03-21",
823
+ "capabilities": {
824
+ "streaming": true,
825
+ "vision": true
826
+ },
827
+ "modalities": {
828
+ "input": [],
829
+ "output": ["text"]
830
+ }
831
+ },
832
+ {
833
+ "id": "mistral.ministral-3-8b-instruct",
834
+ "name": "Ministral 3 8B",
835
+ "created_by": "mistral",
836
+ "source": "official",
837
+ "last_updated": "2026-03-21",
838
+ "capabilities": {
839
+ "streaming": true,
840
+ "vision": true
841
+ },
842
+ "modalities": {
843
+ "input": [],
844
+ "output": ["text"]
845
+ }
846
+ },
847
+ {
848
+ "id": "mistral.mistral-7b-instruct-v0:2",
849
+ "name": "Mistral 7B Instruct",
850
+ "created_by": "mistral",
851
+ "source": "official",
852
+ "last_updated": "2026-03-21",
853
+ "capabilities": { "streaming": true },
854
+ "modalities": {
855
+ "input": ["text"],
856
+ "output": ["text"]
857
+ }
858
+ },
859
+ {
860
+ "id": "mistral.mistral-large-2402-v1:0",
861
+ "name": "Mistral Large (24.02)",
862
+ "created_by": "mistral",
863
+ "source": "official",
864
+ "last_updated": "2026-03-21",
865
+ "capabilities": { "streaming": true },
866
+ "modalities": {
867
+ "input": ["text"],
868
+ "output": ["text"]
869
+ }
870
+ },
871
+ {
872
+ "id": "mistral.mistral-large-2407-v1:0",
873
+ "name": "Mistral Large (24.07)",
874
+ "created_by": "mistral",
875
+ "source": "official",
876
+ "last_updated": "2026-03-21",
877
+ "capabilities": { "streaming": true },
878
+ "modalities": {
879
+ "input": ["text"],
880
+ "output": ["text"]
881
+ }
882
+ },
883
+ {
884
+ "id": "mistral.mistral-large-3-675b-instruct",
885
+ "name": "Mistral Large 3",
886
+ "created_by": "mistral",
887
+ "source": "official",
888
+ "last_updated": "2026-03-21",
889
+ "capabilities": {
890
+ "streaming": true,
891
+ "vision": true
892
+ },
893
+ "modalities": {
894
+ "input": [],
895
+ "output": ["text"]
896
+ }
897
+ },
898
+ {
899
+ "id": "mistral.mistral-small-2402-v1:0",
900
+ "name": "Mistral Small (24.02)",
901
+ "created_by": "mistral",
902
+ "source": "official",
903
+ "last_updated": "2026-03-21",
904
+ "capabilities": { "streaming": true },
905
+ "modalities": {
906
+ "input": ["text"],
907
+ "output": ["text"]
908
+ }
909
+ },
910
+ {
911
+ "id": "mistral.mixtral-8x7b-instruct-v0:1",
912
+ "name": "Mixtral 8x7B Instruct",
913
+ "created_by": "mistral",
914
+ "source": "official",
915
+ "last_updated": "2026-03-21",
916
+ "capabilities": { "streaming": true },
917
+ "modalities": {
918
+ "input": ["text"],
919
+ "output": ["text"]
920
+ }
921
+ },
922
+ {
923
+ "id": "mistral.pixtral-large-2502-v1:0",
924
+ "name": "Pixtral Large (25.02)",
925
+ "created_by": "mistral",
926
+ "source": "official",
927
+ "last_updated": "2026-03-21",
928
+ "capabilities": {
929
+ "streaming": true,
930
+ "vision": true
931
+ },
932
+ "modalities": {
933
+ "input": [],
934
+ "output": ["text"]
935
+ }
936
+ },
937
+ {
938
+ "id": "mistral.voxtral-mini-3b-2507",
939
+ "name": "Voxtral Mini 3B 2507",
940
+ "created_by": "mistral",
941
+ "source": "official",
942
+ "last_updated": "2026-03-21",
943
+ "alias": "mistral.voxtral-mini-3b",
944
+ "capabilities": { "streaming": true },
945
+ "modalities": {
946
+ "input": [],
947
+ "output": ["text"]
948
+ }
949
+ },
950
+ {
951
+ "id": "mistral.voxtral-mini-3b",
952
+ "name": "Voxtral Mini 3B 2507",
953
+ "created_by": "mistral",
954
+ "source": "official",
955
+ "last_updated": "2026-03-21",
956
+ "capabilities": { "streaming": true },
957
+ "modalities": {
958
+ "input": [],
959
+ "output": ["text"]
960
+ },
961
+ "snapshots": ["mistral.voxtral-mini-3b-2507"]
962
+ },
963
+ {
964
+ "id": "mistral.voxtral-small-24b-2507",
965
+ "name": "Voxtral Small 24B 2507",
966
+ "created_by": "mistral",
967
+ "source": "official",
968
+ "last_updated": "2026-03-21",
969
+ "alias": "mistral.voxtral-small-24b",
970
+ "capabilities": { "streaming": true },
971
+ "modalities": {
972
+ "input": [],
973
+ "output": ["text"]
974
+ }
975
+ },
976
+ {
977
+ "id": "mistral.voxtral-small-24b",
978
+ "name": "Voxtral Small 24B 2507",
979
+ "created_by": "mistral",
980
+ "source": "official",
981
+ "last_updated": "2026-03-21",
982
+ "capabilities": { "streaming": true },
983
+ "modalities": {
984
+ "input": [],
985
+ "output": ["text"]
986
+ },
987
+ "snapshots": ["mistral.voxtral-small-24b-2507"]
988
+ },
989
+ {
990
+ "id": "moonshot.kimi-k2-thinking",
991
+ "name": "Kimi K2 Thinking",
992
+ "created_by": "moonshot",
993
+ "source": "official",
994
+ "last_updated": "2026-03-21",
995
+ "capabilities": { "streaming": true },
996
+ "modalities": {
997
+ "input": ["text"],
998
+ "output": ["text"]
999
+ }
1000
+ },
1001
+ {
1002
+ "id": "moonshotai.kimi-k2.5",
1003
+ "name": "Kimi K2.5",
1004
+ "created_by": "moonshot",
1005
+ "source": "official",
1006
+ "last_updated": "2026-03-21",
1007
+ "capabilities": {
1008
+ "streaming": true,
1009
+ "vision": true
1010
+ },
1011
+ "modalities": {
1012
+ "input": [],
1013
+ "output": ["text"]
1014
+ }
1015
+ },
1016
+ {
1017
+ "id": "nvidia.nemotron-nano-12b-v2",
1018
+ "name": "NVIDIA Nemotron Nano 12B v2 VL BF16",
1019
+ "created_by": "nvidia",
1020
+ "source": "official",
1021
+ "last_updated": "2026-03-21",
1022
+ "capabilities": {
1023
+ "streaming": true,
1024
+ "vision": true
1025
+ },
1026
+ "modalities": {
1027
+ "input": [],
1028
+ "output": ["text"]
1029
+ }
1030
+ },
1031
+ {
1032
+ "id": "nvidia.nemotron-nano-3-30b",
1033
+ "name": "Nemotron Nano 3 30B",
1034
+ "created_by": "nvidia",
1035
+ "source": "official",
1036
+ "last_updated": "2026-03-21",
1037
+ "capabilities": { "streaming": true },
1038
+ "modalities": {
1039
+ "input": ["text"],
1040
+ "output": ["text"]
1041
+ }
1042
+ },
1043
+ {
1044
+ "id": "nvidia.nemotron-nano-9b-v2",
1045
+ "name": "NVIDIA Nemotron Nano 9B v2",
1046
+ "created_by": "nvidia",
1047
+ "source": "official",
1048
+ "last_updated": "2026-03-21",
1049
+ "capabilities": { "streaming": true },
1050
+ "modalities": {
1051
+ "input": ["text"],
1052
+ "output": ["text"]
1053
+ }
1054
+ },
1055
+ {
1056
+ "id": "openai.gpt-oss-120b-1:0",
1057
+ "name": "gpt-oss-120b",
1058
+ "created_by": "openai",
1059
+ "source": "official",
1060
+ "last_updated": "2026-03-21",
1061
+ "capabilities": { "streaming": true },
1062
+ "modalities": {
1063
+ "input": ["text"],
1064
+ "output": ["text"]
1065
+ }
1066
+ },
1067
+ {
1068
+ "id": "openai.gpt-oss-20b-1:0",
1069
+ "name": "gpt-oss-20b",
1070
+ "created_by": "openai",
1071
+ "source": "official",
1072
+ "last_updated": "2026-03-21",
1073
+ "capabilities": { "streaming": true },
1074
+ "modalities": {
1075
+ "input": ["text"],
1076
+ "output": ["text"]
1077
+ }
1078
+ },
1079
+ {
1080
+ "id": "openai.gpt-oss-safeguard-120b",
1081
+ "name": "GPT OSS Safeguard 120B",
1082
+ "created_by": "openai",
1083
+ "source": "official",
1084
+ "last_updated": "2026-03-21",
1085
+ "capabilities": { "streaming": true },
1086
+ "modalities": {
1087
+ "input": ["text"],
1088
+ "output": ["text"]
1089
+ },
1090
+ "model_type": "moderation"
1091
+ },
1092
+ {
1093
+ "id": "openai.gpt-oss-safeguard-20b",
1094
+ "name": "GPT OSS Safeguard 20B",
1095
+ "created_by": "openai",
1096
+ "source": "official",
1097
+ "last_updated": "2026-03-21",
1098
+ "capabilities": { "streaming": true },
1099
+ "modalities": {
1100
+ "input": ["text"],
1101
+ "output": ["text"]
1102
+ },
1103
+ "model_type": "moderation"
1104
+ },
1105
+ {
1106
+ "id": "qwen.qwen3-235b-a22b-2507-v1:0",
1107
+ "name": "Qwen3 235B A22B 2507",
1108
+ "created_by": "qwen",
1109
+ "source": "official",
1110
+ "last_updated": "2026-03-21",
1111
+ "family": "qwen.",
1112
+ "capabilities": { "streaming": true },
1113
+ "modalities": {
1114
+ "input": ["text"],
1115
+ "output": ["text"]
1116
+ }
1117
+ },
1118
+ {
1119
+ "id": "qwen.qwen3-32b-v1:0",
1120
+ "name": "Qwen3 32B (dense)",
1121
+ "created_by": "qwen",
1122
+ "source": "official",
1123
+ "last_updated": "2026-03-21",
1124
+ "family": "qwen.",
1125
+ "capabilities": { "streaming": true },
1126
+ "modalities": {
1127
+ "input": ["text"],
1128
+ "output": ["text"]
1129
+ }
1130
+ },
1131
+ {
1132
+ "id": "qwen.qwen3-coder-30b-a3b-v1:0",
1133
+ "name": "Qwen3-Coder-30B-A3B-Instruct",
1134
+ "created_by": "qwen",
1135
+ "source": "official",
1136
+ "last_updated": "2026-03-21",
1137
+ "family": "qwen.",
1138
+ "capabilities": { "streaming": true },
1139
+ "modalities": {
1140
+ "input": ["text"],
1141
+ "output": ["text"]
1142
+ }
1143
+ },
1144
+ {
1145
+ "id": "qwen.qwen3-coder-480b-a35b-v1:0",
1146
+ "name": "Qwen3 Coder 480B A35B Instruct",
1147
+ "created_by": "qwen",
1148
+ "source": "official",
1149
+ "last_updated": "2026-03-21",
1150
+ "family": "qwen.",
1151
+ "capabilities": { "streaming": true },
1152
+ "modalities": {
1153
+ "input": ["text"],
1154
+ "output": ["text"]
1155
+ }
1156
+ },
1157
+ {
1158
+ "id": "qwen.qwen3-coder-next",
1159
+ "name": "Qwen3 Coder Next",
1160
+ "created_by": "qwen",
1161
+ "source": "official",
1162
+ "last_updated": "2026-03-21",
1163
+ "family": "qwen.",
1164
+ "capabilities": { "streaming": true },
1165
+ "modalities": {
1166
+ "input": ["text"],
1167
+ "output": ["text"]
1168
+ }
1169
+ },
1170
+ {
1171
+ "id": "qwen.qwen3-next-80b-a3b",
1172
+ "name": "Qwen3 Next 80B A3B",
1173
+ "created_by": "qwen",
1174
+ "source": "official",
1175
+ "last_updated": "2026-03-21",
1176
+ "family": "qwen.",
1177
+ "capabilities": { "streaming": true },
1178
+ "modalities": {
1179
+ "input": ["text"],
1180
+ "output": ["text"]
1181
+ }
1182
+ },
1183
+ {
1184
+ "id": "qwen.qwen3-vl-235b-a22b",
1185
+ "name": "Qwen3 VL 235B A22B",
1186
+ "created_by": "qwen",
1187
+ "source": "official",
1188
+ "last_updated": "2026-03-21",
1189
+ "family": "qwen.",
1190
+ "capabilities": {
1191
+ "streaming": true,
1192
+ "vision": true
1193
+ },
1194
+ "modalities": {
1195
+ "input": [],
1196
+ "output": ["text"]
1197
+ }
1198
+ },
1199
+ {
1200
+ "id": "stability.sd3-5-large-v1:0",
1201
+ "name": "Stable Diffusion 3.5 Large",
1202
+ "created_by": "stability",
1203
+ "source": "official",
1204
+ "last_updated": "2026-03-21",
1205
+ "capabilities": { "vision": true },
1206
+ "modalities": {
1207
+ "input": [],
1208
+ "output": ["image"]
1209
+ }
1210
+ },
1211
+ {
1212
+ "id": "stability.stable-conservative-upscale-v1:0",
1213
+ "name": "Stable Image Conservative Upscale",
1214
+ "created_by": "stability",
1215
+ "source": "official",
1216
+ "last_updated": "2026-03-21",
1217
+ "capabilities": { "vision": true },
1218
+ "modalities": {
1219
+ "input": [],
1220
+ "output": ["image"]
1221
+ }
1222
+ },
1223
+ {
1224
+ "id": "stability.stable-creative-upscale-v1:0",
1225
+ "name": "Stable Image Creative Upscale",
1226
+ "created_by": "stability",
1227
+ "source": "official",
1228
+ "last_updated": "2026-03-21",
1229
+ "capabilities": { "vision": true },
1230
+ "modalities": {
1231
+ "input": [],
1232
+ "output": ["image"]
1233
+ }
1234
+ },
1235
+ {
1236
+ "id": "stability.stable-fast-upscale-v1:0",
1237
+ "name": "Stable Image Fast Upscale",
1238
+ "created_by": "stability",
1239
+ "source": "official",
1240
+ "last_updated": "2026-03-21",
1241
+ "capabilities": { "vision": true },
1242
+ "modalities": {
1243
+ "input": [],
1244
+ "output": ["image"]
1245
+ }
1246
+ },
1247
+ {
1248
+ "id": "stability.stable-image-control-sketch-v1:0",
1249
+ "name": "Stable Image Control Sketch",
1250
+ "created_by": "stability",
1251
+ "source": "official",
1252
+ "last_updated": "2026-03-21",
1253
+ "capabilities": { "vision": true },
1254
+ "modalities": {
1255
+ "input": [],
1256
+ "output": ["image"]
1257
+ }
1258
+ },
1259
+ {
1260
+ "id": "stability.stable-image-control-structure-v1:0",
1261
+ "name": "Stable Image Control Structure",
1262
+ "created_by": "stability",
1263
+ "source": "official",
1264
+ "last_updated": "2026-03-21",
1265
+ "capabilities": { "vision": true },
1266
+ "modalities": {
1267
+ "input": [],
1268
+ "output": ["image"]
1269
+ }
1270
+ },
1271
+ {
1272
+ "id": "stability.stable-image-core-v1:1",
1273
+ "name": "Stable Image Core 1.0",
1274
+ "created_by": "stability",
1275
+ "source": "official",
1276
+ "last_updated": "2026-03-21",
1277
+ "modalities": {
1278
+ "input": ["text"],
1279
+ "output": ["image"]
1280
+ }
1281
+ },
1282
+ {
1283
+ "id": "stability.stable-image-erase-object-v1:0",
1284
+ "name": "Stable Image Erase Object",
1285
+ "created_by": "stability",
1286
+ "source": "official",
1287
+ "last_updated": "2026-03-21",
1288
+ "capabilities": { "vision": true },
1289
+ "modalities": {
1290
+ "input": [],
1291
+ "output": ["image"]
1292
+ }
1293
+ },
1294
+ {
1295
+ "id": "stability.stable-image-inpaint-v1:0",
1296
+ "name": "Stable Image Inpaint",
1297
+ "created_by": "stability",
1298
+ "source": "official",
1299
+ "last_updated": "2026-03-21",
1300
+ "capabilities": { "vision": true },
1301
+ "modalities": {
1302
+ "input": [],
1303
+ "output": ["image"]
1304
+ }
1305
+ },
1306
+ {
1307
+ "id": "stability.stable-image-remove-background-v1:0",
1308
+ "name": "Stable Image Remove Background",
1309
+ "created_by": "stability",
1310
+ "source": "official",
1311
+ "last_updated": "2026-03-21",
1312
+ "capabilities": { "vision": true },
1313
+ "modalities": {
1314
+ "input": [],
1315
+ "output": ["image"]
1316
+ }
1317
+ },
1318
+ {
1319
+ "id": "stability.stable-image-search-recolor-v1:0",
1320
+ "name": "Stable Image Search and Recolor",
1321
+ "created_by": "stability",
1322
+ "source": "official",
1323
+ "last_updated": "2026-03-21",
1324
+ "capabilities": { "vision": true },
1325
+ "modalities": {
1326
+ "input": [],
1327
+ "output": ["image"]
1328
+ }
1329
+ },
1330
+ {
1331
+ "id": "stability.stable-image-search-replace-v1:0",
1332
+ "name": "Stable Image Search and Replace",
1333
+ "created_by": "stability",
1334
+ "source": "official",
1335
+ "last_updated": "2026-03-21",
1336
+ "capabilities": { "vision": true },
1337
+ "modalities": {
1338
+ "input": [],
1339
+ "output": ["image"]
1340
+ }
1341
+ },
1342
+ {
1343
+ "id": "stability.stable-image-style-guide-v1:0",
1344
+ "name": "Stable Image Style Guide",
1345
+ "created_by": "stability",
1346
+ "source": "official",
1347
+ "last_updated": "2026-03-21",
1348
+ "capabilities": { "vision": true },
1349
+ "modalities": {
1350
+ "input": [],
1351
+ "output": ["image"]
1352
+ }
1353
+ },
1354
+ {
1355
+ "id": "stability.stable-image-ultra-v1:1",
1356
+ "name": "Stable Image Ultra 1.0",
1357
+ "created_by": "stability",
1358
+ "source": "official",
1359
+ "last_updated": "2026-03-21",
1360
+ "modalities": {
1361
+ "input": ["text"],
1362
+ "output": ["image"]
1363
+ }
1364
+ },
1365
+ {
1366
+ "id": "stability.stable-outpaint-v1:0",
1367
+ "name": "Stable Image Outpaint",
1368
+ "created_by": "stability",
1369
+ "source": "official",
1370
+ "last_updated": "2026-03-21",
1371
+ "capabilities": { "vision": true },
1372
+ "modalities": {
1373
+ "input": [],
1374
+ "output": ["image"]
1375
+ }
1376
+ },
1377
+ {
1378
+ "id": "stability.stable-style-transfer-v1:0",
1379
+ "name": "Stable Image Style Transfer",
1380
+ "created_by": "stability",
1381
+ "source": "official",
1382
+ "last_updated": "2026-03-21",
1383
+ "capabilities": { "vision": true },
1384
+ "modalities": {
1385
+ "input": [],
1386
+ "output": ["image"]
1387
+ }
1388
+ },
1389
+ {
1390
+ "id": "twelvelabs.marengo-embed-2-7-v1:0",
1391
+ "name": "Marengo Embed v2.7",
1392
+ "created_by": "twelvelabs",
1393
+ "source": "official",
1394
+ "last_updated": "2026-03-21",
1395
+ "capabilities": { "vision": true },
1396
+ "modalities": {
1397
+ "input": [],
1398
+ "output": []
1399
+ },
1400
+ "model_type": "embed"
1401
+ },
1402
+ {
1403
+ "id": "twelvelabs.marengo-embed-3-0-v1:0",
1404
+ "name": "Marengo Embed 3.0",
1405
+ "created_by": "twelvelabs",
1406
+ "source": "official",
1407
+ "last_updated": "2026-03-21",
1408
+ "capabilities": { "vision": true },
1409
+ "modalities": {
1410
+ "input": [],
1411
+ "output": []
1412
+ },
1413
+ "model_type": "embed"
1414
+ },
1415
+ {
1416
+ "id": "twelvelabs.pegasus-1-2-v1:0",
1417
+ "name": "Pegasus v1.2",
1418
+ "created_by": "twelvelabs",
1419
+ "source": "official",
1420
+ "last_updated": "2026-03-21",
1421
+ "capabilities": { "streaming": true },
1422
+ "modalities": {
1423
+ "input": [],
1424
+ "output": ["text"]
1425
+ }
1426
+ },
1427
+ {
1428
+ "id": "writer.palmyra-x4-v1:0",
1429
+ "name": "Palmyra X4",
1430
+ "created_by": "writer",
1431
+ "source": "official",
1432
+ "last_updated": "2026-03-21",
1433
+ "capabilities": { "streaming": true },
1434
+ "modalities": {
1435
+ "input": ["text"],
1436
+ "output": ["text"]
1437
+ }
1438
+ },
1439
+ {
1440
+ "id": "writer.palmyra-x5-v1:0",
1441
+ "name": "Palmyra X5",
1442
+ "created_by": "writer",
1443
+ "source": "official",
1444
+ "last_updated": "2026-03-21",
1445
+ "capabilities": { "streaming": true },
1446
+ "modalities": {
1447
+ "input": ["text"],
1448
+ "output": ["text"]
1449
+ }
1450
+ },
1451
+ {
1452
+ "id": "zai.glm-4.7-flash",
1453
+ "name": "GLM 4.7 Flash",
1454
+ "created_by": "zhipu",
1455
+ "source": "official",
1456
+ "last_updated": "2026-03-21",
1457
+ "capabilities": { "streaming": true },
1458
+ "modalities": {
1459
+ "input": ["text"],
1460
+ "output": ["text"]
1461
+ }
1462
+ },
1463
+ {
1464
+ "id": "zai.glm-4.7",
1465
+ "name": "GLM 4.7",
1466
+ "created_by": "zhipu",
1467
+ "source": "official",
1468
+ "last_updated": "2026-03-21",
1469
+ "capabilities": { "streaming": true },
1470
+ "modalities": {
1471
+ "input": ["text"],
1472
+ "output": ["text"]
1473
+ }
1474
+ }
1475
+ ]
1476
+ };
1477
+ const models = provider.models.map((m) => ({
1478
+ ...m,
1479
+ provider: provider.id
1480
+ }));
1481
+ //#endregion
1482
+ export { models, provider };