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,826 @@
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
+ //#region src/providers/cloudflare.ts
3
+ const provider = {
4
+ "id": "cloudflare",
5
+ "name": "Cloudflare Workers AI",
6
+ "region": "US",
7
+ "url": "https://ai.cloudflare.com",
8
+ "api_url": "https://api.cloudflare.com/client/v4/accounts/{account_id}/ai/run",
9
+ "docs_url": "https://developers.cloudflare.com/workers-ai",
10
+ "pricing_url": "https://developers.cloudflare.com/workers-ai/pricing",
11
+ "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" fill-rule=\"evenodd\">\n <path d=\"M16.493 17.4c.135-.52.08-.983-.161-1.338-.215-.328-.592-.519-1.05-.519l-8.663-.109a.148.148 0 01-.135-.082c-.027-.054-.027-.109-.027-.163.027-.082.108-.164.189-.164l8.744-.11c1.05-.054 2.153-.9 2.556-1.937l.511-1.31c.027-.055.027-.11.027-.164C17.92 8.91 15.66 7 12.942 7c-2.503 0-4.628 1.638-5.381 3.903a2.432 2.432 0 00-1.803-.491c-1.21.109-2.153 1.092-2.287 2.32-.027.328 0 .628.054.9C1.56 13.688 0 15.326 0 17.319c0 .19.027.355.027.545 0 .082.08.137.161.137h15.983c.08 0 .188-.055.215-.164l.107-.437\"/>\n <path d=\"M19.238 11.75h-.242c-.054 0-.108.054-.135.109l-.35 1.2c-.134.52-.08.983.162 1.338.215.328.592.518 1.05.518l1.855.11c.054 0 .108.027.135.082.027.054.027.109.027.163-.027.082-.108.164-.188.164l-1.91.11c-1.05.054-2.153.9-2.557 1.937l-.134.355c-.027.055.026.137.107.137h6.592c.081 0 .162-.055.162-.137.107-.41.188-.846.188-1.31-.027-2.62-2.153-4.777-4.762-4.777\"/>\n</svg>",
12
+ "models": [
13
+ {
14
+ "id": "@cf/ai4bharat/indictrans2-en-indic-1B",
15
+ "name": "indictrans2-en-indic-1B",
16
+ "created_by": "ai4bharat",
17
+ "source": "official",
18
+ "last_updated": "2026-03-21",
19
+ "capabilities": { "streaming": true }
20
+ },
21
+ {
22
+ "id": "@cf/aisingapore/gemma-sea-lion-v4-27b-it",
23
+ "name": "gemma-sea-lion-v4-27b-it",
24
+ "created_by": "aisingapore",
25
+ "source": "official",
26
+ "last_updated": "2026-03-21",
27
+ "capabilities": { "streaming": true }
28
+ },
29
+ {
30
+ "id": "@cf/baai/bge-base-en-v1.5",
31
+ "name": "bge-base-en-v1.5",
32
+ "created_by": "baai",
33
+ "source": "official",
34
+ "last_updated": "2026-03-21",
35
+ "capabilities": { "streaming": true }
36
+ },
37
+ {
38
+ "id": "@cf/baai/bge-large-en-v1.5",
39
+ "name": "bge-large-en-v1.5",
40
+ "created_by": "baai",
41
+ "source": "official",
42
+ "last_updated": "2026-03-21",
43
+ "capabilities": { "streaming": true }
44
+ },
45
+ {
46
+ "id": "@cf/baai/bge-m3",
47
+ "name": "bge-m3",
48
+ "created_by": "baai",
49
+ "source": "official",
50
+ "last_updated": "2026-03-21",
51
+ "capabilities": { "streaming": true }
52
+ },
53
+ {
54
+ "id": "@cf/baai/bge-reranker-base",
55
+ "name": "bge-reranker-base",
56
+ "created_by": "baai",
57
+ "source": "official",
58
+ "last_updated": "2026-03-21",
59
+ "model_type": "rerank",
60
+ "capabilities": { "streaming": true }
61
+ },
62
+ {
63
+ "id": "@cf/baai/bge-small-en-v1.5",
64
+ "name": "bge-small-en-v1.5",
65
+ "created_by": "baai",
66
+ "source": "official",
67
+ "last_updated": "2026-03-21",
68
+ "capabilities": { "streaming": true }
69
+ },
70
+ {
71
+ "id": "@cf/black-forest-labs/flux-1-schnell",
72
+ "name": "flux-1-schnell",
73
+ "created_by": "black-forest-labs",
74
+ "source": "official",
75
+ "last_updated": "2026-03-21",
76
+ "capabilities": { "streaming": true }
77
+ },
78
+ {
79
+ "id": "@cf/black-forest-labs/flux-2-dev",
80
+ "name": "flux-2-dev",
81
+ "created_by": "black-forest-labs",
82
+ "source": "official",
83
+ "last_updated": "2026-03-21",
84
+ "capabilities": { "streaming": true }
85
+ },
86
+ {
87
+ "id": "@cf/black-forest-labs/flux-2-klein-4b",
88
+ "name": "flux-2-klein-4b",
89
+ "created_by": "black-forest-labs",
90
+ "source": "official",
91
+ "last_updated": "2026-03-21",
92
+ "capabilities": { "streaming": true }
93
+ },
94
+ {
95
+ "id": "@cf/black-forest-labs/flux-2-klein-9b",
96
+ "name": "flux-2-klein-9b",
97
+ "created_by": "black-forest-labs",
98
+ "source": "official",
99
+ "last_updated": "2026-03-21",
100
+ "capabilities": { "streaming": true }
101
+ },
102
+ {
103
+ "id": "@cf/bytedance/stable-diffusion-xl-lightning",
104
+ "name": "stable-diffusion-xl-lightning",
105
+ "created_by": "bytedance",
106
+ "source": "official",
107
+ "last_updated": "2026-03-21",
108
+ "capabilities": { "streaming": true }
109
+ },
110
+ {
111
+ "id": "@cf/deepgram/aura-1",
112
+ "name": "aura-1",
113
+ "created_by": "deepgram",
114
+ "source": "official",
115
+ "last_updated": "2026-03-21",
116
+ "capabilities": { "streaming": true }
117
+ },
118
+ {
119
+ "id": "@cf/deepgram/aura-2-en",
120
+ "name": "aura-2-en",
121
+ "created_by": "deepgram",
122
+ "source": "official",
123
+ "last_updated": "2026-03-21",
124
+ "capabilities": { "streaming": true }
125
+ },
126
+ {
127
+ "id": "@cf/deepgram/aura-2-es",
128
+ "name": "aura-2-es",
129
+ "created_by": "deepgram",
130
+ "source": "official",
131
+ "last_updated": "2026-03-21",
132
+ "capabilities": { "streaming": true }
133
+ },
134
+ {
135
+ "id": "@cf/deepgram/flux",
136
+ "name": "flux",
137
+ "created_by": "deepgram",
138
+ "source": "official",
139
+ "last_updated": "2026-03-21",
140
+ "capabilities": { "streaming": true }
141
+ },
142
+ {
143
+ "id": "@cf/deepgram/nova-3",
144
+ "name": "nova-3",
145
+ "created_by": "deepgram",
146
+ "source": "official",
147
+ "last_updated": "2026-03-21",
148
+ "capabilities": { "streaming": true }
149
+ },
150
+ {
151
+ "id": "@cf/deepseek-ai/deepseek-math-7b-instruct",
152
+ "name": "deepseek-math-7b-instruct",
153
+ "created_by": "deepseek",
154
+ "source": "official",
155
+ "last_updated": "2026-03-21",
156
+ "family": "deepseek",
157
+ "capabilities": { "streaming": true }
158
+ },
159
+ {
160
+ "id": "@cf/deepseek-ai/deepseek-r1-distill-qwen-32b",
161
+ "name": "deepseek-r1-distill-qwen-32b",
162
+ "created_by": "deepseek",
163
+ "source": "official",
164
+ "last_updated": "2026-03-21",
165
+ "family": "deepseek-r1",
166
+ "capabilities": { "streaming": true }
167
+ },
168
+ {
169
+ "id": "@cf/defog/sqlcoder-7b-2",
170
+ "name": "sqlcoder-7b-2",
171
+ "created_by": "defog",
172
+ "source": "official",
173
+ "last_updated": "2026-03-21",
174
+ "capabilities": { "streaming": true }
175
+ },
176
+ {
177
+ "id": "@cf/facebook/bart-large-cnn",
178
+ "name": "bart-large-cnn",
179
+ "created_by": "meta",
180
+ "source": "official",
181
+ "last_updated": "2026-03-21",
182
+ "capabilities": { "streaming": true }
183
+ },
184
+ {
185
+ "id": "@cf/facebook/detr-resnet-50",
186
+ "name": "detr-resnet-50",
187
+ "created_by": "meta",
188
+ "source": "official",
189
+ "last_updated": "2026-03-21",
190
+ "capabilities": { "streaming": true }
191
+ },
192
+ {
193
+ "id": "@cf/fblgit/una-cybertron-7b-v2-bf16",
194
+ "name": "una-cybertron-7b-v2-bf16",
195
+ "created_by": "fblgit",
196
+ "source": "official",
197
+ "last_updated": "2026-03-21",
198
+ "capabilities": { "streaming": true }
199
+ },
200
+ {
201
+ "id": "@cf/google/embeddinggemma-300m",
202
+ "name": "embeddinggemma-300m",
203
+ "created_by": "google",
204
+ "source": "official",
205
+ "last_updated": "2026-03-21",
206
+ "model_type": "embed",
207
+ "capabilities": { "streaming": true }
208
+ },
209
+ {
210
+ "id": "@cf/google/gemma-2b-it-lora",
211
+ "name": "gemma-2b-it-lora",
212
+ "created_by": "google",
213
+ "source": "official",
214
+ "last_updated": "2026-03-21",
215
+ "family": "gemma-2b",
216
+ "capabilities": { "streaming": true }
217
+ },
218
+ {
219
+ "id": "@cf/google/gemma-3-12b-it",
220
+ "name": "gemma-3-12b-it",
221
+ "created_by": "google",
222
+ "source": "official",
223
+ "last_updated": "2026-03-21",
224
+ "family": "gemma-3",
225
+ "capabilities": { "streaming": true }
226
+ },
227
+ {
228
+ "id": "@cf/google/gemma-7b-it-lora",
229
+ "name": "gemma-7b-it-lora",
230
+ "created_by": "google",
231
+ "source": "official",
232
+ "last_updated": "2026-03-21",
233
+ "family": "gemma-7b",
234
+ "capabilities": { "streaming": true }
235
+ },
236
+ {
237
+ "id": "@cf/huggingface/distilbert-sst-2-int8",
238
+ "name": "distilbert-sst-2-int8",
239
+ "created_by": "huggingface",
240
+ "source": "official",
241
+ "last_updated": "2026-03-21",
242
+ "capabilities": { "streaming": true }
243
+ },
244
+ {
245
+ "id": "@cf/ibm-granite/granite-4.0-h-micro",
246
+ "name": "granite-4.0-h-micro",
247
+ "created_by": "ibm",
248
+ "source": "official",
249
+ "last_updated": "2026-03-21",
250
+ "capabilities": { "streaming": true }
251
+ },
252
+ {
253
+ "id": "@cf/leonardo/lucid-origin",
254
+ "name": "lucid-origin",
255
+ "created_by": "leonardo",
256
+ "source": "official",
257
+ "last_updated": "2026-03-21",
258
+ "capabilities": { "streaming": true }
259
+ },
260
+ {
261
+ "id": "@cf/leonardo/phoenix-1.0",
262
+ "name": "phoenix-1.0",
263
+ "created_by": "leonardo",
264
+ "source": "official",
265
+ "last_updated": "2026-03-21",
266
+ "capabilities": { "streaming": true }
267
+ },
268
+ {
269
+ "id": "@cf/llava-hf/llava-1.5-7b-hf",
270
+ "name": "llava-1.5-7b-hf",
271
+ "created_by": "llava-hf",
272
+ "source": "official",
273
+ "last_updated": "2026-03-21",
274
+ "capabilities": { "streaming": true }
275
+ },
276
+ {
277
+ "id": "@cf/lykon/dreamshaper-8-lcm",
278
+ "name": "dreamshaper-8-lcm",
279
+ "created_by": "lykon",
280
+ "source": "official",
281
+ "last_updated": "2026-03-21",
282
+ "capabilities": { "streaming": true }
283
+ },
284
+ {
285
+ "id": "@cf/meta/llama-2-7b-chat-fp16",
286
+ "name": "llama-2-7b-chat-fp16",
287
+ "created_by": "meta",
288
+ "source": "official",
289
+ "last_updated": "2026-03-21",
290
+ "family": "llama-2",
291
+ "capabilities": { "streaming": true }
292
+ },
293
+ {
294
+ "id": "@cf/meta/llama-2-7b-chat-int8",
295
+ "name": "llama-2-7b-chat-int8",
296
+ "created_by": "meta",
297
+ "source": "official",
298
+ "last_updated": "2026-03-21",
299
+ "family": "llama-2",
300
+ "capabilities": { "streaming": true }
301
+ },
302
+ {
303
+ "id": "@cf/meta/llama-3-8b-instruct-awq",
304
+ "name": "llama-3-8b-instruct-awq",
305
+ "created_by": "meta",
306
+ "source": "official",
307
+ "last_updated": "2026-03-21",
308
+ "family": "llama-3",
309
+ "capabilities": { "streaming": true }
310
+ },
311
+ {
312
+ "id": "@cf/meta/llama-3-8b-instruct",
313
+ "name": "llama-3-8b-instruct",
314
+ "created_by": "meta",
315
+ "source": "official",
316
+ "last_updated": "2026-03-21",
317
+ "family": "llama-3",
318
+ "capabilities": { "streaming": true }
319
+ },
320
+ {
321
+ "id": "@cf/meta/llama-3.1-70b-instruct",
322
+ "name": "llama-3.1-70b-instruct",
323
+ "created_by": "meta",
324
+ "source": "official",
325
+ "last_updated": "2026-03-21",
326
+ "family": "llama-3.1",
327
+ "capabilities": { "streaming": true }
328
+ },
329
+ {
330
+ "id": "@cf/meta/llama-3.1-8b-instruct-awq",
331
+ "name": "llama-3.1-8b-instruct-awq",
332
+ "created_by": "meta",
333
+ "source": "official",
334
+ "last_updated": "2026-03-21",
335
+ "family": "llama-3.1",
336
+ "capabilities": { "streaming": true }
337
+ },
338
+ {
339
+ "id": "@cf/meta/llama-3.1-8b-instruct-fast",
340
+ "name": "llama-3.1-8b-instruct-fast",
341
+ "created_by": "meta",
342
+ "source": "official",
343
+ "last_updated": "2026-03-21",
344
+ "family": "llama-3.1",
345
+ "capabilities": { "streaming": true }
346
+ },
347
+ {
348
+ "id": "@cf/meta/llama-3.1-8b-instruct-fp8",
349
+ "name": "llama-3.1-8b-instruct-fp8",
350
+ "created_by": "meta",
351
+ "source": "official",
352
+ "last_updated": "2026-03-21",
353
+ "family": "llama-3.1",
354
+ "capabilities": { "streaming": true }
355
+ },
356
+ {
357
+ "id": "@cf/meta/llama-3.1-8b-instruct",
358
+ "name": "llama-3.1-8b-instruct",
359
+ "created_by": "meta",
360
+ "source": "official",
361
+ "last_updated": "2026-03-21",
362
+ "family": "llama-3.1",
363
+ "capabilities": { "streaming": true }
364
+ },
365
+ {
366
+ "id": "@cf/meta/llama-3.2-11b-vision-instruct",
367
+ "name": "llama-3.2-11b-vision-instruct",
368
+ "created_by": "meta",
369
+ "source": "official",
370
+ "last_updated": "2026-03-21",
371
+ "family": "llama-3.2",
372
+ "capabilities": { "streaming": true }
373
+ },
374
+ {
375
+ "id": "@cf/meta/llama-3.2-1b-instruct",
376
+ "name": "llama-3.2-1b-instruct",
377
+ "created_by": "meta",
378
+ "source": "official",
379
+ "last_updated": "2026-03-21",
380
+ "family": "llama-3.2",
381
+ "capabilities": { "streaming": true }
382
+ },
383
+ {
384
+ "id": "@cf/meta/llama-3.2-3b-instruct",
385
+ "name": "llama-3.2-3b-instruct",
386
+ "created_by": "meta",
387
+ "source": "official",
388
+ "last_updated": "2026-03-21",
389
+ "family": "llama-3.2",
390
+ "capabilities": { "streaming": true }
391
+ },
392
+ {
393
+ "id": "@cf/meta/llama-3.3-70b-instruct-fp8-fast",
394
+ "name": "llama-3.3-70b-instruct-fp8-fast",
395
+ "created_by": "meta",
396
+ "source": "official",
397
+ "last_updated": "2026-03-21",
398
+ "family": "llama-3.3",
399
+ "capabilities": { "streaming": true }
400
+ },
401
+ {
402
+ "id": "@cf/meta/llama-4-scout-17b-16e-instruct",
403
+ "name": "llama-4-scout-17b-16e-instruct",
404
+ "created_by": "meta",
405
+ "source": "official",
406
+ "last_updated": "2026-03-21",
407
+ "family": "llama-4",
408
+ "capabilities": { "streaming": true }
409
+ },
410
+ {
411
+ "id": "@cf/meta/llama-guard-3-8b",
412
+ "name": "llama-guard-3-8b",
413
+ "created_by": "meta",
414
+ "source": "official",
415
+ "last_updated": "2026-03-21",
416
+ "family": "llama-guard",
417
+ "model_type": "moderation",
418
+ "capabilities": { "streaming": true }
419
+ },
420
+ {
421
+ "id": "@cf/meta-llama/llama-2-7b-chat-hf-lora",
422
+ "name": "llama-2-7b-chat-hf-lora",
423
+ "created_by": "meta",
424
+ "source": "official",
425
+ "last_updated": "2026-03-21",
426
+ "family": "llama-2",
427
+ "capabilities": { "streaming": true }
428
+ },
429
+ {
430
+ "id": "@cf/meta/m2m100-1.2b",
431
+ "name": "m2m100-1.2b",
432
+ "created_by": "meta",
433
+ "source": "official",
434
+ "last_updated": "2026-03-21",
435
+ "capabilities": { "streaming": true }
436
+ },
437
+ {
438
+ "id": "@cf/microsoft/phi-2",
439
+ "name": "phi-2",
440
+ "created_by": "microsoft",
441
+ "source": "official",
442
+ "last_updated": "2026-03-21",
443
+ "capabilities": { "streaming": true }
444
+ },
445
+ {
446
+ "id": "@cf/microsoft/resnet-50",
447
+ "name": "resnet-50",
448
+ "created_by": "microsoft",
449
+ "source": "official",
450
+ "last_updated": "2026-03-21",
451
+ "capabilities": { "streaming": true }
452
+ },
453
+ {
454
+ "id": "@cf/mistral/mistral-7b-instruct-v0.1",
455
+ "name": "mistral-7b-instruct-v0.1",
456
+ "created_by": "mistral",
457
+ "source": "official",
458
+ "last_updated": "2026-03-21",
459
+ "capabilities": { "streaming": true }
460
+ },
461
+ {
462
+ "id": "@cf/mistral/mistral-7b-instruct-v0.2-lora",
463
+ "name": "mistral-7b-instruct-v0.2-lora",
464
+ "created_by": "mistral",
465
+ "source": "official",
466
+ "last_updated": "2026-03-21",
467
+ "capabilities": { "streaming": true }
468
+ },
469
+ {
470
+ "id": "@cf/mistralai/mistral-small-3.1-24b-instruct",
471
+ "name": "mistral-small-3.1-24b-instruct",
472
+ "created_by": "mistral",
473
+ "source": "official",
474
+ "last_updated": "2026-03-21",
475
+ "family": "mistral-small",
476
+ "capabilities": { "streaming": true }
477
+ },
478
+ {
479
+ "id": "@cf/moonshotai/kimi-k2.5",
480
+ "name": "kimi-k2.5",
481
+ "created_by": "moonshot",
482
+ "source": "official",
483
+ "last_updated": "2026-03-21",
484
+ "capabilities": { "streaming": true }
485
+ },
486
+ {
487
+ "id": "@cf/myshell-ai/melotts",
488
+ "name": "melotts",
489
+ "created_by": "myshell",
490
+ "source": "official",
491
+ "last_updated": "2026-03-21",
492
+ "capabilities": { "streaming": true }
493
+ },
494
+ {
495
+ "id": "@cf/nvidia/nemotron-3-120b-a12b",
496
+ "name": "nemotron-3-120b-a12b",
497
+ "created_by": "nvidia",
498
+ "source": "official",
499
+ "last_updated": "2026-03-21",
500
+ "capabilities": { "streaming": true }
501
+ },
502
+ {
503
+ "id": "@cf/openai/gpt-oss-120b",
504
+ "name": "gpt-oss-120b",
505
+ "created_by": "openai",
506
+ "source": "official",
507
+ "last_updated": "2026-03-21",
508
+ "family": "gpt-oss",
509
+ "capabilities": { "streaming": true }
510
+ },
511
+ {
512
+ "id": "@cf/openai/gpt-oss-20b",
513
+ "name": "gpt-oss-20b",
514
+ "created_by": "openai",
515
+ "source": "official",
516
+ "last_updated": "2026-03-21",
517
+ "family": "gpt-oss",
518
+ "capabilities": { "streaming": true }
519
+ },
520
+ {
521
+ "id": "@cf/openai/whisper-large-v3-turbo",
522
+ "name": "whisper-large-v3-turbo",
523
+ "created_by": "openai",
524
+ "source": "official",
525
+ "last_updated": "2026-03-21",
526
+ "family": "whisper",
527
+ "capabilities": { "streaming": true }
528
+ },
529
+ {
530
+ "id": "@cf/openai/whisper-tiny-en",
531
+ "name": "whisper-tiny-en",
532
+ "created_by": "openai",
533
+ "source": "official",
534
+ "last_updated": "2026-03-21",
535
+ "family": "whisper",
536
+ "capabilities": { "streaming": true }
537
+ },
538
+ {
539
+ "id": "@cf/openai/whisper",
540
+ "name": "whisper",
541
+ "created_by": "openai",
542
+ "source": "official",
543
+ "last_updated": "2026-03-21",
544
+ "family": "whisper",
545
+ "capabilities": { "streaming": true }
546
+ },
547
+ {
548
+ "id": "@cf/openchat/openchat-3.5-0106",
549
+ "name": "openchat-3.5-0106",
550
+ "created_by": "openchat",
551
+ "source": "official",
552
+ "last_updated": "2026-03-21",
553
+ "capabilities": { "streaming": true }
554
+ },
555
+ {
556
+ "id": "@cf/pfnet/plamo-embedding-1b",
557
+ "name": "plamo-embedding-1b",
558
+ "created_by": "pfnet",
559
+ "source": "official",
560
+ "last_updated": "2026-03-21",
561
+ "model_type": "embed",
562
+ "capabilities": { "streaming": true }
563
+ },
564
+ {
565
+ "id": "@cf/pipecat-ai/smart-turn-v2",
566
+ "name": "smart-turn-v2",
567
+ "created_by": "pipecat-ai",
568
+ "source": "official",
569
+ "last_updated": "2026-03-21",
570
+ "capabilities": { "streaming": true }
571
+ },
572
+ {
573
+ "id": "@cf/qwen/qwen1.5-0.5b-chat",
574
+ "name": "qwen1.5-0.5b-chat",
575
+ "created_by": "qwen",
576
+ "source": "official",
577
+ "last_updated": "2026-03-21",
578
+ "family": "qwen1.5",
579
+ "capabilities": { "streaming": true }
580
+ },
581
+ {
582
+ "id": "@cf/qwen/qwen1.5-1.8b-chat",
583
+ "name": "qwen1.5-1.8b-chat",
584
+ "created_by": "qwen",
585
+ "source": "official",
586
+ "last_updated": "2026-03-21",
587
+ "family": "qwen1.5",
588
+ "capabilities": { "streaming": true }
589
+ },
590
+ {
591
+ "id": "@cf/qwen/qwen1.5-14b-chat-awq",
592
+ "name": "qwen1.5-14b-chat-awq",
593
+ "created_by": "qwen",
594
+ "source": "official",
595
+ "last_updated": "2026-03-21",
596
+ "family": "qwen1.5",
597
+ "capabilities": { "streaming": true }
598
+ },
599
+ {
600
+ "id": "@cf/qwen/qwen1.5-7b-chat-awq",
601
+ "name": "qwen1.5-7b-chat-awq",
602
+ "created_by": "qwen",
603
+ "source": "official",
604
+ "last_updated": "2026-03-21",
605
+ "family": "qwen1.5",
606
+ "capabilities": { "streaming": true }
607
+ },
608
+ {
609
+ "id": "@cf/qwen/qwen2.5-coder-32b-instruct",
610
+ "name": "qwen2.5-coder-32b-instruct",
611
+ "created_by": "qwen",
612
+ "source": "official",
613
+ "last_updated": "2026-03-21",
614
+ "family": "qwen2.5",
615
+ "capabilities": { "streaming": true }
616
+ },
617
+ {
618
+ "id": "@cf/qwen/qwen3-30b-a3b-fp8",
619
+ "name": "qwen3-30b-a3b-fp8",
620
+ "created_by": "qwen",
621
+ "source": "official",
622
+ "last_updated": "2026-03-21",
623
+ "family": "qwen3",
624
+ "capabilities": { "streaming": true }
625
+ },
626
+ {
627
+ "id": "@cf/qwen/qwen3-embedding-0.6b",
628
+ "name": "qwen3-embedding-0.6b",
629
+ "created_by": "qwen",
630
+ "source": "official",
631
+ "last_updated": "2026-03-21",
632
+ "family": "qwen3",
633
+ "model_type": "embed",
634
+ "capabilities": { "streaming": true }
635
+ },
636
+ {
637
+ "id": "@cf/qwen/qwq-32b",
638
+ "name": "qwq-32b",
639
+ "created_by": "qwen",
640
+ "source": "official",
641
+ "last_updated": "2026-03-21",
642
+ "family": "qwq",
643
+ "capabilities": { "streaming": true }
644
+ },
645
+ {
646
+ "id": "@cf/runwayml/stable-diffusion-v1-5-img2img",
647
+ "name": "stable-diffusion-v1-5-img2img",
648
+ "created_by": "runway",
649
+ "source": "official",
650
+ "last_updated": "2026-03-21",
651
+ "capabilities": { "streaming": true }
652
+ },
653
+ {
654
+ "id": "@cf/runwayml/stable-diffusion-v1-5-inpainting",
655
+ "name": "stable-diffusion-v1-5-inpainting",
656
+ "created_by": "runway",
657
+ "source": "official",
658
+ "last_updated": "2026-03-21",
659
+ "capabilities": { "streaming": true }
660
+ },
661
+ {
662
+ "id": "@cf/stabilityai/stable-diffusion-xl-base-1.0",
663
+ "name": "stable-diffusion-xl-base-1.0",
664
+ "created_by": "stability",
665
+ "source": "official",
666
+ "last_updated": "2026-03-21",
667
+ "capabilities": { "streaming": true }
668
+ },
669
+ {
670
+ "id": "@cf/thebloke/discolm-german-7b-v1-awq",
671
+ "name": "discolm-german-7b-v1-awq",
672
+ "created_by": "thebloke",
673
+ "source": "official",
674
+ "last_updated": "2026-03-21",
675
+ "capabilities": { "streaming": true }
676
+ },
677
+ {
678
+ "id": "@cf/tiiuae/falcon-7b-instruct",
679
+ "name": "falcon-7b-instruct",
680
+ "created_by": "tii",
681
+ "source": "official",
682
+ "last_updated": "2026-03-21",
683
+ "capabilities": { "streaming": true }
684
+ },
685
+ {
686
+ "id": "@cf/tinyllama/tinyllama-1.1b-chat-v1.0",
687
+ "name": "tinyllama-1.1b-chat-v1.0",
688
+ "created_by": "tinyllama",
689
+ "source": "official",
690
+ "last_updated": "2026-03-21",
691
+ "capabilities": { "streaming": true }
692
+ },
693
+ {
694
+ "id": "@cf/unum/uform-gen2-qwen-500m",
695
+ "name": "uform-gen2-qwen-500m",
696
+ "created_by": "unum",
697
+ "source": "official",
698
+ "last_updated": "2026-03-21",
699
+ "capabilities": { "streaming": true }
700
+ },
701
+ {
702
+ "id": "@cf/zai-org/glm-4.7-flash",
703
+ "name": "glm-4.7-flash",
704
+ "created_by": "zhipu",
705
+ "source": "official",
706
+ "last_updated": "2026-03-21",
707
+ "capabilities": { "streaming": true }
708
+ },
709
+ {
710
+ "id": "@hf/google/gemma-7b-it",
711
+ "name": "gemma-7b-it",
712
+ "created_by": "google",
713
+ "source": "official",
714
+ "last_updated": "2026-03-21",
715
+ "family": "gemma-7b",
716
+ "capabilities": { "streaming": true }
717
+ },
718
+ {
719
+ "id": "@hf/meta-llama/meta-llama-3-8b-instruct",
720
+ "name": "meta-llama-3-8b-instruct",
721
+ "created_by": "meta",
722
+ "source": "official",
723
+ "last_updated": "2026-03-21",
724
+ "capabilities": { "streaming": true }
725
+ },
726
+ {
727
+ "id": "@hf/mistral/mistral-7b-instruct-v0.2",
728
+ "name": "mistral-7b-instruct-v0.2",
729
+ "created_by": "mistral",
730
+ "source": "official",
731
+ "last_updated": "2026-03-21",
732
+ "capabilities": { "streaming": true }
733
+ },
734
+ {
735
+ "id": "@hf/nexusflow/starling-lm-7b-beta",
736
+ "name": "starling-lm-7b-beta",
737
+ "created_by": "nexusflow",
738
+ "source": "official",
739
+ "last_updated": "2026-03-21",
740
+ "capabilities": { "streaming": true }
741
+ },
742
+ {
743
+ "id": "@hf/nousresearch/hermes-2-pro-mistral-7b",
744
+ "name": "hermes-2-pro-mistral-7b",
745
+ "created_by": "nousresearch",
746
+ "source": "official",
747
+ "last_updated": "2026-03-21",
748
+ "capabilities": { "streaming": true }
749
+ },
750
+ {
751
+ "id": "@hf/thebloke/deepseek-coder-6.7b-base-awq",
752
+ "name": "deepseek-coder-6.7b-base-awq",
753
+ "created_by": "thebloke",
754
+ "source": "official",
755
+ "last_updated": "2026-03-21",
756
+ "family": "deepseek",
757
+ "capabilities": { "streaming": true }
758
+ },
759
+ {
760
+ "id": "@hf/thebloke/deepseek-coder-6.7b-instruct-awq",
761
+ "name": "deepseek-coder-6.7b-instruct-awq",
762
+ "created_by": "thebloke",
763
+ "source": "official",
764
+ "last_updated": "2026-03-21",
765
+ "family": "deepseek",
766
+ "capabilities": { "streaming": true }
767
+ },
768
+ {
769
+ "id": "@hf/thebloke/llama-2-13b-chat-awq",
770
+ "name": "llama-2-13b-chat-awq",
771
+ "created_by": "thebloke",
772
+ "source": "official",
773
+ "last_updated": "2026-03-21",
774
+ "family": "llama-2",
775
+ "capabilities": { "streaming": true }
776
+ },
777
+ {
778
+ "id": "@hf/thebloke/llamaguard-7b-awq",
779
+ "name": "llamaguard-7b-awq",
780
+ "created_by": "thebloke",
781
+ "source": "official",
782
+ "last_updated": "2026-03-21",
783
+ "model_type": "moderation",
784
+ "capabilities": { "streaming": true }
785
+ },
786
+ {
787
+ "id": "@hf/thebloke/mistral-7b-instruct-v0.1-awq",
788
+ "name": "mistral-7b-instruct-v0.1-awq",
789
+ "created_by": "thebloke",
790
+ "source": "official",
791
+ "last_updated": "2026-03-21",
792
+ "capabilities": { "streaming": true }
793
+ },
794
+ {
795
+ "id": "@hf/thebloke/neural-chat-7b-v3-1-awq",
796
+ "name": "neural-chat-7b-v3-1-awq",
797
+ "created_by": "thebloke",
798
+ "source": "official",
799
+ "last_updated": "2026-03-21",
800
+ "capabilities": { "streaming": true }
801
+ },
802
+ {
803
+ "id": "@hf/thebloke/openhermes-2.5-mistral-7b-awq",
804
+ "name": "openhermes-2.5-mistral-7b-awq",
805
+ "created_by": "thebloke",
806
+ "source": "official",
807
+ "last_updated": "2026-03-21",
808
+ "capabilities": { "streaming": true }
809
+ },
810
+ {
811
+ "id": "@hf/thebloke/zephyr-7b-beta-awq",
812
+ "name": "zephyr-7b-beta-awq",
813
+ "created_by": "thebloke",
814
+ "source": "official",
815
+ "last_updated": "2026-03-21",
816
+ "capabilities": { "streaming": true }
817
+ }
818
+ ]
819
+ };
820
+ const models = provider.models.map((m) => ({
821
+ ...m,
822
+ provider: provider.id
823
+ }));
824
+ //#endregion
825
+ exports.models = models;
826
+ exports.provider = provider;