modelpedia 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/README.md +135 -0
  2. package/dist/index.cjs +1 -101
  3. package/dist/index.mjs +1 -92
  4. package/dist/providers/alibaba.cjs +4 -835
  5. package/dist/providers/alibaba.mjs +4 -833
  6. package/dist/providers/amazon.cjs +4 -1484
  7. package/dist/providers/amazon.mjs +4 -1482
  8. package/dist/providers/anthropic.cjs +3 -698
  9. package/dist/providers/anthropic.mjs +3 -696
  10. package/dist/providers/azure.cjs +6 -1491
  11. package/dist/providers/azure.mjs +6 -1489
  12. package/dist/providers/baseten.cjs +3 -279
  13. package/dist/providers/baseten.mjs +3 -277
  14. package/dist/providers/cerebras.cjs +4 -145
  15. package/dist/providers/cerebras.mjs +4 -143
  16. package/dist/providers/cloudflare.cjs +4 -826
  17. package/dist/providers/cloudflare.mjs +4 -824
  18. package/dist/providers/cohere.cjs +5 -525
  19. package/dist/providers/cohere.mjs +5 -523
  20. package/dist/providers/cursor.cjs +1 -856
  21. package/dist/providers/cursor.mjs +1 -854
  22. package/dist/providers/deepseek.cjs +3 -64
  23. package/dist/providers/deepseek.mjs +3 -62
  24. package/dist/providers/fireworks.cjs +3 -3794
  25. package/dist/providers/fireworks.mjs +3 -3792
  26. package/dist/providers/google.cjs +6 -972
  27. package/dist/providers/google.mjs +6 -970
  28. package/dist/providers/groq.cjs +3 -353
  29. package/dist/providers/groq.mjs +3 -351
  30. package/dist/providers/huggingface.cjs +3 -1022
  31. package/dist/providers/huggingface.mjs +3 -1020
  32. package/dist/providers/meta.cjs +3 -481
  33. package/dist/providers/meta.mjs +3 -479
  34. package/dist/providers/minimax.cjs +3 -156
  35. package/dist/providers/minimax.mjs +3 -154
  36. package/dist/providers/mistral.cjs +3 -1594
  37. package/dist/providers/mistral.mjs +3 -1592
  38. package/dist/providers/moonshot.cjs +3 -138
  39. package/dist/providers/moonshot.mjs +3 -136
  40. package/dist/providers/nvidia.cjs +3 -2040
  41. package/dist/providers/nvidia.mjs +3 -2038
  42. package/dist/providers/ollama.cjs +3 -326
  43. package/dist/providers/ollama.mjs +3 -324
  44. package/dist/providers/openai.cjs +3 -9079
  45. package/dist/providers/openai.mjs +3 -9077
  46. package/dist/providers/opencode.cjs +3 -367
  47. package/dist/providers/opencode.mjs +3 -365
  48. package/dist/providers/openrouter.cjs +12 -7835
  49. package/dist/providers/openrouter.mjs +12 -7833
  50. package/dist/providers/perplexity.cjs +3 -311
  51. package/dist/providers/perplexity.mjs +3 -309
  52. package/dist/providers/qwen.cjs +3 -835
  53. package/dist/providers/qwen.mjs +3 -833
  54. package/dist/providers/together.cjs +4 -360
  55. package/dist/providers/together.mjs +4 -358
  56. package/dist/providers/vercel.cjs +3 -4037
  57. package/dist/providers/vercel.mjs +3 -4035
  58. package/dist/providers/vertex.cjs +10 -1072
  59. package/dist/providers/vertex.mjs +10 -1070
  60. package/dist/providers/xai.cjs +3 -301
  61. package/dist/providers/xai.mjs +3 -299
  62. package/dist/providers/zai.cjs +3 -243
  63. package/dist/providers/zai.mjs +3 -241
  64. package/package.json +1 -1
