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,3792 @@
1
+ //#region src/providers/fireworks.ts
2
+ const provider = {
3
+ "id": "fireworks",
4
+ "name": "Fireworks AI",
5
+ "region": "US",
6
+ "url": "https://fireworks.ai",
7
+ "api_url": "https://api.fireworks.ai/inference/v1",
8
+ "docs_url": "https://docs.fireworks.ai",
9
+ "pricing_url": "https://fireworks.ai/pricing",
10
+ "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" fill-rule=\"evenodd\">\n <path clip-rule=\"evenodd\" d=\"M14.8 5l-2.801 6.795L9.195 5H7.397l3.072 7.428a1.64 1.64 0 003.038.002L16.598 5H14.8zm1.196 10.352l5.124-5.244-.699-1.669-5.596 5.739a1.664 1.664 0 00-.343 1.807 1.642 1.642 0 001.516 1.012L16 17l8-.02-.699-1.669-7.303.041h-.002zM2.88 10.104l.699-1.669 5.596 5.739c.468.479.603 1.189.343 1.807a1.643 1.643 0 01-1.516 1.012l-8-.018-.002.002.699-1.669 7.303.042-5.122-5.246z\"/>\n</svg>",
11
+ "models": [
12
+ {
13
+ "id": "cogito/cogito-671b-v2-p1",
14
+ "name": "cogito-671b-v2-p1",
15
+ "created_by": "cogito",
16
+ "source": "official",
17
+ "last_updated": "2026-03-21",
18
+ "context_window": 163800,
19
+ "capabilities": { "streaming": true },
20
+ "pricing": {
21
+ "input": 1.2,
22
+ "output": 1
23
+ }
24
+ },
25
+ {
26
+ "id": "deepseek-ai/deepseek-v3p1-terminus",
27
+ "name": "deepseek-v3p1-terminus",
28
+ "created_by": "deepseek",
29
+ "source": "official",
30
+ "last_updated": "2026-03-21",
31
+ "family": "deepseek",
32
+ "context_window": 163800,
33
+ "capabilities": { "streaming": true },
34
+ "pricing": {
35
+ "input": 1,
36
+ "output": 1
37
+ }
38
+ },
39
+ {
40
+ "id": "fireworks/chronos-hermes-13b-v2",
41
+ "name": "chronos-hermes-13b-v2",
42
+ "created_by": "fireworks",
43
+ "source": "official",
44
+ "last_updated": "2026-03-21",
45
+ "context_window": 4100,
46
+ "capabilities": { "streaming": true },
47
+ "pricing": {
48
+ "input": 1,
49
+ "output": 1
50
+ }
51
+ },
52
+ {
53
+ "id": "fireworks/code-llama-13b-instruct",
54
+ "name": "code-llama-13b-instruct",
55
+ "created_by": "meta",
56
+ "source": "official",
57
+ "last_updated": "2026-03-21",
58
+ "context_window": 16400,
59
+ "capabilities": { "streaming": true },
60
+ "pricing": {
61
+ "input": 1,
62
+ "output": 1
63
+ }
64
+ },
65
+ {
66
+ "id": "fireworks/code-llama-13b-python",
67
+ "name": "code-llama-13b-python",
68
+ "created_by": "meta",
69
+ "source": "official",
70
+ "last_updated": "2026-03-21",
71
+ "context_window": 16400,
72
+ "capabilities": { "streaming": true },
73
+ "pricing": {
74
+ "input": 1,
75
+ "output": 1
76
+ }
77
+ },
78
+ {
79
+ "id": "fireworks/code-llama-13b",
80
+ "name": "code-llama-13b",
81
+ "created_by": "meta",
82
+ "source": "official",
83
+ "last_updated": "2026-03-21",
84
+ "context_window": 16400,
85
+ "capabilities": { "streaming": true },
86
+ "pricing": {
87
+ "input": 1,
88
+ "output": 1
89
+ }
90
+ },
91
+ {
92
+ "id": "fireworks/code-llama-34b-instruct",
93
+ "name": "code-llama-34b-instruct",
94
+ "created_by": "meta",
95
+ "source": "official",
96
+ "last_updated": "2026-03-21",
97
+ "context_window": 16400,
98
+ "capabilities": { "streaming": true },
99
+ "pricing": {
100
+ "input": 1,
101
+ "output": 1
102
+ }
103
+ },
104
+ {
105
+ "id": "fireworks/code-llama-34b-python",
106
+ "name": "code-llama-34b-python",
107
+ "created_by": "meta",
108
+ "source": "official",
109
+ "last_updated": "2026-03-21",
110
+ "context_window": 16400,
111
+ "capabilities": { "streaming": true },
112
+ "pricing": {
113
+ "input": 1,
114
+ "output": 1
115
+ }
116
+ },
117
+ {
118
+ "id": "fireworks/code-llama-34b",
119
+ "name": "code-llama-34b",
120
+ "created_by": "meta",
121
+ "source": "official",
122
+ "last_updated": "2026-03-21",
123
+ "context_window": 16400,
124
+ "capabilities": { "streaming": true },
125
+ "pricing": {
126
+ "input": 1,
127
+ "output": 1
128
+ }
129
+ },
130
+ {
131
+ "id": "fireworks/code-llama-70b-instruct",
132
+ "name": "code-llama-70b-instruct",
133
+ "created_by": "meta",
134
+ "source": "official",
135
+ "last_updated": "2026-03-21",
136
+ "context_window": 4100,
137
+ "capabilities": { "streaming": true },
138
+ "pricing": {
139
+ "input": 1,
140
+ "output": 1
141
+ }
142
+ },
143
+ {
144
+ "id": "fireworks/code-llama-70b-python",
145
+ "name": "code-llama-70b-python",
146
+ "created_by": "meta",
147
+ "source": "official",
148
+ "last_updated": "2026-03-21",
149
+ "context_window": 4100,
150
+ "capabilities": { "streaming": true },
151
+ "pricing": {
152
+ "input": 1,
153
+ "output": 1
154
+ }
155
+ },
156
+ {
157
+ "id": "fireworks/code-llama-70b",
158
+ "name": "code-llama-70b",
159
+ "created_by": "meta",
160
+ "source": "official",
161
+ "last_updated": "2026-03-21",
162
+ "context_window": 4100,
163
+ "capabilities": { "streaming": true },
164
+ "pricing": {
165
+ "input": 1,
166
+ "output": 1
167
+ }
168
+ },
169
+ {
170
+ "id": "fireworks/code-llama-7b-instruct",
171
+ "name": "code-llama-7b-instruct",
172
+ "created_by": "meta",
173
+ "source": "official",
174
+ "last_updated": "2026-03-21",
175
+ "context_window": 16400,
176
+ "capabilities": { "streaming": true },
177
+ "pricing": {
178
+ "input": 1,
179
+ "output": 1
180
+ }
181
+ },
182
+ {
183
+ "id": "fireworks/code-llama-7b-python",
184
+ "name": "code-llama-7b-python",
185
+ "created_by": "meta",
186
+ "source": "official",
187
+ "last_updated": "2026-03-21",
188
+ "context_window": 16400,
189
+ "capabilities": { "streaming": true },
190
+ "pricing": {
191
+ "input": 1,
192
+ "output": 1
193
+ }
194
+ },
195
+ {
196
+ "id": "fireworks/code-llama-7b",
197
+ "name": "code-llama-7b",
198
+ "created_by": "meta",
199
+ "source": "official",
200
+ "last_updated": "2026-03-21",
201
+ "context_window": 16400,
202
+ "capabilities": { "streaming": true },
203
+ "pricing": {
204
+ "input": 1,
205
+ "output": 1
206
+ }
207
+ },
208
+ {
209
+ "id": "fireworks/code-qwen-1p5-7b",
210
+ "name": "code-qwen-1p5-7b",
211
+ "created_by": "qwen",
212
+ "source": "official",
213
+ "last_updated": "2026-03-21",
214
+ "context_window": 65500,
215
+ "capabilities": { "streaming": true },
216
+ "pricing": {
217
+ "input": 1,
218
+ "output": 1
219
+ }
220
+ },
221
+ {
222
+ "id": "fireworks/codegemma-2b",
223
+ "name": "codegemma-2b",
224
+ "created_by": "google",
225
+ "source": "official",
226
+ "last_updated": "2026-03-21",
227
+ "context_window": 8200,
228
+ "capabilities": { "streaming": true },
229
+ "pricing": {
230
+ "input": 1,
231
+ "output": 1
232
+ }
233
+ },
234
+ {
235
+ "id": "fireworks/codegemma-7b",
236
+ "name": "codegemma-7b",
237
+ "created_by": "google",
238
+ "source": "official",
239
+ "last_updated": "2026-03-21",
240
+ "context_window": 8200,
241
+ "capabilities": { "streaming": true },
242
+ "pricing": {
243
+ "input": 1,
244
+ "output": 1
245
+ }
246
+ },
247
+ {
248
+ "id": "fireworks/cogito-v1-preview-llama-3b",
249
+ "name": "cogito-v1-preview-llama-3b",
250
+ "created_by": "meta",
251
+ "source": "official",
252
+ "last_updated": "2026-03-21",
253
+ "context_window": 131100,
254
+ "capabilities": { "streaming": true },
255
+ "pricing": {
256
+ "input": 1,
257
+ "output": 1
258
+ }
259
+ },
260
+ {
261
+ "id": "fireworks/cogito-v1-preview-llama-70b",
262
+ "name": "cogito-v1-preview-llama-70b",
263
+ "created_by": "meta",
264
+ "source": "official",
265
+ "last_updated": "2026-03-21",
266
+ "context_window": 131100,
267
+ "capabilities": { "streaming": true },
268
+ "pricing": {
269
+ "input": 1,
270
+ "output": 1
271
+ }
272
+ },
273
+ {
274
+ "id": "fireworks/cogito-v1-preview-llama-8b",
275
+ "name": "cogito-v1-preview-llama-8b",
276
+ "created_by": "meta",
277
+ "source": "official",
278
+ "last_updated": "2026-03-21",
279
+ "context_window": 131100,
280
+ "capabilities": { "streaming": true },
281
+ "pricing": {
282
+ "input": 1,
283
+ "output": 1
284
+ }
285
+ },
286
+ {
287
+ "id": "fireworks/cogito-v1-preview-qwen-14b",
288
+ "name": "cogito-v1-preview-qwen-14b",
289
+ "created_by": "qwen",
290
+ "source": "official",
291
+ "last_updated": "2026-03-21",
292
+ "context_window": 131100,
293
+ "capabilities": { "streaming": true },
294
+ "pricing": {
295
+ "input": 1,
296
+ "output": 1
297
+ }
298
+ },
299
+ {
300
+ "id": "fireworks/cogito-v1-preview-qwen-32b",
301
+ "name": "cogito-v1-preview-qwen-32b",
302
+ "created_by": "qwen",
303
+ "source": "official",
304
+ "last_updated": "2026-03-21",
305
+ "context_window": 131100,
306
+ "capabilities": { "streaming": true },
307
+ "pricing": {
308
+ "input": 1,
309
+ "output": 1
310
+ }
311
+ },
312
+ {
313
+ "id": "fireworks/dbrx-instruct",
314
+ "name": "dbrx-instruct",
315
+ "created_by": "fireworks",
316
+ "source": "official",
317
+ "last_updated": "2026-03-21",
318
+ "context_window": 32800,
319
+ "capabilities": { "streaming": true },
320
+ "pricing": {
321
+ "input": 1,
322
+ "output": 1
323
+ }
324
+ },
325
+ {
326
+ "id": "fireworks/deepseek-coder-1b-base",
327
+ "name": "deepseek-coder-1b-base",
328
+ "created_by": "deepseek",
329
+ "source": "official",
330
+ "last_updated": "2026-03-21",
331
+ "family": "deepseek",
332
+ "context_window": 16400,
333
+ "capabilities": { "streaming": true },
334
+ "pricing": {
335
+ "input": 1,
336
+ "output": 1
337
+ }
338
+ },
339
+ {
340
+ "id": "fireworks/deepseek-coder-33b-instruct",
341
+ "name": "deepseek-coder-33b-instruct",
342
+ "created_by": "deepseek",
343
+ "source": "official",
344
+ "last_updated": "2026-03-21",
345
+ "family": "deepseek",
346
+ "context_window": 16400,
347
+ "capabilities": { "streaming": true },
348
+ "pricing": {
349
+ "input": 1,
350
+ "output": 1
351
+ }
352
+ },
353
+ {
354
+ "id": "fireworks/deepseek-coder-7b-base-v1p5",
355
+ "name": "deepseek-coder-7b-base-v1p5",
356
+ "created_by": "deepseek",
357
+ "source": "official",
358
+ "last_updated": "2026-03-21",
359
+ "family": "deepseek",
360
+ "context_window": 4100,
361
+ "capabilities": { "streaming": true },
362
+ "pricing": {
363
+ "input": 1,
364
+ "output": 1
365
+ }
366
+ },
367
+ {
368
+ "id": "fireworks/deepseek-coder-7b-base",
369
+ "name": "deepseek-coder-7b-base",
370
+ "created_by": "deepseek",
371
+ "source": "official",
372
+ "last_updated": "2026-03-21",
373
+ "family": "deepseek",
374
+ "context_window": 4100,
375
+ "capabilities": { "streaming": true },
376
+ "pricing": {
377
+ "input": 1,
378
+ "output": 1
379
+ }
380
+ },
381
+ {
382
+ "id": "fireworks/deepseek-coder-7b-instruct-v1p5",
383
+ "name": "deepseek-coder-7b-instruct-v1p5",
384
+ "created_by": "deepseek",
385
+ "source": "official",
386
+ "last_updated": "2026-03-21",
387
+ "family": "deepseek",
388
+ "context_window": 4100,
389
+ "capabilities": { "streaming": true },
390
+ "pricing": {
391
+ "input": 1,
392
+ "output": 1
393
+ }
394
+ },
395
+ {
396
+ "id": "fireworks/deepseek-coder-v2-instruct",
397
+ "name": "deepseek-coder-v2-instruct",
398
+ "created_by": "deepseek",
399
+ "source": "official",
400
+ "last_updated": "2026-03-21",
401
+ "family": "deepseek",
402
+ "context_window": 32800,
403
+ "capabilities": { "streaming": true },
404
+ "pricing": {
405
+ "input": 1,
406
+ "output": 1
407
+ }
408
+ },
409
+ {
410
+ "id": "fireworks/deepseek-coder-v2-lite-base",
411
+ "name": "deepseek-coder-v2-lite-base",
412
+ "created_by": "deepseek",
413
+ "source": "official",
414
+ "last_updated": "2026-03-21",
415
+ "family": "deepseek",
416
+ "context_window": 163800,
417
+ "capabilities": { "streaming": true },
418
+ "pricing": {
419
+ "input": 1,
420
+ "output": 1
421
+ }
422
+ },
423
+ {
424
+ "id": "fireworks/deepseek-coder-v2-lite-instruct",
425
+ "name": "deepseek-coder-v2-lite-instruct",
426
+ "created_by": "deepseek",
427
+ "source": "official",
428
+ "last_updated": "2026-03-21",
429
+ "family": "deepseek",
430
+ "context_window": 163800,
431
+ "capabilities": { "streaming": true },
432
+ "pricing": {
433
+ "input": 1,
434
+ "output": 1
435
+ }
436
+ },
437
+ {
438
+ "id": "fireworks/deepseek-prover-v2",
439
+ "name": "deepseek-prover-v2",
440
+ "created_by": "deepseek",
441
+ "source": "official",
442
+ "last_updated": "2026-03-21",
443
+ "family": "deepseek",
444
+ "context_window": 163800,
445
+ "capabilities": { "streaming": true },
446
+ "pricing": {
447
+ "input": 1,
448
+ "output": 1
449
+ }
450
+ },
451
+ {
452
+ "id": "fireworks/deepseek-r1-0528-distill-qwen3-8b",
453
+ "name": "deepseek-r1-0528-distill-qwen3-8b",
454
+ "created_by": "qwen",
455
+ "source": "official",
456
+ "last_updated": "2026-03-21",
457
+ "family": "deepseek-r1",
458
+ "context_window": 131100,
459
+ "capabilities": { "streaming": true },
460
+ "pricing": {
461
+ "input": 1,
462
+ "output": 1
463
+ }
464
+ },
465
+ {
466
+ "id": "fireworks/deepseek-r1-0528",
467
+ "name": "deepseek-r1-0528",
468
+ "created_by": "deepseek",
469
+ "source": "official",
470
+ "last_updated": "2026-03-21",
471
+ "family": "deepseek-r1",
472
+ "context_window": 163800,
473
+ "capabilities": { "streaming": true },
474
+ "pricing": {
475
+ "input": 1,
476
+ "output": 1
477
+ }
478
+ },
479
+ {
480
+ "id": "fireworks/deepseek-r1-basic",
481
+ "name": "deepseek-r1-basic",
482
+ "created_by": "deepseek",
483
+ "source": "official",
484
+ "last_updated": "2026-03-21",
485
+ "family": "deepseek-r1",
486
+ "context_window": 163800,
487
+ "capabilities": { "streaming": true },
488
+ "pricing": {
489
+ "input": 1,
490
+ "output": 1
491
+ }
492
+ },
493
+ {
494
+ "id": "fireworks/deepseek-r1-distill-llama-70b",
495
+ "name": "deepseek-r1-distill-llama-70b",
496
+ "created_by": "meta",
497
+ "source": "official",
498
+ "last_updated": "2026-03-21",
499
+ "family": "deepseek-r1",
500
+ "context_window": 131100,
501
+ "capabilities": { "streaming": true },
502
+ "pricing": {
503
+ "input": 1,
504
+ "output": 1
505
+ }
506
+ },
507
+ {
508
+ "id": "fireworks/deepseek-r1-distill-llama-8b",
509
+ "name": "deepseek-r1-distill-llama-8b",
510
+ "created_by": "meta",
511
+ "source": "official",
512
+ "last_updated": "2026-03-21",
513
+ "family": "deepseek-r1",
514
+ "context_window": 131100,
515
+ "capabilities": { "streaming": true },
516
+ "pricing": {
517
+ "input": 1,
518
+ "output": 1
519
+ }
520
+ },
521
+ {
522
+ "id": "fireworks/deepseek-r1-distill-qwen-14b",
523
+ "name": "deepseek-r1-distill-qwen-14b",
524
+ "created_by": "qwen",
525
+ "source": "official",
526
+ "last_updated": "2026-03-21",
527
+ "family": "deepseek-r1",
528
+ "context_window": 131100,
529
+ "capabilities": { "streaming": true },
530
+ "pricing": {
531
+ "input": 1,
532
+ "output": 1
533
+ }
534
+ },
535
+ {
536
+ "id": "fireworks/deepseek-r1-distill-qwen-1p5b",
537
+ "name": "deepseek-r1-distill-qwen-1p5b",
538
+ "created_by": "qwen",
539
+ "source": "official",
540
+ "last_updated": "2026-03-21",
541
+ "family": "deepseek-r1",
542
+ "context_window": 131100,
543
+ "capabilities": { "streaming": true },
544
+ "pricing": {
545
+ "input": 1,
546
+ "output": 1
547
+ }
548
+ },
549
+ {
550
+ "id": "fireworks/deepseek-r1-distill-qwen-32b",
551
+ "name": "deepseek-r1-distill-qwen-32b",
552
+ "created_by": "qwen",
553
+ "source": "official",
554
+ "last_updated": "2026-03-21",
555
+ "family": "deepseek-r1",
556
+ "context_window": 131100,
557
+ "capabilities": { "streaming": true },
558
+ "pricing": {
559
+ "input": 1,
560
+ "output": 1
561
+ }
562
+ },
563
+ {
564
+ "id": "fireworks/deepseek-r1-distill-qwen-7b",
565
+ "name": "deepseek-r1-distill-qwen-7b",
566
+ "created_by": "qwen",
567
+ "source": "official",
568
+ "last_updated": "2026-03-21",
569
+ "family": "deepseek-r1",
570
+ "context_window": 131100,
571
+ "capabilities": { "streaming": true },
572
+ "pricing": {
573
+ "input": 1,
574
+ "output": 1
575
+ }
576
+ },
577
+ {
578
+ "id": "fireworks/deepseek-r1",
579
+ "name": "deepseek-r1",
580
+ "created_by": "deepseek",
581
+ "source": "official",
582
+ "last_updated": "2026-03-21",
583
+ "family": "deepseek-r1",
584
+ "context_window": 163800,
585
+ "capabilities": { "streaming": true },
586
+ "pricing": {
587
+ "input": 1,
588
+ "output": 1
589
+ }
590
+ },
591
+ {
592
+ "id": "fireworks/deepseek-v2-lite-chat",
593
+ "name": "deepseek-v2-lite-chat",
594
+ "created_by": "deepseek",
595
+ "source": "official",
596
+ "last_updated": "2026-03-21",
597
+ "family": "deepseek",
598
+ "context_window": 163800,
599
+ "capabilities": { "streaming": true },
600
+ "pricing": {
601
+ "input": 1,
602
+ "output": 1
603
+ }
604
+ },
605
+ {
606
+ "id": "fireworks/deepseek-v2p5",
607
+ "name": "deepseek-v2p5",
608
+ "created_by": "deepseek",
609
+ "source": "official",
610
+ "last_updated": "2026-03-21",
611
+ "family": "deepseek",
612
+ "context_window": 32800,
613
+ "capabilities": { "streaming": true },
614
+ "pricing": {
615
+ "input": 1,
616
+ "output": 1
617
+ }
618
+ },
619
+ {
620
+ "id": "fireworks/deepseek-v3-0324",
621
+ "name": "deepseek-v3-0324",
622
+ "created_by": "deepseek",
623
+ "source": "official",
624
+ "last_updated": "2026-03-21",
625
+ "family": "deepseek",
626
+ "context_window": 163800,
627
+ "capabilities": { "streaming": true },
628
+ "pricing": {
629
+ "input": 1,
630
+ "output": 1
631
+ }
632
+ },
633
+ {
634
+ "id": "fireworks/deepseek-v3",
635
+ "name": "deepseek-v3",
636
+ "created_by": "deepseek",
637
+ "source": "official",
638
+ "last_updated": "2026-03-21",
639
+ "family": "deepseek",
640
+ "context_window": 131100,
641
+ "capabilities": { "streaming": true },
642
+ "pricing": {
643
+ "input": 1,
644
+ "output": 1
645
+ }
646
+ },
647
+ {
648
+ "id": "fireworks/deepseek-v3p1",
649
+ "name": "deepseek-v3p1",
650
+ "created_by": "deepseek",
651
+ "source": "official",
652
+ "last_updated": "2026-03-21",
653
+ "family": "deepseek",
654
+ "context_window": 163800,
655
+ "capabilities": { "streaming": true },
656
+ "pricing": {
657
+ "input": .56,
658
+ "output": 1.68
659
+ }
660
+ },
661
+ {
662
+ "id": "fireworks/deepseek-v3p2",
663
+ "name": "deepseek-v3p2",
664
+ "created_by": "deepseek",
665
+ "source": "official",
666
+ "last_updated": "2026-03-21",
667
+ "family": "deepseek",
668
+ "context_window": 163800,
669
+ "capabilities": { "streaming": true },
670
+ "pricing": {
671
+ "input": .56,
672
+ "output": 1.68
673
+ }
674
+ },
675
+ {
676
+ "id": "fireworks/devstral-small-2-24b-instruct-2512",
677
+ "name": "devstral-small-2-24b-instruct-2512",
678
+ "created_by": "fireworks",
679
+ "source": "official",
680
+ "last_updated": "2026-03-21",
681
+ "family": "devstral",
682
+ "alias": "fireworks/devstral-small-2-24b-instruct",
683
+ "capabilities": { "streaming": true },
684
+ "pricing": {
685
+ "input": 1,
686
+ "output": 1
687
+ }
688
+ },
689
+ {
690
+ "id": "fireworks/devstral-small-2-24b-instruct",
691
+ "name": "devstral-small-2-24b-instruct-2512",
692
+ "created_by": "fireworks",
693
+ "source": "official",
694
+ "last_updated": "2026-03-21",
695
+ "family": "devstral",
696
+ "capabilities": { "streaming": true },
697
+ "pricing": {
698
+ "input": 1,
699
+ "output": 1
700
+ },
701
+ "snapshots": ["fireworks/devstral-small-2-24b-instruct-2512"]
702
+ },
703
+ {
704
+ "id": "fireworks/devstral-small-2505",
705
+ "name": "devstral-small-2505",
706
+ "created_by": "fireworks",
707
+ "source": "official",
708
+ "last_updated": "2026-03-21",
709
+ "family": "devstral",
710
+ "context_window": 131100,
711
+ "alias": "fireworks/devstral-small",
712
+ "capabilities": { "streaming": true },
713
+ "pricing": {
714
+ "input": 1,
715
+ "output": 1
716
+ }
717
+ },
718
+ {
719
+ "id": "fireworks/devstral-small",
720
+ "name": "devstral-small-2505",
721
+ "created_by": "fireworks",
722
+ "source": "official",
723
+ "last_updated": "2026-03-21",
724
+ "family": "devstral",
725
+ "context_window": 131100,
726
+ "capabilities": { "streaming": true },
727
+ "pricing": {
728
+ "input": 1,
729
+ "output": 1
730
+ },
731
+ "snapshots": ["fireworks/devstral-small-2505"]
732
+ },
733
+ {
734
+ "id": "fireworks/dolphin-2-9-2-qwen2-72b",
735
+ "name": "dolphin-2-9-2-qwen2-72b",
736
+ "created_by": "qwen",
737
+ "source": "official",
738
+ "last_updated": "2026-03-21",
739
+ "context_window": 131100,
740
+ "capabilities": { "streaming": true },
741
+ "pricing": {
742
+ "input": 1,
743
+ "output": 1
744
+ }
745
+ },
746
+ {
747
+ "id": "fireworks/dolphin-2p6-mixtral-8x7b",
748
+ "name": "dolphin-2p6-mixtral-8x7b",
749
+ "created_by": "mistral",
750
+ "source": "official",
751
+ "last_updated": "2026-03-21",
752
+ "context_window": 32800,
753
+ "capabilities": { "streaming": true },
754
+ "pricing": {
755
+ "input": 1,
756
+ "output": 1
757
+ }
758
+ },
759
+ {
760
+ "id": "fireworks/ernie-4p5-21b-a3b-pt",
761
+ "name": "ernie-4p5-21b-a3b-pt",
762
+ "created_by": "fireworks",
763
+ "source": "official",
764
+ "last_updated": "2026-03-21",
765
+ "context_window": 131100,
766
+ "capabilities": { "streaming": true },
767
+ "pricing": {
768
+ "input": 1,
769
+ "output": 1
770
+ }
771
+ },
772
+ {
773
+ "id": "fireworks/ernie-4p5-300b-a47b-pt",
774
+ "name": "ernie-4p5-300b-a47b-pt",
775
+ "created_by": "fireworks",
776
+ "source": "official",
777
+ "last_updated": "2026-03-21",
778
+ "capabilities": { "streaming": true },
779
+ "pricing": {
780
+ "input": 1,
781
+ "output": 1
782
+ }
783
+ },
784
+ {
785
+ "id": "fireworks/fare-20b",
786
+ "name": "fare-20b",
787
+ "created_by": "fireworks",
788
+ "source": "official",
789
+ "last_updated": "2026-03-21",
790
+ "context_window": 131100,
791
+ "capabilities": { "streaming": true },
792
+ "pricing": {
793
+ "input": 1,
794
+ "output": 1
795
+ }
796
+ },
797
+ {
798
+ "id": "fireworks/firefunction-v1",
799
+ "name": "firefunction-v1",
800
+ "created_by": "fireworks",
801
+ "source": "official",
802
+ "last_updated": "2026-03-21",
803
+ "context_window": 32800,
804
+ "capabilities": { "streaming": true },
805
+ "pricing": {
806
+ "input": 1,
807
+ "output": 1
808
+ }
809
+ },
810
+ {
811
+ "id": "fireworks/firefunction-v2",
812
+ "name": "firefunction-v2",
813
+ "created_by": "fireworks",
814
+ "source": "official",
815
+ "last_updated": "2026-03-21",
816
+ "capabilities": { "streaming": true },
817
+ "pricing": {
818
+ "input": 1,
819
+ "output": 1
820
+ }
821
+ },
822
+ {
823
+ "id": "fireworks/firellava-13b",
824
+ "name": "firellava-13b",
825
+ "created_by": "fireworks",
826
+ "source": "official",
827
+ "last_updated": "2026-03-21",
828
+ "context_window": 4100,
829
+ "capabilities": { "streaming": true },
830
+ "pricing": {
831
+ "input": 1,
832
+ "output": 1
833
+ }
834
+ },
835
+ {
836
+ "id": "fireworks/firesearch-ocr-v6",
837
+ "name": "firesearch-ocr-v6",
838
+ "created_by": "fireworks",
839
+ "source": "official",
840
+ "last_updated": "2026-03-21",
841
+ "context_window": 8200,
842
+ "capabilities": { "streaming": true },
843
+ "pricing": {
844
+ "input": 1,
845
+ "output": 1
846
+ }
847
+ },
848
+ {
849
+ "id": "fireworks/fireworks-asr-large",
850
+ "name": "fireworks-asr-large",
851
+ "created_by": "fireworks",
852
+ "source": "official",
853
+ "last_updated": "2026-03-21",
854
+ "capabilities": { "streaming": true },
855
+ "pricing": {
856
+ "input": .0032,
857
+ "output": 1
858
+ }
859
+ },
860
+ {
861
+ "id": "fireworks/fireworks-asr-v2",
862
+ "name": "fireworks-asr-v2",
863
+ "created_by": "fireworks",
864
+ "source": "official",
865
+ "last_updated": "2026-03-21",
866
+ "capabilities": { "streaming": true },
867
+ "pricing": {
868
+ "input": .0035,
869
+ "output": 1
870
+ }
871
+ },
872
+ {
873
+ "id": "fireworks/flux-1-dev-controlnet-union",
874
+ "name": "flux-1-dev-controlnet-union",
875
+ "created_by": "stability",
876
+ "source": "official",
877
+ "last_updated": "2026-03-21",
878
+ "capabilities": { "streaming": true },
879
+ "pricing": {
880
+ "input": 1,
881
+ "output": 1
882
+ }
883
+ },
884
+ {
885
+ "id": "fireworks/flux-1-dev-fp8",
886
+ "name": "flux-1-dev-fp8",
887
+ "created_by": "stability",
888
+ "source": "official",
889
+ "last_updated": "2026-03-21",
890
+ "capabilities": { "streaming": true },
891
+ "pricing": {
892
+ "input": 1,
893
+ "output": 1
894
+ }
895
+ },
896
+ {
897
+ "id": "fireworks/flux-1-schnell-fp8",
898
+ "name": "flux-1-schnell-fp8",
899
+ "created_by": "stability",
900
+ "source": "official",
901
+ "last_updated": "2026-03-21",
902
+ "capabilities": { "streaming": true },
903
+ "pricing": {
904
+ "input": 1,
905
+ "output": 1
906
+ }
907
+ },
908
+ {
909
+ "id": "fireworks/flux-1-schnell",
910
+ "name": "flux-1-schnell",
911
+ "created_by": "stability",
912
+ "source": "official",
913
+ "last_updated": "2026-03-21",
914
+ "capabilities": { "streaming": true },
915
+ "pricing": {
916
+ "input": 1,
917
+ "output": 1
918
+ }
919
+ },
920
+ {
921
+ "id": "fireworks/flux-kontext-max",
922
+ "name": "flux-kontext-max",
923
+ "created_by": "stability",
924
+ "source": "official",
925
+ "last_updated": "2026-03-21",
926
+ "capabilities": { "streaming": true },
927
+ "pricing": {
928
+ "input": .08,
929
+ "output": 1
930
+ }
931
+ },
932
+ {
933
+ "id": "fireworks/flux-kontext-pro",
934
+ "name": "flux-kontext-pro",
935
+ "created_by": "stability",
936
+ "source": "official",
937
+ "last_updated": "2026-03-21",
938
+ "capabilities": { "streaming": true },
939
+ "pricing": {
940
+ "input": .04,
941
+ "output": 1
942
+ }
943
+ },
944
+ {
945
+ "id": "fireworks/gemma-2b-it",
946
+ "name": "gemma-2b-it",
947
+ "created_by": "google",
948
+ "source": "official",
949
+ "last_updated": "2026-03-21",
950
+ "family": "gemma-2b",
951
+ "context_window": 8200,
952
+ "capabilities": { "streaming": true },
953
+ "pricing": {
954
+ "input": 1,
955
+ "output": 1
956
+ }
957
+ },
958
+ {
959
+ "id": "fireworks/gemma-3-12b-it",
960
+ "name": "gemma-3-12b-it",
961
+ "created_by": "google",
962
+ "source": "official",
963
+ "last_updated": "2026-03-21",
964
+ "family": "gemma-3",
965
+ "context_window": 131100,
966
+ "capabilities": { "streaming": true },
967
+ "pricing": {
968
+ "input": 1,
969
+ "output": 1
970
+ }
971
+ },
972
+ {
973
+ "id": "fireworks/gemma-3-27b-it",
974
+ "name": "gemma-3-27b-it",
975
+ "created_by": "google",
976
+ "source": "official",
977
+ "last_updated": "2026-03-21",
978
+ "family": "gemma-3",
979
+ "context_window": 131100,
980
+ "capabilities": { "streaming": true },
981
+ "pricing": {
982
+ "input": 1,
983
+ "output": 1
984
+ }
985
+ },
986
+ {
987
+ "id": "fireworks/gemma-3-4b-it",
988
+ "name": "gemma-3-4b-it",
989
+ "created_by": "google",
990
+ "source": "official",
991
+ "last_updated": "2026-03-21",
992
+ "family": "gemma-3",
993
+ "context_window": 131100,
994
+ "capabilities": { "streaming": true },
995
+ "pricing": {
996
+ "input": 1,
997
+ "output": 1
998
+ }
999
+ },
1000
+ {
1001
+ "id": "fireworks/gemma-7b-it",
1002
+ "name": "gemma-7b-it",
1003
+ "created_by": "google",
1004
+ "source": "official",
1005
+ "last_updated": "2026-03-21",
1006
+ "family": "gemma-7b",
1007
+ "context_window": 8200,
1008
+ "capabilities": { "streaming": true },
1009
+ "pricing": {
1010
+ "input": 1,
1011
+ "output": 1
1012
+ }
1013
+ },
1014
+ {
1015
+ "id": "fireworks/gemma-7b",
1016
+ "name": "gemma-7b",
1017
+ "created_by": "google",
1018
+ "source": "official",
1019
+ "last_updated": "2026-03-21",
1020
+ "family": "gemma-7b",
1021
+ "context_window": 8200,
1022
+ "capabilities": { "streaming": true },
1023
+ "pricing": {
1024
+ "input": 1,
1025
+ "output": 1
1026
+ }
1027
+ },
1028
+ {
1029
+ "id": "fireworks/gemma2-9b-it",
1030
+ "name": "gemma2-9b-it",
1031
+ "created_by": "google",
1032
+ "source": "official",
1033
+ "last_updated": "2026-03-21",
1034
+ "context_window": 8200,
1035
+ "capabilities": { "streaming": true },
1036
+ "pricing": {
1037
+ "input": 1,
1038
+ "output": 1
1039
+ }
1040
+ },
1041
+ {
1042
+ "id": "fireworks/glm-4p5-air",
1043
+ "name": "glm-4p5-air",
1044
+ "created_by": "zhipu",
1045
+ "source": "official",
1046
+ "last_updated": "2026-03-21",
1047
+ "context_window": 131100,
1048
+ "capabilities": { "streaming": true },
1049
+ "pricing": {
1050
+ "input": .22,
1051
+ "output": 1
1052
+ }
1053
+ },
1054
+ {
1055
+ "id": "fireworks/glm-4p5",
1056
+ "name": "glm-4p5",
1057
+ "created_by": "zhipu",
1058
+ "source": "official",
1059
+ "last_updated": "2026-03-21",
1060
+ "context_window": 131100,
1061
+ "capabilities": { "streaming": true },
1062
+ "pricing": {
1063
+ "input": 1,
1064
+ "output": 1
1065
+ }
1066
+ },
1067
+ {
1068
+ "id": "fireworks/glm-4p5v",
1069
+ "name": "glm-4p5v",
1070
+ "created_by": "zhipu",
1071
+ "source": "official",
1072
+ "last_updated": "2026-03-21",
1073
+ "context_window": 131100,
1074
+ "capabilities": { "streaming": true },
1075
+ "pricing": {
1076
+ "input": 1,
1077
+ "output": 1
1078
+ }
1079
+ },
1080
+ {
1081
+ "id": "fireworks/glm-4p6",
1082
+ "name": "glm-4p6",
1083
+ "created_by": "zhipu",
1084
+ "source": "official",
1085
+ "last_updated": "2026-03-21",
1086
+ "context_window": 202800,
1087
+ "capabilities": { "streaming": true },
1088
+ "pricing": {
1089
+ "input": 1,
1090
+ "output": 1
1091
+ }
1092
+ },
1093
+ {
1094
+ "id": "fireworks/glm-4p7-flash",
1095
+ "name": "glm-4p7-flash",
1096
+ "created_by": "zhipu",
1097
+ "source": "official",
1098
+ "last_updated": "2026-03-21",
1099
+ "context_window": 202800,
1100
+ "capabilities": { "streaming": true },
1101
+ "pricing": {
1102
+ "input": 1,
1103
+ "output": 1
1104
+ }
1105
+ },
1106
+ {
1107
+ "id": "fireworks/glm-4p7",
1108
+ "name": "glm-4p7",
1109
+ "created_by": "zhipu",
1110
+ "source": "official",
1111
+ "last_updated": "2026-03-21",
1112
+ "context_window": 202800,
1113
+ "capabilities": { "streaming": true },
1114
+ "pricing": {
1115
+ "input": .6,
1116
+ "output": 2.2
1117
+ }
1118
+ },
1119
+ {
1120
+ "id": "fireworks/glm-5",
1121
+ "name": "glm-5",
1122
+ "created_by": "zhipu",
1123
+ "source": "official",
1124
+ "last_updated": "2026-03-21",
1125
+ "context_window": 202800,
1126
+ "capabilities": { "streaming": true },
1127
+ "pricing": {
1128
+ "input": 1,
1129
+ "output": 3.2
1130
+ }
1131
+ },
1132
+ {
1133
+ "id": "fireworks/gpt-oss-120b",
1134
+ "name": "gpt-oss-120b",
1135
+ "created_by": "openai",
1136
+ "source": "official",
1137
+ "last_updated": "2026-03-21",
1138
+ "family": "gpt-oss",
1139
+ "context_window": 131100,
1140
+ "capabilities": { "streaming": true },
1141
+ "pricing": {
1142
+ "input": .15,
1143
+ "output": .6
1144
+ }
1145
+ },
1146
+ {
1147
+ "id": "fireworks/gpt-oss-20b",
1148
+ "name": "gpt-oss-20b",
1149
+ "created_by": "openai",
1150
+ "source": "official",
1151
+ "last_updated": "2026-03-21",
1152
+ "family": "gpt-oss",
1153
+ "context_window": 131100,
1154
+ "capabilities": { "streaming": true },
1155
+ "pricing": {
1156
+ "input": .07,
1157
+ "output": .3
1158
+ }
1159
+ },
1160
+ {
1161
+ "id": "fireworks/gpt-oss-safeguard-120b",
1162
+ "name": "gpt-oss-safeguard-120b",
1163
+ "created_by": "openai",
1164
+ "source": "official",
1165
+ "last_updated": "2026-03-21",
1166
+ "family": "gpt-oss",
1167
+ "context_window": 131100,
1168
+ "capabilities": { "streaming": true },
1169
+ "pricing": {
1170
+ "input": 1,
1171
+ "output": 1
1172
+ },
1173
+ "model_type": "moderation"
1174
+ },
1175
+ {
1176
+ "id": "fireworks/gpt-oss-safeguard-20b",
1177
+ "name": "gpt-oss-safeguard-20b",
1178
+ "created_by": "openai",
1179
+ "source": "official",
1180
+ "last_updated": "2026-03-21",
1181
+ "family": "gpt-oss",
1182
+ "context_window": 131100,
1183
+ "capabilities": { "streaming": true },
1184
+ "pricing": {
1185
+ "input": 1,
1186
+ "output": 1
1187
+ },
1188
+ "model_type": "moderation"
1189
+ },
1190
+ {
1191
+ "id": "fireworks/hermes-2-pro-mistral-7b",
1192
+ "name": "hermes-2-pro-mistral-7b",
1193
+ "created_by": "mistral",
1194
+ "source": "official",
1195
+ "last_updated": "2026-03-21",
1196
+ "context_window": 32800,
1197
+ "capabilities": { "streaming": true },
1198
+ "pricing": {
1199
+ "input": 1,
1200
+ "output": 1
1201
+ }
1202
+ },
1203
+ {
1204
+ "id": "fireworks/internvl3-38b",
1205
+ "name": "internvl3-38b",
1206
+ "created_by": "fireworks",
1207
+ "source": "official",
1208
+ "last_updated": "2026-03-21",
1209
+ "context_window": 16400,
1210
+ "capabilities": { "streaming": true },
1211
+ "pricing": {
1212
+ "input": 1,
1213
+ "output": 1
1214
+ }
1215
+ },
1216
+ {
1217
+ "id": "fireworks/internvl3-78b",
1218
+ "name": "internvl3-78b",
1219
+ "created_by": "fireworks",
1220
+ "source": "official",
1221
+ "last_updated": "2026-03-21",
1222
+ "context_window": 16400,
1223
+ "capabilities": { "streaming": true },
1224
+ "pricing": {
1225
+ "input": 1,
1226
+ "output": 1
1227
+ }
1228
+ },
1229
+ {
1230
+ "id": "fireworks/internvl3-8b",
1231
+ "name": "internvl3-8b",
1232
+ "created_by": "fireworks",
1233
+ "source": "official",
1234
+ "last_updated": "2026-03-21",
1235
+ "context_window": 16400,
1236
+ "capabilities": { "streaming": true },
1237
+ "pricing": {
1238
+ "input": 1,
1239
+ "output": 1
1240
+ }
1241
+ },
1242
+ {
1243
+ "id": "fireworks/japanese-stable-diffusion-xl",
1244
+ "name": "japanese-stable-diffusion-xl",
1245
+ "created_by": "fireworks",
1246
+ "source": "official",
1247
+ "last_updated": "2026-03-21",
1248
+ "capabilities": { "streaming": true },
1249
+ "pricing": {
1250
+ "input": 1,
1251
+ "output": 1
1252
+ }
1253
+ },
1254
+ {
1255
+ "id": "fireworks/kat-coder",
1256
+ "name": "kat-coder",
1257
+ "created_by": "fireworks",
1258
+ "source": "official",
1259
+ "last_updated": "2026-03-21",
1260
+ "context_window": 262100,
1261
+ "capabilities": { "streaming": true },
1262
+ "pricing": {
1263
+ "input": 1,
1264
+ "output": 1
1265
+ }
1266
+ },
1267
+ {
1268
+ "id": "fireworks/kat-dev-32b",
1269
+ "name": "kat-dev-32b",
1270
+ "created_by": "fireworks",
1271
+ "source": "official",
1272
+ "last_updated": "2026-03-21",
1273
+ "context_window": 131100,
1274
+ "capabilities": { "streaming": true },
1275
+ "pricing": {
1276
+ "input": 1,
1277
+ "output": 1
1278
+ }
1279
+ },
1280
+ {
1281
+ "id": "fireworks/kat-dev-72b-exp",
1282
+ "name": "kat-dev-72b-exp",
1283
+ "created_by": "fireworks",
1284
+ "source": "official",
1285
+ "last_updated": "2026-03-21",
1286
+ "context_window": 131100,
1287
+ "capabilities": { "streaming": true },
1288
+ "pricing": {
1289
+ "input": 1,
1290
+ "output": 1
1291
+ }
1292
+ },
1293
+ {
1294
+ "id": "fireworks/kimi-k2-instruct-0905",
1295
+ "name": "kimi-k2-instruct-0905",
1296
+ "created_by": "moonshot",
1297
+ "source": "official",
1298
+ "last_updated": "2026-03-21",
1299
+ "context_window": 262100,
1300
+ "capabilities": { "streaming": true },
1301
+ "pricing": {
1302
+ "input": .6,
1303
+ "output": 2.5
1304
+ }
1305
+ },
1306
+ {
1307
+ "id": "fireworks/kimi-k2-instruct",
1308
+ "name": "kimi-k2-instruct",
1309
+ "created_by": "moonshot",
1310
+ "source": "official",
1311
+ "last_updated": "2026-03-21",
1312
+ "context_window": 131100,
1313
+ "capabilities": { "streaming": true },
1314
+ "pricing": {
1315
+ "input": 1,
1316
+ "output": 1
1317
+ }
1318
+ },
1319
+ {
1320
+ "id": "fireworks/kimi-k2-thinking",
1321
+ "name": "kimi-k2-thinking",
1322
+ "created_by": "moonshot",
1323
+ "source": "official",
1324
+ "last_updated": "2026-03-21",
1325
+ "context_window": 262100,
1326
+ "capabilities": { "streaming": true },
1327
+ "pricing": {
1328
+ "input": .6,
1329
+ "output": 2.5
1330
+ }
1331
+ },
1332
+ {
1333
+ "id": "fireworks/kimi-k2p5",
1334
+ "name": "kimi-k2p5",
1335
+ "created_by": "moonshot",
1336
+ "source": "official",
1337
+ "last_updated": "2026-03-21",
1338
+ "context_window": 262100,
1339
+ "capabilities": { "streaming": true },
1340
+ "pricing": {
1341
+ "input": .6,
1342
+ "output": 3
1343
+ }
1344
+ },
1345
+ {
1346
+ "id": "fireworks/llama-guard-2-8b",
1347
+ "name": "llama-guard-2-8b",
1348
+ "created_by": "meta",
1349
+ "source": "official",
1350
+ "last_updated": "2026-03-21",
1351
+ "family": "llama-guard",
1352
+ "context_window": 8200,
1353
+ "capabilities": { "streaming": true },
1354
+ "pricing": {
1355
+ "input": 1,
1356
+ "output": 1
1357
+ },
1358
+ "model_type": "moderation"
1359
+ },
1360
+ {
1361
+ "id": "fireworks/llama-guard-3-1b",
1362
+ "name": "llama-guard-3-1b",
1363
+ "created_by": "meta",
1364
+ "source": "official",
1365
+ "last_updated": "2026-03-21",
1366
+ "family": "llama-guard",
1367
+ "context_window": 131100,
1368
+ "capabilities": { "streaming": true },
1369
+ "pricing": {
1370
+ "input": 1,
1371
+ "output": 1
1372
+ },
1373
+ "model_type": "moderation"
1374
+ },
1375
+ {
1376
+ "id": "fireworks/llama-guard-3-8b",
1377
+ "name": "llama-guard-3-8b",
1378
+ "created_by": "meta",
1379
+ "source": "official",
1380
+ "last_updated": "2026-03-21",
1381
+ "family": "llama-guard",
1382
+ "context_window": 131100,
1383
+ "capabilities": { "streaming": true },
1384
+ "pricing": {
1385
+ "input": 1,
1386
+ "output": 1
1387
+ },
1388
+ "model_type": "moderation"
1389
+ },
1390
+ {
1391
+ "id": "fireworks/llama-v2-13b-chat",
1392
+ "name": "llama-v2-13b-chat",
1393
+ "created_by": "meta",
1394
+ "source": "official",
1395
+ "last_updated": "2026-03-21",
1396
+ "context_window": 4100,
1397
+ "capabilities": { "streaming": true },
1398
+ "pricing": {
1399
+ "input": 1,
1400
+ "output": 1
1401
+ }
1402
+ },
1403
+ {
1404
+ "id": "fireworks/llama-v2-13b",
1405
+ "name": "llama-v2-13b",
1406
+ "created_by": "meta",
1407
+ "source": "official",
1408
+ "last_updated": "2026-03-21",
1409
+ "context_window": 4100,
1410
+ "capabilities": { "streaming": true },
1411
+ "pricing": {
1412
+ "input": 1,
1413
+ "output": 1
1414
+ }
1415
+ },
1416
+ {
1417
+ "id": "fireworks/llama-v2-70b-chat",
1418
+ "name": "llama-v2-70b-chat",
1419
+ "created_by": "meta",
1420
+ "source": "official",
1421
+ "last_updated": "2026-03-21",
1422
+ "context_window": 2e3,
1423
+ "capabilities": { "streaming": true },
1424
+ "pricing": {
1425
+ "input": 1,
1426
+ "output": 1
1427
+ }
1428
+ },
1429
+ {
1430
+ "id": "fireworks/llama-v2-70b",
1431
+ "name": "llama-v2-70b",
1432
+ "created_by": "meta",
1433
+ "source": "official",
1434
+ "last_updated": "2026-03-21",
1435
+ "context_window": 4100,
1436
+ "capabilities": { "streaming": true },
1437
+ "pricing": {
1438
+ "input": 1,
1439
+ "output": 1
1440
+ }
1441
+ },
1442
+ {
1443
+ "id": "fireworks/llama-v2-7b-chat",
1444
+ "name": "llama-v2-7b-chat",
1445
+ "created_by": "meta",
1446
+ "source": "official",
1447
+ "last_updated": "2026-03-21",
1448
+ "context_window": 4100,
1449
+ "capabilities": { "streaming": true },
1450
+ "pricing": {
1451
+ "input": 1,
1452
+ "output": 1
1453
+ }
1454
+ },
1455
+ {
1456
+ "id": "fireworks/llama-v2-7b",
1457
+ "name": "llama-v2-7b",
1458
+ "created_by": "meta",
1459
+ "source": "official",
1460
+ "last_updated": "2026-03-21",
1461
+ "context_window": 4100,
1462
+ "capabilities": { "streaming": true },
1463
+ "pricing": {
1464
+ "input": 1,
1465
+ "output": 1
1466
+ }
1467
+ },
1468
+ {
1469
+ "id": "fireworks/llama-v3-70b-instruct-hf",
1470
+ "name": "llama-v3-70b-instruct-hf",
1471
+ "created_by": "meta",
1472
+ "source": "official",
1473
+ "last_updated": "2026-03-21",
1474
+ "context_window": 8200,
1475
+ "capabilities": { "streaming": true },
1476
+ "pricing": {
1477
+ "input": 1,
1478
+ "output": 1
1479
+ }
1480
+ },
1481
+ {
1482
+ "id": "fireworks/llama-v3-70b-instruct",
1483
+ "name": "llama-v3-70b-instruct",
1484
+ "created_by": "meta",
1485
+ "source": "official",
1486
+ "last_updated": "2026-03-21",
1487
+ "context_window": 8200,
1488
+ "capabilities": { "streaming": true },
1489
+ "pricing": {
1490
+ "input": 1,
1491
+ "output": 1
1492
+ }
1493
+ },
1494
+ {
1495
+ "id": "fireworks/llama-v3-8b-instruct-hf",
1496
+ "name": "llama-v3-8b-instruct-hf",
1497
+ "created_by": "meta",
1498
+ "source": "official",
1499
+ "last_updated": "2026-03-21",
1500
+ "context_window": 8200,
1501
+ "capabilities": { "streaming": true },
1502
+ "pricing": {
1503
+ "input": 1,
1504
+ "output": 1
1505
+ }
1506
+ },
1507
+ {
1508
+ "id": "fireworks/llama-v3-8b",
1509
+ "name": "llama-v3-8b",
1510
+ "created_by": "meta",
1511
+ "source": "official",
1512
+ "last_updated": "2026-03-21",
1513
+ "context_window": 8200,
1514
+ "capabilities": { "streaming": true },
1515
+ "pricing": {
1516
+ "input": 1,
1517
+ "output": 1
1518
+ }
1519
+ },
1520
+ {
1521
+ "id": "fireworks/llama-v3p1-405b-instruct-long",
1522
+ "name": "llama-v3p1-405b-instruct-long",
1523
+ "created_by": "meta",
1524
+ "source": "official",
1525
+ "last_updated": "2026-03-21",
1526
+ "capabilities": { "streaming": true },
1527
+ "pricing": {
1528
+ "input": 1,
1529
+ "output": 1
1530
+ }
1531
+ },
1532
+ {
1533
+ "id": "fireworks/llama-v3p1-405b-instruct",
1534
+ "name": "llama-v3p1-405b-instruct",
1535
+ "created_by": "meta",
1536
+ "source": "official",
1537
+ "last_updated": "2026-03-21",
1538
+ "context_window": 131100,
1539
+ "capabilities": { "streaming": true },
1540
+ "pricing": {
1541
+ "input": 1,
1542
+ "output": 1
1543
+ }
1544
+ },
1545
+ {
1546
+ "id": "fireworks/llama-v3p1-70b-instruct-1b",
1547
+ "name": "llama-v3p1-70b-instruct-1b",
1548
+ "created_by": "meta",
1549
+ "source": "official",
1550
+ "last_updated": "2026-03-21",
1551
+ "capabilities": { "streaming": true },
1552
+ "pricing": {
1553
+ "input": 1,
1554
+ "output": 1
1555
+ }
1556
+ },
1557
+ {
1558
+ "id": "fireworks/llama-v3p1-70b-instruct",
1559
+ "name": "llama-v3p1-70b-instruct",
1560
+ "created_by": "meta",
1561
+ "source": "official",
1562
+ "last_updated": "2026-03-21",
1563
+ "context_window": 131100,
1564
+ "capabilities": { "streaming": true },
1565
+ "pricing": {
1566
+ "input": .9,
1567
+ "output": 1
1568
+ }
1569
+ },
1570
+ {
1571
+ "id": "fireworks/llama-v3p1-8b-instruct",
1572
+ "name": "llama-v3p1-8b-instruct",
1573
+ "created_by": "meta",
1574
+ "source": "official",
1575
+ "last_updated": "2026-03-21",
1576
+ "context_window": 131100,
1577
+ "capabilities": { "streaming": true },
1578
+ "pricing": {
1579
+ "input": 1,
1580
+ "output": 1
1581
+ }
1582
+ },
1583
+ {
1584
+ "id": "fireworks/llama-v3p1-nemotron-70b-instruct",
1585
+ "name": "llama-v3p1-nemotron-70b-instruct",
1586
+ "created_by": "meta",
1587
+ "source": "official",
1588
+ "last_updated": "2026-03-21",
1589
+ "context_window": 131100,
1590
+ "capabilities": { "streaming": true },
1591
+ "pricing": {
1592
+ "input": 1,
1593
+ "output": 1
1594
+ }
1595
+ },
1596
+ {
1597
+ "id": "fireworks/llama-v3p2-11b-vision-instruct",
1598
+ "name": "llama-v3p2-11b-vision-instruct",
1599
+ "created_by": "meta",
1600
+ "source": "official",
1601
+ "last_updated": "2026-03-21",
1602
+ "context_window": 131100,
1603
+ "capabilities": { "streaming": true },
1604
+ "pricing": {
1605
+ "input": 1,
1606
+ "output": 1
1607
+ }
1608
+ },
1609
+ {
1610
+ "id": "fireworks/llama-v3p2-1b-instruct",
1611
+ "name": "llama-v3p2-1b-instruct",
1612
+ "created_by": "meta",
1613
+ "source": "official",
1614
+ "last_updated": "2026-03-21",
1615
+ "context_window": 131100,
1616
+ "capabilities": { "streaming": true },
1617
+ "pricing": {
1618
+ "input": 1,
1619
+ "output": 1
1620
+ }
1621
+ },
1622
+ {
1623
+ "id": "fireworks/llama-v3p2-1b",
1624
+ "name": "llama-v3p2-1b",
1625
+ "created_by": "meta",
1626
+ "source": "official",
1627
+ "last_updated": "2026-03-21",
1628
+ "context_window": 131100,
1629
+ "capabilities": { "streaming": true },
1630
+ "pricing": {
1631
+ "input": 1,
1632
+ "output": 1
1633
+ }
1634
+ },
1635
+ {
1636
+ "id": "fireworks/llama-v3p2-3b-instruct",
1637
+ "name": "llama-v3p2-3b-instruct",
1638
+ "created_by": "meta",
1639
+ "source": "official",
1640
+ "last_updated": "2026-03-21",
1641
+ "context_window": 131100,
1642
+ "capabilities": { "streaming": true },
1643
+ "pricing": {
1644
+ "input": 1,
1645
+ "output": 1
1646
+ }
1647
+ },
1648
+ {
1649
+ "id": "fireworks/llama-v3p2-3b",
1650
+ "name": "llama-v3p2-3b",
1651
+ "created_by": "meta",
1652
+ "source": "official",
1653
+ "last_updated": "2026-03-21",
1654
+ "context_window": 131100,
1655
+ "capabilities": { "streaming": true },
1656
+ "pricing": {
1657
+ "input": 1,
1658
+ "output": 1
1659
+ }
1660
+ },
1661
+ {
1662
+ "id": "fireworks/llama-v3p2-90b-vision-instruct",
1663
+ "name": "llama-v3p2-90b-vision-instruct",
1664
+ "created_by": "meta",
1665
+ "source": "official",
1666
+ "last_updated": "2026-03-21",
1667
+ "context_window": 131100,
1668
+ "capabilities": { "streaming": true },
1669
+ "pricing": {
1670
+ "input": 1,
1671
+ "output": 1
1672
+ }
1673
+ },
1674
+ {
1675
+ "id": "fireworks/llama-v3p3-70b-instruct",
1676
+ "name": "llama-v3p3-70b-instruct",
1677
+ "created_by": "meta",
1678
+ "source": "official",
1679
+ "last_updated": "2026-03-21",
1680
+ "context_window": 131100,
1681
+ "capabilities": { "streaming": true },
1682
+ "pricing": {
1683
+ "input": .9,
1684
+ "output": .9
1685
+ }
1686
+ },
1687
+ {
1688
+ "id": "fireworks/llama4-maverick-instruct-basic",
1689
+ "name": "llama4-maverick-instruct-basic",
1690
+ "created_by": "meta",
1691
+ "source": "official",
1692
+ "last_updated": "2026-03-21",
1693
+ "context_window": 1048600,
1694
+ "capabilities": { "streaming": true },
1695
+ "pricing": {
1696
+ "input": 1,
1697
+ "output": 1
1698
+ }
1699
+ },
1700
+ {
1701
+ "id": "fireworks/llama4-scout-instruct-basic",
1702
+ "name": "llama4-scout-instruct-basic",
1703
+ "created_by": "meta",
1704
+ "source": "official",
1705
+ "last_updated": "2026-03-21",
1706
+ "context_window": 1048600,
1707
+ "capabilities": { "streaming": true },
1708
+ "pricing": {
1709
+ "input": .15,
1710
+ "output": 1
1711
+ }
1712
+ },
1713
+ {
1714
+ "id": "fireworks/llamaguard-7b",
1715
+ "name": "llamaguard-7b",
1716
+ "created_by": "meta",
1717
+ "source": "official",
1718
+ "last_updated": "2026-03-21",
1719
+ "context_window": 4100,
1720
+ "capabilities": { "streaming": true },
1721
+ "pricing": {
1722
+ "input": 1,
1723
+ "output": 1
1724
+ },
1725
+ "model_type": "moderation"
1726
+ },
1727
+ {
1728
+ "id": "fireworks/llava-yi-34b",
1729
+ "name": "llava-yi-34b",
1730
+ "created_by": "fireworks",
1731
+ "source": "official",
1732
+ "last_updated": "2026-03-21",
1733
+ "context_window": 4100,
1734
+ "capabilities": { "streaming": true },
1735
+ "pricing": {
1736
+ "input": 1,
1737
+ "output": 1
1738
+ }
1739
+ },
1740
+ {
1741
+ "id": "fireworks/minimax-m1-80k",
1742
+ "name": "minimax-m1-80k",
1743
+ "created_by": "minimax",
1744
+ "source": "official",
1745
+ "last_updated": "2026-03-21",
1746
+ "capabilities": { "streaming": true },
1747
+ "pricing": {
1748
+ "input": 1,
1749
+ "output": 1
1750
+ }
1751
+ },
1752
+ {
1753
+ "id": "fireworks/minimax-m2",
1754
+ "name": "minimax-m2",
1755
+ "created_by": "minimax",
1756
+ "source": "official",
1757
+ "last_updated": "2026-03-21",
1758
+ "context_window": 196600,
1759
+ "capabilities": { "streaming": true },
1760
+ "pricing": {
1761
+ "input": 1,
1762
+ "output": 1
1763
+ }
1764
+ },
1765
+ {
1766
+ "id": "fireworks/minimax-m2p1",
1767
+ "name": "minimax-m2p1",
1768
+ "created_by": "minimax",
1769
+ "source": "official",
1770
+ "last_updated": "2026-03-21",
1771
+ "context_window": 196600,
1772
+ "capabilities": { "streaming": true },
1773
+ "pricing": {
1774
+ "input": .3,
1775
+ "output": 1.2
1776
+ }
1777
+ },
1778
+ {
1779
+ "id": "fireworks/minimax-m2p5",
1780
+ "name": "minimax-m2p5",
1781
+ "created_by": "minimax",
1782
+ "source": "official",
1783
+ "last_updated": "2026-03-21",
1784
+ "context_window": 196600,
1785
+ "capabilities": { "streaming": true },
1786
+ "pricing": {
1787
+ "input": .3,
1788
+ "output": 1.2
1789
+ }
1790
+ },
1791
+ {
1792
+ "id": "fireworks/ministral-3-14b-instruct-2512",
1793
+ "name": "ministral-3-14b-instruct-2512",
1794
+ "created_by": "mistral",
1795
+ "source": "official",
1796
+ "last_updated": "2026-03-21",
1797
+ "family": "ministral",
1798
+ "context_window": 256e3,
1799
+ "alias": "fireworks/ministral-3-14b-instruct",
1800
+ "capabilities": { "streaming": true },
1801
+ "pricing": {
1802
+ "input": 1,
1803
+ "output": 1
1804
+ }
1805
+ },
1806
+ {
1807
+ "id": "fireworks/ministral-3-14b-instruct",
1808
+ "name": "ministral-3-14b-instruct-2512",
1809
+ "created_by": "mistral",
1810
+ "source": "official",
1811
+ "last_updated": "2026-03-21",
1812
+ "family": "ministral",
1813
+ "context_window": 256e3,
1814
+ "capabilities": { "streaming": true },
1815
+ "pricing": {
1816
+ "input": 1,
1817
+ "output": 1
1818
+ },
1819
+ "snapshots": ["fireworks/ministral-3-14b-instruct-2512"]
1820
+ },
1821
+ {
1822
+ "id": "fireworks/ministral-3-3b-instruct-2512",
1823
+ "name": "ministral-3-3b-instruct-2512",
1824
+ "created_by": "mistral",
1825
+ "source": "official",
1826
+ "last_updated": "2026-03-21",
1827
+ "family": "ministral",
1828
+ "context_window": 256e3,
1829
+ "alias": "fireworks/ministral-3-3b-instruct",
1830
+ "capabilities": { "streaming": true },
1831
+ "pricing": {
1832
+ "input": 1,
1833
+ "output": 1
1834
+ }
1835
+ },
1836
+ {
1837
+ "id": "fireworks/ministral-3-3b-instruct",
1838
+ "name": "ministral-3-3b-instruct-2512",
1839
+ "created_by": "mistral",
1840
+ "source": "official",
1841
+ "last_updated": "2026-03-21",
1842
+ "family": "ministral",
1843
+ "context_window": 256e3,
1844
+ "capabilities": { "streaming": true },
1845
+ "pricing": {
1846
+ "input": 1,
1847
+ "output": 1
1848
+ },
1849
+ "snapshots": ["fireworks/ministral-3-3b-instruct-2512"]
1850
+ },
1851
+ {
1852
+ "id": "fireworks/ministral-3-8b-instruct-2512",
1853
+ "name": "ministral-3-8b-instruct-2512",
1854
+ "created_by": "mistral",
1855
+ "source": "official",
1856
+ "last_updated": "2026-03-21",
1857
+ "family": "ministral",
1858
+ "context_window": 256e3,
1859
+ "alias": "fireworks/ministral-3-8b-instruct",
1860
+ "capabilities": { "streaming": true },
1861
+ "pricing": {
1862
+ "input": 1,
1863
+ "output": 1
1864
+ }
1865
+ },
1866
+ {
1867
+ "id": "fireworks/ministral-3-8b-instruct",
1868
+ "name": "ministral-3-8b-instruct-2512",
1869
+ "created_by": "mistral",
1870
+ "source": "official",
1871
+ "last_updated": "2026-03-21",
1872
+ "family": "ministral",
1873
+ "context_window": 256e3,
1874
+ "capabilities": { "streaming": true },
1875
+ "pricing": {
1876
+ "input": 1,
1877
+ "output": 1
1878
+ },
1879
+ "snapshots": ["fireworks/ministral-3-8b-instruct-2512"]
1880
+ },
1881
+ {
1882
+ "id": "fireworks/mistral-7b-instruct-4k",
1883
+ "name": "mistral-7b-instruct-4k",
1884
+ "created_by": "mistral",
1885
+ "source": "official",
1886
+ "last_updated": "2026-03-21",
1887
+ "context_window": 32800,
1888
+ "capabilities": { "streaming": true },
1889
+ "pricing": {
1890
+ "input": 1,
1891
+ "output": 1
1892
+ }
1893
+ },
1894
+ {
1895
+ "id": "fireworks/mistral-7b-instruct-v0p2",
1896
+ "name": "mistral-7b-instruct-v0p2",
1897
+ "created_by": "mistral",
1898
+ "source": "official",
1899
+ "last_updated": "2026-03-21",
1900
+ "context_window": 32800,
1901
+ "capabilities": { "streaming": true },
1902
+ "pricing": {
1903
+ "input": 1,
1904
+ "output": 1
1905
+ }
1906
+ },
1907
+ {
1908
+ "id": "fireworks/mistral-7b-instruct-v3",
1909
+ "name": "mistral-7b-instruct-v3",
1910
+ "created_by": "mistral",
1911
+ "source": "official",
1912
+ "last_updated": "2026-03-21",
1913
+ "context_window": 32800,
1914
+ "capabilities": { "streaming": true },
1915
+ "pricing": {
1916
+ "input": 1,
1917
+ "output": 1
1918
+ }
1919
+ },
1920
+ {
1921
+ "id": "fireworks/mistral-7b-v0p2",
1922
+ "name": "mistral-7b-v0p2",
1923
+ "created_by": "mistral",
1924
+ "source": "official",
1925
+ "last_updated": "2026-03-21",
1926
+ "context_window": 32800,
1927
+ "capabilities": { "streaming": true },
1928
+ "pricing": {
1929
+ "input": 1,
1930
+ "output": 1
1931
+ }
1932
+ },
1933
+ {
1934
+ "id": "fireworks/mistral-7b",
1935
+ "name": "mistral-7b",
1936
+ "created_by": "mistral",
1937
+ "source": "official",
1938
+ "last_updated": "2026-03-21",
1939
+ "context_window": 32800,
1940
+ "capabilities": { "streaming": true },
1941
+ "pricing": {
1942
+ "input": 1,
1943
+ "output": 1
1944
+ }
1945
+ },
1946
+ {
1947
+ "id": "fireworks/mistral-large-3-fp8",
1948
+ "name": "mistral-large-3-fp8",
1949
+ "created_by": "mistral",
1950
+ "source": "official",
1951
+ "last_updated": "2026-03-21",
1952
+ "family": "mistral-large",
1953
+ "context_window": 256e3,
1954
+ "capabilities": { "streaming": true },
1955
+ "pricing": {
1956
+ "input": 1,
1957
+ "output": 1
1958
+ }
1959
+ },
1960
+ {
1961
+ "id": "fireworks/mistral-nemo-base-2407",
1962
+ "name": "mistral-nemo-base-2407",
1963
+ "created_by": "mistral",
1964
+ "source": "official",
1965
+ "last_updated": "2026-03-21",
1966
+ "context_window": 128e3,
1967
+ "alias": "fireworks/mistral-nemo-base",
1968
+ "capabilities": { "streaming": true },
1969
+ "pricing": {
1970
+ "input": 1,
1971
+ "output": 1
1972
+ }
1973
+ },
1974
+ {
1975
+ "id": "fireworks/mistral-nemo-base",
1976
+ "name": "mistral-nemo-base-2407",
1977
+ "created_by": "mistral",
1978
+ "source": "official",
1979
+ "last_updated": "2026-03-21",
1980
+ "context_window": 128e3,
1981
+ "capabilities": { "streaming": true },
1982
+ "pricing": {
1983
+ "input": 1,
1984
+ "output": 1
1985
+ },
1986
+ "snapshots": ["fireworks/mistral-nemo-base-2407"]
1987
+ },
1988
+ {
1989
+ "id": "fireworks/mistral-nemo-instruct-2407",
1990
+ "name": "mistral-nemo-instruct-2407",
1991
+ "created_by": "mistral",
1992
+ "source": "official",
1993
+ "last_updated": "2026-03-21",
1994
+ "context_window": 128e3,
1995
+ "alias": "fireworks/mistral-nemo-instruct",
1996
+ "capabilities": { "streaming": true },
1997
+ "pricing": {
1998
+ "input": 1,
1999
+ "output": 1
2000
+ }
2001
+ },
2002
+ {
2003
+ "id": "fireworks/mistral-nemo-instruct",
2004
+ "name": "mistral-nemo-instruct-2407",
2005
+ "created_by": "mistral",
2006
+ "source": "official",
2007
+ "last_updated": "2026-03-21",
2008
+ "context_window": 128e3,
2009
+ "capabilities": { "streaming": true },
2010
+ "pricing": {
2011
+ "input": 1,
2012
+ "output": 1
2013
+ },
2014
+ "snapshots": ["fireworks/mistral-nemo-instruct-2407"]
2015
+ },
2016
+ {
2017
+ "id": "fireworks/mistral-small-24b-instruct-2501",
2018
+ "name": "mistral-small-24b-instruct-2501",
2019
+ "created_by": "mistral",
2020
+ "source": "official",
2021
+ "last_updated": "2026-03-21",
2022
+ "family": "mistral-small",
2023
+ "context_window": 32800,
2024
+ "alias": "fireworks/mistral-small-24b-instruct",
2025
+ "capabilities": { "streaming": true },
2026
+ "pricing": {
2027
+ "input": 1,
2028
+ "output": 1
2029
+ }
2030
+ },
2031
+ {
2032
+ "id": "fireworks/mistral-small-24b-instruct",
2033
+ "name": "mistral-small-24b-instruct-2501",
2034
+ "created_by": "mistral",
2035
+ "source": "official",
2036
+ "last_updated": "2026-03-21",
2037
+ "family": "mistral-small",
2038
+ "context_window": 32800,
2039
+ "capabilities": { "streaming": true },
2040
+ "pricing": {
2041
+ "input": 1,
2042
+ "output": 1
2043
+ },
2044
+ "snapshots": ["fireworks/mistral-small-24b-instruct-2501"]
2045
+ },
2046
+ {
2047
+ "id": "fireworks/mixtral-8x22b-instruct",
2048
+ "name": "mixtral-8x22b-instruct",
2049
+ "created_by": "mistral",
2050
+ "source": "official",
2051
+ "last_updated": "2026-03-21",
2052
+ "family": "mixtral",
2053
+ "context_window": 65500,
2054
+ "capabilities": { "streaming": true },
2055
+ "pricing": {
2056
+ "input": 1,
2057
+ "output": 1
2058
+ }
2059
+ },
2060
+ {
2061
+ "id": "fireworks/mixtral-8x22b",
2062
+ "name": "mixtral-8x22b",
2063
+ "created_by": "mistral",
2064
+ "source": "official",
2065
+ "last_updated": "2026-03-21",
2066
+ "family": "mixtral",
2067
+ "context_window": 65500,
2068
+ "capabilities": { "streaming": true },
2069
+ "pricing": {
2070
+ "input": 1,
2071
+ "output": 1
2072
+ }
2073
+ },
2074
+ {
2075
+ "id": "fireworks/mixtral-8x7b-instruct-hf",
2076
+ "name": "mixtral-8x7b-instruct-hf",
2077
+ "created_by": "mistral",
2078
+ "source": "official",
2079
+ "last_updated": "2026-03-21",
2080
+ "family": "mixtral",
2081
+ "context_window": 32800,
2082
+ "capabilities": { "streaming": true },
2083
+ "pricing": {
2084
+ "input": 1,
2085
+ "output": 1
2086
+ }
2087
+ },
2088
+ {
2089
+ "id": "fireworks/mixtral-8x7b-instruct",
2090
+ "name": "mixtral-8x7b-instruct",
2091
+ "created_by": "mistral",
2092
+ "source": "official",
2093
+ "last_updated": "2026-03-21",
2094
+ "family": "mixtral",
2095
+ "context_window": 32800,
2096
+ "capabilities": { "streaming": true },
2097
+ "pricing": {
2098
+ "input": 1,
2099
+ "output": 1
2100
+ }
2101
+ },
2102
+ {
2103
+ "id": "fireworks/mixtral-8x7b",
2104
+ "name": "mixtral-8x7b",
2105
+ "created_by": "mistral",
2106
+ "source": "official",
2107
+ "last_updated": "2026-03-21",
2108
+ "family": "mixtral",
2109
+ "context_window": 32800,
2110
+ "capabilities": { "streaming": true },
2111
+ "pricing": {
2112
+ "input": 1,
2113
+ "output": 1
2114
+ }
2115
+ },
2116
+ {
2117
+ "id": "fireworks/molmo2-4b",
2118
+ "name": "molmo2-4b",
2119
+ "created_by": "fireworks",
2120
+ "source": "official",
2121
+ "last_updated": "2026-03-21",
2122
+ "context_window": 36900,
2123
+ "capabilities": { "streaming": true },
2124
+ "pricing": {
2125
+ "input": 1,
2126
+ "output": 1
2127
+ }
2128
+ },
2129
+ {
2130
+ "id": "fireworks/molmo2-8b",
2131
+ "name": "molmo2-8b",
2132
+ "created_by": "fireworks",
2133
+ "source": "official",
2134
+ "last_updated": "2026-03-21",
2135
+ "context_window": 36900,
2136
+ "capabilities": { "streaming": true },
2137
+ "pricing": {
2138
+ "input": 1,
2139
+ "output": 1
2140
+ }
2141
+ },
2142
+ {
2143
+ "id": "fireworks/mythomax-l2-13b",
2144
+ "name": "mythomax-l2-13b",
2145
+ "created_by": "fireworks",
2146
+ "source": "official",
2147
+ "last_updated": "2026-03-21",
2148
+ "context_window": 4100,
2149
+ "capabilities": { "streaming": true },
2150
+ "pricing": {
2151
+ "input": 1,
2152
+ "output": 1
2153
+ }
2154
+ },
2155
+ {
2156
+ "id": "fireworks/nemotron-nano-3-30b-a3b",
2157
+ "name": "nemotron-nano-3-30b-a3b",
2158
+ "created_by": "fireworks",
2159
+ "source": "official",
2160
+ "last_updated": "2026-03-21",
2161
+ "context_window": 262100,
2162
+ "capabilities": { "streaming": true },
2163
+ "pricing": {
2164
+ "input": 1,
2165
+ "output": 1
2166
+ }
2167
+ },
2168
+ {
2169
+ "id": "fireworks/nemotron-nano-v2-12b-vl",
2170
+ "name": "nemotron-nano-v2-12b-vl",
2171
+ "created_by": "fireworks",
2172
+ "source": "official",
2173
+ "last_updated": "2026-03-21",
2174
+ "context_window": 131100,
2175
+ "capabilities": { "streaming": true },
2176
+ "pricing": {
2177
+ "input": 1,
2178
+ "output": 1
2179
+ }
2180
+ },
2181
+ {
2182
+ "id": "fireworks/nous-capybara-7b-v1p9",
2183
+ "name": "nous-capybara-7b-v1p9",
2184
+ "created_by": "fireworks",
2185
+ "source": "official",
2186
+ "last_updated": "2026-03-21",
2187
+ "context_window": 32800,
2188
+ "capabilities": { "streaming": true },
2189
+ "pricing": {
2190
+ "input": 1,
2191
+ "output": 1
2192
+ }
2193
+ },
2194
+ {
2195
+ "id": "fireworks/nous-hermes-2-mixtral-8x7b-dpo",
2196
+ "name": "nous-hermes-2-mixtral-8x7b-dpo",
2197
+ "created_by": "mistral",
2198
+ "source": "official",
2199
+ "last_updated": "2026-03-21",
2200
+ "context_window": 32800,
2201
+ "capabilities": { "streaming": true },
2202
+ "pricing": {
2203
+ "input": 1,
2204
+ "output": 1
2205
+ }
2206
+ },
2207
+ {
2208
+ "id": "fireworks/nous-hermes-2-yi-34b",
2209
+ "name": "nous-hermes-2-yi-34b",
2210
+ "created_by": "fireworks",
2211
+ "source": "official",
2212
+ "last_updated": "2026-03-21",
2213
+ "context_window": 4100,
2214
+ "capabilities": { "streaming": true },
2215
+ "pricing": {
2216
+ "input": 1,
2217
+ "output": 1
2218
+ }
2219
+ },
2220
+ {
2221
+ "id": "fireworks/nous-hermes-llama2-13b",
2222
+ "name": "nous-hermes-llama2-13b",
2223
+ "created_by": "meta",
2224
+ "source": "official",
2225
+ "last_updated": "2026-03-21",
2226
+ "context_window": 4100,
2227
+ "capabilities": { "streaming": true },
2228
+ "pricing": {
2229
+ "input": 1,
2230
+ "output": 1
2231
+ }
2232
+ },
2233
+ {
2234
+ "id": "fireworks/nous-hermes-llama2-70b",
2235
+ "name": "nous-hermes-llama2-70b",
2236
+ "created_by": "meta",
2237
+ "source": "official",
2238
+ "last_updated": "2026-03-21",
2239
+ "context_window": 4100,
2240
+ "capabilities": { "streaming": true },
2241
+ "pricing": {
2242
+ "input": 1,
2243
+ "output": 1
2244
+ }
2245
+ },
2246
+ {
2247
+ "id": "fireworks/nous-hermes-llama2-7b",
2248
+ "name": "nous-hermes-llama2-7b",
2249
+ "created_by": "meta",
2250
+ "source": "official",
2251
+ "last_updated": "2026-03-21",
2252
+ "context_window": 4100,
2253
+ "capabilities": { "streaming": true },
2254
+ "pricing": {
2255
+ "input": 1,
2256
+ "output": 1
2257
+ }
2258
+ },
2259
+ {
2260
+ "id": "fireworks/nvidia-nemotron-3-super-120b-a12b-fp8",
2261
+ "name": "nvidia-nemotron-3-super-120b-a12b-fp8",
2262
+ "created_by": "fireworks",
2263
+ "source": "official",
2264
+ "last_updated": "2026-03-21",
2265
+ "context_window": 262100,
2266
+ "capabilities": { "streaming": true },
2267
+ "pricing": {
2268
+ "input": 1,
2269
+ "output": 1
2270
+ }
2271
+ },
2272
+ {
2273
+ "id": "fireworks/nvidia-nemotron-nano-12b-v2",
2274
+ "name": "nvidia-nemotron-nano-12b-v2",
2275
+ "created_by": "fireworks",
2276
+ "source": "official",
2277
+ "last_updated": "2026-03-21",
2278
+ "context_window": 128e3,
2279
+ "capabilities": { "streaming": true },
2280
+ "pricing": {
2281
+ "input": 1,
2282
+ "output": 1
2283
+ }
2284
+ },
2285
+ {
2286
+ "id": "fireworks/nvidia-nemotron-nano-9b-v2",
2287
+ "name": "nvidia-nemotron-nano-9b-v2",
2288
+ "created_by": "fireworks",
2289
+ "source": "official",
2290
+ "last_updated": "2026-03-21",
2291
+ "context_window": 128e3,
2292
+ "capabilities": { "streaming": true },
2293
+ "pricing": {
2294
+ "input": 1,
2295
+ "output": 1
2296
+ }
2297
+ },
2298
+ {
2299
+ "id": "fireworks/openchat-3p5-0106-7b",
2300
+ "name": "openchat-3p5-0106-7b",
2301
+ "created_by": "fireworks",
2302
+ "source": "official",
2303
+ "last_updated": "2026-03-21",
2304
+ "context_window": 8200,
2305
+ "capabilities": { "streaming": true },
2306
+ "pricing": {
2307
+ "input": 1,
2308
+ "output": 1
2309
+ }
2310
+ },
2311
+ {
2312
+ "id": "fireworks/openhermes-2-mistral-7b",
2313
+ "name": "openhermes-2-mistral-7b",
2314
+ "created_by": "mistral",
2315
+ "source": "official",
2316
+ "last_updated": "2026-03-21",
2317
+ "context_window": 32800,
2318
+ "capabilities": { "streaming": true },
2319
+ "pricing": {
2320
+ "input": 1,
2321
+ "output": 1
2322
+ }
2323
+ },
2324
+ {
2325
+ "id": "fireworks/openhermes-2p5-mistral-7b",
2326
+ "name": "openhermes-2p5-mistral-7b",
2327
+ "created_by": "mistral",
2328
+ "source": "official",
2329
+ "last_updated": "2026-03-21",
2330
+ "context_window": 32800,
2331
+ "capabilities": { "streaming": true },
2332
+ "pricing": {
2333
+ "input": 1,
2334
+ "output": 1
2335
+ }
2336
+ },
2337
+ {
2338
+ "id": "fireworks/openorca-7b",
2339
+ "name": "openorca-7b",
2340
+ "created_by": "fireworks",
2341
+ "source": "official",
2342
+ "last_updated": "2026-03-21",
2343
+ "context_window": 32800,
2344
+ "capabilities": { "streaming": true },
2345
+ "pricing": {
2346
+ "input": 1,
2347
+ "output": 1
2348
+ }
2349
+ },
2350
+ {
2351
+ "id": "fireworks/phi-2-3b",
2352
+ "name": "phi-2-3b",
2353
+ "created_by": "fireworks",
2354
+ "source": "official",
2355
+ "last_updated": "2026-03-21",
2356
+ "context_window": 2e3,
2357
+ "capabilities": { "streaming": true },
2358
+ "pricing": {
2359
+ "input": 1,
2360
+ "output": 1
2361
+ }
2362
+ },
2363
+ {
2364
+ "id": "fireworks/phi-3-mini-128k-instruct",
2365
+ "name": "phi-3-mini-128k-instruct",
2366
+ "created_by": "fireworks",
2367
+ "source": "official",
2368
+ "last_updated": "2026-03-21",
2369
+ "context_window": 131100,
2370
+ "capabilities": { "streaming": true },
2371
+ "pricing": {
2372
+ "input": 1,
2373
+ "output": 1
2374
+ }
2375
+ },
2376
+ {
2377
+ "id": "fireworks/phi-3-vision-128k-instruct",
2378
+ "name": "phi-3-vision-128k-instruct",
2379
+ "created_by": "fireworks",
2380
+ "source": "official",
2381
+ "last_updated": "2026-03-21",
2382
+ "context_window": 32100,
2383
+ "capabilities": { "streaming": true },
2384
+ "pricing": {
2385
+ "input": 1,
2386
+ "output": 1
2387
+ }
2388
+ },
2389
+ {
2390
+ "id": "fireworks/phind-code-llama-34b-python-v1",
2391
+ "name": "phind-code-llama-34b-python-v1",
2392
+ "created_by": "meta",
2393
+ "source": "official",
2394
+ "last_updated": "2026-03-21",
2395
+ "context_window": 16400,
2396
+ "capabilities": { "streaming": true },
2397
+ "pricing": {
2398
+ "input": 1,
2399
+ "output": 1
2400
+ }
2401
+ },
2402
+ {
2403
+ "id": "fireworks/phind-code-llama-34b-v1",
2404
+ "name": "phind-code-llama-34b-v1",
2405
+ "created_by": "meta",
2406
+ "source": "official",
2407
+ "last_updated": "2026-03-21",
2408
+ "context_window": 16400,
2409
+ "capabilities": { "streaming": true },
2410
+ "pricing": {
2411
+ "input": 1,
2412
+ "output": 1
2413
+ }
2414
+ },
2415
+ {
2416
+ "id": "fireworks/phind-code-llama-34b-v2",
2417
+ "name": "phind-code-llama-34b-v2",
2418
+ "created_by": "meta",
2419
+ "source": "official",
2420
+ "last_updated": "2026-03-21",
2421
+ "context_window": 16400,
2422
+ "capabilities": { "streaming": true },
2423
+ "pricing": {
2424
+ "input": 1,
2425
+ "output": 1
2426
+ }
2427
+ },
2428
+ {
2429
+ "id": "fireworks/pythia-12b",
2430
+ "name": "pythia-12b",
2431
+ "created_by": "fireworks",
2432
+ "source": "official",
2433
+ "last_updated": "2026-03-21",
2434
+ "context_window": 2e3,
2435
+ "capabilities": { "streaming": true },
2436
+ "pricing": {
2437
+ "input": 1,
2438
+ "output": 1
2439
+ }
2440
+ },
2441
+ {
2442
+ "id": "fireworks/qwen-qwq-32b-preview",
2443
+ "name": "qwen-qwq-32b-preview",
2444
+ "created_by": "qwen",
2445
+ "source": "official",
2446
+ "last_updated": "2026-03-21",
2447
+ "family": "qwen",
2448
+ "context_window": 32800,
2449
+ "capabilities": { "streaming": true },
2450
+ "pricing": {
2451
+ "input": 1,
2452
+ "output": 1
2453
+ }
2454
+ },
2455
+ {
2456
+ "id": "fireworks/qwen-v2p5-14b-instruct",
2457
+ "name": "qwen-v2p5-14b-instruct",
2458
+ "created_by": "qwen",
2459
+ "source": "official",
2460
+ "last_updated": "2026-03-21",
2461
+ "family": "qwen",
2462
+ "context_window": 32800,
2463
+ "capabilities": { "streaming": true },
2464
+ "pricing": {
2465
+ "input": 1,
2466
+ "output": 1
2467
+ }
2468
+ },
2469
+ {
2470
+ "id": "fireworks/qwen-v2p5-7b",
2471
+ "name": "qwen-v2p5-7b",
2472
+ "created_by": "qwen",
2473
+ "source": "official",
2474
+ "last_updated": "2026-03-21",
2475
+ "family": "qwen",
2476
+ "context_window": 131100,
2477
+ "capabilities": { "streaming": true },
2478
+ "pricing": {
2479
+ "input": 1,
2480
+ "output": 1
2481
+ }
2482
+ },
2483
+ {
2484
+ "id": "fireworks/qwen1p5-72b-chat",
2485
+ "name": "qwen1p5-72b-chat",
2486
+ "created_by": "qwen",
2487
+ "source": "official",
2488
+ "last_updated": "2026-03-21",
2489
+ "family": "qwen1",
2490
+ "context_window": 32800,
2491
+ "capabilities": { "streaming": true },
2492
+ "pricing": {
2493
+ "input": 1,
2494
+ "output": 1
2495
+ }
2496
+ },
2497
+ {
2498
+ "id": "fireworks/qwen2-72b-instruct",
2499
+ "name": "qwen2-72b-instruct",
2500
+ "created_by": "qwen",
2501
+ "source": "official",
2502
+ "last_updated": "2026-03-21",
2503
+ "family": "qwen2",
2504
+ "context_window": 32800,
2505
+ "capabilities": { "streaming": true },
2506
+ "pricing": {
2507
+ "input": 1,
2508
+ "output": 1
2509
+ }
2510
+ },
2511
+ {
2512
+ "id": "fireworks/qwen2-7b-instruct",
2513
+ "name": "qwen2-7b-instruct",
2514
+ "created_by": "qwen",
2515
+ "source": "official",
2516
+ "last_updated": "2026-03-21",
2517
+ "family": "qwen2",
2518
+ "context_window": 32800,
2519
+ "capabilities": { "streaming": true },
2520
+ "pricing": {
2521
+ "input": 1,
2522
+ "output": 1
2523
+ }
2524
+ },
2525
+ {
2526
+ "id": "fireworks/qwen2-vl-2b-instruct",
2527
+ "name": "qwen2-vl-2b-instruct",
2528
+ "created_by": "qwen",
2529
+ "source": "official",
2530
+ "last_updated": "2026-03-21",
2531
+ "family": "qwen2",
2532
+ "context_window": 32800,
2533
+ "capabilities": { "streaming": true },
2534
+ "pricing": {
2535
+ "input": 1,
2536
+ "output": 1
2537
+ }
2538
+ },
2539
+ {
2540
+ "id": "fireworks/qwen2-vl-72b-instruct",
2541
+ "name": "qwen2-vl-72b-instruct",
2542
+ "created_by": "qwen",
2543
+ "source": "official",
2544
+ "last_updated": "2026-03-21",
2545
+ "family": "qwen2",
2546
+ "context_window": 32800,
2547
+ "capabilities": { "streaming": true },
2548
+ "pricing": {
2549
+ "input": 1,
2550
+ "output": 1
2551
+ }
2552
+ },
2553
+ {
2554
+ "id": "fireworks/qwen2-vl-7b-instruct",
2555
+ "name": "qwen2-vl-7b-instruct",
2556
+ "created_by": "qwen",
2557
+ "source": "official",
2558
+ "last_updated": "2026-03-21",
2559
+ "family": "qwen2",
2560
+ "context_window": 32800,
2561
+ "capabilities": { "streaming": true },
2562
+ "pricing": {
2563
+ "input": 1,
2564
+ "output": 1
2565
+ }
2566
+ },
2567
+ {
2568
+ "id": "fireworks/qwen2p5-0p5b-instruct",
2569
+ "name": "qwen2p5-0p5b-instruct",
2570
+ "created_by": "qwen",
2571
+ "source": "official",
2572
+ "last_updated": "2026-03-21",
2573
+ "family": "qwen2",
2574
+ "context_window": 32800,
2575
+ "capabilities": { "streaming": true },
2576
+ "pricing": {
2577
+ "input": 1,
2578
+ "output": 1
2579
+ }
2580
+ },
2581
+ {
2582
+ "id": "fireworks/qwen2p5-14b",
2583
+ "name": "qwen2p5-14b",
2584
+ "created_by": "qwen",
2585
+ "source": "official",
2586
+ "last_updated": "2026-03-21",
2587
+ "family": "qwen2",
2588
+ "context_window": 131100,
2589
+ "capabilities": { "streaming": true },
2590
+ "pricing": {
2591
+ "input": 1,
2592
+ "output": 1
2593
+ }
2594
+ },
2595
+ {
2596
+ "id": "fireworks/qwen2p5-1p5b-instruct",
2597
+ "name": "qwen2p5-1p5b-instruct",
2598
+ "created_by": "qwen",
2599
+ "source": "official",
2600
+ "last_updated": "2026-03-21",
2601
+ "family": "qwen2",
2602
+ "context_window": 32800,
2603
+ "capabilities": { "streaming": true },
2604
+ "pricing": {
2605
+ "input": 1,
2606
+ "output": 1
2607
+ }
2608
+ },
2609
+ {
2610
+ "id": "fireworks/qwen2p5-32b-instruct",
2611
+ "name": "qwen2p5-32b-instruct",
2612
+ "created_by": "qwen",
2613
+ "source": "official",
2614
+ "last_updated": "2026-03-21",
2615
+ "family": "qwen2",
2616
+ "context_window": 32800,
2617
+ "capabilities": { "streaming": true },
2618
+ "pricing": {
2619
+ "input": 1,
2620
+ "output": 1
2621
+ }
2622
+ },
2623
+ {
2624
+ "id": "fireworks/qwen2p5-32b",
2625
+ "name": "qwen2p5-32b",
2626
+ "created_by": "qwen",
2627
+ "source": "official",
2628
+ "last_updated": "2026-03-21",
2629
+ "family": "qwen2",
2630
+ "context_window": 131100,
2631
+ "capabilities": { "streaming": true },
2632
+ "pricing": {
2633
+ "input": 1,
2634
+ "output": 1
2635
+ }
2636
+ },
2637
+ {
2638
+ "id": "fireworks/qwen2p5-72b-instruct",
2639
+ "name": "qwen2p5-72b-instruct",
2640
+ "created_by": "qwen",
2641
+ "source": "official",
2642
+ "last_updated": "2026-03-21",
2643
+ "family": "qwen2",
2644
+ "context_window": 32800,
2645
+ "capabilities": { "streaming": true },
2646
+ "pricing": {
2647
+ "input": 1,
2648
+ "output": 1
2649
+ }
2650
+ },
2651
+ {
2652
+ "id": "fireworks/qwen2p5-72b",
2653
+ "name": "qwen2p5-72b",
2654
+ "created_by": "qwen",
2655
+ "source": "official",
2656
+ "last_updated": "2026-03-21",
2657
+ "family": "qwen2",
2658
+ "context_window": 131100,
2659
+ "capabilities": { "streaming": true },
2660
+ "pricing": {
2661
+ "input": 1,
2662
+ "output": 1
2663
+ }
2664
+ },
2665
+ {
2666
+ "id": "fireworks/qwen2p5-7b-instruct",
2667
+ "name": "qwen2p5-7b-instruct",
2668
+ "created_by": "qwen",
2669
+ "source": "official",
2670
+ "last_updated": "2026-03-21",
2671
+ "family": "qwen2",
2672
+ "context_window": 32800,
2673
+ "capabilities": { "streaming": true },
2674
+ "pricing": {
2675
+ "input": 1,
2676
+ "output": 1
2677
+ }
2678
+ },
2679
+ {
2680
+ "id": "fireworks/qwen2p5-coder-0p5b-instruct",
2681
+ "name": "qwen2p5-coder-0p5b-instruct",
2682
+ "created_by": "qwen",
2683
+ "source": "official",
2684
+ "last_updated": "2026-03-21",
2685
+ "family": "qwen2",
2686
+ "context_window": 32800,
2687
+ "capabilities": { "streaming": true },
2688
+ "pricing": {
2689
+ "input": 1,
2690
+ "output": 1
2691
+ }
2692
+ },
2693
+ {
2694
+ "id": "fireworks/qwen2p5-coder-0p5b",
2695
+ "name": "qwen2p5-coder-0p5b",
2696
+ "created_by": "qwen",
2697
+ "source": "official",
2698
+ "last_updated": "2026-03-21",
2699
+ "family": "qwen2",
2700
+ "context_window": 32800,
2701
+ "capabilities": { "streaming": true },
2702
+ "pricing": {
2703
+ "input": 1,
2704
+ "output": 1
2705
+ }
2706
+ },
2707
+ {
2708
+ "id": "fireworks/qwen2p5-coder-14b-instruct",
2709
+ "name": "qwen2p5-coder-14b-instruct",
2710
+ "created_by": "qwen",
2711
+ "source": "official",
2712
+ "last_updated": "2026-03-21",
2713
+ "family": "qwen2",
2714
+ "context_window": 32800,
2715
+ "capabilities": { "streaming": true },
2716
+ "pricing": {
2717
+ "input": 1,
2718
+ "output": 1
2719
+ }
2720
+ },
2721
+ {
2722
+ "id": "fireworks/qwen2p5-coder-14b",
2723
+ "name": "qwen2p5-coder-14b",
2724
+ "created_by": "qwen",
2725
+ "source": "official",
2726
+ "last_updated": "2026-03-21",
2727
+ "family": "qwen2",
2728
+ "context_window": 32800,
2729
+ "capabilities": { "streaming": true },
2730
+ "pricing": {
2731
+ "input": 1,
2732
+ "output": 1
2733
+ }
2734
+ },
2735
+ {
2736
+ "id": "fireworks/qwen2p5-coder-1p5b-instruct",
2737
+ "name": "qwen2p5-coder-1p5b-instruct",
2738
+ "created_by": "qwen",
2739
+ "source": "official",
2740
+ "last_updated": "2026-03-21",
2741
+ "family": "qwen2",
2742
+ "context_window": 32800,
2743
+ "capabilities": { "streaming": true },
2744
+ "pricing": {
2745
+ "input": 1,
2746
+ "output": 1
2747
+ }
2748
+ },
2749
+ {
2750
+ "id": "fireworks/qwen2p5-coder-1p5b",
2751
+ "name": "qwen2p5-coder-1p5b",
2752
+ "created_by": "qwen",
2753
+ "source": "official",
2754
+ "last_updated": "2026-03-21",
2755
+ "family": "qwen2",
2756
+ "context_window": 32800,
2757
+ "capabilities": { "streaming": true },
2758
+ "pricing": {
2759
+ "input": 1,
2760
+ "output": 1
2761
+ }
2762
+ },
2763
+ {
2764
+ "id": "fireworks/qwen2p5-coder-32b-instruct-128k",
2765
+ "name": "qwen2p5-coder-32b-instruct-128k",
2766
+ "created_by": "qwen",
2767
+ "source": "official",
2768
+ "last_updated": "2026-03-21",
2769
+ "family": "qwen2",
2770
+ "context_window": 131100,
2771
+ "capabilities": { "streaming": true },
2772
+ "pricing": {
2773
+ "input": 1,
2774
+ "output": 1
2775
+ }
2776
+ },
2777
+ {
2778
+ "id": "fireworks/qwen2p5-coder-32b-instruct-32k-rope",
2779
+ "name": "qwen2p5-coder-32b-instruct-32k-rope",
2780
+ "created_by": "qwen",
2781
+ "source": "official",
2782
+ "last_updated": "2026-03-21",
2783
+ "family": "qwen2",
2784
+ "context_window": 32800,
2785
+ "capabilities": { "streaming": true },
2786
+ "pricing": {
2787
+ "input": 1,
2788
+ "output": 1
2789
+ }
2790
+ },
2791
+ {
2792
+ "id": "fireworks/qwen2p5-coder-32b-instruct-64k",
2793
+ "name": "qwen2p5-coder-32b-instruct-64k",
2794
+ "created_by": "qwen",
2795
+ "source": "official",
2796
+ "last_updated": "2026-03-21",
2797
+ "family": "qwen2",
2798
+ "context_window": 65500,
2799
+ "capabilities": { "streaming": true },
2800
+ "pricing": {
2801
+ "input": 1,
2802
+ "output": 1
2803
+ }
2804
+ },
2805
+ {
2806
+ "id": "fireworks/qwen2p5-coder-32b-instruct",
2807
+ "name": "qwen2p5-coder-32b-instruct",
2808
+ "created_by": "qwen",
2809
+ "source": "official",
2810
+ "last_updated": "2026-03-21",
2811
+ "family": "qwen2",
2812
+ "context_window": 32800,
2813
+ "capabilities": { "streaming": true },
2814
+ "pricing": {
2815
+ "input": 1,
2816
+ "output": 1
2817
+ }
2818
+ },
2819
+ {
2820
+ "id": "fireworks/qwen2p5-coder-32b",
2821
+ "name": "qwen2p5-coder-32b",
2822
+ "created_by": "qwen",
2823
+ "source": "official",
2824
+ "last_updated": "2026-03-21",
2825
+ "family": "qwen2",
2826
+ "context_window": 32800,
2827
+ "capabilities": { "streaming": true },
2828
+ "pricing": {
2829
+ "input": 1,
2830
+ "output": 1
2831
+ }
2832
+ },
2833
+ {
2834
+ "id": "fireworks/qwen2p5-coder-3b-instruct",
2835
+ "name": "qwen2p5-coder-3b-instruct",
2836
+ "created_by": "qwen",
2837
+ "source": "official",
2838
+ "last_updated": "2026-03-21",
2839
+ "family": "qwen2",
2840
+ "context_window": 32800,
2841
+ "capabilities": { "streaming": true },
2842
+ "pricing": {
2843
+ "input": 1,
2844
+ "output": 1
2845
+ }
2846
+ },
2847
+ {
2848
+ "id": "fireworks/qwen2p5-coder-3b",
2849
+ "name": "qwen2p5-coder-3b",
2850
+ "created_by": "qwen",
2851
+ "source": "official",
2852
+ "last_updated": "2026-03-21",
2853
+ "family": "qwen2",
2854
+ "context_window": 32800,
2855
+ "capabilities": { "streaming": true },
2856
+ "pricing": {
2857
+ "input": 1,
2858
+ "output": 1
2859
+ }
2860
+ },
2861
+ {
2862
+ "id": "fireworks/qwen2p5-coder-7b-instruct",
2863
+ "name": "qwen2p5-coder-7b-instruct",
2864
+ "created_by": "qwen",
2865
+ "source": "official",
2866
+ "last_updated": "2026-03-21",
2867
+ "family": "qwen2",
2868
+ "context_window": 32800,
2869
+ "capabilities": { "streaming": true },
2870
+ "pricing": {
2871
+ "input": 1,
2872
+ "output": 1
2873
+ }
2874
+ },
2875
+ {
2876
+ "id": "fireworks/qwen2p5-coder-7b",
2877
+ "name": "qwen2p5-coder-7b",
2878
+ "created_by": "qwen",
2879
+ "source": "official",
2880
+ "last_updated": "2026-03-21",
2881
+ "family": "qwen2",
2882
+ "context_window": 32800,
2883
+ "capabilities": { "streaming": true },
2884
+ "pricing": {
2885
+ "input": 1,
2886
+ "output": 1
2887
+ }
2888
+ },
2889
+ {
2890
+ "id": "fireworks/qwen2p5-math-72b-instruct",
2891
+ "name": "qwen2p5-math-72b-instruct",
2892
+ "created_by": "qwen",
2893
+ "source": "official",
2894
+ "last_updated": "2026-03-21",
2895
+ "family": "qwen2",
2896
+ "context_window": 4100,
2897
+ "capabilities": { "streaming": true },
2898
+ "pricing": {
2899
+ "input": 1,
2900
+ "output": 1
2901
+ }
2902
+ },
2903
+ {
2904
+ "id": "fireworks/qwen2p5-vl-32b-instruct",
2905
+ "name": "qwen2p5-vl-32b-instruct",
2906
+ "created_by": "qwen",
2907
+ "source": "official",
2908
+ "last_updated": "2026-03-21",
2909
+ "family": "qwen2",
2910
+ "context_window": 128e3,
2911
+ "capabilities": { "streaming": true },
2912
+ "pricing": {
2913
+ "input": .9,
2914
+ "output": 1
2915
+ }
2916
+ },
2917
+ {
2918
+ "id": "fireworks/qwen2p5-vl-3b-instruct",
2919
+ "name": "qwen2p5-vl-3b-instruct",
2920
+ "created_by": "qwen",
2921
+ "source": "official",
2922
+ "last_updated": "2026-03-21",
2923
+ "family": "qwen2",
2924
+ "context_window": 128e3,
2925
+ "capabilities": { "streaming": true },
2926
+ "pricing": {
2927
+ "input": 1,
2928
+ "output": 1
2929
+ }
2930
+ },
2931
+ {
2932
+ "id": "fireworks/qwen2p5-vl-72b-instruct",
2933
+ "name": "qwen2p5-vl-72b-instruct",
2934
+ "created_by": "qwen",
2935
+ "source": "official",
2936
+ "last_updated": "2026-03-21",
2937
+ "family": "qwen2",
2938
+ "context_window": 128e3,
2939
+ "capabilities": { "streaming": true },
2940
+ "pricing": {
2941
+ "input": 1,
2942
+ "output": 1
2943
+ }
2944
+ },
2945
+ {
2946
+ "id": "fireworks/qwen2p5-vl-7b-instruct",
2947
+ "name": "qwen2p5-vl-7b-instruct",
2948
+ "created_by": "qwen",
2949
+ "source": "official",
2950
+ "last_updated": "2026-03-21",
2951
+ "family": "qwen2",
2952
+ "context_window": 128e3,
2953
+ "capabilities": { "streaming": true },
2954
+ "pricing": {
2955
+ "input": 1,
2956
+ "output": 1
2957
+ }
2958
+ },
2959
+ {
2960
+ "id": "fireworks/qwen3-0p6b",
2961
+ "name": "qwen3-0p6b",
2962
+ "created_by": "qwen",
2963
+ "source": "official",
2964
+ "last_updated": "2026-03-21",
2965
+ "family": "qwen3",
2966
+ "context_window": 41e3,
2967
+ "capabilities": { "streaming": true },
2968
+ "pricing": {
2969
+ "input": 1,
2970
+ "output": 1
2971
+ }
2972
+ },
2973
+ {
2974
+ "id": "fireworks/qwen3-14b",
2975
+ "name": "qwen3-14b",
2976
+ "created_by": "qwen",
2977
+ "source": "official",
2978
+ "last_updated": "2026-03-21",
2979
+ "family": "qwen3",
2980
+ "context_window": 41e3,
2981
+ "capabilities": { "streaming": true },
2982
+ "pricing": {
2983
+ "input": 1,
2984
+ "output": 1
2985
+ }
2986
+ },
2987
+ {
2988
+ "id": "fireworks/qwen3-1p7b-fp8-draft-131072",
2989
+ "name": "qwen3-1p7b-fp8-draft-131072",
2990
+ "created_by": "qwen",
2991
+ "source": "official",
2992
+ "last_updated": "2026-03-21",
2993
+ "family": "qwen3",
2994
+ "context_window": 131100,
2995
+ "capabilities": { "streaming": true },
2996
+ "pricing": {
2997
+ "input": 1,
2998
+ "output": 1
2999
+ }
3000
+ },
3001
+ {
3002
+ "id": "fireworks/qwen3-1p7b-fp8-draft-40960",
3003
+ "name": "qwen3-1p7b-fp8-draft-40960",
3004
+ "created_by": "qwen",
3005
+ "source": "official",
3006
+ "last_updated": "2026-03-21",
3007
+ "family": "qwen3",
3008
+ "context_window": 41e3,
3009
+ "capabilities": { "streaming": true },
3010
+ "pricing": {
3011
+ "input": 1,
3012
+ "output": 1
3013
+ }
3014
+ },
3015
+ {
3016
+ "id": "fireworks/qwen3-1p7b-fp8-draft",
3017
+ "name": "qwen3-1p7b-fp8-draft",
3018
+ "created_by": "qwen",
3019
+ "source": "official",
3020
+ "last_updated": "2026-03-21",
3021
+ "family": "qwen3",
3022
+ "context_window": 262100,
3023
+ "capabilities": { "streaming": true },
3024
+ "pricing": {
3025
+ "input": 1,
3026
+ "output": 1
3027
+ }
3028
+ },
3029
+ {
3030
+ "id": "fireworks/qwen3-1p7b",
3031
+ "name": "qwen3-1p7b",
3032
+ "created_by": "qwen",
3033
+ "source": "official",
3034
+ "last_updated": "2026-03-21",
3035
+ "family": "qwen3",
3036
+ "context_window": 131100,
3037
+ "capabilities": { "streaming": true },
3038
+ "pricing": {
3039
+ "input": 1,
3040
+ "output": 1
3041
+ }
3042
+ },
3043
+ {
3044
+ "id": "fireworks/qwen3-235b-a22b-instruct-2507",
3045
+ "name": "qwen3-235b-a22b-instruct-2507",
3046
+ "created_by": "qwen",
3047
+ "source": "official",
3048
+ "last_updated": "2026-03-21",
3049
+ "family": "qwen3",
3050
+ "context_window": 262100,
3051
+ "alias": "fireworks/qwen3-235b-a22b-instruct",
3052
+ "capabilities": { "streaming": true },
3053
+ "pricing": {
3054
+ "input": .22,
3055
+ "output": 1
3056
+ }
3057
+ },
3058
+ {
3059
+ "id": "fireworks/qwen3-235b-a22b-instruct",
3060
+ "name": "qwen3-235b-a22b-instruct-2507",
3061
+ "created_by": "qwen",
3062
+ "source": "official",
3063
+ "last_updated": "2026-03-21",
3064
+ "family": "qwen3",
3065
+ "context_window": 262100,
3066
+ "capabilities": { "streaming": true },
3067
+ "pricing": {
3068
+ "input": .22,
3069
+ "output": 1
3070
+ },
3071
+ "snapshots": ["fireworks/qwen3-235b-a22b-instruct-2507"]
3072
+ },
3073
+ {
3074
+ "id": "fireworks/qwen3-235b-a22b",
3075
+ "name": "qwen3-235b-a22b",
3076
+ "created_by": "qwen",
3077
+ "source": "official",
3078
+ "last_updated": "2026-03-21",
3079
+ "family": "qwen3",
3080
+ "context_window": 131100,
3081
+ "capabilities": { "streaming": true },
3082
+ "pricing": {
3083
+ "input": 1,
3084
+ "output": 1
3085
+ }
3086
+ },
3087
+ {
3088
+ "id": "fireworks/qwen3-30b-a3b-instruct-2507",
3089
+ "name": "qwen3-30b-a3b-instruct-2507",
3090
+ "created_by": "qwen",
3091
+ "source": "official",
3092
+ "last_updated": "2026-03-21",
3093
+ "family": "qwen3",
3094
+ "context_window": 262100,
3095
+ "alias": "fireworks/qwen3-30b-a3b-instruct",
3096
+ "capabilities": { "streaming": true },
3097
+ "pricing": {
3098
+ "input": 1,
3099
+ "output": 1
3100
+ }
3101
+ },
3102
+ {
3103
+ "id": "fireworks/qwen3-30b-a3b-instruct",
3104
+ "name": "qwen3-30b-a3b-instruct-2507",
3105
+ "created_by": "qwen",
3106
+ "source": "official",
3107
+ "last_updated": "2026-03-21",
3108
+ "family": "qwen3",
3109
+ "context_window": 262100,
3110
+ "capabilities": { "streaming": true },
3111
+ "pricing": {
3112
+ "input": 1,
3113
+ "output": 1
3114
+ },
3115
+ "snapshots": ["fireworks/qwen3-30b-a3b-instruct-2507"]
3116
+ },
3117
+ {
3118
+ "id": "fireworks/qwen3-30b-a3b-thinking-2507",
3119
+ "name": "qwen3-30b-a3b-thinking-2507",
3120
+ "created_by": "qwen",
3121
+ "source": "official",
3122
+ "last_updated": "2026-03-21",
3123
+ "family": "qwen3",
3124
+ "context_window": 262100,
3125
+ "alias": "fireworks/qwen3-30b-a3b-thinking",
3126
+ "capabilities": { "streaming": true },
3127
+ "pricing": {
3128
+ "input": 1,
3129
+ "output": 1
3130
+ }
3131
+ },
3132
+ {
3133
+ "id": "fireworks/qwen3-30b-a3b-thinking",
3134
+ "name": "qwen3-30b-a3b-thinking-2507",
3135
+ "created_by": "qwen",
3136
+ "source": "official",
3137
+ "last_updated": "2026-03-21",
3138
+ "family": "qwen3",
3139
+ "context_window": 262100,
3140
+ "capabilities": { "streaming": true },
3141
+ "pricing": {
3142
+ "input": 1,
3143
+ "output": 1
3144
+ },
3145
+ "snapshots": ["fireworks/qwen3-30b-a3b-thinking-2507"]
3146
+ },
3147
+ {
3148
+ "id": "fireworks/qwen3-30b-a3b",
3149
+ "name": "qwen3-30b-a3b",
3150
+ "created_by": "qwen",
3151
+ "source": "official",
3152
+ "last_updated": "2026-03-21",
3153
+ "family": "qwen3",
3154
+ "context_window": 131100,
3155
+ "capabilities": { "streaming": true },
3156
+ "pricing": {
3157
+ "input": 1,
3158
+ "output": 1
3159
+ }
3160
+ },
3161
+ {
3162
+ "id": "fireworks/qwen3-32b",
3163
+ "name": "qwen3-32b",
3164
+ "created_by": "qwen",
3165
+ "source": "official",
3166
+ "last_updated": "2026-03-21",
3167
+ "family": "qwen3",
3168
+ "context_window": 131100,
3169
+ "capabilities": { "streaming": true },
3170
+ "pricing": {
3171
+ "input": 1,
3172
+ "output": 1
3173
+ }
3174
+ },
3175
+ {
3176
+ "id": "fireworks/qwen3-4b-instruct-2507",
3177
+ "name": "qwen3-4b-instruct-2507",
3178
+ "created_by": "qwen",
3179
+ "source": "official",
3180
+ "last_updated": "2026-03-21",
3181
+ "family": "qwen3",
3182
+ "context_window": 262100,
3183
+ "alias": "fireworks/qwen3-4b-instruct",
3184
+ "capabilities": { "streaming": true },
3185
+ "pricing": {
3186
+ "input": 1,
3187
+ "output": 1
3188
+ }
3189
+ },
3190
+ {
3191
+ "id": "fireworks/qwen3-4b-instruct",
3192
+ "name": "qwen3-4b-instruct-2507",
3193
+ "created_by": "qwen",
3194
+ "source": "official",
3195
+ "last_updated": "2026-03-21",
3196
+ "family": "qwen3",
3197
+ "context_window": 262100,
3198
+ "capabilities": { "streaming": true },
3199
+ "pricing": {
3200
+ "input": 1,
3201
+ "output": 1
3202
+ },
3203
+ "snapshots": ["fireworks/qwen3-4b-instruct-2507"]
3204
+ },
3205
+ {
3206
+ "id": "fireworks/qwen3-4b",
3207
+ "name": "qwen3-4b",
3208
+ "created_by": "qwen",
3209
+ "source": "official",
3210
+ "last_updated": "2026-03-21",
3211
+ "family": "qwen3",
3212
+ "context_window": 41e3,
3213
+ "capabilities": { "streaming": true },
3214
+ "pricing": {
3215
+ "input": 1,
3216
+ "output": 1
3217
+ }
3218
+ },
3219
+ {
3220
+ "id": "fireworks/qwen3-8b",
3221
+ "name": "qwen3-8b",
3222
+ "created_by": "qwen",
3223
+ "source": "official",
3224
+ "last_updated": "2026-03-21",
3225
+ "family": "qwen3",
3226
+ "context_window": 41e3,
3227
+ "capabilities": { "streaming": true },
3228
+ "pricing": {
3229
+ "input": .2,
3230
+ "output": .2
3231
+ }
3232
+ },
3233
+ {
3234
+ "id": "fireworks/qwen3-coder-30b-a3b-instruct",
3235
+ "name": "qwen3-coder-30b-a3b-instruct",
3236
+ "created_by": "qwen",
3237
+ "source": "official",
3238
+ "last_updated": "2026-03-21",
3239
+ "family": "qwen3",
3240
+ "context_window": 262100,
3241
+ "capabilities": { "streaming": true },
3242
+ "pricing": {
3243
+ "input": 1,
3244
+ "output": 1
3245
+ }
3246
+ },
3247
+ {
3248
+ "id": "fireworks/qwen3-coder-480b-a35b-instruct",
3249
+ "name": "qwen3-coder-480b-a35b-instruct",
3250
+ "created_by": "qwen",
3251
+ "source": "official",
3252
+ "last_updated": "2026-03-21",
3253
+ "family": "qwen3",
3254
+ "context_window": 262100,
3255
+ "capabilities": { "streaming": true },
3256
+ "pricing": {
3257
+ "input": 1,
3258
+ "output": 1
3259
+ }
3260
+ },
3261
+ {
3262
+ "id": "fireworks/qwen3-coder-480b-instruct-bf16",
3263
+ "name": "qwen3-coder-480b-instruct-bf16",
3264
+ "created_by": "qwen",
3265
+ "source": "official",
3266
+ "last_updated": "2026-03-21",
3267
+ "family": "qwen3",
3268
+ "context_window": 262100,
3269
+ "capabilities": { "streaming": true },
3270
+ "pricing": {
3271
+ "input": 1,
3272
+ "output": 1
3273
+ }
3274
+ },
3275
+ {
3276
+ "id": "fireworks/qwen3-embedding-0p6b",
3277
+ "name": "qwen3-embedding-0p6b",
3278
+ "created_by": "qwen",
3279
+ "source": "official",
3280
+ "last_updated": "2026-03-21",
3281
+ "family": "qwen3",
3282
+ "context_window": 32800,
3283
+ "capabilities": { "streaming": true },
3284
+ "pricing": {
3285
+ "input": 1,
3286
+ "output": 1
3287
+ },
3288
+ "model_type": "embed"
3289
+ },
3290
+ {
3291
+ "id": "fireworks/qwen3-embedding-4b",
3292
+ "name": "qwen3-embedding-4b",
3293
+ "created_by": "qwen",
3294
+ "source": "official",
3295
+ "last_updated": "2026-03-21",
3296
+ "family": "qwen3",
3297
+ "context_window": 41e3,
3298
+ "capabilities": { "streaming": true },
3299
+ "pricing": {
3300
+ "input": 1,
3301
+ "output": 1
3302
+ },
3303
+ "model_type": "embed"
3304
+ },
3305
+ {
3306
+ "id": "fireworks/qwen3-embedding-8b",
3307
+ "name": "qwen3-embedding-8b",
3308
+ "created_by": "qwen",
3309
+ "source": "official",
3310
+ "last_updated": "2026-03-21",
3311
+ "family": "qwen3",
3312
+ "context_window": 41e3,
3313
+ "capabilities": { "streaming": true },
3314
+ "pricing": {
3315
+ "input": 1,
3316
+ "output": 1
3317
+ },
3318
+ "model_type": "embed"
3319
+ },
3320
+ {
3321
+ "id": "fireworks/qwen3-next-80b-a3b-instruct",
3322
+ "name": "qwen3-next-80b-a3b-instruct",
3323
+ "created_by": "qwen",
3324
+ "source": "official",
3325
+ "last_updated": "2026-03-21",
3326
+ "family": "qwen3",
3327
+ "capabilities": { "streaming": true },
3328
+ "pricing": {
3329
+ "input": 1,
3330
+ "output": 1
3331
+ }
3332
+ },
3333
+ {
3334
+ "id": "fireworks/qwen3-next-80b-a3b-thinking",
3335
+ "name": "qwen3-next-80b-a3b-thinking",
3336
+ "created_by": "qwen",
3337
+ "source": "official",
3338
+ "last_updated": "2026-03-21",
3339
+ "family": "qwen3",
3340
+ "capabilities": { "streaming": true },
3341
+ "pricing": {
3342
+ "input": 1,
3343
+ "output": 1
3344
+ }
3345
+ },
3346
+ {
3347
+ "id": "fireworks/qwen3-omni-30b-a3b-instruct",
3348
+ "name": "qwen3-omni-30b-a3b-instruct",
3349
+ "created_by": "qwen",
3350
+ "source": "official",
3351
+ "last_updated": "2026-03-21",
3352
+ "family": "qwen3",
3353
+ "context_window": 65500,
3354
+ "capabilities": { "streaming": true },
3355
+ "pricing": {
3356
+ "input": 1,
3357
+ "output": 1
3358
+ }
3359
+ },
3360
+ {
3361
+ "id": "fireworks/qwen3-reranker-0p6b",
3362
+ "name": "qwen3-reranker-0p6b",
3363
+ "created_by": "qwen",
3364
+ "source": "official",
3365
+ "last_updated": "2026-03-21",
3366
+ "family": "qwen3",
3367
+ "context_window": 41e3,
3368
+ "capabilities": { "streaming": true },
3369
+ "pricing": {
3370
+ "input": 1,
3371
+ "output": 1
3372
+ },
3373
+ "model_type": "rerank"
3374
+ },
3375
+ {
3376
+ "id": "fireworks/qwen3-reranker-4b",
3377
+ "name": "qwen3-reranker-4b",
3378
+ "created_by": "qwen",
3379
+ "source": "official",
3380
+ "last_updated": "2026-03-21",
3381
+ "family": "qwen3",
3382
+ "context_window": 41e3,
3383
+ "capabilities": { "streaming": true },
3384
+ "pricing": {
3385
+ "input": 1,
3386
+ "output": 1
3387
+ },
3388
+ "model_type": "rerank"
3389
+ },
3390
+ {
3391
+ "id": "fireworks/qwen3-reranker-8b",
3392
+ "name": "qwen3-reranker-8b",
3393
+ "created_by": "qwen",
3394
+ "source": "official",
3395
+ "last_updated": "2026-03-21",
3396
+ "family": "qwen3",
3397
+ "context_window": 41e3,
3398
+ "capabilities": { "streaming": true },
3399
+ "pricing": {
3400
+ "input": .2,
3401
+ "output": 1
3402
+ },
3403
+ "model_type": "rerank"
3404
+ },
3405
+ {
3406
+ "id": "fireworks/qwen3-vl-235b-a22b-instruct",
3407
+ "name": "qwen3-vl-235b-a22b-instruct",
3408
+ "created_by": "qwen",
3409
+ "source": "official",
3410
+ "last_updated": "2026-03-21",
3411
+ "family": "qwen3",
3412
+ "context_window": 262100,
3413
+ "capabilities": { "streaming": true },
3414
+ "pricing": {
3415
+ "input": 1,
3416
+ "output": 1
3417
+ }
3418
+ },
3419
+ {
3420
+ "id": "fireworks/qwen3-vl-235b-a22b-thinking",
3421
+ "name": "qwen3-vl-235b-a22b-thinking",
3422
+ "created_by": "qwen",
3423
+ "source": "official",
3424
+ "last_updated": "2026-03-21",
3425
+ "family": "qwen3",
3426
+ "context_window": 262100,
3427
+ "capabilities": { "streaming": true },
3428
+ "pricing": {
3429
+ "input": 1,
3430
+ "output": 1
3431
+ }
3432
+ },
3433
+ {
3434
+ "id": "fireworks/qwen3-vl-30b-a3b-instruct",
3435
+ "name": "qwen3-vl-30b-a3b-instruct",
3436
+ "created_by": "qwen",
3437
+ "source": "official",
3438
+ "last_updated": "2026-03-21",
3439
+ "family": "qwen3",
3440
+ "context_window": 262100,
3441
+ "capabilities": { "streaming": true },
3442
+ "pricing": {
3443
+ "input": .15,
3444
+ "output": 1
3445
+ }
3446
+ },
3447
+ {
3448
+ "id": "fireworks/qwen3-vl-30b-a3b-thinking",
3449
+ "name": "qwen3-vl-30b-a3b-thinking",
3450
+ "created_by": "qwen",
3451
+ "source": "official",
3452
+ "last_updated": "2026-03-21",
3453
+ "family": "qwen3",
3454
+ "context_window": 262100,
3455
+ "capabilities": { "streaming": true },
3456
+ "pricing": {
3457
+ "input": .15,
3458
+ "output": .6
3459
+ }
3460
+ },
3461
+ {
3462
+ "id": "fireworks/qwen3-vl-32b-instruct",
3463
+ "name": "qwen3-vl-32b-instruct",
3464
+ "created_by": "qwen",
3465
+ "source": "official",
3466
+ "last_updated": "2026-03-21",
3467
+ "family": "qwen3",
3468
+ "capabilities": { "streaming": true },
3469
+ "pricing": {
3470
+ "input": 1,
3471
+ "output": 1
3472
+ }
3473
+ },
3474
+ {
3475
+ "id": "fireworks/qwen3-vl-8b-instruct",
3476
+ "name": "qwen3-vl-8b-instruct",
3477
+ "created_by": "qwen",
3478
+ "source": "official",
3479
+ "last_updated": "2026-03-21",
3480
+ "family": "qwen3",
3481
+ "context_window": 262100,
3482
+ "capabilities": { "streaming": true },
3483
+ "pricing": {
3484
+ "input": 1,
3485
+ "output": 1
3486
+ }
3487
+ },
3488
+ {
3489
+ "id": "fireworks/qwq-32b",
3490
+ "name": "qwq-32b",
3491
+ "created_by": "fireworks",
3492
+ "source": "official",
3493
+ "last_updated": "2026-03-21",
3494
+ "family": "qwq",
3495
+ "context_window": 131100,
3496
+ "capabilities": { "streaming": true },
3497
+ "pricing": {
3498
+ "input": 1,
3499
+ "output": 1
3500
+ }
3501
+ },
3502
+ {
3503
+ "id": "fireworks/rolm-ocr",
3504
+ "name": "rolm-ocr",
3505
+ "created_by": "fireworks",
3506
+ "source": "official",
3507
+ "last_updated": "2026-03-21",
3508
+ "context_window": 128e3,
3509
+ "capabilities": { "streaming": true },
3510
+ "pricing": {
3511
+ "input": 1,
3512
+ "output": 1
3513
+ }
3514
+ },
3515
+ {
3516
+ "id": "fireworks/seed-oss-36b-instruct",
3517
+ "name": "seed-oss-36b-instruct",
3518
+ "created_by": "fireworks",
3519
+ "source": "official",
3520
+ "last_updated": "2026-03-21",
3521
+ "context_window": 524300,
3522
+ "capabilities": { "streaming": true },
3523
+ "pricing": {
3524
+ "input": 1,
3525
+ "output": 1
3526
+ }
3527
+ },
3528
+ {
3529
+ "id": "fireworks/snorkel-mistral-7b-pairrm-dpo",
3530
+ "name": "snorkel-mistral-7b-pairrm-dpo",
3531
+ "created_by": "mistral",
3532
+ "source": "official",
3533
+ "last_updated": "2026-03-21",
3534
+ "context_window": 32800,
3535
+ "capabilities": { "streaming": true },
3536
+ "pricing": {
3537
+ "input": 1,
3538
+ "output": 1
3539
+ }
3540
+ },
3541
+ {
3542
+ "id": "fireworks/SSD-1B",
3543
+ "name": "SSD-1B",
3544
+ "created_by": "stability",
3545
+ "source": "official",
3546
+ "last_updated": "2026-03-21",
3547
+ "capabilities": { "streaming": true },
3548
+ "pricing": {
3549
+ "input": 1,
3550
+ "output": 1
3551
+ }
3552
+ },
3553
+ {
3554
+ "id": "fireworks/stable-diffusion-xl-1024-v1-0",
3555
+ "name": "stable-diffusion-xl-1024-v1-0",
3556
+ "created_by": "fireworks",
3557
+ "source": "official",
3558
+ "last_updated": "2026-03-21",
3559
+ "capabilities": { "streaming": true },
3560
+ "pricing": {
3561
+ "input": 1,
3562
+ "output": 1
3563
+ }
3564
+ },
3565
+ {
3566
+ "id": "fireworks/stablecode-3b",
3567
+ "name": "stablecode-3b",
3568
+ "created_by": "fireworks",
3569
+ "source": "official",
3570
+ "last_updated": "2026-03-21",
3571
+ "capabilities": { "streaming": true },
3572
+ "pricing": {
3573
+ "input": 1,
3574
+ "output": 1
3575
+ }
3576
+ },
3577
+ {
3578
+ "id": "fireworks/starcoder-16b",
3579
+ "name": "starcoder-16b",
3580
+ "created_by": "fireworks",
3581
+ "source": "official",
3582
+ "last_updated": "2026-03-21",
3583
+ "context_window": 8200,
3584
+ "capabilities": { "streaming": true },
3585
+ "pricing": {
3586
+ "input": 1,
3587
+ "output": 1
3588
+ }
3589
+ },
3590
+ {
3591
+ "id": "fireworks/starcoder-7b",
3592
+ "name": "starcoder-7b",
3593
+ "created_by": "fireworks",
3594
+ "source": "official",
3595
+ "last_updated": "2026-03-21",
3596
+ "context_window": 8200,
3597
+ "capabilities": { "streaming": true },
3598
+ "pricing": {
3599
+ "input": 1,
3600
+ "output": 1
3601
+ }
3602
+ },
3603
+ {
3604
+ "id": "fireworks/starcoder2-15b",
3605
+ "name": "starcoder2-15b",
3606
+ "created_by": "fireworks",
3607
+ "source": "official",
3608
+ "last_updated": "2026-03-21",
3609
+ "context_window": 16400,
3610
+ "capabilities": { "streaming": true },
3611
+ "pricing": {
3612
+ "input": 1,
3613
+ "output": 1
3614
+ }
3615
+ },
3616
+ {
3617
+ "id": "fireworks/starcoder2-3b",
3618
+ "name": "starcoder2-3b",
3619
+ "created_by": "fireworks",
3620
+ "source": "official",
3621
+ "last_updated": "2026-03-21",
3622
+ "context_window": 16400,
3623
+ "capabilities": { "streaming": true },
3624
+ "pricing": {
3625
+ "input": 1,
3626
+ "output": 1
3627
+ }
3628
+ },
3629
+ {
3630
+ "id": "fireworks/starcoder2-7b",
3631
+ "name": "starcoder2-7b",
3632
+ "created_by": "fireworks",
3633
+ "source": "official",
3634
+ "last_updated": "2026-03-21",
3635
+ "context_window": 16400,
3636
+ "capabilities": { "streaming": true },
3637
+ "pricing": {
3638
+ "input": 1,
3639
+ "output": 1
3640
+ }
3641
+ },
3642
+ {
3643
+ "id": "fireworks/toppy-m-7b",
3644
+ "name": "toppy-m-7b",
3645
+ "created_by": "fireworks",
3646
+ "source": "official",
3647
+ "last_updated": "2026-03-21",
3648
+ "context_window": 32800,
3649
+ "capabilities": { "streaming": true },
3650
+ "pricing": {
3651
+ "input": 1,
3652
+ "output": 1
3653
+ }
3654
+ },
3655
+ {
3656
+ "id": "fireworks/whisper-v3-turbo",
3657
+ "name": "whisper-v3-turbo",
3658
+ "created_by": "openai",
3659
+ "source": "official",
3660
+ "last_updated": "2026-03-21",
3661
+ "family": "whisper",
3662
+ "capabilities": { "streaming": true },
3663
+ "pricing": {
3664
+ "input": 9e-4,
3665
+ "output": 1
3666
+ }
3667
+ },
3668
+ {
3669
+ "id": "fireworks/whisper-v3",
3670
+ "name": "whisper-v3",
3671
+ "created_by": "openai",
3672
+ "source": "official",
3673
+ "last_updated": "2026-03-21",
3674
+ "family": "whisper",
3675
+ "capabilities": { "streaming": true },
3676
+ "pricing": {
3677
+ "input": .0015,
3678
+ "output": 1
3679
+ }
3680
+ },
3681
+ {
3682
+ "id": "fireworks/yi-34b-200k-capybara",
3683
+ "name": "yi-34b-200k-capybara",
3684
+ "created_by": "fireworks",
3685
+ "source": "official",
3686
+ "last_updated": "2026-03-21",
3687
+ "context_window": 2e5,
3688
+ "capabilities": { "streaming": true },
3689
+ "pricing": {
3690
+ "input": 1,
3691
+ "output": 1
3692
+ }
3693
+ },
3694
+ {
3695
+ "id": "fireworks/zephyr-7b-beta",
3696
+ "name": "zephyr-7b-beta",
3697
+ "created_by": "fireworks",
3698
+ "source": "official",
3699
+ "last_updated": "2026-03-21",
3700
+ "context_window": 32800,
3701
+ "capabilities": { "streaming": true },
3702
+ "pricing": {
3703
+ "input": 1,
3704
+ "output": 1
3705
+ }
3706
+ },
3707
+ {
3708
+ "id": "sentientfoundation/dobby-unhinged-llama-3-3-70b-new",
3709
+ "name": "dobby-unhinged-llama-3-3-70b-new",
3710
+ "created_by": "meta",
3711
+ "source": "official",
3712
+ "last_updated": "2026-03-21",
3713
+ "context_window": 131100,
3714
+ "capabilities": { "streaming": true },
3715
+ "pricing": {
3716
+ "input": 1,
3717
+ "output": 1
3718
+ }
3719
+ },
3720
+ {
3721
+ "id": "sentientfoundation-serverless/dobby-mini-unhinged-plus-llama-3-1-8b",
3722
+ "name": "dobby-mini-unhinged-plus-llama-3-1-8b",
3723
+ "created_by": "meta",
3724
+ "source": "official",
3725
+ "last_updated": "2026-03-21",
3726
+ "context_window": 131100,
3727
+ "capabilities": { "streaming": true },
3728
+ "pricing": {
3729
+ "input": 1,
3730
+ "output": 1
3731
+ }
3732
+ },
3733
+ {
3734
+ "id": "yi-01-ai/yi-34b-chat",
3735
+ "name": "yi-34b-chat",
3736
+ "created_by": "yi-01-ai",
3737
+ "source": "official",
3738
+ "last_updated": "2026-03-21",
3739
+ "context_window": 4100,
3740
+ "capabilities": { "streaming": true },
3741
+ "pricing": {
3742
+ "input": 1,
3743
+ "output": 1
3744
+ }
3745
+ },
3746
+ {
3747
+ "id": "yi-01-ai/yi-34b",
3748
+ "name": "yi-34b",
3749
+ "created_by": "yi-01-ai",
3750
+ "source": "official",
3751
+ "last_updated": "2026-03-21",
3752
+ "context_window": 4100,
3753
+ "capabilities": { "streaming": true },
3754
+ "pricing": {
3755
+ "input": 1,
3756
+ "output": 1
3757
+ }
3758
+ },
3759
+ {
3760
+ "id": "yi-01-ai/yi-6b",
3761
+ "name": "yi-6b",
3762
+ "created_by": "yi-01-ai",
3763
+ "source": "official",
3764
+ "last_updated": "2026-03-21",
3765
+ "context_window": 4100,
3766
+ "capabilities": { "streaming": true },
3767
+ "pricing": {
3768
+ "input": 1,
3769
+ "output": 1
3770
+ }
3771
+ },
3772
+ {
3773
+ "id": "yi-01-ai/yi-large",
3774
+ "name": "yi-large",
3775
+ "created_by": "yi-01-ai",
3776
+ "source": "official",
3777
+ "last_updated": "2026-03-21",
3778
+ "context_window": 32800,
3779
+ "capabilities": { "streaming": true },
3780
+ "pricing": {
3781
+ "input": 1,
3782
+ "output": 1
3783
+ }
3784
+ }
3785
+ ]
3786
+ };
3787
+ const models = provider.models.map((m) => ({
3788
+ ...m,
3789
+ provider: provider.id
3790
+ }));
3791
+ //#endregion
3792
+ export { models, provider };