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