@@ -1,279 +1,3 @@
1
- Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
- //#region src/providers/baseten.ts
3
- const provider = {
4
- "id": "baseten",
5
- "name": "Baseten",
6
- "region": "US",
7
- "url": "https://www.baseten.co",
8
- "api_url": "https://bridge.baseten.co/v1",
9
- "docs_url": "https://docs.baseten.co",
10
- "pricing_url": "https://www.baseten.co/pricing",
11
- "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" fill-rule=\"evenodd\">\n <path d=\"M2.316 4.8h14.682v4.8H7.31a.302.302 0 00-.308.3v4.2c0 .171.14.3.308.3h9.688v4.8h-4.686a.302.302 0 00-.308.3v4.2c0 .171.141.3.308.3h4.378a.297.297 0 00.308-.3v-4.5h4.694a.302.302 0 00.308-.3v-4.2c0-.171-.14-.3-.308-.3h-4.694V9.6h4.694A.302.302 0 0022 9.3V5.1c0-.171-.14-.3-.308-.3h-4.694V.3c0-.171-.14-.3-.308-.3H2.316A.31.31 0 002 .3v4.2c0 .171.14.3.316.3z\"/>\n</svg>",
12
- "models": [
13
- {
14
- "id": "deepseek-r1-llama-70b",
15
- "name": "deepseek-r1-llama-70b",
16
- "created_by": "meta",
17
- "source": "official",
18
- "last_updated": "2026-03-21",
19
- "family": "deepseek-r1",
20
- "capabilities": { "streaming": true },
21
- "model_type": "reasoning"
22
- },
23
- {
24
- "id": "deepseek-r1-qwen-32b",
25
- "name": "deepseek-r1-qwen-32b",
26
- "created_by": "qwen",
27
- "source": "official",
28
- "last_updated": "2026-03-21",
29
- "family": "deepseek-r1",
30
- "capabilities": { "streaming": true },
31
- "model_type": "reasoning"
32
- },
33
- {
34
- "id": "deepseek-r1-qwen-7b",
35
- "name": "deepseek-r1-qwen-7b",
36
- "created_by": "qwen",
37
- "source": "official",
38
- "last_updated": "2026-03-21",
39
- "family": "deepseek-r1",
40
- "capabilities": { "streaming": true },
41
- "model_type": "reasoning"
42
- },
43
- {
44
- "id": "deepseek-r1",
45
- "name": "deepseek-r1",
46
- "created_by": "deepseek",
47
- "source": "official",
48
- "last_updated": "2026-03-21",
49
- "family": "deepseek-r1",
50
- "capabilities": { "streaming": true },
51
- "model_type": "reasoning"
52
- },
53
- {
54
- "id": "deepseek-v3-1",
55
- "name": "deepseek-v3-1",
56
- "created_by": "deepseek",
57
- "source": "official",
58
- "last_updated": "2026-03-21",
59
- "family": "deepseek",
60
- "capabilities": { "streaming": true }
61
- },
62
- {
63
- "id": "deepseek-v3-2",
64
- "name": "deepseek-v3-2",
65
- "created_by": "deepseek",
66
- "source": "official",
67
- "last_updated": "2026-03-21",
68
- "family": "deepseek",
69
- "capabilities": { "streaming": true }
70
- },
71
- {
72
- "id": "gpt-oss-120b",
73
- "name": "gpt-oss-120b",
74
- "created_by": "openai",
75
- "source": "official",
76
- "last_updated": "2026-03-21",
77
- "family": "gpt-oss",
78
- "capabilities": { "streaming": true }
79
- },
80
- {
81
- "id": "gpt-oss-20b",
82
- "name": "gpt-oss-20b",
83
- "created_by": "openai",
84
- "source": "official",
85
- "last_updated": "2026-03-21",
86
- "family": "gpt-oss",
87
- "capabilities": { "streaming": true }
88
- },
89
- {
90
- "id": "llama-3-1-405b-instruct",
91
- "name": "llama-3-1-405b-instruct",
92
- "created_by": "meta",
93
- "source": "official",
94
- "last_updated": "2026-03-21",
95
- "family": "llama-3",
96
- "capabilities": { "streaming": true }
97
- },
98
- {
99
- "id": "llama-3-1-8b-instruct",
100
- "name": "llama-3-1-8b-instruct",
101
- "created_by": "meta",
102
- "source": "official",
103
- "last_updated": "2026-03-21",
104
- "family": "llama-3",
105
- "capabilities": { "streaming": true }
106
- },
107
- {
108
- "id": "llama-3-2-11b-vision-instruct",
109
- "name": "llama-3-2-11b-vision-instruct",
110
- "created_by": "meta",
111
- "source": "official",
112
- "last_updated": "2026-03-21",
113
- "family": "llama-3",
114
- "capabilities": { "streaming": true }
115
- },
116
- {
117
- "id": "llama-3-3-70b-instruct",
118
- "name": "llama-3-3-70b-instruct",
119
- "created_by": "meta",
120
- "source": "official",
121
- "last_updated": "2026-03-21",
122
- "family": "llama-3",
123
- "capabilities": { "streaming": true }
124
- },
125
- {
126
- "id": "llama-4-maverick",
127
- "name": "llama-4-maverick",
128
- "created_by": "meta",
129
- "source": "official",
130
- "last_updated": "2026-03-21",
131
- "family": "llama-4",
132
- "capabilities": { "streaming": true }
133
- },
134
- {
135
- "id": "llama-4-scout",
136
- "name": "llama-4-scout",
137
- "created_by": "meta",
138
- "source": "official",
139
- "last_updated": "2026-03-21",
140
- "family": "llama-4",
141
- "capabilities": { "streaming": true }
142
- },
143
- {
144
- "id": "nvidia-nemotron-super",
145
- "name": "nvidia-nemotron-super",
146
- "created_by": "nvidia",
147
- "source": "official",
148
- "last_updated": "2026-03-21",
149
- "capabilities": { "streaming": true }
150
- },
151
- {
152
- "id": "orpheus-3b-websockets",
153
- "name": "orpheus-3b-websockets",
154
- "created_by": "unknown",
155
- "source": "official",
156
- "last_updated": "2026-03-21",
157
- "capabilities": { "streaming": true },
158
- "model_type": "tts"
159
- },
160
- {
161
- "id": "qwen-image",
162
- "name": "qwen-image",
163
- "created_by": "qwen",
164
- "source": "official",
165
- "last_updated": "2026-03-21",
166
- "family": "qwen",
167
- "capabilities": { "streaming": true }
168
- },
169
- {
170
- "id": "qwen3-235b-a22b-instruct-2507",
171
- "name": "qwen3-235b-a22b-instruct-2507",
172
- "created_by": "qwen",
173
- "source": "official",
174
- "last_updated": "2026-03-21",
175
- "family": "qwen3",
176
- "alias": "qwen3-235b-a22b-instruct",
177
- "capabilities": { "streaming": true }
178
- },
179
- {
180
- "id": "qwen3-235b-a22b-instruct",
181
- "name": "qwen3-235b-a22b-instruct",
182
- "created_by": "qwen",
183
- "source": "official",
184
- "last_updated": "2026-03-21",
185
- "family": "qwen3",
186
- "capabilities": { "streaming": true },
187
- "snapshots": ["qwen3-235b-a22b-instruct-2507"]
188
- },
189
- {
190
- "id": "qwen3-5-122b-a10b-latency",
191
- "name": "qwen3-5-122b-a10b-latency",
192
- "created_by": "qwen",
193
- "source": "official",
194
- "last_updated": "2026-03-21",
195
- "family": "qwen3",
196
- "capabilities": { "streaming": true }
197
- },
198
- {
199
- "id": "qwen3-5-35b-a3b-latency",
200
- "name": "qwen3-5-35b-a3b-latency",
201
- "created_by": "qwen",
202
- "source": "official",
203
- "last_updated": "2026-03-21",
204
- "family": "qwen3",
205
- "capabilities": { "streaming": true }
206
- },
207
- {
208
- "id": "qwen3-5-9b-latency",
209
- "name": "qwen3-5-9b-latency",
210
- "created_by": "qwen",
211
- "source": "official",
212
- "last_updated": "2026-03-21",
213
- "family": "qwen3",
214
- "capabilities": { "streaming": true }
215
- },
216
- {
217
- "id": "qwen3.5",
218
- "name": "qwen3.5",
219
- "created_by": "qwen",
220
- "source": "official",
221
- "last_updated": "2026-03-21",
222
- "family": "qwen3.5",
223
- "capabilities": { "streaming": true }
224
- },
225
- {
226
- "id": "ultravox-v0-6-70b",
227
- "name": "ultravox-v0-6-70b",
228
- "created_by": "unknown",
229
- "source": "official",
230
- "last_updated": "2026-03-21",
231
- "capabilities": { "streaming": true }
232
- },
233
- {
234
- "id": "voxtral-mini-4b-realtime-2602",
235
- "name": "voxtral-mini-4b-realtime-2602",
236
- "created_by": "unknown",
237
- "source": "official",
238
- "last_updated": "2026-03-21",
239
- "alias": "voxtral-mini-4b-realtime",
240
- "capabilities": { "streaming": true }
241
- },
242
- {
243
- "id": "voxtral-mini-4b-realtime",
244
- "name": "voxtral-mini-4b-realtime",
245
- "created_by": "unknown",
246
- "source": "official",
247
- "last_updated": "2026-03-21",
248
- "capabilities": { "streaming": true },
249
- "snapshots": ["voxtral-mini-4b-realtime-2602"]
250
- },
251
- {
252
- "id": "whisper-large-turbo",
253
- "name": "whisper-large-turbo",
254
- "created_by": "openai",
255
- "source": "official",
256
- "last_updated": "2026-03-21",
257
- "family": "whisper",
258
- "capabilities": { "streaming": true },
259
- "model_type": "transcription"
260
- },
261
- {
262
- "id": "whisper-large-v2",
263
- "name": "whisper-large-v2",
264
- "created_by": "openai",
265
- "source": "official",
266
- "last_updated": "2026-03-21",
267
- "family": "whisper",
268
- "capabilities": { "streaming": true },
269
- "model_type": "transcription"
270
- }
271
- ]
272
- };
273
- const models = provider.models.map((m) => ({
274
- ...m,
275
- provider: provider.id
276
- }));
277
- //#endregion
278
- exports.models = models;
279
- exports.provider = provider;
1
+ Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e={id:`baseten`,name:`Baseten`,region:`US`,url:`https://www.baseten.co`,api_url:`https://bridge.baseten.co/v1`,docs_url:`https://docs.baseten.co`,pricing_url:`https://www.baseten.co/pricing`,icon:`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" fill-rule="evenodd">
2
+ <path d="M2.316 4.8h14.682v4.8H7.31a.302.302 0 00-.308.3v4.2c0 .171.14.3.308.3h9.688v4.8h-4.686a.302.302 0 00-.308.3v4.2c0 .171.141.3.308.3h4.378a.297.297 0 00.308-.3v-4.5h4.694a.302.302 0 00.308-.3v-4.2c0-.171-.14-.3-.308-.3h-4.694V9.6h4.694A.302.302 0 0022 9.3V5.1c0-.171-.14-.3-.308-.3h-4.694V.3c0-.171-.14-.3-.308-.3H2.316A.31.31 0 002 .3v4.2c0 .171.14.3.316.3z"/>
3
+ </svg>`,models:[{id:`deepseek-r1-llama-70b`,name:`deepseek-r1-llama-70b`,created_by:`meta`,source:`official`,last_updated:`2026-03-21`,family:`deepseek-r1`,capabilities:{streaming:!0},model_type:`reasoning`},{id:`deepseek-r1-qwen-32b`,name:`deepseek-r1-qwen-32b`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`deepseek-r1`,capabilities:{streaming:!0},model_type:`reasoning`},{id:`deepseek-r1-qwen-7b`,name:`deepseek-r1-qwen-7b`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`deepseek-r1`,capabilities:{streaming:!0},model_type:`reasoning`},{id:`deepseek-r1`,name:`deepseek-r1`,created_by:`deepseek`,source:`official`,last_updated:`2026-03-21`,family:`deepseek-r1`,capabilities:{streaming:!0},model_type:`reasoning`},{id:`deepseek-v3-1`,name:`deepseek-v3-1`,created_by:`deepseek`,source:`official`,last_updated:`2026-03-21`,family:`deepseek`,capabilities:{streaming:!0}},{id:`deepseek-v3-2`,name:`deepseek-v3-2`,created_by:`deepseek`,source:`official`,last_updated:`2026-03-21`,family:`deepseek`,capabilities:{streaming:!0}},{id:`gpt-oss-120b`,name:`gpt-oss-120b`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-oss`,capabilities:{streaming:!0}},{id:`gpt-oss-20b`,name:`gpt-oss-20b`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-oss`,capabilities:{streaming:!0}},{id:`llama-3-1-405b-instruct`,name:`llama-3-1-405b-instruct`,created_by:`meta`,source:`official`,last_updated:`2026-03-21`,family:`llama-3`,capabilities:{streaming:!0}},{id:`llama-3-1-8b-instruct`,name:`llama-3-1-8b-instruct`,created_by:`meta`,source:`official`,last_updated:`2026-03-21`,family:`llama-3`,capabilities:{streaming:!0}},{id:`llama-3-2-11b-vision-instruct`,name:`llama-3-2-11b-vision-instruct`,created_by:`meta`,source:`official`,last_updated:`2026-03-21`,family:`llama-3`,capabilities:{streaming:!0}},{id:`llama-3-3-70b-instruct`,name:`llama-3-3-70b-instruct`,created_by:`meta`,source:`official`,last_updated:`2026-03-21`,family:`llama-3`,capabilities:{streaming:!0}},{id:`llama-4-maverick`,name:`llama-4-maverick`,created_by:`meta`,source:`official`,last_updated:`2026-03-21`,family:`llama-4`,capabilities:{streaming:!0}},{id:`llama-4-scout`,name:`llama-4-scout`,created_by:`meta`,source:`official`,last_updated:`2026-03-21`,family:`llama-4`,capabilities:{streaming:!0}},{id:`nvidia-nemotron-super`,name:`nvidia-nemotron-super`,created_by:`nvidia`,source:`official`,last_updated:`2026-03-21`,capabilities:{streaming:!0}},{id:`orpheus-3b-websockets`,name:`orpheus-3b-websockets`,created_by:`unknown`,source:`official`,last_updated:`2026-03-21`,capabilities:{streaming:!0},model_type:`tts`},{id:`qwen-image`,name:`qwen-image`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,capabilities:{streaming:!0}},{id:`qwen3-235b-a22b-instruct-2507`,name:`qwen3-235b-a22b-instruct-2507`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen3`,alias:`qwen3-235b-a22b-instruct`,capabilities:{streaming:!0}},{id:`qwen3-235b-a22b-instruct`,name:`qwen3-235b-a22b-instruct`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen3`,capabilities:{streaming:!0},snapshots:[`qwen3-235b-a22b-instruct-2507`]},{id:`qwen3-5-122b-a10b-latency`,name:`qwen3-5-122b-a10b-latency`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen3`,capabilities:{streaming:!0}},{id:`qwen3-5-35b-a3b-latency`,name:`qwen3-5-35b-a3b-latency`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen3`,capabilities:{streaming:!0}},{id:`qwen3-5-9b-latency`,name:`qwen3-5-9b-latency`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen3`,capabilities:{streaming:!0}},{id:`qwen3.5`,name:`qwen3.5`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen3.5`,capabilities:{streaming:!0}},{id:`ultravox-v0-6-70b`,name:`ultravox-v0-6-70b`,created_by:`unknown`,source:`official`,last_updated:`2026-03-21`,capabilities:{streaming:!0}},{id:`voxtral-mini-4b-realtime-2602`,name:`voxtral-mini-4b-realtime-2602`,created_by:`unknown`,source:`official`,last_updated:`2026-03-21`,alias:`voxtral-mini-4b-realtime`,capabilities:{streaming:!0}},{id:`voxtral-mini-4b-realtime`,name:`voxtral-mini-4b-realtime`,created_by:`unknown`,source:`official`,last_updated:`2026-03-21`,capabilities:{streaming:!0},snapshots:[`voxtral-mini-4b-realtime-2602`]},{id:`whisper-large-turbo`,name:`whisper-large-turbo`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`whisper`,capabilities:{streaming:!0},model_type:`transcription`},{id:`whisper-large-v2`,name:`whisper-large-v2`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`whisper`,capabilities:{streaming:!0},model_type:`transcription`}]},t=e.models.map(t=>({...t,provider:e.id}));exports.models=t,exports.provider=e;
@@ -1,277 +1,3 @@
1
- //#region src/providers/baseten.ts
2
- const provider = {
3
- "id": "baseten",
4
- "name": "Baseten",
5
- "region": "US",
6
- "url": "https://www.baseten.co",
7
- "api_url": "https://bridge.baseten.co/v1",
8
- "docs_url": "https://docs.baseten.co",
9
- "pricing_url": "https://www.baseten.co/pricing",
10
- "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" fill-rule=\"evenodd\">\n <path d=\"M2.316 4.8h14.682v4.8H7.31a.302.302 0 00-.308.3v4.2c0 .171.14.3.308.3h9.688v4.8h-4.686a.302.302 0 00-.308.3v4.2c0 .171.141.3.308.3h4.378a.297.297 0 00.308-.3v-4.5h4.694a.302.302 0 00.308-.3v-4.2c0-.171-.14-.3-.308-.3h-4.694V9.6h4.694A.302.302 0 0022 9.3V5.1c0-.171-.14-.3-.308-.3h-4.694V.3c0-.171-.14-.3-.308-.3H2.316A.31.31 0 002 .3v4.2c0 .171.14.3.316.3z\"/>\n</svg>",
11
- "models": [
12
- {
13
- "id": "deepseek-r1-llama-70b",
14
- "name": "deepseek-r1-llama-70b",
15
- "created_by": "meta",
16
- "source": "official",
17
- "last_updated": "2026-03-21",
18
- "family": "deepseek-r1",
19
- "capabilities": { "streaming": true },
20
- "model_type": "reasoning"
21
- },
22
- {
23
- "id": "deepseek-r1-qwen-32b",
24
- "name": "deepseek-r1-qwen-32b",
25
- "created_by": "qwen",
26
- "source": "official",
27
- "last_updated": "2026-03-21",
28
- "family": "deepseek-r1",
29
- "capabilities": { "streaming": true },
30
- "model_type": "reasoning"
31
- },
32
- {
33
- "id": "deepseek-r1-qwen-7b",
34
- "name": "deepseek-r1-qwen-7b",
35
- "created_by": "qwen",
36
- "source": "official",
37
- "last_updated": "2026-03-21",
38
- "family": "deepseek-r1",
39
- "capabilities": { "streaming": true },
40
- "model_type": "reasoning"
41
- },
42
- {
43
- "id": "deepseek-r1",
44
- "name": "deepseek-r1",
45
- "created_by": "deepseek",
46
- "source": "official",
47
- "last_updated": "2026-03-21",
48
- "family": "deepseek-r1",
49
- "capabilities": { "streaming": true },
50
- "model_type": "reasoning"
51
- },
52
- {
53
- "id": "deepseek-v3-1",
54
- "name": "deepseek-v3-1",
55
- "created_by": "deepseek",
56
- "source": "official",
57
- "last_updated": "2026-03-21",
58
- "family": "deepseek",
59
- "capabilities": { "streaming": true }
60
- },
61
- {
62
- "id": "deepseek-v3-2",
63
- "name": "deepseek-v3-2",
64
- "created_by": "deepseek",
65
- "source": "official",
66
- "last_updated": "2026-03-21",
67
- "family": "deepseek",
68
- "capabilities": { "streaming": true }
69
- },
70
- {
71
- "id": "gpt-oss-120b",
72
- "name": "gpt-oss-120b",
73
- "created_by": "openai",
74
- "source": "official",
75
- "last_updated": "2026-03-21",
76
- "family": "gpt-oss",
77
- "capabilities": { "streaming": true }
78
- },
79
- {
80
- "id": "gpt-oss-20b",
81
- "name": "gpt-oss-20b",
82
- "created_by": "openai",
83
- "source": "official",
84
- "last_updated": "2026-03-21",
85
- "family": "gpt-oss",
86
- "capabilities": { "streaming": true }
87
- },
88
- {
89
- "id": "llama-3-1-405b-instruct",
90
- "name": "llama-3-1-405b-instruct",
91
- "created_by": "meta",
92
- "source": "official",
93
- "last_updated": "2026-03-21",
94
- "family": "llama-3",
95
- "capabilities": { "streaming": true }
96
- },
97
- {
98
- "id": "llama-3-1-8b-instruct",
99
- "name": "llama-3-1-8b-instruct",
100
- "created_by": "meta",
101
- "source": "official",
102
- "last_updated": "2026-03-21",
103
- "family": "llama-3",
104
- "capabilities": { "streaming": true }
105
- },
106
- {
107
- "id": "llama-3-2-11b-vision-instruct",
108
- "name": "llama-3-2-11b-vision-instruct",
109
- "created_by": "meta",
110
- "source": "official",
111
- "last_updated": "2026-03-21",
112
- "family": "llama-3",
113
- "capabilities": { "streaming": true }
114
- },
115
- {
116
- "id": "llama-3-3-70b-instruct",
117
- "name": "llama-3-3-70b-instruct",
118
- "created_by": "meta",
119
- "source": "official",
120
- "last_updated": "2026-03-21",
121
- "family": "llama-3",
122
- "capabilities": { "streaming": true }
123
- },
124
- {
125
- "id": "llama-4-maverick",
126
- "name": "llama-4-maverick",
127
- "created_by": "meta",
128
- "source": "official",
129
- "last_updated": "2026-03-21",
130
- "family": "llama-4",
131
- "capabilities": { "streaming": true }
132
- },
133
- {
134
- "id": "llama-4-scout",
135
- "name": "llama-4-scout",
136
- "created_by": "meta",
137
- "source": "official",
138
- "last_updated": "2026-03-21",
139
- "family": "llama-4",
140
- "capabilities": { "streaming": true }
141
- },
142
- {
143
- "id": "nvidia-nemotron-super",
144
- "name": "nvidia-nemotron-super",
145
- "created_by": "nvidia",
146
- "source": "official",
147
- "last_updated": "2026-03-21",
148
- "capabilities": { "streaming": true }
149
- },
150
- {
151
- "id": "orpheus-3b-websockets",
152
- "name": "orpheus-3b-websockets",
153
- "created_by": "unknown",
154
- "source": "official",
155
- "last_updated": "2026-03-21",
156
- "capabilities": { "streaming": true },
157
- "model_type": "tts"
158
- },
159
- {
160
- "id": "qwen-image",
161
- "name": "qwen-image",
162
- "created_by": "qwen",
163
- "source": "official",
164
- "last_updated": "2026-03-21",
165
- "family": "qwen",
166
- "capabilities": { "streaming": true }
167
- },
168
- {
169
- "id": "qwen3-235b-a22b-instruct-2507",
170
- "name": "qwen3-235b-a22b-instruct-2507",
171
- "created_by": "qwen",
172
- "source": "official",
173
- "last_updated": "2026-03-21",
174
- "family": "qwen3",
175
- "alias": "qwen3-235b-a22b-instruct",
176
- "capabilities": { "streaming": true }
177
- },
178
- {
179
- "id": "qwen3-235b-a22b-instruct",
180
- "name": "qwen3-235b-a22b-instruct",
181
- "created_by": "qwen",
182
- "source": "official",
183
- "last_updated": "2026-03-21",
184
- "family": "qwen3",
185
- "capabilities": { "streaming": true },
186
- "snapshots": ["qwen3-235b-a22b-instruct-2507"]
187
- },
188
- {
189
- "id": "qwen3-5-122b-a10b-latency",
190
- "name": "qwen3-5-122b-a10b-latency",
191
- "created_by": "qwen",
192
- "source": "official",
193
- "last_updated": "2026-03-21",
194
- "family": "qwen3",
195
- "capabilities": { "streaming": true }
196
- },
197
- {
198
- "id": "qwen3-5-35b-a3b-latency",
199
- "name": "qwen3-5-35b-a3b-latency",
200
- "created_by": "qwen",
201
- "source": "official",
202
- "last_updated": "2026-03-21",
203
- "family": "qwen3",
204
- "capabilities": { "streaming": true }
205
- },
206
- {
207
- "id": "qwen3-5-9b-latency",
208
- "name": "qwen3-5-9b-latency",
209
- "created_by": "qwen",
210
- "source": "official",
211
- "last_updated": "2026-03-21",
212
- "family": "qwen3",
213
- "capabilities": { "streaming": true }
214
- },
215
- {
216
- "id": "qwen3.5",
217
- "name": "qwen3.5",
218
- "created_by": "qwen",
219
- "source": "official",
220
- "last_updated": "2026-03-21",
221
- "family": "qwen3.5",
222
- "capabilities": { "streaming": true }
223
- },
224
- {
225
- "id": "ultravox-v0-6-70b",
226
- "name": "ultravox-v0-6-70b",
227
- "created_by": "unknown",
228
- "source": "official",
229
- "last_updated": "2026-03-21",
230
- "capabilities": { "streaming": true }
231
- },
232
- {
233
- "id": "voxtral-mini-4b-realtime-2602",
234
- "name": "voxtral-mini-4b-realtime-2602",
235
- "created_by": "unknown",
236
- "source": "official",
237
- "last_updated": "2026-03-21",
238
- "alias": "voxtral-mini-4b-realtime",
239
- "capabilities": { "streaming": true }
240
- },
241
- {
242
- "id": "voxtral-mini-4b-realtime",
243
- "name": "voxtral-mini-4b-realtime",
244
- "created_by": "unknown",
245
- "source": "official",
246
- "last_updated": "2026-03-21",
247
- "capabilities": { "streaming": true },
248
- "snapshots": ["voxtral-mini-4b-realtime-2602"]
249
- },
250
- {
251
- "id": "whisper-large-turbo",
252
- "name": "whisper-large-turbo",
253
- "created_by": "openai",
254
- "source": "official",
255
- "last_updated": "2026-03-21",
256
- "family": "whisper",
257
- "capabilities": { "streaming": true },
258
- "model_type": "transcription"
259
- },
260
- {
261
- "id": "whisper-large-v2",
262
- "name": "whisper-large-v2",
263
- "created_by": "openai",
264
- "source": "official",
265
- "last_updated": "2026-03-21",
266
- "family": "whisper",
267
- "capabilities": { "streaming": true },
268
- "model_type": "transcription"
269
- }
270
- ]
271
- };
272
- const models = provider.models.map((m) => ({
273
- ...m,
274
- provider: provider.id
275
- }));
276
- //#endregion
277
- export { models, provider };
1
+ const e={id:`baseten`,name:`Baseten`,region:`US`,url:`https://www.baseten.co`,api_url:`https://bridge.baseten.co/v1`,docs_url:`https://docs.baseten.co`,pricing_url:`https://www.baseten.co/pricing`,icon:`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" fill-rule="evenodd">
2
+ <path d="M2.316 4.8h14.682v4.8H7.31a.302.302 0 00-.308.3v4.2c0 .171.14.3.308.3h9.688v4.8h-4.686a.302.302 0 00-.308.3v4.2c0 .171.141.3.308.3h4.378a.297.297 0 00.308-.3v-4.5h4.694a.302.302 0 00.308-.3v-4.2c0-.171-.14-.3-.308-.3h-4.694V9.6h4.694A.302.302 0 0022 9.3V5.1c0-.171-.14-.3-.308-.3h-4.694V.3c0-.171-.14-.3-.308-.3H2.316A.31.31 0 002 .3v4.2c0 .171.14.3.316.3z"/>
3
+ </svg>`,models:[{id:`deepseek-r1-llama-70b`,name:`deepseek-r1-llama-70b`,created_by:`meta`,source:`official`,last_updated:`2026-03-21`,family:`deepseek-r1`,capabilities:{streaming:!0},model_type:`reasoning`},{id:`deepseek-r1-qwen-32b`,name:`deepseek-r1-qwen-32b`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`deepseek-r1`,capabilities:{streaming:!0},model_type:`reasoning`},{id:`deepseek-r1-qwen-7b`,name:`deepseek-r1-qwen-7b`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`deepseek-r1`,capabilities:{streaming:!0},model_type:`reasoning`},{id:`deepseek-r1`,name:`deepseek-r1`,created_by:`deepseek`,source:`official`,last_updated:`2026-03-21`,family:`deepseek-r1`,capabilities:{streaming:!0},model_type:`reasoning`},{id:`deepseek-v3-1`,name:`deepseek-v3-1`,created_by:`deepseek`,source:`official`,last_updated:`2026-03-21`,family:`deepseek`,capabilities:{streaming:!0}},{id:`deepseek-v3-2`,name:`deepseek-v3-2`,created_by:`deepseek`,source:`official`,last_updated:`2026-03-21`,family:`deepseek`,capabilities:{streaming:!0}},{id:`gpt-oss-120b`,name:`gpt-oss-120b`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-oss`,capabilities:{streaming:!0}},{id:`gpt-oss-20b`,name:`gpt-oss-20b`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`gpt-oss`,capabilities:{streaming:!0}},{id:`llama-3-1-405b-instruct`,name:`llama-3-1-405b-instruct`,created_by:`meta`,source:`official`,last_updated:`2026-03-21`,family:`llama-3`,capabilities:{streaming:!0}},{id:`llama-3-1-8b-instruct`,name:`llama-3-1-8b-instruct`,created_by:`meta`,source:`official`,last_updated:`2026-03-21`,family:`llama-3`,capabilities:{streaming:!0}},{id:`llama-3-2-11b-vision-instruct`,name:`llama-3-2-11b-vision-instruct`,created_by:`meta`,source:`official`,last_updated:`2026-03-21`,family:`llama-3`,capabilities:{streaming:!0}},{id:`llama-3-3-70b-instruct`,name:`llama-3-3-70b-instruct`,created_by:`meta`,source:`official`,last_updated:`2026-03-21`,family:`llama-3`,capabilities:{streaming:!0}},{id:`llama-4-maverick`,name:`llama-4-maverick`,created_by:`meta`,source:`official`,last_updated:`2026-03-21`,family:`llama-4`,capabilities:{streaming:!0}},{id:`llama-4-scout`,name:`llama-4-scout`,created_by:`meta`,source:`official`,last_updated:`2026-03-21`,family:`llama-4`,capabilities:{streaming:!0}},{id:`nvidia-nemotron-super`,name:`nvidia-nemotron-super`,created_by:`nvidia`,source:`official`,last_updated:`2026-03-21`,capabilities:{streaming:!0}},{id:`orpheus-3b-websockets`,name:`orpheus-3b-websockets`,created_by:`unknown`,source:`official`,last_updated:`2026-03-21`,capabilities:{streaming:!0},model_type:`tts`},{id:`qwen-image`,name:`qwen-image`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,capabilities:{streaming:!0}},{id:`qwen3-235b-a22b-instruct-2507`,name:`qwen3-235b-a22b-instruct-2507`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen3`,alias:`qwen3-235b-a22b-instruct`,capabilities:{streaming:!0}},{id:`qwen3-235b-a22b-instruct`,name:`qwen3-235b-a22b-instruct`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen3`,capabilities:{streaming:!0},snapshots:[`qwen3-235b-a22b-instruct-2507`]},{id:`qwen3-5-122b-a10b-latency`,name:`qwen3-5-122b-a10b-latency`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen3`,capabilities:{streaming:!0}},{id:`qwen3-5-35b-a3b-latency`,name:`qwen3-5-35b-a3b-latency`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen3`,capabilities:{streaming:!0}},{id:`qwen3-5-9b-latency`,name:`qwen3-5-9b-latency`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen3`,capabilities:{streaming:!0}},{id:`qwen3.5`,name:`qwen3.5`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen3.5`,capabilities:{streaming:!0}},{id:`ultravox-v0-6-70b`,name:`ultravox-v0-6-70b`,created_by:`unknown`,source:`official`,last_updated:`2026-03-21`,capabilities:{streaming:!0}},{id:`voxtral-mini-4b-realtime-2602`,name:`voxtral-mini-4b-realtime-2602`,created_by:`unknown`,source:`official`,last_updated:`2026-03-21`,alias:`voxtral-mini-4b-realtime`,capabilities:{streaming:!0}},{id:`voxtral-mini-4b-realtime`,name:`voxtral-mini-4b-realtime`,created_by:`unknown`,source:`official`,last_updated:`2026-03-21`,capabilities:{streaming:!0},snapshots:[`voxtral-mini-4b-realtime-2602`]},{id:`whisper-large-turbo`,name:`whisper-large-turbo`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`whisper`,capabilities:{streaming:!0},model_type:`transcription`},{id:`whisper-large-v2`,name:`whisper-large-v2`,created_by:`openai`,source:`official`,last_updated:`2026-03-21`,family:`whisper`,capabilities:{streaming:!0},model_type:`transcription`}]},t=e.models.map(t=>({...t,provider:e.id}));export{t as models,e as provider};