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,481 @@
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
+ //#region src/providers/meta.ts
3
+ const provider = {
4
+ "id": "meta",
5
+ "name": "Meta Llama",
6
+ "region": "US",
7
+ "url": "https://llama.developer.meta.com",
8
+ "api_url": "https://api.llama.developer.meta.com/v1",
9
+ "docs_url": "https://llama.developer.meta.com/docs/models",
10
+ "pricing_url": "https://llama.developer.meta.com/docs/getting-started/pricing",
11
+ "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" fill-rule=\"evenodd\">\n <path d=\"M6.897 4c1.915 0 3.516.932 5.43 3.376l.282-.373c.19-.246.383-.484.58-.71l.313-.35C14.588 4.788 15.792 4 17.225 4c1.273 0 2.469.557 3.491 1.516l.218.213c1.73 1.765 2.917 4.71 3.053 8.026l.011.392.002.25c0 1.501-.28 2.759-.818 3.7l-.14.23-.108.153c-.301.42-.664.758-1.086 1.009l-.265.142-.087.04a3.493 3.493 0 01-.302.118 4.117 4.117 0 01-1.33.208c-.524 0-.996-.067-1.438-.215-.614-.204-1.163-.56-1.726-1.116l-.227-.235c-.753-.812-1.534-1.976-2.493-3.586l-1.43-2.41-.544-.895-1.766 3.13-.343.592C7.597 19.156 6.227 20 4.356 20c-1.21 0-2.205-.42-2.936-1.182l-.168-.184c-.484-.573-.837-1.311-1.043-2.189l-.067-.32a8.69 8.69 0 01-.136-1.288L0 14.468c.002-.745.06-1.49.174-2.23l.1-.573c.298-1.53.828-2.958 1.536-4.157l.209-.34c1.177-1.83 2.789-3.053 4.615-3.16L6.897 4zm-.033 2.615l-.201.01c-.83.083-1.606.673-2.252 1.577l-.138.199-.01.018c-.67 1.017-1.185 2.378-1.456 3.845l-.004.022a12.591 12.591 0 00-.207 2.254l.002.188c.004.18.017.36.04.54l.043.291c.092.503.257.908.486 1.208l.117.137c.303.323.698.492 1.17.492 1.1 0 1.796-.676 3.696-3.641l2.175-3.4.454-.701-.139-.198C9.11 7.3 8.084 6.616 6.864 6.616zm10.196-.552l-.176.007c-.635.048-1.223.359-1.82.933l-.196.198c-.439.462-.887 1.064-1.367 1.807l.266.398c.18.274.362.56.55.858l.293.475 1.396 2.335.695 1.114c.583.926 1.03 1.6 1.408 2.082l.213.262c.282.326.529.54.777.673l.102.05c.227.1.457.138.718.138.176.002.35-.023.518-.073.338-.104.61-.32.813-.637l.095-.163.077-.162c.194-.459.29-1.06.29-1.785l-.006-.449c-.08-2.871-.938-5.372-2.2-6.798l-.176-.189c-.67-.683-1.444-1.074-2.27-1.074z\"/>\n</svg>",
12
+ "models": [
13
+ {
14
+ "id": "CodeLlama-13b-Instruct-hf",
15
+ "name": "CodeLlama-13b-Instruct-hf",
16
+ "created_by": "meta",
17
+ "source": "official",
18
+ "last_updated": "2026-03-21",
19
+ "capabilities": {
20
+ "streaming": true,
21
+ "tool_call": true
22
+ },
23
+ "modalities": {
24
+ "input": ["text"],
25
+ "output": ["text"]
26
+ }
27
+ },
28
+ {
29
+ "id": "CodeLlama-34b-Instruct-hf",
30
+ "name": "CodeLlama-34b-Instruct-hf",
31
+ "created_by": "meta",
32
+ "source": "official",
33
+ "last_updated": "2026-03-21",
34
+ "capabilities": {
35
+ "streaming": true,
36
+ "tool_call": true
37
+ },
38
+ "modalities": {
39
+ "input": ["text"],
40
+ "output": ["text"]
41
+ }
42
+ },
43
+ {
44
+ "id": "CodeLlama-70b-Instruct-hf",
45
+ "name": "CodeLlama-70b-Instruct-hf",
46
+ "created_by": "meta",
47
+ "source": "official",
48
+ "last_updated": "2026-03-21",
49
+ "capabilities": {
50
+ "streaming": true,
51
+ "tool_call": true
52
+ },
53
+ "modalities": {
54
+ "input": ["text"],
55
+ "output": ["text"]
56
+ }
57
+ },
58
+ {
59
+ "id": "CodeLlama-7b-Instruct-hf",
60
+ "name": "CodeLlama-7b-Instruct-hf",
61
+ "created_by": "meta",
62
+ "source": "official",
63
+ "last_updated": "2026-03-21",
64
+ "capabilities": {
65
+ "streaming": true,
66
+ "tool_call": true
67
+ },
68
+ "modalities": {
69
+ "input": ["text"],
70
+ "output": ["text"]
71
+ }
72
+ },
73
+ {
74
+ "id": "Llama-2-13b-chat-hf",
75
+ "name": "Llama-2-13b-chat-hf",
76
+ "created_by": "meta",
77
+ "source": "official",
78
+ "last_updated": "2026-03-21",
79
+ "context_window": 4096,
80
+ "capabilities": {
81
+ "streaming": true,
82
+ "tool_call": true
83
+ },
84
+ "modalities": {
85
+ "input": ["text"],
86
+ "output": ["text"]
87
+ }
88
+ },
89
+ {
90
+ "id": "Llama-2-13b-chat",
91
+ "name": "Llama-2-13b-chat",
92
+ "created_by": "meta",
93
+ "source": "official",
94
+ "last_updated": "2026-03-21",
95
+ "context_window": 4096,
96
+ "capabilities": {
97
+ "streaming": true,
98
+ "tool_call": true
99
+ },
100
+ "modalities": {
101
+ "input": ["text"],
102
+ "output": ["text"]
103
+ }
104
+ },
105
+ {
106
+ "id": "Llama-2-70b-chat-hf",
107
+ "name": "Llama-2-70b-chat-hf",
108
+ "created_by": "meta",
109
+ "source": "official",
110
+ "last_updated": "2026-03-21",
111
+ "context_window": 4096,
112
+ "capabilities": {
113
+ "streaming": true,
114
+ "tool_call": true
115
+ },
116
+ "modalities": {
117
+ "input": ["text"],
118
+ "output": ["text"]
119
+ }
120
+ },
121
+ {
122
+ "id": "Llama-2-70b-chat",
123
+ "name": "Llama-2-70b-chat",
124
+ "created_by": "meta",
125
+ "source": "official",
126
+ "last_updated": "2026-03-21",
127
+ "context_window": 4096,
128
+ "capabilities": {
129
+ "streaming": true,
130
+ "tool_call": true
131
+ },
132
+ "modalities": {
133
+ "input": ["text"],
134
+ "output": ["text"]
135
+ }
136
+ },
137
+ {
138
+ "id": "Llama-2-7b-chat-hf",
139
+ "name": "Llama-2-7b-chat-hf",
140
+ "created_by": "meta",
141
+ "source": "official",
142
+ "last_updated": "2026-03-21",
143
+ "context_window": 4096,
144
+ "capabilities": {
145
+ "streaming": true,
146
+ "tool_call": true
147
+ },
148
+ "modalities": {
149
+ "input": ["text"],
150
+ "output": ["text"]
151
+ }
152
+ },
153
+ {
154
+ "id": "Llama-2-7b-chat",
155
+ "name": "Llama-2-7b-chat",
156
+ "created_by": "meta",
157
+ "source": "official",
158
+ "last_updated": "2026-03-21",
159
+ "context_window": 4096,
160
+ "capabilities": {
161
+ "streaming": true,
162
+ "tool_call": true
163
+ },
164
+ "modalities": {
165
+ "input": ["text"],
166
+ "output": ["text"]
167
+ }
168
+ },
169
+ {
170
+ "id": "Llama-3.1-405B-Instruct-FP8",
171
+ "name": "Llama-3.1-405B-Instruct-FP8",
172
+ "created_by": "meta",
173
+ "source": "official",
174
+ "last_updated": "2026-03-21",
175
+ "context_window": 131072,
176
+ "capabilities": {
177
+ "streaming": true,
178
+ "tool_call": true
179
+ },
180
+ "modalities": {
181
+ "input": ["text"],
182
+ "output": ["text"]
183
+ }
184
+ },
185
+ {
186
+ "id": "Llama-3.1-405B-Instruct",
187
+ "name": "Llama-3.1-405B-Instruct",
188
+ "created_by": "meta",
189
+ "source": "official",
190
+ "last_updated": "2026-03-21",
191
+ "context_window": 131072,
192
+ "capabilities": {
193
+ "streaming": true,
194
+ "tool_call": true
195
+ },
196
+ "modalities": {
197
+ "input": ["text"],
198
+ "output": ["text"]
199
+ }
200
+ },
201
+ {
202
+ "id": "Llama-3.1-70B-Instruct",
203
+ "name": "Llama-3.1-70B-Instruct",
204
+ "created_by": "meta",
205
+ "source": "official",
206
+ "last_updated": "2026-03-21",
207
+ "context_window": 131072,
208
+ "capabilities": {
209
+ "streaming": true,
210
+ "tool_call": true
211
+ },
212
+ "modalities": {
213
+ "input": ["text"],
214
+ "output": ["text"]
215
+ }
216
+ },
217
+ {
218
+ "id": "Llama-3.1-8B-Instruct",
219
+ "name": "Llama-3.1-8B-Instruct",
220
+ "created_by": "meta",
221
+ "source": "official",
222
+ "last_updated": "2026-03-21",
223
+ "context_window": 131072,
224
+ "capabilities": {
225
+ "streaming": true,
226
+ "tool_call": true
227
+ },
228
+ "modalities": {
229
+ "input": ["text"],
230
+ "output": ["text"]
231
+ }
232
+ },
233
+ {
234
+ "id": "Llama-3.2-1B-Instruct-QLORA_INT4_EO8",
235
+ "name": "Llama-3.2-1B-Instruct-QLORA_INT4_EO8",
236
+ "created_by": "meta",
237
+ "source": "official",
238
+ "last_updated": "2026-03-21",
239
+ "context_window": 131072,
240
+ "capabilities": {
241
+ "streaming": true,
242
+ "tool_call": true
243
+ },
244
+ "modalities": {
245
+ "input": ["text"],
246
+ "output": ["text"]
247
+ }
248
+ },
249
+ {
250
+ "id": "Llama-3.2-1B-Instruct-SpinQuant_INT4_EO8",
251
+ "name": "Llama-3.2-1B-Instruct-SpinQuant_INT4_EO8",
252
+ "created_by": "meta",
253
+ "source": "official",
254
+ "last_updated": "2026-03-21",
255
+ "context_window": 131072,
256
+ "capabilities": {
257
+ "streaming": true,
258
+ "tool_call": true
259
+ },
260
+ "modalities": {
261
+ "input": ["text"],
262
+ "output": ["text"]
263
+ }
264
+ },
265
+ {
266
+ "id": "Llama-3.2-1B-Instruct",
267
+ "name": "Llama-3.2-1B-Instruct",
268
+ "created_by": "meta",
269
+ "source": "official",
270
+ "last_updated": "2026-03-21",
271
+ "context_window": 131072,
272
+ "capabilities": {
273
+ "streaming": true,
274
+ "tool_call": true
275
+ },
276
+ "modalities": {
277
+ "input": ["text"],
278
+ "output": ["text"]
279
+ }
280
+ },
281
+ {
282
+ "id": "Llama-3.2-3B-Instruct-QLORA_INT4_EO8",
283
+ "name": "Llama-3.2-3B-Instruct-QLORA_INT4_EO8",
284
+ "created_by": "meta",
285
+ "source": "official",
286
+ "last_updated": "2026-03-21",
287
+ "context_window": 131072,
288
+ "capabilities": {
289
+ "streaming": true,
290
+ "tool_call": true
291
+ },
292
+ "modalities": {
293
+ "input": ["text"],
294
+ "output": ["text"]
295
+ }
296
+ },
297
+ {
298
+ "id": "Llama-3.2-3B-Instruct-SpinQuant_INT4_EO8",
299
+ "name": "Llama-3.2-3B-Instruct-SpinQuant_INT4_EO8",
300
+ "created_by": "meta",
301
+ "source": "official",
302
+ "last_updated": "2026-03-21",
303
+ "context_window": 131072,
304
+ "capabilities": {
305
+ "streaming": true,
306
+ "tool_call": true
307
+ },
308
+ "modalities": {
309
+ "input": ["text"],
310
+ "output": ["text"]
311
+ }
312
+ },
313
+ {
314
+ "id": "Llama-3.2-3B-Instruct",
315
+ "name": "Llama-3.2-3B-Instruct",
316
+ "created_by": "meta",
317
+ "source": "official",
318
+ "last_updated": "2026-03-21",
319
+ "context_window": 131072,
320
+ "capabilities": {
321
+ "streaming": true,
322
+ "tool_call": true
323
+ },
324
+ "modalities": {
325
+ "input": ["text"],
326
+ "output": ["text"]
327
+ }
328
+ },
329
+ {
330
+ "id": "Llama-3.3-70B-Instruct",
331
+ "name": "Llama-3.3-70B-Instruct",
332
+ "created_by": "meta",
333
+ "source": "official",
334
+ "last_updated": "2026-03-21",
335
+ "context_window": 131072,
336
+ "capabilities": {
337
+ "streaming": true,
338
+ "tool_call": true
339
+ },
340
+ "modalities": {
341
+ "input": ["text"],
342
+ "output": ["text"]
343
+ }
344
+ },
345
+ {
346
+ "id": "Llama-Guard-3-1B-INT4",
347
+ "name": "Llama-Guard-3-1B-INT4",
348
+ "created_by": "meta",
349
+ "source": "official",
350
+ "last_updated": "2026-03-21",
351
+ "capabilities": {
352
+ "streaming": true,
353
+ "tool_call": true
354
+ },
355
+ "modalities": {
356
+ "input": ["text"],
357
+ "output": ["text"]
358
+ },
359
+ "model_type": "moderation"
360
+ },
361
+ {
362
+ "id": "Llama-Guard-3-1B",
363
+ "name": "Llama-Guard-3-1B",
364
+ "created_by": "meta",
365
+ "source": "official",
366
+ "last_updated": "2026-03-21",
367
+ "capabilities": {
368
+ "streaming": true,
369
+ "tool_call": true
370
+ },
371
+ "modalities": {
372
+ "input": ["text"],
373
+ "output": ["text"]
374
+ },
375
+ "model_type": "moderation"
376
+ },
377
+ {
378
+ "id": "Llama-Guard-3-8B-INT8",
379
+ "name": "Llama-Guard-3-8B-INT8",
380
+ "created_by": "meta",
381
+ "source": "official",
382
+ "last_updated": "2026-03-21",
383
+ "capabilities": {
384
+ "streaming": true,
385
+ "tool_call": true
386
+ },
387
+ "modalities": {
388
+ "input": ["text"],
389
+ "output": ["text"]
390
+ },
391
+ "model_type": "moderation"
392
+ },
393
+ {
394
+ "id": "Llama-Guard-3-8B",
395
+ "name": "Llama-Guard-3-8B",
396
+ "created_by": "meta",
397
+ "source": "official",
398
+ "last_updated": "2026-03-21",
399
+ "capabilities": {
400
+ "streaming": true,
401
+ "tool_call": true
402
+ },
403
+ "modalities": {
404
+ "input": ["text"],
405
+ "output": ["text"]
406
+ },
407
+ "model_type": "moderation"
408
+ },
409
+ {
410
+ "id": "LlamaGuard-7b",
411
+ "name": "LlamaGuard-7b",
412
+ "created_by": "meta",
413
+ "source": "official",
414
+ "last_updated": "2026-03-21",
415
+ "capabilities": {
416
+ "streaming": true,
417
+ "tool_call": true
418
+ },
419
+ "modalities": {
420
+ "input": ["text"],
421
+ "output": ["text"]
422
+ },
423
+ "model_type": "moderation"
424
+ },
425
+ {
426
+ "id": "Meta-Llama-3-70B-Instruct",
427
+ "name": "Meta-Llama-3-70B-Instruct",
428
+ "created_by": "meta",
429
+ "source": "official",
430
+ "last_updated": "2026-03-21",
431
+ "context_window": 8192,
432
+ "capabilities": {
433
+ "streaming": true,
434
+ "tool_call": true
435
+ },
436
+ "modalities": {
437
+ "input": ["text"],
438
+ "output": ["text"]
439
+ }
440
+ },
441
+ {
442
+ "id": "Meta-Llama-3-8B-Instruct",
443
+ "name": "Meta-Llama-3-8B-Instruct",
444
+ "created_by": "meta",
445
+ "source": "official",
446
+ "last_updated": "2026-03-21",
447
+ "context_window": 8192,
448
+ "capabilities": {
449
+ "streaming": true,
450
+ "tool_call": true
451
+ },
452
+ "modalities": {
453
+ "input": ["text"],
454
+ "output": ["text"]
455
+ }
456
+ },
457
+ {
458
+ "id": "Meta-Llama-Guard-2-8B",
459
+ "name": "Meta-Llama-Guard-2-8B",
460
+ "created_by": "meta",
461
+ "source": "official",
462
+ "last_updated": "2026-03-21",
463
+ "capabilities": {
464
+ "streaming": true,
465
+ "tool_call": true
466
+ },
467
+ "modalities": {
468
+ "input": ["text"],
469
+ "output": ["text"]
470
+ },
471
+ "model_type": "moderation"
472
+ }
473
+ ]
474
+ };
475
+ const models = provider.models.map((m) => ({
476
+ ...m,
477
+ provider: provider.id
478
+ }));
479
+ //#endregion
480
+ exports.models = models;
481
+ exports.provider = provider;
@@ -0,0 +1,7 @@
1
+ import { f as ProviderWithModels, n as Model } from "../types.cjs";
2
+
3
+ //#region src/providers/meta.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/meta.d.ts
4
+ declare const provider: ProviderWithModels;
5
+ declare const models: Model[];
6
+ //#endregion
7
+ export { models, provider };