@anolilab/ai-model-registry 1.4.0 → 2.0.0

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 (147) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/LICENSE.md +8 -13
  3. package/MIGRATION.md +474 -0
  4. package/README.md +94 -49
  5. package/dist/index.d.ts +16 -16
  6. package/dist/index.js +1 -3
  7. package/dist/packem_chunks/alibaba.js +1 -0
  8. package/dist/packem_chunks/amazon-bedrock.js +1 -0
  9. package/dist/packem_chunks/anthropic.js +1 -0
  10. package/dist/packem_chunks/api.js +75 -0
  11. package/dist/packem_chunks/azure-open-ai.js +1 -0
  12. package/dist/packem_chunks/cerebras.js +1 -0
  13. package/dist/packem_chunks/chutes.js +1 -0
  14. package/dist/packem_chunks/cloudflare.js +3 -0
  15. package/dist/packem_chunks/deep-infra.js +1 -0
  16. package/dist/packem_chunks/deep-seek.js +1 -0
  17. package/dist/packem_chunks/fireworks-ai.js +1 -0
  18. package/dist/packem_chunks/git-hub-copilot.js +1 -0
  19. package/dist/packem_chunks/git-hub-models.js +1 -0
  20. package/dist/packem_chunks/google-partner.js +1 -0
  21. package/dist/packem_chunks/google-vertex.js +1 -0
  22. package/dist/packem_chunks/google.js +1 -0
  23. package/dist/packem_chunks/groq.js +1 -0
  24. package/dist/packem_chunks/hugging-face.js +1 -0
  25. package/dist/packem_chunks/inception.js +1 -0
  26. package/dist/packem_chunks/inference.js +1 -0
  27. package/dist/packem_chunks/meta.js +1 -0
  28. package/dist/packem_chunks/mistral.js +1 -0
  29. package/dist/packem_chunks/model-scope.js +1 -0
  30. package/dist/packem_chunks/morph.js +1 -0
  31. package/dist/packem_chunks/open-ai.js +1 -0
  32. package/dist/packem_chunks/open-router.js +1 -0
  33. package/dist/packem_chunks/providers.js +1 -0
  34. package/dist/packem_chunks/requesty.js +73 -0
  35. package/dist/packem_chunks/together-ai.js +1 -0
  36. package/dist/packem_chunks/upstage.js +1 -0
  37. package/dist/packem_chunks/v0.js +1 -0
  38. package/dist/packem_chunks/venice.js +1 -0
  39. package/dist/packem_chunks/vercel.js +1 -0
  40. package/dist/packem_chunks/weights-_-biases.js +1 -0
  41. package/dist/packem_chunks/xai.js +1 -0
  42. package/dist/schema.d.ts +1 -1
  43. package/dist/schema.js +1 -1
  44. package/dist/types/alibaba.d.ts +6 -0
  45. package/dist/types/alibaba.js +0 -0
  46. package/dist/types/amazon-bedrock.d.ts +6 -0
  47. package/dist/types/amazon-bedrock.js +0 -0
  48. package/dist/types/anthropic.d.ts +6 -0
  49. package/dist/types/anthropic.js +0 -0
  50. package/dist/types/azure-open-ai.d.ts +6 -0
  51. package/dist/types/azure-open-ai.js +0 -0
  52. package/dist/types/cerebras.d.ts +6 -0
  53. package/dist/types/cerebras.js +0 -0
  54. package/dist/types/chutes.d.ts +6 -0
  55. package/dist/types/chutes.js +0 -0
  56. package/dist/types/cloudflare.d.ts +6 -0
  57. package/dist/types/cloudflare.js +0 -0
  58. package/dist/types/deep-infra.d.ts +6 -0
  59. package/dist/types/deep-infra.js +0 -0
  60. package/dist/types/deep-seek.d.ts +6 -0
  61. package/dist/types/deep-seek.js +0 -0
  62. package/dist/types/fireworks-ai.d.ts +6 -0
  63. package/dist/types/fireworks-ai.js +0 -0
  64. package/dist/types/git-hub-copilot.d.ts +6 -0
  65. package/dist/types/git-hub-copilot.js +0 -0
  66. package/dist/types/git-hub-models.d.ts +6 -0
  67. package/dist/types/git-hub-models.js +0 -0
  68. package/dist/types/google-partner.d.ts +6 -0
  69. package/dist/types/google-partner.js +0 -0
  70. package/dist/types/google-vertex.d.ts +6 -0
  71. package/dist/types/google-vertex.js +0 -0
  72. package/dist/types/google.d.ts +6 -0
  73. package/dist/types/google.js +0 -0
  74. package/dist/types/groq.d.ts +6 -0
  75. package/dist/types/groq.js +0 -0
  76. package/dist/types/hugging-face.d.ts +6 -0
  77. package/dist/types/hugging-face.js +0 -0
  78. package/dist/types/inception.d.ts +6 -0
  79. package/dist/types/inception.js +0 -0
  80. package/dist/types/inference.d.ts +6 -0
  81. package/dist/types/inference.js +0 -0
  82. package/dist/types/meta.d.ts +6 -0
  83. package/dist/types/meta.js +0 -0
  84. package/dist/types/mistral.d.ts +6 -0
  85. package/dist/types/mistral.js +0 -0
  86. package/dist/types/model-scope.d.ts +6 -0
  87. package/dist/types/model-scope.js +0 -0
  88. package/dist/types/morph.d.ts +6 -0
  89. package/dist/types/morph.js +0 -0
  90. package/dist/types/open-ai.d.ts +6 -0
  91. package/dist/types/open-ai.js +0 -0
  92. package/dist/types/open-router.d.ts +6 -0
  93. package/dist/types/open-router.js +0 -0
  94. package/dist/types/providers.d.ts +11 -0
  95. package/dist/types/providers.js +1 -0
  96. package/dist/types/requesty.d.ts +6 -0
  97. package/dist/types/requesty.js +0 -0
  98. package/dist/types/together-ai.d.ts +6 -0
  99. package/dist/types/together-ai.js +0 -0
  100. package/dist/types/upstage.d.ts +6 -0
  101. package/dist/types/upstage.js +0 -0
  102. package/dist/types/v0.d.ts +6 -0
  103. package/dist/types/v0.js +0 -0
  104. package/dist/types/venice.d.ts +6 -0
  105. package/dist/types/venice.js +0 -0
  106. package/dist/types/vercel.d.ts +6 -0
  107. package/dist/types/vercel.js +0 -0
  108. package/dist/types/weights-_-biases.d.ts +6 -0
  109. package/dist/types/weights-_-biases.js +0 -0
  110. package/dist/types/xai.d.ts +6 -0
  111. package/dist/types/xai.js +0 -0
  112. package/package.json +6 -1
  113. package/public/alibaba.json +326 -0
  114. package/public/amazon-bedrock.json +2141 -0
  115. package/public/anthropic.json +396 -0
  116. package/public/api.json +13504 -3
  117. package/public/azure-open-ai.json +332 -0
  118. package/public/cerebras.json +288 -0
  119. package/public/chutes.json +3220 -0
  120. package/public/cloudflare.json +3094 -0
  121. package/public/deep-infra.json +956 -0
  122. package/public/deep-seek.json +46 -0
  123. package/public/fireworks-ai.json +14486 -0
  124. package/public/git-hub-copilot.json +676 -0
  125. package/public/git-hub-models.json +256 -0
  126. package/public/google-partner.json +536 -0
  127. package/public/google-vertex.json +1376 -0
  128. package/public/google.json +536 -0
  129. package/public/groq.json +882 -0
  130. package/public/hugging-face.json +1096 -0
  131. package/public/inception.json +81 -0
  132. package/public/inference.json +291 -0
  133. package/public/meta.json +151 -0
  134. package/public/mistral.json +2181 -0
  135. package/public/model-scope.json +37839 -0
  136. package/public/morph.json +46 -0
  137. package/public/open-ai.json +606 -0
  138. package/public/open-router.json +15341 -0
  139. package/public/providers.json +43 -0
  140. package/public/requesty.json +13757 -0
  141. package/public/together-ai.json +641 -0
  142. package/public/upstage.json +606 -0
  143. package/public/v0.json +431 -0
  144. package/public/venice.json +501 -0
  145. package/public/vercel.json +4071 -0
  146. package/public/weights-&-biases.json +551 -0
  147. package/public/xai.json +256 -0
