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