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,279 @@
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;
@@ -0,0 +1,7 @@
1
+ import { f as ProviderWithModels, n as Model } from "../types.cjs";
2
+
3
+ //#region src/providers/baseten.d.ts
4
+ declare const provider: ProviderWithModels;
5
+ declare const models: Model[];
6
+ //#endregion
7
+ export { models, provider };
@@ -0,0 +1,7 @@
1
+ import { f as ProviderWithModels, n as Model } from "../types.mjs";
2
+
3
+ //#region src/providers/baseten.d.ts
4
+ declare const provider: ProviderWithModels;
5
+ declare const models: Model[];
6
+ //#endregion
7
+ export { models, provider };
@@ -0,0 +1,277 @@
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 };