@@ -0,0 +1,606 @@
1
+ {
2
+ "metadata": {
3
+ "description": "AI Models API - Models from Upstage",
4
+ "lastUpdated": "2026-01-10T23:24:47.810Z",
5
+ "provider": "Upstage",
6
+ "totalModels": 17,
7
+ "version": "0.0.0-development"
8
+ },
9
+ "models": [
10
+ {
11
+ "attachment": false,
12
+ "cost": {
13
+ "input": null,
14
+ "inputCacheHit": null,
15
+ "output": null
16
+ },
17
+ "description": "solar-10.7b-v1.0 model from Upstage",
18
+ "id": "solar-10-7b-v1-0",
19
+ "knowledge": "Mar 2025",
20
+ "lastUpdated": null,
21
+ "limit": {
22
+ "context": 65536,
23
+ "output": null
24
+ },
25
+ "modalities": {
26
+ "input": ["text"],
27
+ "output": ["text"]
28
+ },
29
+ "name": "solar-10.7b-v1.0",
30
+ "openWeights": false,
31
+ "provider": "Upstage",
32
+ "providerDoc": "https://console.upstage.ai/docs/models/history#solar-107b-v10",
33
+ "providerEnv": ["UPSTAGE_API_KEY"],
34
+ "providerId": "upstage",
35
+ "providerModelsDevId": "upstage",
36
+ "providerNpm": "@ai-sdk/upstage",
37
+ "reasoning": false,
38
+ "releaseDate": "2025-12-15",
39
+ "streamingSupported": true,
40
+ "temperature": true,
41
+ "toolCall": false,
42
+ "vision": false,
43
+ "icon": "upstage"
44
+ },
45
+ {
46
+ "attachment": false,
47
+ "cost": {
48
+ "input": null,
49
+ "inputCacheHit": null,
50
+ "output": null
51
+ },
52
+ "description": "solar-docvision-preview model from Upstage",
53
+ "id": "solar-docvision-preview",
54
+ "knowledge": "Mar 2025",
55
+ "lastUpdated": null,
56
+ "limit": {
57
+ "context": 65536,
58
+ "output": null
59
+ },
60
+ "modalities": {
61
+ "input": ["text", "image"],
62
+ "output": ["text"]
63
+ },
64
+ "name": "solar-docvision-preview",
65
+ "openWeights": false,
66
+ "provider": "Upstage",
67
+ "providerDoc": "https://console.upstage.ai/docs/models/history#solar-docvision-preview",
68
+ "providerEnv": ["UPSTAGE_API_KEY"],
69
+ "providerId": "upstage",
70
+ "providerModelsDevId": "upstage",
71
+ "providerNpm": "@ai-sdk/upstage",
72
+ "reasoning": false,
73
+ "releaseDate": "2025-12-15",
74
+ "streamingSupported": true,
75
+ "temperature": true,
76
+ "toolCall": false,
77
+ "vision": true,
78
+ "icon": "upstage"
79
+ },
80
+ {
81
+ "attachment": false,
82
+ "cost": {
83
+ "input": null,
84
+ "inputCacheHit": null,
85
+ "output": null
86
+ },
87
+ "description": "solar-embedding-1-large-passage beta model from Upstage",
88
+ "id": "solar-embedding-1-large-passage-beta",
89
+ "knowledge": "Mar 2025",
90
+ "lastUpdated": null,
91
+ "limit": {
92
+ "context": 65536,
93
+ "output": null
94
+ },
95
+ "modalities": {
96
+ "input": ["text"],
97
+ "output": ["text"]
98
+ },
99
+ "name": "solar-embedding-1-large-passage beta",
100
+ "openWeights": false,
101
+ "provider": "Upstage",
102
+ "providerDoc": "https://console.upstage.ai/docs/models/history#solar-embedding-1-large-passage-beta",
103
+ "providerEnv": ["UPSTAGE_API_KEY"],
104
+ "providerId": "upstage",
105
+ "providerModelsDevId": "upstage",
106
+ "providerNpm": "@ai-sdk/upstage",
107
+ "reasoning": false,
108
+ "releaseDate": "2025-12-15",
109
+ "streamingSupported": true,
110
+ "temperature": true,
111
+ "toolCall": false,
112
+ "vision": false,
113
+ "icon": "upstage"
114
+ },
115
+ {
116
+ "attachment": false,
117
+ "cost": {
118
+ "input": null,
119
+ "inputCacheHit": null,
120
+ "output": null
121
+ },
122
+ "description": "solar-embedding-1-large-query beta model from Upstage",
123
+ "id": "solar-embedding-1-large-query-beta",
124
+ "knowledge": "Mar 2025",
125
+ "lastUpdated": null,
126
+ "limit": {
127
+ "context": 65536,
128
+ "output": null
129
+ },
130
+ "modalities": {
131
+ "input": ["text"],
132
+ "output": ["text"]
133
+ },
134
+ "name": "solar-embedding-1-large-query beta",
135
+ "openWeights": false,
136
+ "provider": "Upstage",
137
+ "providerDoc": "https://console.upstage.ai/docs/models/history#solar-embedding-1-large-query-beta",
138
+ "providerEnv": ["UPSTAGE_API_KEY"],
139
+ "providerId": "upstage",
140
+ "providerModelsDevId": "upstage",
141
+ "providerNpm": "@ai-sdk/upstage",
142
+ "reasoning": false,
143
+ "releaseDate": "2025-12-15",
144
+ "streamingSupported": true,
145
+ "temperature": true,
146
+ "toolCall": false,
147
+ "vision": false,
148
+ "icon": "upstage"
149
+ },
150
+ {
151
+ "attachment": false,
152
+ "cost": {
153
+ "input": null,
154
+ "inputCacheHit": null,
155
+ "output": null
156
+ },
157
+ "description": "Solar LLM model from Upstage",
158
+ "id": "solar-llm",
159
+ "knowledge": "Mar 2025",
160
+ "lastUpdated": null,
161
+ "limit": {
162
+ "context": 65536,
163
+ "output": null
164
+ },
165
+ "modalities": {
166
+ "input": ["text"],
167
+ "output": ["text"]
168
+ },
169
+ "name": "Solar LLM",
170
+ "openWeights": false,
171
+ "provider": "Upstage",
172
+ "providerDoc": "https://console.upstage.ai/docs/models/history#solar-llm",
173
+ "providerEnv": ["UPSTAGE_API_KEY"],
174
+ "providerId": "upstage",
175
+ "providerModelsDevId": "upstage",
176
+ "providerNpm": "@ai-sdk/upstage",
177
+ "reasoning": false,
178
+ "releaseDate": "2025-12-15",
179
+ "streamingSupported": true,
180
+ "temperature": true,
181
+ "toolCall": false,
182
+ "vision": false,
183
+ "icon": "upstage"
184
+ },
185
+ {
186
+ "attachment": false,
187
+ "cost": {
188
+ "input": null,
189
+ "inputCacheHit": null,
190
+ "output": null
191
+ },
192
+ "description": "solar-mini-240612 model from Upstage",
193
+ "id": "solar-mini-240612",
194
+ "knowledge": "Mar 2025",
195
+ "lastUpdated": null,
196
+ "limit": {
197
+ "context": 65536,
198
+ "output": null
199
+ },
200
+ "modalities": {
201
+ "input": ["text"],
202
+ "output": ["text"]
203
+ },
204
+ "name": "solar-mini-240612",
205
+ "openWeights": false,
206
+ "provider": "Upstage",
207
+ "providerDoc": "https://console.upstage.ai/docs/models/history#solar-mini-240612",
208
+ "providerEnv": ["UPSTAGE_API_KEY"],
209
+ "providerId": "upstage",
210
+ "providerModelsDevId": "upstage",
211
+ "providerNpm": "@ai-sdk/upstage",
212
+ "reasoning": false,
213
+ "releaseDate": "2025-12-15",
214
+ "streamingSupported": true,
215
+ "temperature": true,
216
+ "toolCall": false,
217
+ "vision": false,
218
+ "icon": "upstage"
219
+ },
220
+ {
221
+ "attachment": false,
222
+ "cost": {
223
+ "input": null,
224
+ "inputCacheHit": null,
225
+ "output": null
226
+ },
227
+ "description": "solar-mini-250123 model from Upstage",
228
+ "id": "solar-mini-250123",
229
+ "knowledge": "Mar 2025",
230
+ "lastUpdated": null,
231
+ "limit": {
232
+ "context": 65536,
233
+ "output": null
234
+ },
235
+ "modalities": {
236
+ "input": ["text"],
237
+ "output": ["text"]
238
+ },
239
+ "name": "solar-mini-250123",
240
+ "openWeights": false,
241
+ "provider": "Upstage",
242
+ "providerDoc": "https://console.upstage.ai/docs/models/history#solar-mini-250123",
243
+ "providerEnv": ["UPSTAGE_API_KEY"],
244
+ "providerId": "upstage",
245
+ "providerModelsDevId": "upstage",
246
+ "providerNpm": "@ai-sdk/upstage",
247
+ "reasoning": false,
248
+ "releaseDate": "2025-12-15",
249
+ "streamingSupported": true,
250
+ "temperature": true,
251
+ "toolCall": false,
252
+ "vision": false,
253
+ "icon": "upstage"
254
+ },
255
+ {
256
+ "attachment": false,
257
+ "cost": {
258
+ "input": null,
259
+ "inputCacheHit": null,
260
+ "output": null
261
+ },
262
+ "description": "solar-mini-250422 model from Upstage",
263
+ "id": "solar-mini-250422",
264
+ "knowledge": "Mar 2025",
265
+ "lastUpdated": null,
266
+ "limit": {
267
+ "context": 65536,
268
+ "output": null
269
+ },
270
+ "modalities": {
271
+ "input": ["text"],
272
+ "output": ["text"]
273
+ },
274
+ "name": "solar-mini-250422",
275
+ "openWeights": false,
276
+ "provider": "Upstage",
277
+ "providerDoc": "https://console.upstage.ai/docs/models/history#solar-mini-250422",
278
+ "providerEnv": ["UPSTAGE_API_KEY"],
279
+ "providerId": "upstage",
280
+ "providerModelsDevId": "upstage",
281
+ "providerNpm": "@ai-sdk/upstage",
282
+ "reasoning": false,
283
+ "releaseDate": "2025-12-15",
284
+ "streamingSupported": true,
285
+ "temperature": true,
286
+ "toolCall": false,
287
+ "vision": false,
288
+ "icon": "upstage"
289
+ },
290
+ {
291
+ "attachment": false,
292
+ "cost": {
293
+ "input": null,
294
+ "inputCacheHit": null,
295
+ "output": null
296
+ },
297
+ "description": "solar-mini-ja-240612 model from Upstage",
298
+ "id": "solar-mini-ja-240612",
299
+ "knowledge": "Mar 2025",
300
+ "lastUpdated": null,
301
+ "limit": {
302
+ "context": 65536,
303
+ "output": null
304
+ },
305
+ "modalities": {
306
+ "input": ["text"],
307
+ "output": ["text"]
308
+ },
309
+ "name": "solar-mini-ja-240612",
310
+ "openWeights": false,
311
+ "provider": "Upstage",
312
+ "providerDoc": "https://console.upstage.ai/docs/models/history#solar-mini-ja-240612",
313
+ "providerEnv": ["UPSTAGE_API_KEY"],
314
+ "providerId": "upstage",
315
+ "providerModelsDevId": "upstage",
316
+ "providerNpm": "@ai-sdk/upstage",
317
+ "reasoning": false,
318
+ "releaseDate": "2025-12-15",
319
+ "streamingSupported": true,
320
+ "temperature": true,
321
+ "toolCall": false,
322
+ "vision": false,
323
+ "icon": "upstage"
324
+ },
325
+ {
326
+ "attachment": false,
327
+ "cost": {
328
+ "input": null,
329
+ "inputCacheHit": null,
330
+ "output": null
331
+ },
332
+ "description": "solar-mini-ja-250123 model from Upstage",
333
+ "id": "solar-mini-ja-250123",
334
+ "knowledge": "Mar 2025",
335
+ "lastUpdated": null,
336
+ "limit": {
337
+ "context": 65536,
338
+ "output": null
339
+ },
340
+ "modalities": {
341
+ "input": ["text"],
342
+ "output": ["text"]
343
+ },
344
+ "name": "solar-mini-ja-250123",
345
+ "openWeights": false,
346
+ "provider": "Upstage",
347
+ "providerDoc": "https://console.upstage.ai/docs/models/history#solar-mini-ja-250123",
348
+ "providerEnv": ["UPSTAGE_API_KEY"],
349
+ "providerId": "upstage",
350
+ "providerModelsDevId": "upstage",
351
+ "providerNpm": "@ai-sdk/upstage",
352
+ "reasoning": false,
353
+ "releaseDate": "2025-12-15",
354
+ "streamingSupported": true,
355
+ "temperature": true,
356
+ "toolCall": false,
357
+ "vision": false,
358
+ "icon": "upstage"
359
+ },
360
+ {
361
+ "attachment": false,
362
+ "cost": {
363
+ "input": null,
364
+ "inputCacheHit": null,
365
+ "output": null
366
+ },
367
+ "description": "solar-pro-241126 model from Upstage",
368
+ "id": "solar-pro-241126",
369
+ "knowledge": "Mar 2025",
370
+ "lastUpdated": null,
371
+ "limit": {
372
+ "context": 65536,
373
+ "output": null
374
+ },
375
+ "modalities": {
376
+ "input": ["text"],
377
+ "output": ["text"]
378
+ },
379
+ "name": "solar-pro-241126",
380
+ "openWeights": false,
381
+ "provider": "Upstage",
382
+ "providerDoc": "https://console.upstage.ai/docs/models/history#solar-pro-241126",
383
+ "providerEnv": ["UPSTAGE_API_KEY"],
384
+ "providerId": "upstage",
385
+ "providerModelsDevId": "upstage",
386
+ "providerNpm": "@ai-sdk/upstage",
387
+ "reasoning": true,
388
+ "releaseDate": "2025-12-15",
389
+ "streamingSupported": true,
390
+ "temperature": true,
391
+ "toolCall": true,
392
+ "vision": false,
393
+ "icon": "upstage"
394
+ },
395
+ {
396
+ "attachment": false,
397
+ "cost": {
398
+ "input": null,
399
+ "inputCacheHit": null,
400
+ "output": null
401
+ },
402
+ "description": "solar-pro-250422 model from Upstage",
403
+ "id": "solar-pro-250422",
404
+ "knowledge": "Mar 2025",
405
+ "lastUpdated": null,
406
+ "limit": {
407
+ "context": 65536,
408
+ "output": null
409
+ },
410
+ "modalities": {
411
+ "input": ["text"],
412
+ "output": ["text"]
413
+ },
414
+ "name": "solar-pro-250422",
415
+ "openWeights": false,
416
+ "provider": "Upstage",
417
+ "providerDoc": "https://console.upstage.ai/docs/models/history#solar-pro-250422",
418
+ "providerEnv": ["UPSTAGE_API_KEY"],
419
+ "providerId": "upstage",
420
+ "providerModelsDevId": "upstage",
421
+ "providerNpm": "@ai-sdk/upstage",
422
+ "reasoning": true,
423
+ "releaseDate": "2025-12-15",
424
+ "streamingSupported": true,
425
+ "temperature": true,
426
+ "toolCall": true,
427
+ "vision": false,
428
+ "icon": "upstage"
429
+ },
430
+ {
431
+ "attachment": false,
432
+ "cost": {
433
+ "input": null,
434
+ "inputCacheHit": null,
435
+ "output": null
436
+ },
437
+ "description": "solar-pro2-250710 model from Upstage",
438
+ "id": "solar-pro2-250710",
439
+ "knowledge": "Mar 2025",
440
+ "lastUpdated": null,
441
+ "limit": {
442
+ "context": 65536,
443
+ "output": null
444
+ },
445
+ "modalities": {
446
+ "input": ["text"],
447
+ "output": ["text"]
448
+ },
449
+ "name": "solar-pro2-250710",
450
+ "openWeights": false,
451
+ "provider": "Upstage",
452
+ "providerDoc": "https://console.upstage.ai/docs/models/history#solar-pro2-250710",
453
+ "providerEnv": ["UPSTAGE_API_KEY"],
454
+ "providerId": "upstage",
455
+ "providerModelsDevId": "upstage",
456
+ "providerNpm": "@ai-sdk/upstage",
457
+ "reasoning": true,
458
+ "releaseDate": "2025-12-15",
459
+ "streamingSupported": true,
460
+ "temperature": true,
461
+ "toolCall": true,
462
+ "vision": false,
463
+ "icon": "upstage"
464
+ },
465
+ {
466
+ "attachment": false,
467
+ "cost": {
468
+ "input": null,
469
+ "inputCacheHit": null,
470
+ "output": null
471
+ },
472
+ "description": "solar-pro2-250909 model from Upstage",
473
+ "id": "solar-pro2-250909",
474
+ "knowledge": "Mar 2025",
475
+ "lastUpdated": null,
476
+ "limit": {
477
+ "context": 65536,
478
+ "output": null
479
+ },
480
+ "modalities": {
481
+ "input": ["text"],
482
+ "output": ["text"]
483
+ },
484
+ "name": "solar-pro2-250909",
485
+ "openWeights": false,
486
+ "provider": "Upstage",
487
+ "providerDoc": "https://console.upstage.ai/docs/models/history#solar-pro2-250909",
488
+ "providerEnv": ["UPSTAGE_API_KEY"],
489
+ "providerId": "upstage",
490
+ "providerModelsDevId": "upstage",
491
+ "providerNpm": "@ai-sdk/upstage",
492
+ "reasoning": true,
493
+ "releaseDate": "2025-12-15",
494
+ "streamingSupported": true,
495
+ "temperature": true,
496
+ "toolCall": true,
497
+ "vision": false,
498
+ "icon": "upstage"
499
+ },
500
+ {
501
+ "attachment": false,
502
+ "cost": {
503
+ "input": null,
504
+ "inputCacheHit": null,
505
+ "output": null
506
+ },
507
+ "description": "solar-pro2-251215 model from Upstage",
508
+ "id": "solar-pro2-251215",
509
+ "knowledge": "Mar 2025",
510
+ "lastUpdated": null,
511
+ "limit": {
512
+ "context": 65536,
513
+ "output": null
514
+ },
515
+ "modalities": {
516
+ "input": ["text"],
517
+ "output": ["text"]
518
+ },
519
+ "name": "solar-pro2-251215",
520
+ "openWeights": false,
521
+ "provider": "Upstage",
522
+ "providerDoc": "https://console.upstage.ai/docs/models/history#solar-pro2-251215",
523
+ "providerEnv": ["UPSTAGE_API_KEY"],
524
+ "providerId": "upstage",
525
+ "providerModelsDevId": "upstage",
526
+ "providerNpm": "@ai-sdk/upstage",
527
+ "reasoning": true,
528
+ "releaseDate": "2025-12-15",
529
+ "streamingSupported": true,
530
+ "temperature": true,
531
+ "toolCall": true,
532
+ "vision": false,
533
+ "icon": "upstage"
534
+ },
535
+ {
536
+ "attachment": false,
537
+ "cost": {
538
+ "input": null,
539
+ "inputCacheHit": null,
540
+ "output": null
541
+ },
542
+ "description": "solar-pro2-preview model from Upstage",
543
+ "id": "solar-pro2-preview",
544
+ "knowledge": "Mar 2025",
545
+ "lastUpdated": null,
546
+ "limit": {
547
+ "context": 65536,
548
+ "output": null
549
+ },
550
+ "modalities": {
551
+ "input": ["text"],
552
+ "output": ["text"]
553
+ },
554
+ "name": "solar-pro2-preview",
555
+ "openWeights": false,
556
+ "provider": "Upstage",
557
+ "providerDoc": "https://console.upstage.ai/docs/models/history#solar-pro2-preview",
558
+ "providerEnv": ["UPSTAGE_API_KEY"],
559
+ "providerId": "upstage",
560
+ "providerModelsDevId": "upstage",
561
+ "providerNpm": "@ai-sdk/upstage",
562
+ "reasoning": true,
563
+ "releaseDate": "2025-12-15",
564
+ "streamingSupported": true,
565
+ "temperature": true,
566
+ "toolCall": true,
567
+ "vision": false,
568
+ "icon": "upstage"
569
+ },
570
+ {
571
+ "attachment": false,
572
+ "cost": {
573
+ "input": null,
574
+ "inputCacheHit": null,
575
+ "output": null
576
+ },
577
+ "description": "solar-pro-preview model from Upstage",
578
+ "id": "solar-pro-preview",
579
+ "knowledge": "Mar 2025",
580
+ "lastUpdated": null,
581
+ "limit": {
582
+ "context": 65536,
583
+ "output": null
584
+ },
585
+ "modalities": {
586
+ "input": ["text"],
587
+ "output": ["text"]
588
+ },
589
+ "name": "solar-pro-preview",
590
+ "openWeights": false,
591
+ "provider": "Upstage",
592
+ "providerDoc": "https://console.upstage.ai/docs/models/history#solar-pro-preview",
593
+ "providerEnv": ["UPSTAGE_API_KEY"],
594
+ "providerId": "upstage",
595
+ "providerModelsDevId": "upstage",
596
+ "providerNpm": "@ai-sdk/upstage",
597
+ "reasoning": true,
598
+ "releaseDate": "2025-12-15",
599
+ "streamingSupported": true,
600
+ "temperature": true,
601
+ "toolCall": true,
602
+ "vision": false,
603
+ "icon": "upstage"
604
+ }
605
+ ]
606
+ }