@elyracode/ai 0.9.23 → 0.9.25
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.
- package/dist/image-models.generated.d.ts +15 -0
- package/dist/image-models.generated.d.ts.map +1 -1
- package/dist/image-models.generated.js +16 -1
- package/dist/image-models.generated.js.map +1 -1
- package/dist/models.generated.d.ts +873 -510
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +1088 -753
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -200,6 +200,24 @@ export const MODELS = {
|
|
|
200
200
|
contextWindow: 1000000,
|
|
201
201
|
maxTokens: 128000,
|
|
202
202
|
},
|
|
203
|
+
"anthropic.claude-opus-5": {
|
|
204
|
+
id: "anthropic.claude-opus-5",
|
|
205
|
+
name: "Claude Opus 5",
|
|
206
|
+
api: "bedrock-converse-stream",
|
|
207
|
+
provider: "amazon-bedrock",
|
|
208
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
209
|
+
reasoning: true,
|
|
210
|
+
thinkingType: "adaptive",
|
|
211
|
+
input: ["text", "image"],
|
|
212
|
+
cost: {
|
|
213
|
+
input: 5,
|
|
214
|
+
output: 25,
|
|
215
|
+
cacheRead: 0.5,
|
|
216
|
+
cacheWrite: 6.25,
|
|
217
|
+
},
|
|
218
|
+
contextWindow: 1000000,
|
|
219
|
+
maxTokens: 128000,
|
|
220
|
+
},
|
|
203
221
|
"anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
204
222
|
id: "anthropic.claude-sonnet-4-5-20250929-v1:0",
|
|
205
223
|
name: "Claude Sonnet 4.5",
|
|
@@ -310,6 +328,24 @@ export const MODELS = {
|
|
|
310
328
|
contextWindow: 1000000,
|
|
311
329
|
maxTokens: 128000,
|
|
312
330
|
},
|
|
331
|
+
"au.anthropic.claude-opus-5": {
|
|
332
|
+
id: "au.anthropic.claude-opus-5",
|
|
333
|
+
name: "Claude Opus 5 (AU)",
|
|
334
|
+
api: "bedrock-converse-stream",
|
|
335
|
+
provider: "amazon-bedrock",
|
|
336
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
337
|
+
reasoning: true,
|
|
338
|
+
thinkingType: "adaptive",
|
|
339
|
+
input: ["text", "image"],
|
|
340
|
+
cost: {
|
|
341
|
+
input: 5,
|
|
342
|
+
output: 25,
|
|
343
|
+
cacheRead: 0.5,
|
|
344
|
+
cacheWrite: 6.25,
|
|
345
|
+
},
|
|
346
|
+
contextWindow: 1000000,
|
|
347
|
+
maxTokens: 128000,
|
|
348
|
+
},
|
|
313
349
|
"au.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
314
350
|
id: "au.anthropic.claude-sonnet-4-5-20250929-v1:0",
|
|
315
351
|
name: "Claude Sonnet 4.5 (AU)",
|
|
@@ -527,6 +563,24 @@ export const MODELS = {
|
|
|
527
563
|
contextWindow: 1000000,
|
|
528
564
|
maxTokens: 128000,
|
|
529
565
|
},
|
|
566
|
+
"eu.anthropic.claude-opus-5": {
|
|
567
|
+
id: "eu.anthropic.claude-opus-5",
|
|
568
|
+
name: "Claude Opus 5 (EU)",
|
|
569
|
+
api: "bedrock-converse-stream",
|
|
570
|
+
provider: "amazon-bedrock",
|
|
571
|
+
baseUrl: "https://bedrock-runtime.eu-central-1.amazonaws.com",
|
|
572
|
+
reasoning: true,
|
|
573
|
+
thinkingType: "adaptive",
|
|
574
|
+
input: ["text", "image"],
|
|
575
|
+
cost: {
|
|
576
|
+
input: 5.5,
|
|
577
|
+
output: 27.5,
|
|
578
|
+
cacheRead: 0.55,
|
|
579
|
+
cacheWrite: 6.875,
|
|
580
|
+
},
|
|
581
|
+
contextWindow: 1000000,
|
|
582
|
+
maxTokens: 128000,
|
|
583
|
+
},
|
|
530
584
|
"eu.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
531
585
|
id: "eu.anthropic.claude-sonnet-4-5-20250929-v1:0",
|
|
532
586
|
name: "Claude Sonnet 4.5 (EU)",
|
|
@@ -693,6 +747,24 @@ export const MODELS = {
|
|
|
693
747
|
contextWindow: 1000000,
|
|
694
748
|
maxTokens: 128000,
|
|
695
749
|
},
|
|
750
|
+
"global.anthropic.claude-opus-5": {
|
|
751
|
+
id: "global.anthropic.claude-opus-5",
|
|
752
|
+
name: "Claude Opus 5 (Global)",
|
|
753
|
+
api: "bedrock-converse-stream",
|
|
754
|
+
provider: "amazon-bedrock",
|
|
755
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
756
|
+
reasoning: true,
|
|
757
|
+
thinkingType: "adaptive",
|
|
758
|
+
input: ["text", "image"],
|
|
759
|
+
cost: {
|
|
760
|
+
input: 5,
|
|
761
|
+
output: 25,
|
|
762
|
+
cacheRead: 0.5,
|
|
763
|
+
cacheWrite: 6.25,
|
|
764
|
+
},
|
|
765
|
+
contextWindow: 1000000,
|
|
766
|
+
maxTokens: 128000,
|
|
767
|
+
},
|
|
696
768
|
"global.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
697
769
|
id: "global.anthropic.claude-sonnet-4-5-20250929-v1:0",
|
|
698
770
|
name: "Claude Sonnet 4.5 (Global)",
|
|
@@ -837,6 +909,24 @@ export const MODELS = {
|
|
|
837
909
|
contextWindow: 1000000,
|
|
838
910
|
maxTokens: 128000,
|
|
839
911
|
},
|
|
912
|
+
"jp.anthropic.claude-opus-5": {
|
|
913
|
+
id: "jp.anthropic.claude-opus-5",
|
|
914
|
+
name: "Claude Opus 5 (JP)",
|
|
915
|
+
api: "bedrock-converse-stream",
|
|
916
|
+
provider: "amazon-bedrock",
|
|
917
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
918
|
+
reasoning: true,
|
|
919
|
+
thinkingType: "adaptive",
|
|
920
|
+
input: ["text", "image"],
|
|
921
|
+
cost: {
|
|
922
|
+
input: 5,
|
|
923
|
+
output: 25,
|
|
924
|
+
cacheRead: 0.5,
|
|
925
|
+
cacheWrite: 6.25,
|
|
926
|
+
},
|
|
927
|
+
contextWindow: 1000000,
|
|
928
|
+
maxTokens: 128000,
|
|
929
|
+
},
|
|
840
930
|
"jp.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
841
931
|
id: "jp.anthropic.claude-sonnet-4-5-20250929-v1:0",
|
|
842
932
|
name: "Claude Sonnet 4.5 (JP)",
|
|
@@ -1327,10 +1417,10 @@ export const MODELS = {
|
|
|
1327
1417
|
reasoning: true,
|
|
1328
1418
|
input: ["text", "image"],
|
|
1329
1419
|
cost: {
|
|
1330
|
-
input:
|
|
1331
|
-
output:
|
|
1332
|
-
cacheRead: 0.
|
|
1333
|
-
cacheWrite:
|
|
1420
|
+
input: 0.22,
|
|
1421
|
+
output: 1.32,
|
|
1422
|
+
cacheRead: 0.022,
|
|
1423
|
+
cacheWrite: 0.275,
|
|
1334
1424
|
},
|
|
1335
1425
|
contextWindow: 272000,
|
|
1336
1426
|
maxTokens: 128000,
|
|
@@ -1344,10 +1434,10 @@ export const MODELS = {
|
|
|
1344
1434
|
reasoning: true,
|
|
1345
1435
|
input: ["text", "image"],
|
|
1346
1436
|
cost: {
|
|
1347
|
-
input: 5,
|
|
1348
|
-
output:
|
|
1349
|
-
cacheRead: 0.
|
|
1350
|
-
cacheWrite: 6.
|
|
1437
|
+
input: 5.5,
|
|
1438
|
+
output: 33,
|
|
1439
|
+
cacheRead: 0.55,
|
|
1440
|
+
cacheWrite: 6.88,
|
|
1351
1441
|
},
|
|
1352
1442
|
contextWindow: 272000,
|
|
1353
1443
|
maxTokens: 128000,
|
|
@@ -1361,10 +1451,10 @@ export const MODELS = {
|
|
|
1361
1451
|
reasoning: true,
|
|
1362
1452
|
input: ["text", "image"],
|
|
1363
1453
|
cost: {
|
|
1364
|
-
input: 2.
|
|
1365
|
-
output:
|
|
1366
|
-
cacheRead: 0.
|
|
1367
|
-
cacheWrite:
|
|
1454
|
+
input: 2.2,
|
|
1455
|
+
output: 13.2,
|
|
1456
|
+
cacheRead: 0.22,
|
|
1457
|
+
cacheWrite: 2.75,
|
|
1368
1458
|
},
|
|
1369
1459
|
contextWindow: 272000,
|
|
1370
1460
|
maxTokens: 128000,
|
|
@@ -1720,6 +1810,24 @@ export const MODELS = {
|
|
|
1720
1810
|
contextWindow: 1000000,
|
|
1721
1811
|
maxTokens: 128000,
|
|
1722
1812
|
},
|
|
1813
|
+
"us.anthropic.claude-opus-5": {
|
|
1814
|
+
id: "us.anthropic.claude-opus-5",
|
|
1815
|
+
name: "Claude Opus 5 (US)",
|
|
1816
|
+
api: "bedrock-converse-stream",
|
|
1817
|
+
provider: "amazon-bedrock",
|
|
1818
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1819
|
+
reasoning: true,
|
|
1820
|
+
thinkingType: "adaptive",
|
|
1821
|
+
input: ["text", "image"],
|
|
1822
|
+
cost: {
|
|
1823
|
+
input: 5,
|
|
1824
|
+
output: 25,
|
|
1825
|
+
cacheRead: 0.5,
|
|
1826
|
+
cacheWrite: 6.25,
|
|
1827
|
+
},
|
|
1828
|
+
contextWindow: 1000000,
|
|
1829
|
+
maxTokens: 128000,
|
|
1830
|
+
},
|
|
1723
1831
|
"us.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
1724
1832
|
id: "us.anthropic.claude-sonnet-4-5-20250929-v1:0",
|
|
1725
1833
|
name: "Claude Sonnet 4.5 (US)",
|
|
@@ -2113,6 +2221,24 @@ export const MODELS = {
|
|
|
2113
2221
|
contextWindow: 1000000,
|
|
2114
2222
|
maxTokens: 128000,
|
|
2115
2223
|
},
|
|
2224
|
+
"claude-opus-5": {
|
|
2225
|
+
id: "claude-opus-5",
|
|
2226
|
+
name: "Claude Opus 5",
|
|
2227
|
+
api: "anthropic-messages",
|
|
2228
|
+
provider: "anthropic",
|
|
2229
|
+
baseUrl: "https://api.anthropic.com",
|
|
2230
|
+
reasoning: true,
|
|
2231
|
+
thinkingType: "adaptive",
|
|
2232
|
+
input: ["text", "image"],
|
|
2233
|
+
cost: {
|
|
2234
|
+
input: 5,
|
|
2235
|
+
output: 25,
|
|
2236
|
+
cacheRead: 0.5,
|
|
2237
|
+
cacheWrite: 6.25,
|
|
2238
|
+
},
|
|
2239
|
+
contextWindow: 1000000,
|
|
2240
|
+
maxTokens: 128000,
|
|
2241
|
+
},
|
|
2116
2242
|
"claude-sonnet-4-5": {
|
|
2117
2243
|
id: "claude-sonnet-4-5",
|
|
2118
2244
|
name: "Claude Sonnet 4.5 (latest)",
|
|
@@ -2325,24 +2451,6 @@ export const MODELS = {
|
|
|
2325
2451
|
contextWindow: 128000,
|
|
2326
2452
|
maxTokens: 16384,
|
|
2327
2453
|
},
|
|
2328
|
-
"gpt-5-codex": {
|
|
2329
|
-
id: "gpt-5-codex",
|
|
2330
|
-
name: "GPT-5-Codex",
|
|
2331
|
-
api: "azure-openai-responses",
|
|
2332
|
-
provider: "azure-openai-responses",
|
|
2333
|
-
baseUrl: "",
|
|
2334
|
-
reasoning: true,
|
|
2335
|
-
thinkingLevelMap: { "off": null },
|
|
2336
|
-
input: ["text", "image"],
|
|
2337
|
-
cost: {
|
|
2338
|
-
input: 1.25,
|
|
2339
|
-
output: 10,
|
|
2340
|
-
cacheRead: 0.125,
|
|
2341
|
-
cacheWrite: 0,
|
|
2342
|
-
},
|
|
2343
|
-
contextWindow: 400000,
|
|
2344
|
-
maxTokens: 128000,
|
|
2345
|
-
},
|
|
2346
2454
|
"gpt-5-mini": {
|
|
2347
2455
|
id: "gpt-5-mini",
|
|
2348
2456
|
name: "GPT-5 Mini",
|
|
@@ -2415,24 +2523,6 @@ export const MODELS = {
|
|
|
2415
2523
|
contextWindow: 400000,
|
|
2416
2524
|
maxTokens: 128000,
|
|
2417
2525
|
},
|
|
2418
|
-
"gpt-5.1-chat-latest": {
|
|
2419
|
-
id: "gpt-5.1-chat-latest",
|
|
2420
|
-
name: "GPT-5.1 Chat",
|
|
2421
|
-
api: "azure-openai-responses",
|
|
2422
|
-
provider: "azure-openai-responses",
|
|
2423
|
-
baseUrl: "",
|
|
2424
|
-
reasoning: true,
|
|
2425
|
-
thinkingLevelMap: { "off": null },
|
|
2426
|
-
input: ["text", "image"],
|
|
2427
|
-
cost: {
|
|
2428
|
-
input: 1.25,
|
|
2429
|
-
output: 10,
|
|
2430
|
-
cacheRead: 0.125,
|
|
2431
|
-
cacheWrite: 0,
|
|
2432
|
-
},
|
|
2433
|
-
contextWindow: 128000,
|
|
2434
|
-
maxTokens: 16384,
|
|
2435
|
-
},
|
|
2436
2526
|
"gpt-5.1-codex": {
|
|
2437
2527
|
id: "gpt-5.1-codex",
|
|
2438
2528
|
name: "GPT-5.1 Codex",
|
|
@@ -2444,9 +2534,9 @@ export const MODELS = {
|
|
|
2444
2534
|
input: ["text", "image"],
|
|
2445
2535
|
cost: {
|
|
2446
2536
|
input: 1.25,
|
|
2447
|
-
output:
|
|
2537
|
+
output: 5,
|
|
2448
2538
|
cacheRead: 0.125,
|
|
2449
|
-
cacheWrite:
|
|
2539
|
+
cacheWrite: 1.25,
|
|
2450
2540
|
},
|
|
2451
2541
|
contextWindow: 400000,
|
|
2452
2542
|
maxTokens: 128000,
|
|
@@ -2469,24 +2559,6 @@ export const MODELS = {
|
|
|
2469
2559
|
contextWindow: 400000,
|
|
2470
2560
|
maxTokens: 128000,
|
|
2471
2561
|
},
|
|
2472
|
-
"gpt-5.1-codex-mini": {
|
|
2473
|
-
id: "gpt-5.1-codex-mini",
|
|
2474
|
-
name: "GPT-5.1 Codex mini",
|
|
2475
|
-
api: "azure-openai-responses",
|
|
2476
|
-
provider: "azure-openai-responses",
|
|
2477
|
-
baseUrl: "",
|
|
2478
|
-
reasoning: true,
|
|
2479
|
-
thinkingLevelMap: { "off": null },
|
|
2480
|
-
input: ["text", "image"],
|
|
2481
|
-
cost: {
|
|
2482
|
-
input: 0.25,
|
|
2483
|
-
output: 2,
|
|
2484
|
-
cacheRead: 0.025,
|
|
2485
|
-
cacheWrite: 0,
|
|
2486
|
-
},
|
|
2487
|
-
contextWindow: 400000,
|
|
2488
|
-
maxTokens: 128000,
|
|
2489
|
-
},
|
|
2490
2562
|
"gpt-5.2": {
|
|
2491
2563
|
id: "gpt-5.2",
|
|
2492
2564
|
name: "GPT-5.2",
|
|
@@ -2523,24 +2595,6 @@ export const MODELS = {
|
|
|
2523
2595
|
contextWindow: 128000,
|
|
2524
2596
|
maxTokens: 16384,
|
|
2525
2597
|
},
|
|
2526
|
-
"gpt-5.2-codex": {
|
|
2527
|
-
id: "gpt-5.2-codex",
|
|
2528
|
-
name: "GPT-5.2 Codex",
|
|
2529
|
-
api: "azure-openai-responses",
|
|
2530
|
-
provider: "azure-openai-responses",
|
|
2531
|
-
baseUrl: "",
|
|
2532
|
-
reasoning: true,
|
|
2533
|
-
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
2534
|
-
input: ["text", "image"],
|
|
2535
|
-
cost: {
|
|
2536
|
-
input: 1.75,
|
|
2537
|
-
output: 14,
|
|
2538
|
-
cacheRead: 0.175,
|
|
2539
|
-
cacheWrite: 0,
|
|
2540
|
-
},
|
|
2541
|
-
contextWindow: 400000,
|
|
2542
|
-
maxTokens: 128000,
|
|
2543
|
-
},
|
|
2544
2598
|
"gpt-5.2-pro": {
|
|
2545
2599
|
id: "gpt-5.2-pro",
|
|
2546
2600
|
name: "GPT-5.2 Pro",
|
|
@@ -2749,10 +2803,10 @@ export const MODELS = {
|
|
|
2749
2803
|
thinkingLevelMap: { "off": null },
|
|
2750
2804
|
input: ["text", "image"],
|
|
2751
2805
|
cost: {
|
|
2752
|
-
input:
|
|
2753
|
-
output:
|
|
2754
|
-
cacheRead: 0.
|
|
2755
|
-
cacheWrite:
|
|
2806
|
+
input: 0.2,
|
|
2807
|
+
output: 1.2,
|
|
2808
|
+
cacheRead: 0.02,
|
|
2809
|
+
cacheWrite: 0.25,
|
|
2756
2810
|
},
|
|
2757
2811
|
contextWindow: 1050000,
|
|
2758
2812
|
maxTokens: 128000,
|
|
@@ -2785,10 +2839,10 @@ export const MODELS = {
|
|
|
2785
2839
|
thinkingLevelMap: { "off": null },
|
|
2786
2840
|
input: ["text", "image"],
|
|
2787
2841
|
cost: {
|
|
2788
|
-
input: 2
|
|
2789
|
-
output:
|
|
2790
|
-
cacheRead: 0.
|
|
2791
|
-
cacheWrite:
|
|
2842
|
+
input: 2,
|
|
2843
|
+
output: 12,
|
|
2844
|
+
cacheRead: 0.2,
|
|
2845
|
+
cacheWrite: 2.5,
|
|
2792
2846
|
},
|
|
2793
2847
|
contextWindow: 1050000,
|
|
2794
2848
|
maxTokens: 128000,
|
|
@@ -2861,23 +2915,6 @@ export const MODELS = {
|
|
|
2861
2915
|
contextWindow: 200000,
|
|
2862
2916
|
maxTokens: 100000,
|
|
2863
2917
|
},
|
|
2864
|
-
"o3-deep-research": {
|
|
2865
|
-
id: "o3-deep-research",
|
|
2866
|
-
name: "o3-deep-research",
|
|
2867
|
-
api: "azure-openai-responses",
|
|
2868
|
-
provider: "azure-openai-responses",
|
|
2869
|
-
baseUrl: "",
|
|
2870
|
-
reasoning: true,
|
|
2871
|
-
input: ["text", "image"],
|
|
2872
|
-
cost: {
|
|
2873
|
-
input: 10,
|
|
2874
|
-
output: 40,
|
|
2875
|
-
cacheRead: 2.5,
|
|
2876
|
-
cacheWrite: 0,
|
|
2877
|
-
},
|
|
2878
|
-
contextWindow: 200000,
|
|
2879
|
-
maxTokens: 100000,
|
|
2880
|
-
},
|
|
2881
2918
|
"o3-mini": {
|
|
2882
2919
|
id: "o3-mini",
|
|
2883
2920
|
name: "o3-mini",
|
|
@@ -2929,23 +2966,6 @@ export const MODELS = {
|
|
|
2929
2966
|
contextWindow: 200000,
|
|
2930
2967
|
maxTokens: 100000,
|
|
2931
2968
|
},
|
|
2932
|
-
"o4-mini-deep-research": {
|
|
2933
|
-
id: "o4-mini-deep-research",
|
|
2934
|
-
name: "o4-mini-deep-research",
|
|
2935
|
-
api: "azure-openai-responses",
|
|
2936
|
-
provider: "azure-openai-responses",
|
|
2937
|
-
baseUrl: "",
|
|
2938
|
-
reasoning: true,
|
|
2939
|
-
input: ["text", "image"],
|
|
2940
|
-
cost: {
|
|
2941
|
-
input: 2,
|
|
2942
|
-
output: 8,
|
|
2943
|
-
cacheRead: 0.5,
|
|
2944
|
-
cacheWrite: 0,
|
|
2945
|
-
},
|
|
2946
|
-
contextWindow: 200000,
|
|
2947
|
-
maxTokens: 100000,
|
|
2948
|
-
},
|
|
2949
2969
|
},
|
|
2950
2970
|
"cerebras": {
|
|
2951
2971
|
"gemma-4-31b": {
|
|
@@ -3209,6 +3229,23 @@ export const MODELS = {
|
|
|
3209
3229
|
contextWindow: 1000000,
|
|
3210
3230
|
maxTokens: 128000,
|
|
3211
3231
|
},
|
|
3232
|
+
"claude-opus-5": {
|
|
3233
|
+
id: "claude-opus-5",
|
|
3234
|
+
name: "Claude Opus 5",
|
|
3235
|
+
api: "anthropic-messages",
|
|
3236
|
+
provider: "cloudflare-ai-gateway",
|
|
3237
|
+
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/anthropic",
|
|
3238
|
+
reasoning: true,
|
|
3239
|
+
input: ["text", "image"],
|
|
3240
|
+
cost: {
|
|
3241
|
+
input: 5,
|
|
3242
|
+
output: 25,
|
|
3243
|
+
cacheRead: 0.5,
|
|
3244
|
+
cacheWrite: 6.25,
|
|
3245
|
+
},
|
|
3246
|
+
contextWindow: 1000000,
|
|
3247
|
+
maxTokens: 128000,
|
|
3248
|
+
},
|
|
3212
3249
|
"claude-sonnet-4": {
|
|
3213
3250
|
id: "claude-sonnet-4",
|
|
3214
3251
|
name: "Claude Sonnet 4 (latest)",
|
|
@@ -3978,39 +4015,39 @@ export const MODELS = {
|
|
|
3978
4015
|
contextWindow: 1000000,
|
|
3979
4016
|
maxTokens: 384000,
|
|
3980
4017
|
},
|
|
3981
|
-
"accounts/fireworks/models/deepseek-v4-
|
|
3982
|
-
id: "accounts/fireworks/models/deepseek-v4-
|
|
3983
|
-
name: "DeepSeek V4
|
|
4018
|
+
"accounts/fireworks/models/deepseek-v4-flash-0731": {
|
|
4019
|
+
id: "accounts/fireworks/models/deepseek-v4-flash-0731",
|
|
4020
|
+
name: "DeepSeek V4 Flash 0731",
|
|
3984
4021
|
api: "anthropic-messages",
|
|
3985
4022
|
provider: "fireworks",
|
|
3986
4023
|
baseUrl: "https://api.fireworks.ai/inference",
|
|
3987
4024
|
reasoning: true,
|
|
3988
4025
|
input: ["text"],
|
|
3989
4026
|
cost: {
|
|
3990
|
-
input:
|
|
3991
|
-
output:
|
|
3992
|
-
cacheRead: 0.
|
|
4027
|
+
input: 0.14,
|
|
4028
|
+
output: 0.28,
|
|
4029
|
+
cacheRead: 0.028,
|
|
3993
4030
|
cacheWrite: 0,
|
|
3994
4031
|
},
|
|
3995
4032
|
contextWindow: 1000000,
|
|
3996
4033
|
maxTokens: 384000,
|
|
3997
4034
|
},
|
|
3998
|
-
"accounts/fireworks/models/
|
|
3999
|
-
id: "accounts/fireworks/models/
|
|
4000
|
-
name: "
|
|
4035
|
+
"accounts/fireworks/models/deepseek-v4-pro": {
|
|
4036
|
+
id: "accounts/fireworks/models/deepseek-v4-pro",
|
|
4037
|
+
name: "DeepSeek V4 Pro",
|
|
4001
4038
|
api: "anthropic-messages",
|
|
4002
4039
|
provider: "fireworks",
|
|
4003
4040
|
baseUrl: "https://api.fireworks.ai/inference",
|
|
4004
4041
|
reasoning: true,
|
|
4005
4042
|
input: ["text"],
|
|
4006
4043
|
cost: {
|
|
4007
|
-
input: 1.
|
|
4008
|
-
output:
|
|
4009
|
-
cacheRead: 0.
|
|
4044
|
+
input: 1.74,
|
|
4045
|
+
output: 3.48,
|
|
4046
|
+
cacheRead: 0.145,
|
|
4010
4047
|
cacheWrite: 0,
|
|
4011
4048
|
},
|
|
4012
|
-
contextWindow:
|
|
4013
|
-
maxTokens:
|
|
4049
|
+
contextWindow: 1000000,
|
|
4050
|
+
maxTokens: 384000,
|
|
4014
4051
|
},
|
|
4015
4052
|
"accounts/fireworks/models/glm-5p2": {
|
|
4016
4053
|
id: "accounts/fireworks/models/glm-5p2",
|
|
@@ -4097,6 +4134,23 @@ export const MODELS = {
|
|
|
4097
4134
|
contextWindow: 262000,
|
|
4098
4135
|
maxTokens: 262000,
|
|
4099
4136
|
},
|
|
4137
|
+
"accounts/fireworks/models/kimi-k3": {
|
|
4138
|
+
id: "accounts/fireworks/models/kimi-k3",
|
|
4139
|
+
name: "Kimi K3",
|
|
4140
|
+
api: "anthropic-messages",
|
|
4141
|
+
provider: "fireworks",
|
|
4142
|
+
baseUrl: "https://api.fireworks.ai/inference",
|
|
4143
|
+
reasoning: true,
|
|
4144
|
+
input: ["text", "image"],
|
|
4145
|
+
cost: {
|
|
4146
|
+
input: 3,
|
|
4147
|
+
output: 15,
|
|
4148
|
+
cacheRead: 0.3,
|
|
4149
|
+
cacheWrite: 0,
|
|
4150
|
+
},
|
|
4151
|
+
contextWindow: 1048576,
|
|
4152
|
+
maxTokens: 131072,
|
|
4153
|
+
},
|
|
4100
4154
|
"accounts/fireworks/models/minimax-m2p7": {
|
|
4101
4155
|
id: "accounts/fireworks/models/minimax-m2p7",
|
|
4102
4156
|
name: "MiniMax-M2.7",
|
|
@@ -4121,7 +4175,7 @@ export const MODELS = {
|
|
|
4121
4175
|
provider: "fireworks",
|
|
4122
4176
|
baseUrl: "https://api.fireworks.ai/inference",
|
|
4123
4177
|
reasoning: true,
|
|
4124
|
-
input: ["text"],
|
|
4178
|
+
input: ["text", "image"],
|
|
4125
4179
|
cost: {
|
|
4126
4180
|
input: 0.3,
|
|
4127
4181
|
output: 1.2,
|
|
@@ -4148,23 +4202,6 @@ export const MODELS = {
|
|
|
4148
4202
|
contextWindow: 262144,
|
|
4149
4203
|
maxTokens: 65536,
|
|
4150
4204
|
},
|
|
4151
|
-
"accounts/fireworks/routers/glm-5p1-fast": {
|
|
4152
|
-
id: "accounts/fireworks/routers/glm-5p1-fast",
|
|
4153
|
-
name: "GLM 5.1 Fast",
|
|
4154
|
-
api: "anthropic-messages",
|
|
4155
|
-
provider: "fireworks",
|
|
4156
|
-
baseUrl: "https://api.fireworks.ai/inference",
|
|
4157
|
-
reasoning: true,
|
|
4158
|
-
input: ["text"],
|
|
4159
|
-
cost: {
|
|
4160
|
-
input: 2.8,
|
|
4161
|
-
output: 8.8,
|
|
4162
|
-
cacheRead: 0.52,
|
|
4163
|
-
cacheWrite: 0,
|
|
4164
|
-
},
|
|
4165
|
-
contextWindow: 202800,
|
|
4166
|
-
maxTokens: 131072,
|
|
4167
|
-
},
|
|
4168
4205
|
"accounts/fireworks/routers/glm-5p2-fast": {
|
|
4169
4206
|
id: "accounts/fireworks/routers/glm-5p2-fast",
|
|
4170
4207
|
name: "GLM 5.2 Fast",
|
|
@@ -4233,6 +4270,23 @@ export const MODELS = {
|
|
|
4233
4270
|
contextWindow: 262000,
|
|
4234
4271
|
maxTokens: 262000,
|
|
4235
4272
|
},
|
|
4273
|
+
"accounts/fireworks/routers/kimi-k3-fast": {
|
|
4274
|
+
id: "accounts/fireworks/routers/kimi-k3-fast",
|
|
4275
|
+
name: "Kimi K3 Fast",
|
|
4276
|
+
api: "anthropic-messages",
|
|
4277
|
+
provider: "fireworks",
|
|
4278
|
+
baseUrl: "https://api.fireworks.ai/inference",
|
|
4279
|
+
reasoning: true,
|
|
4280
|
+
input: ["text", "image"],
|
|
4281
|
+
cost: {
|
|
4282
|
+
input: 4.5,
|
|
4283
|
+
output: 22.5,
|
|
4284
|
+
cacheRead: 0.45,
|
|
4285
|
+
cacheWrite: 0,
|
|
4286
|
+
},
|
|
4287
|
+
contextWindow: 1048576,
|
|
4288
|
+
maxTokens: 131072,
|
|
4289
|
+
},
|
|
4236
4290
|
},
|
|
4237
4291
|
"github-copilot": {
|
|
4238
4292
|
"claude-fable-5": {
|
|
@@ -4349,6 +4403,25 @@ export const MODELS = {
|
|
|
4349
4403
|
contextWindow: 200000,
|
|
4350
4404
|
maxTokens: 64000,
|
|
4351
4405
|
},
|
|
4406
|
+
"claude-opus-5": {
|
|
4407
|
+
id: "claude-opus-5",
|
|
4408
|
+
name: "Claude Opus 5",
|
|
4409
|
+
api: "openai-completions",
|
|
4410
|
+
provider: "github-copilot",
|
|
4411
|
+
baseUrl: "https://api.individual.githubcopilot.com",
|
|
4412
|
+
headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
|
|
4413
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
|
|
4414
|
+
reasoning: true,
|
|
4415
|
+
input: ["text", "image"],
|
|
4416
|
+
cost: {
|
|
4417
|
+
input: 5,
|
|
4418
|
+
output: 25,
|
|
4419
|
+
cacheRead: 0.5,
|
|
4420
|
+
cacheWrite: 6.25,
|
|
4421
|
+
},
|
|
4422
|
+
contextWindow: 1000000,
|
|
4423
|
+
maxTokens: 64000,
|
|
4424
|
+
},
|
|
4352
4425
|
"claude-sonnet-4": {
|
|
4353
4426
|
id: "claude-sonnet-4",
|
|
4354
4427
|
name: "Claude Sonnet 4 (latest)",
|
|
@@ -4424,44 +4497,6 @@ export const MODELS = {
|
|
|
4424
4497
|
contextWindow: 1000000,
|
|
4425
4498
|
maxTokens: 128000,
|
|
4426
4499
|
},
|
|
4427
|
-
"gemini-2.5-pro": {
|
|
4428
|
-
id: "gemini-2.5-pro",
|
|
4429
|
-
name: "Gemini 2.5 Pro",
|
|
4430
|
-
api: "openai-completions",
|
|
4431
|
-
provider: "github-copilot",
|
|
4432
|
-
baseUrl: "https://api.individual.githubcopilot.com",
|
|
4433
|
-
headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
|
|
4434
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
|
|
4435
|
-
reasoning: true,
|
|
4436
|
-
input: ["text", "image"],
|
|
4437
|
-
cost: {
|
|
4438
|
-
input: 1.25,
|
|
4439
|
-
output: 10,
|
|
4440
|
-
cacheRead: 0.125,
|
|
4441
|
-
cacheWrite: 0,
|
|
4442
|
-
},
|
|
4443
|
-
contextWindow: 128000,
|
|
4444
|
-
maxTokens: 64000,
|
|
4445
|
-
},
|
|
4446
|
-
"gemini-3-flash-preview": {
|
|
4447
|
-
id: "gemini-3-flash-preview",
|
|
4448
|
-
name: "Gemini 3 Flash Preview",
|
|
4449
|
-
api: "openai-completions",
|
|
4450
|
-
provider: "github-copilot",
|
|
4451
|
-
baseUrl: "https://api.individual.githubcopilot.com",
|
|
4452
|
-
headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
|
|
4453
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
|
|
4454
|
-
reasoning: true,
|
|
4455
|
-
input: ["text", "image"],
|
|
4456
|
-
cost: {
|
|
4457
|
-
input: 0.5,
|
|
4458
|
-
output: 3,
|
|
4459
|
-
cacheRead: 0.05,
|
|
4460
|
-
cacheWrite: 0,
|
|
4461
|
-
},
|
|
4462
|
-
contextWindow: 128000,
|
|
4463
|
-
maxTokens: 64000,
|
|
4464
|
-
},
|
|
4465
4500
|
"gemini-3.1-pro-preview": {
|
|
4466
4501
|
id: "gemini-3.1-pro-preview",
|
|
4467
4502
|
name: "Gemini 3.1 Pro Preview",
|
|
@@ -4500,6 +4535,25 @@ export const MODELS = {
|
|
|
4500
4535
|
contextWindow: 200000,
|
|
4501
4536
|
maxTokens: 64000,
|
|
4502
4537
|
},
|
|
4538
|
+
"gemini-3.6-flash": {
|
|
4539
|
+
id: "gemini-3.6-flash",
|
|
4540
|
+
name: "Gemini 3.6 Flash",
|
|
4541
|
+
api: "openai-completions",
|
|
4542
|
+
provider: "github-copilot",
|
|
4543
|
+
baseUrl: "https://api.individual.githubcopilot.com",
|
|
4544
|
+
headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
|
|
4545
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
|
|
4546
|
+
reasoning: true,
|
|
4547
|
+
input: ["text", "image"],
|
|
4548
|
+
cost: {
|
|
4549
|
+
input: 1.5,
|
|
4550
|
+
output: 7.5,
|
|
4551
|
+
cacheRead: 0.15,
|
|
4552
|
+
cacheWrite: 0,
|
|
4553
|
+
},
|
|
4554
|
+
contextWindow: 1000000,
|
|
4555
|
+
maxTokens: 64000,
|
|
4556
|
+
},
|
|
4503
4557
|
"gpt-4.1": {
|
|
4504
4558
|
id: "gpt-4.1",
|
|
4505
4559
|
name: "GPT-4.1",
|
|
@@ -4682,10 +4736,10 @@ export const MODELS = {
|
|
|
4682
4736
|
thinkingLevelMap: { "off": null },
|
|
4683
4737
|
input: ["text", "image"],
|
|
4684
4738
|
cost: {
|
|
4685
|
-
input:
|
|
4686
|
-
output:
|
|
4687
|
-
cacheRead: 0.
|
|
4688
|
-
cacheWrite:
|
|
4739
|
+
input: 0.2,
|
|
4740
|
+
output: 1.2,
|
|
4741
|
+
cacheRead: 0.02,
|
|
4742
|
+
cacheWrite: 0,
|
|
4689
4743
|
},
|
|
4690
4744
|
contextWindow: 1050000,
|
|
4691
4745
|
maxTokens: 128000,
|
|
@@ -4720,14 +4774,33 @@ export const MODELS = {
|
|
|
4720
4774
|
thinkingLevelMap: { "off": null },
|
|
4721
4775
|
input: ["text", "image"],
|
|
4722
4776
|
cost: {
|
|
4723
|
-
input: 2
|
|
4724
|
-
output:
|
|
4725
|
-
cacheRead: 0.
|
|
4726
|
-
cacheWrite:
|
|
4777
|
+
input: 2,
|
|
4778
|
+
output: 12,
|
|
4779
|
+
cacheRead: 0.2,
|
|
4780
|
+
cacheWrite: 0,
|
|
4727
4781
|
},
|
|
4728
4782
|
contextWindow: 1050000,
|
|
4729
4783
|
maxTokens: 128000,
|
|
4730
4784
|
},
|
|
4785
|
+
"grok-4.5": {
|
|
4786
|
+
id: "grok-4.5",
|
|
4787
|
+
name: "Grok 4.5",
|
|
4788
|
+
api: "openai-completions",
|
|
4789
|
+
provider: "github-copilot",
|
|
4790
|
+
baseUrl: "https://api.individual.githubcopilot.com",
|
|
4791
|
+
headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
|
|
4792
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
|
|
4793
|
+
reasoning: true,
|
|
4794
|
+
input: ["text", "image"],
|
|
4795
|
+
cost: {
|
|
4796
|
+
input: 2,
|
|
4797
|
+
output: 6,
|
|
4798
|
+
cacheRead: 0.5,
|
|
4799
|
+
cacheWrite: 0,
|
|
4800
|
+
},
|
|
4801
|
+
contextWindow: 500000,
|
|
4802
|
+
maxTokens: 128000,
|
|
4803
|
+
},
|
|
4731
4804
|
"kimi-k2.7-code": {
|
|
4732
4805
|
id: "kimi-k2.7-code",
|
|
4733
4806
|
name: "Kimi K2.7 Code",
|
|
@@ -4768,6 +4841,40 @@ export const MODELS = {
|
|
|
4768
4841
|
},
|
|
4769
4842
|
},
|
|
4770
4843
|
"google": {
|
|
4844
|
+
"deep-research-max-preview-04-2026": {
|
|
4845
|
+
id: "deep-research-max-preview-04-2026",
|
|
4846
|
+
name: "Deep Research Max Preview (Apr-21-2026)",
|
|
4847
|
+
api: "google-generative-ai",
|
|
4848
|
+
provider: "google",
|
|
4849
|
+
baseUrl: "https://generativelanguage.googleapis.com/v1beta",
|
|
4850
|
+
reasoning: true,
|
|
4851
|
+
input: ["text", "image"],
|
|
4852
|
+
cost: {
|
|
4853
|
+
input: 2,
|
|
4854
|
+
output: 12,
|
|
4855
|
+
cacheRead: 0.2,
|
|
4856
|
+
cacheWrite: 0,
|
|
4857
|
+
},
|
|
4858
|
+
contextWindow: 131072,
|
|
4859
|
+
maxTokens: 65536,
|
|
4860
|
+
},
|
|
4861
|
+
"deep-research-preview-04-2026": {
|
|
4862
|
+
id: "deep-research-preview-04-2026",
|
|
4863
|
+
name: "Deep Research Preview (Apr-21-2026)",
|
|
4864
|
+
api: "google-generative-ai",
|
|
4865
|
+
provider: "google",
|
|
4866
|
+
baseUrl: "https://generativelanguage.googleapis.com/v1beta",
|
|
4867
|
+
reasoning: true,
|
|
4868
|
+
input: ["text", "image"],
|
|
4869
|
+
cost: {
|
|
4870
|
+
input: 2,
|
|
4871
|
+
output: 12,
|
|
4872
|
+
cacheRead: 0.2,
|
|
4873
|
+
cacheWrite: 0,
|
|
4874
|
+
},
|
|
4875
|
+
contextWindow: 131072,
|
|
4876
|
+
maxTokens: 65536,
|
|
4877
|
+
},
|
|
4771
4878
|
"gemini-2.0-flash": {
|
|
4772
4879
|
id: "gemini-2.0-flash",
|
|
4773
4880
|
name: "Gemini 2.0 Flash",
|
|
@@ -4802,6 +4909,23 @@ export const MODELS = {
|
|
|
4802
4909
|
contextWindow: 1048576,
|
|
4803
4910
|
maxTokens: 8192,
|
|
4804
4911
|
},
|
|
4912
|
+
"gemini-2.5-computer-use-preview-10-2025": {
|
|
4913
|
+
id: "gemini-2.5-computer-use-preview-10-2025",
|
|
4914
|
+
name: "Gemini 2.5 Computer Use Preview 10-2025",
|
|
4915
|
+
api: "google-generative-ai",
|
|
4916
|
+
provider: "google",
|
|
4917
|
+
baseUrl: "https://generativelanguage.googleapis.com/v1beta",
|
|
4918
|
+
reasoning: true,
|
|
4919
|
+
input: ["text", "image"],
|
|
4920
|
+
cost: {
|
|
4921
|
+
input: 1.25,
|
|
4922
|
+
output: 10,
|
|
4923
|
+
cacheRead: 0,
|
|
4924
|
+
cacheWrite: 0,
|
|
4925
|
+
},
|
|
4926
|
+
contextWindow: 131072,
|
|
4927
|
+
maxTokens: 65536,
|
|
4928
|
+
},
|
|
4805
4929
|
"gemini-2.5-flash": {
|
|
4806
4930
|
id: "gemini-2.5-flash",
|
|
4807
4931
|
name: "Gemini 2.5 Flash",
|
|
@@ -4907,6 +5031,24 @@ export const MODELS = {
|
|
|
4907
5031
|
contextWindow: 1048576,
|
|
4908
5032
|
maxTokens: 65536,
|
|
4909
5033
|
},
|
|
5034
|
+
"gemini-3.1-flash-lite-image": {
|
|
5035
|
+
id: "gemini-3.1-flash-lite-image",
|
|
5036
|
+
name: "Nano Banana 2 Lite",
|
|
5037
|
+
api: "google-generative-ai",
|
|
5038
|
+
provider: "google",
|
|
5039
|
+
baseUrl: "https://generativelanguage.googleapis.com/v1beta",
|
|
5040
|
+
reasoning: true,
|
|
5041
|
+
thinkingLevelMap: { "off": null },
|
|
5042
|
+
input: ["text", "image"],
|
|
5043
|
+
cost: {
|
|
5044
|
+
input: 0.25,
|
|
5045
|
+
output: 30,
|
|
5046
|
+
cacheRead: 0,
|
|
5047
|
+
cacheWrite: 0,
|
|
5048
|
+
},
|
|
5049
|
+
contextWindow: 65536,
|
|
5050
|
+
maxTokens: 65536,
|
|
5051
|
+
},
|
|
4910
5052
|
"gemini-3.1-flash-lite-preview": {
|
|
4911
5053
|
id: "gemini-3.1-flash-lite-preview",
|
|
4912
5054
|
name: "Gemini 3.1 Flash Lite Preview",
|
|
@@ -4925,6 +5067,24 @@ export const MODELS = {
|
|
|
4925
5067
|
contextWindow: 1048576,
|
|
4926
5068
|
maxTokens: 65536,
|
|
4927
5069
|
},
|
|
5070
|
+
"gemini-3.1-flash-live-preview": {
|
|
5071
|
+
id: "gemini-3.1-flash-live-preview",
|
|
5072
|
+
name: "Gemini 3.1 Flash Live Preview",
|
|
5073
|
+
api: "google-generative-ai",
|
|
5074
|
+
provider: "google",
|
|
5075
|
+
baseUrl: "https://generativelanguage.googleapis.com/v1beta",
|
|
5076
|
+
reasoning: true,
|
|
5077
|
+
thinkingLevelMap: { "off": null },
|
|
5078
|
+
input: ["text", "image"],
|
|
5079
|
+
cost: {
|
|
5080
|
+
input: 0.75,
|
|
5081
|
+
output: 4.5,
|
|
5082
|
+
cacheRead: 0,
|
|
5083
|
+
cacheWrite: 0,
|
|
5084
|
+
},
|
|
5085
|
+
contextWindow: 131072,
|
|
5086
|
+
maxTokens: 65536,
|
|
5087
|
+
},
|
|
4928
5088
|
"gemini-3.1-pro-preview": {
|
|
4929
5089
|
id: "gemini-3.1-pro-preview",
|
|
4930
5090
|
name: "Gemini 3.1 Pro Preview",
|
|
@@ -5049,6 +5209,23 @@ export const MODELS = {
|
|
|
5049
5209
|
contextWindow: 1048576,
|
|
5050
5210
|
maxTokens: 65536,
|
|
5051
5211
|
},
|
|
5212
|
+
"gemini-robotics-er-1.6-preview": {
|
|
5213
|
+
id: "gemini-robotics-er-1.6-preview",
|
|
5214
|
+
name: "Gemini Robotics-ER 1.6 Preview",
|
|
5215
|
+
api: "google-generative-ai",
|
|
5216
|
+
provider: "google",
|
|
5217
|
+
baseUrl: "https://generativelanguage.googleapis.com/v1beta",
|
|
5218
|
+
reasoning: true,
|
|
5219
|
+
input: ["text", "image"],
|
|
5220
|
+
cost: {
|
|
5221
|
+
input: 1,
|
|
5222
|
+
output: 5,
|
|
5223
|
+
cacheRead: 0,
|
|
5224
|
+
cacheWrite: 0,
|
|
5225
|
+
},
|
|
5226
|
+
contextWindow: 131072,
|
|
5227
|
+
maxTokens: 65536,
|
|
5228
|
+
},
|
|
5052
5229
|
"gemma-4-26b-a4b-it": {
|
|
5053
5230
|
id: "gemma-4-26b-a4b-it",
|
|
5054
5231
|
name: "Gemma 4 26B A4B IT",
|
|
@@ -5883,12 +6060,30 @@ export const MODELS = {
|
|
|
5883
6060
|
cacheRead: 0,
|
|
5884
6061
|
cacheWrite: 0,
|
|
5885
6062
|
},
|
|
5886
|
-
contextWindow: 163840,
|
|
5887
|
-
maxTokens: 65536,
|
|
6063
|
+
contextWindow: 163840,
|
|
6064
|
+
maxTokens: 65536,
|
|
6065
|
+
},
|
|
6066
|
+
"deepseek-ai/DeepSeek-V4-Flash": {
|
|
6067
|
+
id: "deepseek-ai/DeepSeek-V4-Flash",
|
|
6068
|
+
name: "DeepSeek V4 Flash",
|
|
6069
|
+
api: "openai-completions",
|
|
6070
|
+
provider: "huggingface",
|
|
6071
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
6072
|
+
compat: { "supportsDeveloperRole": false },
|
|
6073
|
+
reasoning: true,
|
|
6074
|
+
input: ["text"],
|
|
6075
|
+
cost: {
|
|
6076
|
+
input: 0.14,
|
|
6077
|
+
output: 0.28,
|
|
6078
|
+
cacheRead: 0,
|
|
6079
|
+
cacheWrite: 0,
|
|
6080
|
+
},
|
|
6081
|
+
contextWindow: 1048576,
|
|
6082
|
+
maxTokens: 384000,
|
|
5888
6083
|
},
|
|
5889
|
-
"deepseek-ai/DeepSeek-V4-Flash": {
|
|
5890
|
-
id: "deepseek-ai/DeepSeek-V4-Flash",
|
|
5891
|
-
name: "DeepSeek V4 Flash",
|
|
6084
|
+
"deepseek-ai/DeepSeek-V4-Flash-0731": {
|
|
6085
|
+
id: "deepseek-ai/DeepSeek-V4-Flash-0731",
|
|
6086
|
+
name: "DeepSeek V4 Flash 0731",
|
|
5892
6087
|
api: "openai-completions",
|
|
5893
6088
|
provider: "huggingface",
|
|
5894
6089
|
baseUrl: "https://router.huggingface.co/v1",
|
|
@@ -6084,6 +6279,24 @@ export const MODELS = {
|
|
|
6084
6279
|
contextWindow: 262144,
|
|
6085
6280
|
maxTokens: 262144,
|
|
6086
6281
|
},
|
|
6282
|
+
"moonshotai/Kimi-K3": {
|
|
6283
|
+
id: "moonshotai/Kimi-K3",
|
|
6284
|
+
name: "Kimi K3",
|
|
6285
|
+
api: "openai-completions",
|
|
6286
|
+
provider: "huggingface",
|
|
6287
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
6288
|
+
compat: { "supportsDeveloperRole": false },
|
|
6289
|
+
reasoning: true,
|
|
6290
|
+
input: ["text", "image"],
|
|
6291
|
+
cost: {
|
|
6292
|
+
input: 3,
|
|
6293
|
+
output: 15,
|
|
6294
|
+
cacheRead: 0,
|
|
6295
|
+
cacheWrite: 0,
|
|
6296
|
+
},
|
|
6297
|
+
contextWindow: 1000000,
|
|
6298
|
+
maxTokens: 131072,
|
|
6299
|
+
},
|
|
6087
6300
|
"openai/gpt-oss-120b": {
|
|
6088
6301
|
id: "openai/gpt-oss-120b",
|
|
6089
6302
|
name: "GPT OSS 120B",
|
|
@@ -6156,6 +6369,60 @@ export const MODELS = {
|
|
|
6156
6369
|
contextWindow: 262144,
|
|
6157
6370
|
maxTokens: 256000,
|
|
6158
6371
|
},
|
|
6372
|
+
"tencent/Hy3": {
|
|
6373
|
+
id: "tencent/Hy3",
|
|
6374
|
+
name: "Hy3",
|
|
6375
|
+
api: "openai-completions",
|
|
6376
|
+
provider: "huggingface",
|
|
6377
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
6378
|
+
compat: { "supportsDeveloperRole": false },
|
|
6379
|
+
reasoning: true,
|
|
6380
|
+
input: ["text"],
|
|
6381
|
+
cost: {
|
|
6382
|
+
input: 0.14,
|
|
6383
|
+
output: 0.58,
|
|
6384
|
+
cacheRead: 0,
|
|
6385
|
+
cacheWrite: 0,
|
|
6386
|
+
},
|
|
6387
|
+
contextWindow: 262144,
|
|
6388
|
+
maxTokens: 64000,
|
|
6389
|
+
},
|
|
6390
|
+
"thinkingmachines/Inkling": {
|
|
6391
|
+
id: "thinkingmachines/Inkling",
|
|
6392
|
+
name: "Inkling",
|
|
6393
|
+
api: "openai-completions",
|
|
6394
|
+
provider: "huggingface",
|
|
6395
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
6396
|
+
compat: { "supportsDeveloperRole": false },
|
|
6397
|
+
reasoning: true,
|
|
6398
|
+
input: ["text", "image"],
|
|
6399
|
+
cost: {
|
|
6400
|
+
input: 1,
|
|
6401
|
+
output: 4.05,
|
|
6402
|
+
cacheRead: 0,
|
|
6403
|
+
cacheWrite: 0,
|
|
6404
|
+
},
|
|
6405
|
+
contextWindow: 1048576,
|
|
6406
|
+
maxTokens: 1048576,
|
|
6407
|
+
},
|
|
6408
|
+
"thinkingmachines/Inkling-Small": {
|
|
6409
|
+
id: "thinkingmachines/Inkling-Small",
|
|
6410
|
+
name: "Inkling Small",
|
|
6411
|
+
api: "openai-completions",
|
|
6412
|
+
provider: "huggingface",
|
|
6413
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
6414
|
+
compat: { "supportsDeveloperRole": false },
|
|
6415
|
+
reasoning: true,
|
|
6416
|
+
input: ["text", "image"],
|
|
6417
|
+
cost: {
|
|
6418
|
+
input: 0.5,
|
|
6419
|
+
output: 1.2,
|
|
6420
|
+
cacheRead: 0,
|
|
6421
|
+
cacheWrite: 0,
|
|
6422
|
+
},
|
|
6423
|
+
contextWindow: 524288,
|
|
6424
|
+
maxTokens: 1048576,
|
|
6425
|
+
},
|
|
6159
6426
|
"zai-org/GLM-4.5": {
|
|
6160
6427
|
id: "zai-org/GLM-4.5",
|
|
6161
6428
|
name: "GLM-4.5",
|
|
@@ -6338,6 +6605,24 @@ export const MODELS = {
|
|
|
6338
6605
|
contextWindow: 1048576,
|
|
6339
6606
|
maxTokens: 131072,
|
|
6340
6607
|
},
|
|
6608
|
+
"k3-256k": {
|
|
6609
|
+
id: "k3-256k",
|
|
6610
|
+
name: "Kimi K3-256K",
|
|
6611
|
+
api: "anthropic-messages",
|
|
6612
|
+
provider: "kimi-coding",
|
|
6613
|
+
baseUrl: "https://api.kimi.com/coding",
|
|
6614
|
+
headers: { "User-Agent": "KimiCLI/1.5" },
|
|
6615
|
+
reasoning: true,
|
|
6616
|
+
input: ["text", "image"],
|
|
6617
|
+
cost: {
|
|
6618
|
+
input: 0,
|
|
6619
|
+
output: 0,
|
|
6620
|
+
cacheRead: 0,
|
|
6621
|
+
cacheWrite: 0,
|
|
6622
|
+
},
|
|
6623
|
+
contextWindow: 262144,
|
|
6624
|
+
maxTokens: 131072,
|
|
6625
|
+
},
|
|
6341
6626
|
"kimi-for-coding": {
|
|
6342
6627
|
id: "kimi-for-coding",
|
|
6343
6628
|
name: "Kimi K2.7 Code",
|
|
@@ -6992,6 +7277,23 @@ export const MODELS = {
|
|
|
6992
7277
|
contextWindow: 128000,
|
|
6993
7278
|
maxTokens: 128000,
|
|
6994
7279
|
},
|
|
7280
|
+
"voxtral-small-latest": {
|
|
7281
|
+
id: "voxtral-small-latest",
|
|
7282
|
+
name: "Voxtral Small (latest)",
|
|
7283
|
+
api: "mistral-conversations",
|
|
7284
|
+
provider: "mistral",
|
|
7285
|
+
baseUrl: "https://api.mistral.ai",
|
|
7286
|
+
reasoning: false,
|
|
7287
|
+
input: ["text"],
|
|
7288
|
+
cost: {
|
|
7289
|
+
input: 0.1,
|
|
7290
|
+
output: 0.3,
|
|
7291
|
+
cacheRead: 0,
|
|
7292
|
+
cacheWrite: 0,
|
|
7293
|
+
},
|
|
7294
|
+
contextWindow: 32000,
|
|
7295
|
+
maxTokens: 32000,
|
|
7296
|
+
},
|
|
6995
7297
|
},
|
|
6996
7298
|
"moonshotai": {
|
|
6997
7299
|
"kimi-k2-0711-preview": {
|
|
@@ -7496,24 +7798,6 @@ export const MODELS = {
|
|
|
7496
7798
|
contextWindow: 128000,
|
|
7497
7799
|
maxTokens: 16384,
|
|
7498
7800
|
},
|
|
7499
|
-
"gpt-5-codex": {
|
|
7500
|
-
id: "gpt-5-codex",
|
|
7501
|
-
name: "GPT-5-Codex",
|
|
7502
|
-
api: "openai-responses",
|
|
7503
|
-
provider: "openai",
|
|
7504
|
-
baseUrl: "https://api.openai.com/v1",
|
|
7505
|
-
reasoning: true,
|
|
7506
|
-
thinkingLevelMap: { "off": null },
|
|
7507
|
-
input: ["text", "image"],
|
|
7508
|
-
cost: {
|
|
7509
|
-
input: 1.25,
|
|
7510
|
-
output: 10,
|
|
7511
|
-
cacheRead: 0.125,
|
|
7512
|
-
cacheWrite: 0,
|
|
7513
|
-
},
|
|
7514
|
-
contextWindow: 400000,
|
|
7515
|
-
maxTokens: 128000,
|
|
7516
|
-
},
|
|
7517
7801
|
"gpt-5-mini": {
|
|
7518
7802
|
id: "gpt-5-mini",
|
|
7519
7803
|
name: "GPT-5 Mini",
|
|
@@ -7586,24 +7870,6 @@ export const MODELS = {
|
|
|
7586
7870
|
contextWindow: 400000,
|
|
7587
7871
|
maxTokens: 128000,
|
|
7588
7872
|
},
|
|
7589
|
-
"gpt-5.1-chat-latest": {
|
|
7590
|
-
id: "gpt-5.1-chat-latest",
|
|
7591
|
-
name: "GPT-5.1 Chat",
|
|
7592
|
-
api: "openai-responses",
|
|
7593
|
-
provider: "openai",
|
|
7594
|
-
baseUrl: "https://api.openai.com/v1",
|
|
7595
|
-
reasoning: true,
|
|
7596
|
-
thinkingLevelMap: { "off": null },
|
|
7597
|
-
input: ["text", "image"],
|
|
7598
|
-
cost: {
|
|
7599
|
-
input: 1.25,
|
|
7600
|
-
output: 10,
|
|
7601
|
-
cacheRead: 0.125,
|
|
7602
|
-
cacheWrite: 0,
|
|
7603
|
-
},
|
|
7604
|
-
contextWindow: 128000,
|
|
7605
|
-
maxTokens: 16384,
|
|
7606
|
-
},
|
|
7607
7873
|
"gpt-5.1-codex": {
|
|
7608
7874
|
id: "gpt-5.1-codex",
|
|
7609
7875
|
name: "GPT-5.1 Codex",
|
|
@@ -7615,9 +7881,9 @@ export const MODELS = {
|
|
|
7615
7881
|
input: ["text", "image"],
|
|
7616
7882
|
cost: {
|
|
7617
7883
|
input: 1.25,
|
|
7618
|
-
output:
|
|
7884
|
+
output: 5,
|
|
7619
7885
|
cacheRead: 0.125,
|
|
7620
|
-
cacheWrite:
|
|
7886
|
+
cacheWrite: 1.25,
|
|
7621
7887
|
},
|
|
7622
7888
|
contextWindow: 400000,
|
|
7623
7889
|
maxTokens: 128000,
|
|
@@ -7640,24 +7906,6 @@ export const MODELS = {
|
|
|
7640
7906
|
contextWindow: 400000,
|
|
7641
7907
|
maxTokens: 128000,
|
|
7642
7908
|
},
|
|
7643
|
-
"gpt-5.1-codex-mini": {
|
|
7644
|
-
id: "gpt-5.1-codex-mini",
|
|
7645
|
-
name: "GPT-5.1 Codex mini",
|
|
7646
|
-
api: "openai-responses",
|
|
7647
|
-
provider: "openai",
|
|
7648
|
-
baseUrl: "https://api.openai.com/v1",
|
|
7649
|
-
reasoning: true,
|
|
7650
|
-
thinkingLevelMap: { "off": null },
|
|
7651
|
-
input: ["text", "image"],
|
|
7652
|
-
cost: {
|
|
7653
|
-
input: 0.25,
|
|
7654
|
-
output: 2,
|
|
7655
|
-
cacheRead: 0.025,
|
|
7656
|
-
cacheWrite: 0,
|
|
7657
|
-
},
|
|
7658
|
-
contextWindow: 400000,
|
|
7659
|
-
maxTokens: 128000,
|
|
7660
|
-
},
|
|
7661
7909
|
"gpt-5.2": {
|
|
7662
7910
|
id: "gpt-5.2",
|
|
7663
7911
|
name: "GPT-5.2",
|
|
@@ -7694,24 +7942,6 @@ export const MODELS = {
|
|
|
7694
7942
|
contextWindow: 128000,
|
|
7695
7943
|
maxTokens: 16384,
|
|
7696
7944
|
},
|
|
7697
|
-
"gpt-5.2-codex": {
|
|
7698
|
-
id: "gpt-5.2-codex",
|
|
7699
|
-
name: "GPT-5.2 Codex",
|
|
7700
|
-
api: "openai-responses",
|
|
7701
|
-
provider: "openai",
|
|
7702
|
-
baseUrl: "https://api.openai.com/v1",
|
|
7703
|
-
reasoning: true,
|
|
7704
|
-
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
7705
|
-
input: ["text", "image"],
|
|
7706
|
-
cost: {
|
|
7707
|
-
input: 1.75,
|
|
7708
|
-
output: 14,
|
|
7709
|
-
cacheRead: 0.175,
|
|
7710
|
-
cacheWrite: 0,
|
|
7711
|
-
},
|
|
7712
|
-
contextWindow: 400000,
|
|
7713
|
-
maxTokens: 128000,
|
|
7714
|
-
},
|
|
7715
7945
|
"gpt-5.2-pro": {
|
|
7716
7946
|
id: "gpt-5.2-pro",
|
|
7717
7947
|
name: "GPT-5.2 Pro",
|
|
@@ -7920,10 +8150,10 @@ export const MODELS = {
|
|
|
7920
8150
|
thinkingLevelMap: { "off": null },
|
|
7921
8151
|
input: ["text", "image"],
|
|
7922
8152
|
cost: {
|
|
7923
|
-
input:
|
|
7924
|
-
output:
|
|
7925
|
-
cacheRead: 0.
|
|
7926
|
-
cacheWrite:
|
|
8153
|
+
input: 0.2,
|
|
8154
|
+
output: 1.2,
|
|
8155
|
+
cacheRead: 0.02,
|
|
8156
|
+
cacheWrite: 0.25,
|
|
7927
8157
|
},
|
|
7928
8158
|
contextWindow: 1050000,
|
|
7929
8159
|
maxTokens: 128000,
|
|
@@ -7956,10 +8186,10 @@ export const MODELS = {
|
|
|
7956
8186
|
thinkingLevelMap: { "off": null },
|
|
7957
8187
|
input: ["text", "image"],
|
|
7958
8188
|
cost: {
|
|
7959
|
-
input: 2
|
|
7960
|
-
output:
|
|
7961
|
-
cacheRead: 0.
|
|
7962
|
-
cacheWrite:
|
|
8189
|
+
input: 2,
|
|
8190
|
+
output: 12,
|
|
8191
|
+
cacheRead: 0.2,
|
|
8192
|
+
cacheWrite: 2.5,
|
|
7963
8193
|
},
|
|
7964
8194
|
contextWindow: 1050000,
|
|
7965
8195
|
maxTokens: 128000,
|
|
@@ -8032,23 +8262,6 @@ export const MODELS = {
|
|
|
8032
8262
|
contextWindow: 200000,
|
|
8033
8263
|
maxTokens: 100000,
|
|
8034
8264
|
},
|
|
8035
|
-
"o3-deep-research": {
|
|
8036
|
-
id: "o3-deep-research",
|
|
8037
|
-
name: "o3-deep-research",
|
|
8038
|
-
api: "openai-responses",
|
|
8039
|
-
provider: "openai",
|
|
8040
|
-
baseUrl: "https://api.openai.com/v1",
|
|
8041
|
-
reasoning: true,
|
|
8042
|
-
input: ["text", "image"],
|
|
8043
|
-
cost: {
|
|
8044
|
-
input: 10,
|
|
8045
|
-
output: 40,
|
|
8046
|
-
cacheRead: 2.5,
|
|
8047
|
-
cacheWrite: 0,
|
|
8048
|
-
},
|
|
8049
|
-
contextWindow: 200000,
|
|
8050
|
-
maxTokens: 100000,
|
|
8051
|
-
},
|
|
8052
8265
|
"o3-mini": {
|
|
8053
8266
|
id: "o3-mini",
|
|
8054
8267
|
name: "o3-mini",
|
|
@@ -8100,23 +8313,6 @@ export const MODELS = {
|
|
|
8100
8313
|
contextWindow: 200000,
|
|
8101
8314
|
maxTokens: 100000,
|
|
8102
8315
|
},
|
|
8103
|
-
"o4-mini-deep-research": {
|
|
8104
|
-
id: "o4-mini-deep-research",
|
|
8105
|
-
name: "o4-mini-deep-research",
|
|
8106
|
-
api: "openai-responses",
|
|
8107
|
-
provider: "openai",
|
|
8108
|
-
baseUrl: "https://api.openai.com/v1",
|
|
8109
|
-
reasoning: true,
|
|
8110
|
-
input: ["text", "image"],
|
|
8111
|
-
cost: {
|
|
8112
|
-
input: 2,
|
|
8113
|
-
output: 8,
|
|
8114
|
-
cacheRead: 0.5,
|
|
8115
|
-
cacheWrite: 0,
|
|
8116
|
-
},
|
|
8117
|
-
contextWindow: 200000,
|
|
8118
|
-
maxTokens: 100000,
|
|
8119
|
-
},
|
|
8120
8316
|
},
|
|
8121
8317
|
"openai-codex": {
|
|
8122
8318
|
"gpt-5.1": {
|
|
@@ -8439,6 +8635,23 @@ export const MODELS = {
|
|
|
8439
8635
|
contextWindow: 1000000,
|
|
8440
8636
|
maxTokens: 128000,
|
|
8441
8637
|
},
|
|
8638
|
+
"claude-opus-5": {
|
|
8639
|
+
id: "claude-opus-5",
|
|
8640
|
+
name: "Claude Opus 5",
|
|
8641
|
+
api: "anthropic-messages",
|
|
8642
|
+
provider: "opencode",
|
|
8643
|
+
baseUrl: "https://opencode.ai/zen",
|
|
8644
|
+
reasoning: true,
|
|
8645
|
+
input: ["text", "image"],
|
|
8646
|
+
cost: {
|
|
8647
|
+
input: 5,
|
|
8648
|
+
output: 25,
|
|
8649
|
+
cacheRead: 0.5,
|
|
8650
|
+
cacheWrite: 6.25,
|
|
8651
|
+
},
|
|
8652
|
+
contextWindow: 1000000,
|
|
8653
|
+
maxTokens: 128000,
|
|
8654
|
+
},
|
|
8442
8655
|
"claude-sonnet-4": {
|
|
8443
8656
|
id: "claude-sonnet-4",
|
|
8444
8657
|
name: "Claude Sonnet 4",
|
|
@@ -8509,7 +8722,7 @@ export const MODELS = {
|
|
|
8509
8722
|
},
|
|
8510
8723
|
"deepseek-v4-flash": {
|
|
8511
8724
|
id: "deepseek-v4-flash",
|
|
8512
|
-
name: "DeepSeek V4 Flash",
|
|
8725
|
+
name: "DeepSeek V4 Flash 0731",
|
|
8513
8726
|
api: "openai-completions",
|
|
8514
8727
|
provider: "opencode",
|
|
8515
8728
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
@@ -8528,7 +8741,7 @@ export const MODELS = {
|
|
|
8528
8741
|
},
|
|
8529
8742
|
"deepseek-v4-flash-free": {
|
|
8530
8743
|
id: "deepseek-v4-flash-free",
|
|
8531
|
-
name: "DeepSeek V4 Flash Free",
|
|
8744
|
+
name: "DeepSeek V4 Flash Free (New)",
|
|
8532
8745
|
api: "openai-completions",
|
|
8533
8746
|
provider: "opencode",
|
|
8534
8747
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
@@ -9003,10 +9216,10 @@ export const MODELS = {
|
|
|
9003
9216
|
thinkingLevelMap: { "off": null },
|
|
9004
9217
|
input: ["text", "image"],
|
|
9005
9218
|
cost: {
|
|
9006
|
-
input:
|
|
9007
|
-
output:
|
|
9008
|
-
cacheRead: 0.
|
|
9009
|
-
cacheWrite:
|
|
9219
|
+
input: 0.2,
|
|
9220
|
+
output: 1.2,
|
|
9221
|
+
cacheRead: 0.02,
|
|
9222
|
+
cacheWrite: 0.25,
|
|
9010
9223
|
},
|
|
9011
9224
|
contextWindow: 1050000,
|
|
9012
9225
|
maxTokens: 128000,
|
|
@@ -9129,8 +9342,25 @@ export const MODELS = {
|
|
|
9129
9342
|
cacheRead: 0.19,
|
|
9130
9343
|
cacheWrite: 0,
|
|
9131
9344
|
},
|
|
9132
|
-
contextWindow: 262144,
|
|
9133
|
-
maxTokens: 262144,
|
|
9345
|
+
contextWindow: 262144,
|
|
9346
|
+
maxTokens: 262144,
|
|
9347
|
+
},
|
|
9348
|
+
"kimi-k3": {
|
|
9349
|
+
id: "kimi-k3",
|
|
9350
|
+
name: "Kimi K3",
|
|
9351
|
+
api: "openai-completions",
|
|
9352
|
+
provider: "opencode",
|
|
9353
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
9354
|
+
reasoning: true,
|
|
9355
|
+
input: ["text", "image"],
|
|
9356
|
+
cost: {
|
|
9357
|
+
input: 3,
|
|
9358
|
+
output: 15,
|
|
9359
|
+
cacheRead: 0.3,
|
|
9360
|
+
cacheWrite: 0,
|
|
9361
|
+
},
|
|
9362
|
+
contextWindow: 1048576,
|
|
9363
|
+
maxTokens: 131072,
|
|
9134
9364
|
},
|
|
9135
9365
|
"laguna-s-2.1-free": {
|
|
9136
9366
|
id: "laguna-s-2.1-free",
|
|
@@ -9149,6 +9379,23 @@ export const MODELS = {
|
|
|
9149
9379
|
contextWindow: 256000,
|
|
9150
9380
|
maxTokens: 32000,
|
|
9151
9381
|
},
|
|
9382
|
+
"ling-3.0-flash-free": {
|
|
9383
|
+
id: "ling-3.0-flash-free",
|
|
9384
|
+
name: "Ling-3.0-flash Free",
|
|
9385
|
+
api: "openai-completions",
|
|
9386
|
+
provider: "opencode",
|
|
9387
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
9388
|
+
reasoning: true,
|
|
9389
|
+
input: ["text"],
|
|
9390
|
+
cost: {
|
|
9391
|
+
input: 0,
|
|
9392
|
+
output: 0,
|
|
9393
|
+
cacheRead: 0,
|
|
9394
|
+
cacheWrite: 0,
|
|
9395
|
+
},
|
|
9396
|
+
contextWindow: 262144,
|
|
9397
|
+
maxTokens: 32768,
|
|
9398
|
+
},
|
|
9152
9399
|
"mimo-v2.5-free": {
|
|
9153
9400
|
id: "mimo-v2.5-free",
|
|
9154
9401
|
name: "MiMo V2.5 Free",
|
|
@@ -9289,7 +9536,7 @@ export const MODELS = {
|
|
|
9289
9536
|
"opencode-go": {
|
|
9290
9537
|
"deepseek-v4-flash": {
|
|
9291
9538
|
id: "deepseek-v4-flash",
|
|
9292
|
-
name: "DeepSeek V4 Flash",
|
|
9539
|
+
name: "DeepSeek V4 Flash (New)",
|
|
9293
9540
|
api: "openai-completions",
|
|
9294
9541
|
provider: "opencode-go",
|
|
9295
9542
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
@@ -9359,6 +9606,24 @@ export const MODELS = {
|
|
|
9359
9606
|
contextWindow: 1000000,
|
|
9360
9607
|
maxTokens: 131072,
|
|
9361
9608
|
},
|
|
9609
|
+
"gpt-5.6-luna": {
|
|
9610
|
+
id: "gpt-5.6-luna",
|
|
9611
|
+
name: "GPT-5.6 Luna (2x usage)",
|
|
9612
|
+
api: "openai-responses",
|
|
9613
|
+
provider: "opencode-go",
|
|
9614
|
+
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
9615
|
+
reasoning: true,
|
|
9616
|
+
thinkingLevelMap: { "off": null },
|
|
9617
|
+
input: ["text", "image"],
|
|
9618
|
+
cost: {
|
|
9619
|
+
input: 0.1,
|
|
9620
|
+
output: 0.6,
|
|
9621
|
+
cacheRead: 0.01,
|
|
9622
|
+
cacheWrite: 0.125,
|
|
9623
|
+
},
|
|
9624
|
+
contextWindow: 1050000,
|
|
9625
|
+
maxTokens: 128000,
|
|
9626
|
+
},
|
|
9362
9627
|
"grok-4.5": {
|
|
9363
9628
|
id: "grok-4.5",
|
|
9364
9629
|
name: "Grok 4.5",
|
|
@@ -9429,7 +9694,7 @@ export const MODELS = {
|
|
|
9429
9694
|
},
|
|
9430
9695
|
"kimi-k3": {
|
|
9431
9696
|
id: "kimi-k3",
|
|
9432
|
-
name: "Kimi K3
|
|
9697
|
+
name: "Kimi K3",
|
|
9433
9698
|
api: "openai-completions",
|
|
9434
9699
|
provider: "opencode-go",
|
|
9435
9700
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
@@ -9564,6 +9829,23 @@ export const MODELS = {
|
|
|
9564
9829
|
contextWindow: 1000000,
|
|
9565
9830
|
maxTokens: 65536,
|
|
9566
9831
|
},
|
|
9832
|
+
"qwen3.8-max": {
|
|
9833
|
+
id: "qwen3.8-max",
|
|
9834
|
+
name: "Qwen3.8 Max",
|
|
9835
|
+
api: "anthropic-messages",
|
|
9836
|
+
provider: "opencode-go",
|
|
9837
|
+
baseUrl: "https://opencode.ai/zen/go",
|
|
9838
|
+
reasoning: true,
|
|
9839
|
+
input: ["text", "image"],
|
|
9840
|
+
cost: {
|
|
9841
|
+
input: 2,
|
|
9842
|
+
output: 6,
|
|
9843
|
+
cacheRead: 0.25,
|
|
9844
|
+
cacheWrite: 2.5,
|
|
9845
|
+
},
|
|
9846
|
+
contextWindow: 1000000,
|
|
9847
|
+
maxTokens: 131072,
|
|
9848
|
+
},
|
|
9567
9849
|
},
|
|
9568
9850
|
"openrouter": {
|
|
9569
9851
|
"ai21/jamba-large-1.7": {
|
|
@@ -9912,6 +10194,40 @@ export const MODELS = {
|
|
|
9912
10194
|
contextWindow: 1000000,
|
|
9913
10195
|
maxTokens: 128000,
|
|
9914
10196
|
},
|
|
10197
|
+
"anthropic/claude-opus-5": {
|
|
10198
|
+
id: "anthropic/claude-opus-5",
|
|
10199
|
+
name: "Claude Opus 5",
|
|
10200
|
+
api: "openai-completions",
|
|
10201
|
+
provider: "openrouter",
|
|
10202
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10203
|
+
reasoning: true,
|
|
10204
|
+
input: ["text", "image"],
|
|
10205
|
+
cost: {
|
|
10206
|
+
input: 5,
|
|
10207
|
+
output: 25,
|
|
10208
|
+
cacheRead: 0.5,
|
|
10209
|
+
cacheWrite: 6.25,
|
|
10210
|
+
},
|
|
10211
|
+
contextWindow: 1000000,
|
|
10212
|
+
maxTokens: 128000,
|
|
10213
|
+
},
|
|
10214
|
+
"anthropic/claude-opus-5-fast": {
|
|
10215
|
+
id: "anthropic/claude-opus-5-fast",
|
|
10216
|
+
name: "Claude Opus 5 (Fast)",
|
|
10217
|
+
api: "openai-completions",
|
|
10218
|
+
provider: "openrouter",
|
|
10219
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10220
|
+
reasoning: true,
|
|
10221
|
+
input: ["text", "image"],
|
|
10222
|
+
cost: {
|
|
10223
|
+
input: 10,
|
|
10224
|
+
output: 50,
|
|
10225
|
+
cacheRead: 1,
|
|
10226
|
+
cacheWrite: 12.5,
|
|
10227
|
+
},
|
|
10228
|
+
contextWindow: 1000000,
|
|
10229
|
+
maxTokens: 128000,
|
|
10230
|
+
},
|
|
9915
10231
|
"anthropic/claude-sonnet-4": {
|
|
9916
10232
|
id: "anthropic/claude-sonnet-4",
|
|
9917
10233
|
name: "Anthropic: Claude Sonnet 4",
|
|
@@ -9989,13 +10305,13 @@ export const MODELS = {
|
|
|
9989
10305
|
reasoning: true,
|
|
9990
10306
|
input: ["text"],
|
|
9991
10307
|
cost: {
|
|
9992
|
-
input: 0.
|
|
9993
|
-
output: 0.
|
|
10308
|
+
input: 0.22,
|
|
10309
|
+
output: 0.85,
|
|
9994
10310
|
cacheRead: 0.06,
|
|
9995
10311
|
cacheWrite: 0,
|
|
9996
10312
|
},
|
|
9997
10313
|
contextWindow: 262144,
|
|
9998
|
-
maxTokens:
|
|
10314
|
+
maxTokens: 262144,
|
|
9999
10315
|
},
|
|
10000
10316
|
"arcee-ai/virtuoso-large": {
|
|
10001
10317
|
id: "arcee-ai/virtuoso-large",
|
|
@@ -10159,8 +10475,8 @@ export const MODELS = {
|
|
|
10159
10475
|
reasoning: false,
|
|
10160
10476
|
input: ["text"],
|
|
10161
10477
|
cost: {
|
|
10162
|
-
input: 0.
|
|
10163
|
-
output:
|
|
10478
|
+
input: 0.2574,
|
|
10479
|
+
output: 1.0287,
|
|
10164
10480
|
cacheRead: 0,
|
|
10165
10481
|
cacheWrite: 0,
|
|
10166
10482
|
},
|
|
@@ -10288,7 +10604,7 @@ export const MODELS = {
|
|
|
10288
10604
|
},
|
|
10289
10605
|
"deepseek/deepseek-v4-flash": {
|
|
10290
10606
|
id: "deepseek/deepseek-v4-flash",
|
|
10291
|
-
name: "DeepSeek: DeepSeek V4 Flash",
|
|
10607
|
+
name: "DeepSeek: DeepSeek V4 Flash 0423",
|
|
10292
10608
|
api: "openai-completions",
|
|
10293
10609
|
provider: "openrouter",
|
|
10294
10610
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
@@ -10297,13 +10613,32 @@ export const MODELS = {
|
|
|
10297
10613
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
10298
10614
|
input: ["text"],
|
|
10299
10615
|
cost: {
|
|
10300
|
-
input: 0.
|
|
10301
|
-
output: 0.
|
|
10302
|
-
cacheRead: 0.
|
|
10616
|
+
input: 0.14,
|
|
10617
|
+
output: 0.28,
|
|
10618
|
+
cacheRead: 0.028,
|
|
10303
10619
|
cacheWrite: 0,
|
|
10304
10620
|
},
|
|
10305
10621
|
contextWindow: 1048576,
|
|
10306
|
-
maxTokens:
|
|
10622
|
+
maxTokens: 393216,
|
|
10623
|
+
},
|
|
10624
|
+
"deepseek/deepseek-v4-flash-0731": {
|
|
10625
|
+
id: "deepseek/deepseek-v4-flash-0731",
|
|
10626
|
+
name: "DeepSeek: DeepSeek V4 Flash 0731",
|
|
10627
|
+
api: "openai-completions",
|
|
10628
|
+
provider: "openrouter",
|
|
10629
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10630
|
+
compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
10631
|
+
reasoning: true,
|
|
10632
|
+
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
10633
|
+
input: ["text"],
|
|
10634
|
+
cost: {
|
|
10635
|
+
input: 0.09,
|
|
10636
|
+
output: 0.18,
|
|
10637
|
+
cacheRead: 0.018,
|
|
10638
|
+
cacheWrite: 0,
|
|
10639
|
+
},
|
|
10640
|
+
contextWindow: 1048576,
|
|
10641
|
+
maxTokens: 65536,
|
|
10307
10642
|
},
|
|
10308
10643
|
"deepseek/deepseek-v4-pro": {
|
|
10309
10644
|
id: "deepseek/deepseek-v4-pro",
|
|
@@ -10336,7 +10671,7 @@ export const MODELS = {
|
|
|
10336
10671
|
input: 0.3,
|
|
10337
10672
|
output: 2.5,
|
|
10338
10673
|
cacheRead: 0.03,
|
|
10339
|
-
cacheWrite: 0.
|
|
10674
|
+
cacheWrite: 0.0833333333333333,
|
|
10340
10675
|
},
|
|
10341
10676
|
contextWindow: 1048576,
|
|
10342
10677
|
maxTokens: 65535,
|
|
@@ -10353,7 +10688,7 @@ export const MODELS = {
|
|
|
10353
10688
|
input: 0.09999999999999999,
|
|
10354
10689
|
output: 0.39999999999999997,
|
|
10355
10690
|
cacheRead: 0.01,
|
|
10356
|
-
cacheWrite: 0.
|
|
10691
|
+
cacheWrite: 0.0833333333333333,
|
|
10357
10692
|
},
|
|
10358
10693
|
contextWindow: 1048576,
|
|
10359
10694
|
maxTokens: 65535,
|
|
@@ -10421,7 +10756,7 @@ export const MODELS = {
|
|
|
10421
10756
|
input: 0.5,
|
|
10422
10757
|
output: 3,
|
|
10423
10758
|
cacheRead: 0.049999999999999996,
|
|
10424
|
-
cacheWrite: 0.
|
|
10759
|
+
cacheWrite: 0.0833333333333333,
|
|
10425
10760
|
},
|
|
10426
10761
|
contextWindow: 1048576,
|
|
10427
10762
|
maxTokens: 65535,
|
|
@@ -10455,7 +10790,7 @@ export const MODELS = {
|
|
|
10455
10790
|
input: 0.25,
|
|
10456
10791
|
output: 1.5,
|
|
10457
10792
|
cacheRead: 0.024999999999999998,
|
|
10458
|
-
cacheWrite: 0.
|
|
10793
|
+
cacheWrite: 0.0833333333333333,
|
|
10459
10794
|
},
|
|
10460
10795
|
contextWindow: 1048576,
|
|
10461
10796
|
maxTokens: 65536,
|
|
@@ -10472,7 +10807,7 @@ export const MODELS = {
|
|
|
10472
10807
|
input: 0.25,
|
|
10473
10808
|
output: 1.5,
|
|
10474
10809
|
cacheRead: 0.024999999999999998,
|
|
10475
|
-
cacheWrite: 0.
|
|
10810
|
+
cacheWrite: 0.0833333333333333,
|
|
10476
10811
|
},
|
|
10477
10812
|
contextWindow: 1048576,
|
|
10478
10813
|
maxTokens: 65536,
|
|
@@ -10523,7 +10858,7 @@ export const MODELS = {
|
|
|
10523
10858
|
input: 1.5,
|
|
10524
10859
|
output: 9,
|
|
10525
10860
|
cacheRead: 0.15,
|
|
10526
|
-
cacheWrite: 0.
|
|
10861
|
+
cacheWrite: 0.0833333333333333,
|
|
10527
10862
|
},
|
|
10528
10863
|
contextWindow: 1048576,
|
|
10529
10864
|
maxTokens: 65536,
|
|
@@ -10540,7 +10875,7 @@ export const MODELS = {
|
|
|
10540
10875
|
input: 0.3,
|
|
10541
10876
|
output: 2.5,
|
|
10542
10877
|
cacheRead: 0.03,
|
|
10543
|
-
cacheWrite: 0.
|
|
10878
|
+
cacheWrite: 0.0833333333333333,
|
|
10544
10879
|
},
|
|
10545
10880
|
contextWindow: 1048576,
|
|
10546
10881
|
maxTokens: 65536,
|
|
@@ -10557,7 +10892,7 @@ export const MODELS = {
|
|
|
10557
10892
|
input: 1.5,
|
|
10558
10893
|
output: 7.5,
|
|
10559
10894
|
cacheRead: 0.15,
|
|
10560
|
-
cacheWrite: 0.
|
|
10895
|
+
cacheWrite: 0.0833333333333333,
|
|
10561
10896
|
},
|
|
10562
10897
|
contextWindow: 1048576,
|
|
10563
10898
|
maxTokens: 65536,
|
|
@@ -10588,13 +10923,13 @@ export const MODELS = {
|
|
|
10588
10923
|
reasoning: false,
|
|
10589
10924
|
input: ["text", "image"],
|
|
10590
10925
|
cost: {
|
|
10591
|
-
input: 0.
|
|
10592
|
-
output: 0.
|
|
10593
|
-
cacheRead: 0,
|
|
10926
|
+
input: 0.08,
|
|
10927
|
+
output: 0.44999999999999996,
|
|
10928
|
+
cacheRead: 0.04,
|
|
10594
10929
|
cacheWrite: 0,
|
|
10595
10930
|
},
|
|
10596
10931
|
contextWindow: 262144,
|
|
10597
|
-
maxTokens:
|
|
10932
|
+
maxTokens: 131072,
|
|
10598
10933
|
},
|
|
10599
10934
|
"google/gemma-4-26b-a4b-it": {
|
|
10600
10935
|
id: "google/gemma-4-26b-a4b-it",
|
|
@@ -10605,13 +10940,13 @@ export const MODELS = {
|
|
|
10605
10940
|
reasoning: true,
|
|
10606
10941
|
input: ["text", "image"],
|
|
10607
10942
|
cost: {
|
|
10608
|
-
input: 0.
|
|
10609
|
-
output: 0.
|
|
10610
|
-
cacheRead: 0
|
|
10943
|
+
input: 0.07,
|
|
10944
|
+
output: 0.33999999999999997,
|
|
10945
|
+
cacheRead: 0,
|
|
10611
10946
|
cacheWrite: 0,
|
|
10612
10947
|
},
|
|
10613
10948
|
contextWindow: 262144,
|
|
10614
|
-
maxTokens:
|
|
10949
|
+
maxTokens: 16384,
|
|
10615
10950
|
},
|
|
10616
10951
|
"google/gemma-4-26b-a4b-it:free": {
|
|
10617
10952
|
id: "google/gemma-4-26b-a4b-it:free",
|
|
@@ -10639,9 +10974,9 @@ export const MODELS = {
|
|
|
10639
10974
|
reasoning: true,
|
|
10640
10975
|
input: ["text", "image"],
|
|
10641
10976
|
cost: {
|
|
10642
|
-
input: 0.
|
|
10643
|
-
output: 0.
|
|
10644
|
-
cacheRead: 0.
|
|
10977
|
+
input: 0.09999999999999999,
|
|
10978
|
+
output: 0.33999999999999997,
|
|
10979
|
+
cacheRead: 0.09999999999999999,
|
|
10645
10980
|
cacheWrite: 0,
|
|
10646
10981
|
},
|
|
10647
10982
|
contextWindow: 262144,
|
|
@@ -10732,6 +11067,23 @@ export const MODELS = {
|
|
|
10732
11067
|
contextWindow: 262144,
|
|
10733
11068
|
maxTokens: 32768,
|
|
10734
11069
|
},
|
|
11070
|
+
"inclusionai/ling-3.0-flash:free": {
|
|
11071
|
+
id: "inclusionai/ling-3.0-flash:free",
|
|
11072
|
+
name: "Ling-3.0-flash (free)",
|
|
11073
|
+
api: "openai-completions",
|
|
11074
|
+
provider: "openrouter",
|
|
11075
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
11076
|
+
reasoning: true,
|
|
11077
|
+
input: ["text"],
|
|
11078
|
+
cost: {
|
|
11079
|
+
input: 0,
|
|
11080
|
+
output: 0,
|
|
11081
|
+
cacheRead: 0,
|
|
11082
|
+
cacheWrite: 0,
|
|
11083
|
+
},
|
|
11084
|
+
contextWindow: 262144,
|
|
11085
|
+
maxTokens: 32768,
|
|
11086
|
+
},
|
|
10735
11087
|
"inclusionai/ring-2.6-1t": {
|
|
10736
11088
|
id: "inclusionai/ring-2.6-1t",
|
|
10737
11089
|
name: "inclusionAI: Ring-2.6-1T",
|
|
@@ -10945,9 +11297,9 @@ export const MODELS = {
|
|
|
10945
11297
|
reasoning: true,
|
|
10946
11298
|
input: ["text"],
|
|
10947
11299
|
cost: {
|
|
10948
|
-
input: 0.
|
|
10949
|
-
output: 1.
|
|
10950
|
-
cacheRead: 0
|
|
11300
|
+
input: 0.255,
|
|
11301
|
+
output: 1.02,
|
|
11302
|
+
cacheRead: 0,
|
|
10951
11303
|
cacheWrite: 0,
|
|
10952
11304
|
},
|
|
10953
11305
|
contextWindow: 204800,
|
|
@@ -11038,23 +11390,6 @@ export const MODELS = {
|
|
|
11038
11390
|
contextWindow: 256000,
|
|
11039
11391
|
maxTokens: 4096,
|
|
11040
11392
|
},
|
|
11041
|
-
"mistralai/devstral-2512": {
|
|
11042
|
-
id: "mistralai/devstral-2512",
|
|
11043
|
-
name: "Mistral: Devstral 2 2512",
|
|
11044
|
-
api: "openai-completions",
|
|
11045
|
-
provider: "openrouter",
|
|
11046
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11047
|
-
reasoning: false,
|
|
11048
|
-
input: ["text"],
|
|
11049
|
-
cost: {
|
|
11050
|
-
input: 0.39999999999999997,
|
|
11051
|
-
output: 2,
|
|
11052
|
-
cacheRead: 0.04,
|
|
11053
|
-
cacheWrite: 0,
|
|
11054
|
-
},
|
|
11055
|
-
contextWindow: 262144,
|
|
11056
|
-
maxTokens: 4096,
|
|
11057
|
-
},
|
|
11058
11393
|
"mistralai/ministral-14b-2512": {
|
|
11059
11394
|
id: "mistralai/ministral-14b-2512",
|
|
11060
11395
|
name: "Mistral: Ministral 3 14B 2512",
|
|
@@ -11268,13 +11603,13 @@ export const MODELS = {
|
|
|
11268
11603
|
reasoning: false,
|
|
11269
11604
|
input: ["text", "image"],
|
|
11270
11605
|
cost: {
|
|
11271
|
-
input: 0.
|
|
11272
|
-
output: 0.
|
|
11273
|
-
cacheRead: 0
|
|
11606
|
+
input: 0.075,
|
|
11607
|
+
output: 0.19999999999999998,
|
|
11608
|
+
cacheRead: 0,
|
|
11274
11609
|
cacheWrite: 0,
|
|
11275
11610
|
},
|
|
11276
11611
|
contextWindow: 256000,
|
|
11277
|
-
maxTokens:
|
|
11612
|
+
maxTokens: 16384,
|
|
11278
11613
|
},
|
|
11279
11614
|
"mistralai/mixtral-8x22b-instruct": {
|
|
11280
11615
|
id: "mistralai/mixtral-8x22b-instruct",
|
|
@@ -11387,9 +11722,9 @@ export const MODELS = {
|
|
|
11387
11722
|
reasoning: true,
|
|
11388
11723
|
input: ["text", "image"],
|
|
11389
11724
|
cost: {
|
|
11390
|
-
input: 0.
|
|
11391
|
-
output: 3.
|
|
11392
|
-
cacheRead: 0.
|
|
11725
|
+
input: 0.6,
|
|
11726
|
+
output: 3.41,
|
|
11727
|
+
cacheRead: 0.19999999999999998,
|
|
11393
11728
|
cacheWrite: 0,
|
|
11394
11729
|
},
|
|
11395
11730
|
contextWindow: 262144,
|
|
@@ -11404,9 +11739,9 @@ export const MODELS = {
|
|
|
11404
11739
|
reasoning: true,
|
|
11405
11740
|
input: ["text", "image"],
|
|
11406
11741
|
cost: {
|
|
11407
|
-
input: 0.
|
|
11408
|
-
output: 3.
|
|
11409
|
-
cacheRead: 0.
|
|
11742
|
+
input: 0.73,
|
|
11743
|
+
output: 3.5,
|
|
11744
|
+
cacheRead: 0.15,
|
|
11410
11745
|
cacheWrite: 0,
|
|
11411
11746
|
},
|
|
11412
11747
|
contextWindow: 262144,
|
|
@@ -11474,11 +11809,11 @@ export const MODELS = {
|
|
|
11474
11809
|
cost: {
|
|
11475
11810
|
input: 0.049999999999999996,
|
|
11476
11811
|
output: 0.19999999999999998,
|
|
11477
|
-
cacheRead: 0,
|
|
11812
|
+
cacheRead: 0.03,
|
|
11478
11813
|
cacheWrite: 0,
|
|
11479
11814
|
},
|
|
11480
11815
|
contextWindow: 262144,
|
|
11481
|
-
maxTokens:
|
|
11816
|
+
maxTokens: 262144,
|
|
11482
11817
|
},
|
|
11483
11818
|
"nvidia/nemotron-3-nano-30b-a3b:free": {
|
|
11484
11819
|
id: "nvidia/nemotron-3-nano-30b-a3b:free",
|
|
@@ -11523,13 +11858,13 @@ export const MODELS = {
|
|
|
11523
11858
|
reasoning: true,
|
|
11524
11859
|
input: ["text"],
|
|
11525
11860
|
cost: {
|
|
11526
|
-
input: 0.
|
|
11527
|
-
output: 0.
|
|
11861
|
+
input: 0.08499999999999999,
|
|
11862
|
+
output: 0.39999999999999997,
|
|
11528
11863
|
cacheRead: 0,
|
|
11529
11864
|
cacheWrite: 0,
|
|
11530
11865
|
},
|
|
11531
11866
|
contextWindow: 1000000,
|
|
11532
|
-
maxTokens:
|
|
11867
|
+
maxTokens: 16384,
|
|
11533
11868
|
},
|
|
11534
11869
|
"nvidia/nemotron-3-super-120b-a12b:free": {
|
|
11535
11870
|
id: "nvidia/nemotron-3-super-120b-a12b:free",
|
|
@@ -11557,13 +11892,13 @@ export const MODELS = {
|
|
|
11557
11892
|
reasoning: true,
|
|
11558
11893
|
input: ["text"],
|
|
11559
11894
|
cost: {
|
|
11560
|
-
input: 0.
|
|
11561
|
-
output:
|
|
11562
|
-
cacheRead: 0.
|
|
11895
|
+
input: 0.6,
|
|
11896
|
+
output: 3.5999999999999996,
|
|
11897
|
+
cacheRead: 0.19999999999999998,
|
|
11563
11898
|
cacheWrite: 0,
|
|
11564
11899
|
},
|
|
11565
11900
|
contextWindow: 512288,
|
|
11566
|
-
maxTokens:
|
|
11901
|
+
maxTokens: 4096,
|
|
11567
11902
|
},
|
|
11568
11903
|
"nvidia/nemotron-3-ultra-550b-a55b:free": {
|
|
11569
11904
|
id: "nvidia/nemotron-3-ultra-550b-a55b:free",
|
|
@@ -11786,23 +12121,6 @@ export const MODELS = {
|
|
|
11786
12121
|
contextWindow: 400000,
|
|
11787
12122
|
maxTokens: 128000,
|
|
11788
12123
|
},
|
|
11789
|
-
"openai/gpt-5-codex": {
|
|
11790
|
-
id: "openai/gpt-5-codex",
|
|
11791
|
-
name: "OpenAI: GPT-5 Codex",
|
|
11792
|
-
api: "openai-completions",
|
|
11793
|
-
provider: "openrouter",
|
|
11794
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11795
|
-
reasoning: true,
|
|
11796
|
-
input: ["text", "image"],
|
|
11797
|
-
cost: {
|
|
11798
|
-
input: 1.25,
|
|
11799
|
-
output: 10,
|
|
11800
|
-
cacheRead: 0.125,
|
|
11801
|
-
cacheWrite: 0,
|
|
11802
|
-
},
|
|
11803
|
-
contextWindow: 400000,
|
|
11804
|
-
maxTokens: 128000,
|
|
11805
|
-
},
|
|
11806
12124
|
"openai/gpt-5-mini": {
|
|
11807
12125
|
id: "openai/gpt-5-mini",
|
|
11808
12126
|
name: "OpenAI: GPT-5 Mini",
|
|
@@ -11871,23 +12189,6 @@ export const MODELS = {
|
|
|
11871
12189
|
contextWindow: 400000,
|
|
11872
12190
|
maxTokens: 128000,
|
|
11873
12191
|
},
|
|
11874
|
-
"openai/gpt-5.1-chat": {
|
|
11875
|
-
id: "openai/gpt-5.1-chat",
|
|
11876
|
-
name: "OpenAI: GPT-5.1 Chat",
|
|
11877
|
-
api: "openai-completions",
|
|
11878
|
-
provider: "openrouter",
|
|
11879
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11880
|
-
reasoning: false,
|
|
11881
|
-
input: ["text", "image"],
|
|
11882
|
-
cost: {
|
|
11883
|
-
input: 1.25,
|
|
11884
|
-
output: 10,
|
|
11885
|
-
cacheRead: 0.125,
|
|
11886
|
-
cacheWrite: 0,
|
|
11887
|
-
},
|
|
11888
|
-
contextWindow: 128000,
|
|
11889
|
-
maxTokens: 16384,
|
|
11890
|
-
},
|
|
11891
12192
|
"openai/gpt-5.1-codex": {
|
|
11892
12193
|
id: "openai/gpt-5.1-codex",
|
|
11893
12194
|
name: "OpenAI: GPT-5.1-Codex",
|
|
@@ -11899,7 +12200,7 @@ export const MODELS = {
|
|
|
11899
12200
|
cost: {
|
|
11900
12201
|
input: 1.25,
|
|
11901
12202
|
output: 10,
|
|
11902
|
-
cacheRead: 0.
|
|
12203
|
+
cacheRead: 0.13,
|
|
11903
12204
|
cacheWrite: 0,
|
|
11904
12205
|
},
|
|
11905
12206
|
contextWindow: 400000,
|
|
@@ -11933,11 +12234,11 @@ export const MODELS = {
|
|
|
11933
12234
|
cost: {
|
|
11934
12235
|
input: 0.25,
|
|
11935
12236
|
output: 2,
|
|
11936
|
-
cacheRead: 0.
|
|
12237
|
+
cacheRead: 0.03,
|
|
11937
12238
|
cacheWrite: 0,
|
|
11938
12239
|
},
|
|
11939
12240
|
contextWindow: 400000,
|
|
11940
|
-
maxTokens:
|
|
12241
|
+
maxTokens: 128000,
|
|
11941
12242
|
},
|
|
11942
12243
|
"openai/gpt-5.2": {
|
|
11943
12244
|
id: "openai/gpt-5.2",
|
|
@@ -12164,10 +12465,10 @@ export const MODELS = {
|
|
|
12164
12465
|
reasoning: true,
|
|
12165
12466
|
input: ["text", "image"],
|
|
12166
12467
|
cost: {
|
|
12167
|
-
input:
|
|
12168
|
-
output: 6,
|
|
12169
|
-
cacheRead: 0.
|
|
12170
|
-
cacheWrite:
|
|
12468
|
+
input: 0.09999999999999999,
|
|
12469
|
+
output: 0.6,
|
|
12470
|
+
cacheRead: 0.01,
|
|
12471
|
+
cacheWrite: 0.125,
|
|
12171
12472
|
},
|
|
12172
12473
|
contextWindow: 1050000,
|
|
12173
12474
|
maxTokens: 128000,
|
|
@@ -12181,10 +12482,10 @@ export const MODELS = {
|
|
|
12181
12482
|
reasoning: true,
|
|
12182
12483
|
input: ["text", "image"],
|
|
12183
12484
|
cost: {
|
|
12184
|
-
input:
|
|
12185
|
-
output: 6,
|
|
12186
|
-
cacheRead: 0.
|
|
12187
|
-
cacheWrite:
|
|
12485
|
+
input: 0.09999999999999999,
|
|
12486
|
+
output: 0.6,
|
|
12487
|
+
cacheRead: 0.01,
|
|
12488
|
+
cacheWrite: 0.125,
|
|
12188
12489
|
},
|
|
12189
12490
|
contextWindow: 1050000,
|
|
12190
12491
|
maxTokens: 128000,
|
|
@@ -12232,10 +12533,10 @@ export const MODELS = {
|
|
|
12232
12533
|
reasoning: true,
|
|
12233
12534
|
input: ["text", "image"],
|
|
12234
12535
|
cost: {
|
|
12235
|
-
input:
|
|
12236
|
-
output:
|
|
12237
|
-
cacheRead: 0.
|
|
12238
|
-
cacheWrite:
|
|
12536
|
+
input: 1,
|
|
12537
|
+
output: 6,
|
|
12538
|
+
cacheRead: 0.09999999999999999,
|
|
12539
|
+
cacheWrite: 1.25,
|
|
12239
12540
|
},
|
|
12240
12541
|
contextWindow: 1050000,
|
|
12241
12542
|
maxTokens: 128000,
|
|
@@ -12249,10 +12550,10 @@ export const MODELS = {
|
|
|
12249
12550
|
reasoning: true,
|
|
12250
12551
|
input: ["text", "image"],
|
|
12251
12552
|
cost: {
|
|
12252
|
-
input:
|
|
12253
|
-
output:
|
|
12254
|
-
cacheRead: 0.
|
|
12255
|
-
cacheWrite:
|
|
12553
|
+
input: 1,
|
|
12554
|
+
output: 6,
|
|
12555
|
+
cacheRead: 0.09999999999999999,
|
|
12556
|
+
cacheWrite: 1.25,
|
|
12256
12557
|
},
|
|
12257
12558
|
contextWindow: 1050000,
|
|
12258
12559
|
maxTokens: 128000,
|
|
@@ -12410,23 +12711,6 @@ export const MODELS = {
|
|
|
12410
12711
|
contextWindow: 200000,
|
|
12411
12712
|
maxTokens: 100000,
|
|
12412
12713
|
},
|
|
12413
|
-
"openai/o3-deep-research": {
|
|
12414
|
-
id: "openai/o3-deep-research",
|
|
12415
|
-
name: "OpenAI: o3 Deep Research",
|
|
12416
|
-
api: "openai-completions",
|
|
12417
|
-
provider: "openrouter",
|
|
12418
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12419
|
-
reasoning: true,
|
|
12420
|
-
input: ["text", "image"],
|
|
12421
|
-
cost: {
|
|
12422
|
-
input: 10,
|
|
12423
|
-
output: 40,
|
|
12424
|
-
cacheRead: 2.5,
|
|
12425
|
-
cacheWrite: 0,
|
|
12426
|
-
},
|
|
12427
|
-
contextWindow: 200000,
|
|
12428
|
-
maxTokens: 100000,
|
|
12429
|
-
},
|
|
12430
12714
|
"openai/o3-mini": {
|
|
12431
12715
|
id: "openai/o3-mini",
|
|
12432
12716
|
name: "OpenAI: o3 Mini",
|
|
@@ -12495,23 +12779,6 @@ export const MODELS = {
|
|
|
12495
12779
|
contextWindow: 200000,
|
|
12496
12780
|
maxTokens: 100000,
|
|
12497
12781
|
},
|
|
12498
|
-
"openai/o4-mini-deep-research": {
|
|
12499
|
-
id: "openai/o4-mini-deep-research",
|
|
12500
|
-
name: "OpenAI: o4 Mini Deep Research",
|
|
12501
|
-
api: "openai-completions",
|
|
12502
|
-
provider: "openrouter",
|
|
12503
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12504
|
-
reasoning: true,
|
|
12505
|
-
input: ["text", "image"],
|
|
12506
|
-
cost: {
|
|
12507
|
-
input: 2,
|
|
12508
|
-
output: 8,
|
|
12509
|
-
cacheRead: 0.5,
|
|
12510
|
-
cacheWrite: 0,
|
|
12511
|
-
},
|
|
12512
|
-
contextWindow: 200000,
|
|
12513
|
-
maxTokens: 100000,
|
|
12514
|
-
},
|
|
12515
12782
|
"openai/o4-mini-high": {
|
|
12516
12783
|
id: "openai/o4-mini-high",
|
|
12517
12784
|
name: "OpenAI: o4 Mini High",
|
|
@@ -12580,40 +12847,6 @@ export const MODELS = {
|
|
|
12580
12847
|
contextWindow: 200000,
|
|
12581
12848
|
maxTokens: 4096,
|
|
12582
12849
|
},
|
|
12583
|
-
"poolside/laguna-m.1": {
|
|
12584
|
-
id: "poolside/laguna-m.1",
|
|
12585
|
-
name: "Poolside: Laguna M.1",
|
|
12586
|
-
api: "openai-completions",
|
|
12587
|
-
provider: "openrouter",
|
|
12588
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12589
|
-
reasoning: true,
|
|
12590
|
-
input: ["text"],
|
|
12591
|
-
cost: {
|
|
12592
|
-
input: 0.19999999999999998,
|
|
12593
|
-
output: 0.39999999999999997,
|
|
12594
|
-
cacheRead: 0.09999999999999999,
|
|
12595
|
-
cacheWrite: 0,
|
|
12596
|
-
},
|
|
12597
|
-
contextWindow: 262144,
|
|
12598
|
-
maxTokens: 32768,
|
|
12599
|
-
},
|
|
12600
|
-
"poolside/laguna-m.1:free": {
|
|
12601
|
-
id: "poolside/laguna-m.1:free",
|
|
12602
|
-
name: "Poolside: Laguna M.1 (free)",
|
|
12603
|
-
api: "openai-completions",
|
|
12604
|
-
provider: "openrouter",
|
|
12605
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12606
|
-
reasoning: true,
|
|
12607
|
-
input: ["text"],
|
|
12608
|
-
cost: {
|
|
12609
|
-
input: 0,
|
|
12610
|
-
output: 0,
|
|
12611
|
-
cacheRead: 0,
|
|
12612
|
-
cacheWrite: 0,
|
|
12613
|
-
},
|
|
12614
|
-
contextWindow: 262144,
|
|
12615
|
-
maxTokens: 32768,
|
|
12616
|
-
},
|
|
12617
12850
|
"poolside/laguna-s-2.1": {
|
|
12618
12851
|
id: "poolside/laguna-s-2.1",
|
|
12619
12852
|
name: "Poolside: Laguna S 2.1",
|
|
@@ -12623,9 +12856,9 @@ export const MODELS = {
|
|
|
12623
12856
|
reasoning: true,
|
|
12624
12857
|
input: ["text"],
|
|
12625
12858
|
cost: {
|
|
12626
|
-
input: 0.
|
|
12627
|
-
output: 0.
|
|
12628
|
-
cacheRead: 0.
|
|
12859
|
+
input: 0.09,
|
|
12860
|
+
output: 0.18,
|
|
12861
|
+
cacheRead: 0.009,
|
|
12629
12862
|
cacheWrite: 0,
|
|
12630
12863
|
},
|
|
12631
12864
|
contextWindow: 1048576,
|
|
@@ -12708,8 +12941,8 @@ export const MODELS = {
|
|
|
12708
12941
|
reasoning: false,
|
|
12709
12942
|
input: ["text"],
|
|
12710
12943
|
cost: {
|
|
12711
|
-
input: 0.
|
|
12712
|
-
output: 0.
|
|
12944
|
+
input: 0.09999999999999999,
|
|
12945
|
+
output: 0.19999999999999998,
|
|
12713
12946
|
cacheRead: 0,
|
|
12714
12947
|
cacheWrite: 0,
|
|
12715
12948
|
},
|
|
@@ -12759,10 +12992,10 @@ export const MODELS = {
|
|
|
12759
12992
|
reasoning: true,
|
|
12760
12993
|
input: ["text"],
|
|
12761
12994
|
cost: {
|
|
12762
|
-
input: 0.
|
|
12763
|
-
output:
|
|
12995
|
+
input: 0.39999999999999997,
|
|
12996
|
+
output: 1.2,
|
|
12764
12997
|
cacheRead: 0,
|
|
12765
|
-
cacheWrite: 0.
|
|
12998
|
+
cacheWrite: 0.5,
|
|
12766
12999
|
},
|
|
12767
13000
|
contextWindow: 1000000,
|
|
12768
13001
|
maxTokens: 32768,
|
|
@@ -12810,13 +13043,13 @@ export const MODELS = {
|
|
|
12810
13043
|
reasoning: false,
|
|
12811
13044
|
input: ["text"],
|
|
12812
13045
|
cost: {
|
|
12813
|
-
input: 0.
|
|
12814
|
-
output: 0.
|
|
13046
|
+
input: 0.14950000000000002,
|
|
13047
|
+
output: 0.5980000000000001,
|
|
12815
13048
|
cacheRead: 0,
|
|
12816
13049
|
cacheWrite: 0,
|
|
12817
13050
|
},
|
|
12818
13051
|
contextWindow: 262144,
|
|
12819
|
-
maxTokens:
|
|
13052
|
+
maxTokens: 32768,
|
|
12820
13053
|
},
|
|
12821
13054
|
"qwen/qwen3-235b-a22b-thinking-2507": {
|
|
12822
13055
|
id: "qwen/qwen3-235b-a22b-thinking-2507",
|
|
@@ -12827,13 +13060,13 @@ export const MODELS = {
|
|
|
12827
13060
|
reasoning: true,
|
|
12828
13061
|
input: ["text"],
|
|
12829
13062
|
cost: {
|
|
12830
|
-
input: 0.
|
|
12831
|
-
output: 3,
|
|
13063
|
+
input: 0.22999999999999998,
|
|
13064
|
+
output: 2.3,
|
|
12832
13065
|
cacheRead: 0,
|
|
12833
13066
|
cacheWrite: 0,
|
|
12834
13067
|
},
|
|
12835
13068
|
contextWindow: 262144,
|
|
12836
|
-
maxTokens:
|
|
13069
|
+
maxTokens: 4096,
|
|
12837
13070
|
},
|
|
12838
13071
|
"qwen/qwen3-30b-a3b": {
|
|
12839
13072
|
id: "qwen/qwen3-30b-a3b",
|
|
@@ -12844,13 +13077,13 @@ export const MODELS = {
|
|
|
12844
13077
|
reasoning: true,
|
|
12845
13078
|
input: ["text"],
|
|
12846
13079
|
cost: {
|
|
12847
|
-
input: 0.
|
|
12848
|
-
output: 0.
|
|
13080
|
+
input: 0.12,
|
|
13081
|
+
output: 0.5,
|
|
12849
13082
|
cacheRead: 0,
|
|
12850
13083
|
cacheWrite: 0,
|
|
12851
13084
|
},
|
|
12852
13085
|
contextWindow: 131072,
|
|
12853
|
-
maxTokens:
|
|
13086
|
+
maxTokens: 16384,
|
|
12854
13087
|
},
|
|
12855
13088
|
"qwen/qwen3-30b-a3b-instruct-2507": {
|
|
12856
13089
|
id: "qwen/qwen3-30b-a3b-instruct-2507",
|
|
@@ -12861,13 +13094,13 @@ export const MODELS = {
|
|
|
12861
13094
|
reasoning: false,
|
|
12862
13095
|
input: ["text"],
|
|
12863
13096
|
cost: {
|
|
12864
|
-
input: 0.
|
|
12865
|
-
output: 0.
|
|
13097
|
+
input: 0.04815,
|
|
13098
|
+
output: 0.19305,
|
|
12866
13099
|
cacheRead: 0,
|
|
12867
13100
|
cacheWrite: 0,
|
|
12868
13101
|
},
|
|
12869
13102
|
contextWindow: 262144,
|
|
12870
|
-
maxTokens:
|
|
13103
|
+
maxTokens: 32000,
|
|
12871
13104
|
},
|
|
12872
13105
|
"qwen/qwen3-30b-a3b-thinking-2507": {
|
|
12873
13106
|
id: "qwen/qwen3-30b-a3b-thinking-2507",
|
|
@@ -12878,8 +13111,8 @@ export const MODELS = {
|
|
|
12878
13111
|
reasoning: true,
|
|
12879
13112
|
input: ["text"],
|
|
12880
13113
|
cost: {
|
|
12881
|
-
input: 0.
|
|
12882
|
-
output:
|
|
13114
|
+
input: 0.19999999999999998,
|
|
13115
|
+
output: 2.4,
|
|
12883
13116
|
cacheRead: 0,
|
|
12884
13117
|
cacheWrite: 0,
|
|
12885
13118
|
},
|
|
@@ -12980,7 +13213,7 @@ export const MODELS = {
|
|
|
12980
13213
|
reasoning: false,
|
|
12981
13214
|
input: ["text"],
|
|
12982
13215
|
cost: {
|
|
12983
|
-
input: 0.
|
|
13216
|
+
input: 0.12,
|
|
12984
13217
|
output: 0.7999999999999999,
|
|
12985
13218
|
cacheRead: 0.07,
|
|
12986
13219
|
cacheWrite: 0,
|
|
@@ -13020,7 +13253,7 @@ export const MODELS = {
|
|
|
13020
13253
|
cacheWrite: 0.975,
|
|
13021
13254
|
},
|
|
13022
13255
|
contextWindow: 262144,
|
|
13023
|
-
maxTokens:
|
|
13256
|
+
maxTokens: 65536,
|
|
13024
13257
|
},
|
|
13025
13258
|
"qwen/qwen3-max-thinking": {
|
|
13026
13259
|
id: "qwen/qwen3-max-thinking",
|
|
@@ -13037,7 +13270,7 @@ export const MODELS = {
|
|
|
13037
13270
|
cacheWrite: 0,
|
|
13038
13271
|
},
|
|
13039
13272
|
contextWindow: 262144,
|
|
13040
|
-
maxTokens:
|
|
13273
|
+
maxTokens: 65536,
|
|
13041
13274
|
},
|
|
13042
13275
|
"qwen/qwen3-next-80b-a3b-instruct": {
|
|
13043
13276
|
id: "qwen/qwen3-next-80b-a3b-instruct",
|
|
@@ -13048,9 +13281,9 @@ export const MODELS = {
|
|
|
13048
13281
|
reasoning: false,
|
|
13049
13282
|
input: ["text"],
|
|
13050
13283
|
cost: {
|
|
13051
|
-
input: 0.
|
|
13052
|
-
output: 1.
|
|
13053
|
-
cacheRead: 0,
|
|
13284
|
+
input: 0.09999999999999999,
|
|
13285
|
+
output: 1.1,
|
|
13286
|
+
cacheRead: 0.07,
|
|
13054
13287
|
cacheWrite: 0,
|
|
13055
13288
|
},
|
|
13056
13289
|
contextWindow: 262144,
|
|
@@ -13065,8 +13298,8 @@ export const MODELS = {
|
|
|
13065
13298
|
reasoning: true,
|
|
13066
13299
|
input: ["text"],
|
|
13067
13300
|
cost: {
|
|
13068
|
-
input: 0.
|
|
13069
|
-
output:
|
|
13301
|
+
input: 0.15,
|
|
13302
|
+
output: 1.2,
|
|
13070
13303
|
cacheRead: 0,
|
|
13071
13304
|
cacheWrite: 0,
|
|
13072
13305
|
},
|
|
@@ -13099,8 +13332,8 @@ export const MODELS = {
|
|
|
13099
13332
|
reasoning: true,
|
|
13100
13333
|
input: ["text", "image"],
|
|
13101
13334
|
cost: {
|
|
13102
|
-
input: 0.
|
|
13103
|
-
output:
|
|
13335
|
+
input: 0.98,
|
|
13336
|
+
output: 3.95,
|
|
13104
13337
|
cacheRead: 0,
|
|
13105
13338
|
cacheWrite: 0,
|
|
13106
13339
|
},
|
|
@@ -13116,13 +13349,13 @@ export const MODELS = {
|
|
|
13116
13349
|
reasoning: false,
|
|
13117
13350
|
input: ["text", "image"],
|
|
13118
13351
|
cost: {
|
|
13119
|
-
input: 0.
|
|
13120
|
-
output: 0.
|
|
13352
|
+
input: 0.13,
|
|
13353
|
+
output: 0.52,
|
|
13121
13354
|
cacheRead: 0,
|
|
13122
13355
|
cacheWrite: 0,
|
|
13123
13356
|
},
|
|
13124
13357
|
contextWindow: 262144,
|
|
13125
|
-
maxTokens:
|
|
13358
|
+
maxTokens: 32768,
|
|
13126
13359
|
},
|
|
13127
13360
|
"qwen/qwen3-vl-30b-a3b-thinking": {
|
|
13128
13361
|
id: "qwen/qwen3-vl-30b-a3b-thinking",
|
|
@@ -13133,8 +13366,8 @@ export const MODELS = {
|
|
|
13133
13366
|
reasoning: true,
|
|
13134
13367
|
input: ["text", "image"],
|
|
13135
13368
|
cost: {
|
|
13136
|
-
input: 0.
|
|
13137
|
-
output:
|
|
13369
|
+
input: 0.19999999999999998,
|
|
13370
|
+
output: 2.4,
|
|
13138
13371
|
cacheRead: 0,
|
|
13139
13372
|
cacheWrite: 0,
|
|
13140
13373
|
},
|
|
@@ -13184,8 +13417,8 @@ export const MODELS = {
|
|
|
13184
13417
|
reasoning: true,
|
|
13185
13418
|
input: ["text", "image"],
|
|
13186
13419
|
cost: {
|
|
13187
|
-
input: 0.
|
|
13188
|
-
output:
|
|
13420
|
+
input: 0.18,
|
|
13421
|
+
output: 2.0999999999999996,
|
|
13189
13422
|
cacheRead: 0,
|
|
13190
13423
|
cacheWrite: 0,
|
|
13191
13424
|
},
|
|
@@ -13218,13 +13451,13 @@ export const MODELS = {
|
|
|
13218
13451
|
reasoning: true,
|
|
13219
13452
|
input: ["text", "image"],
|
|
13220
13453
|
cost: {
|
|
13221
|
-
input: 0.
|
|
13222
|
-
output:
|
|
13454
|
+
input: 0.195,
|
|
13455
|
+
output: 1.56,
|
|
13223
13456
|
cacheRead: 0,
|
|
13224
13457
|
cacheWrite: 0,
|
|
13225
13458
|
},
|
|
13226
13459
|
contextWindow: 262144,
|
|
13227
|
-
maxTokens:
|
|
13460
|
+
maxTokens: 65536,
|
|
13228
13461
|
},
|
|
13229
13462
|
"qwen/qwen3.5-35b-a3b": {
|
|
13230
13463
|
id: "qwen/qwen3.5-35b-a3b",
|
|
@@ -13337,13 +13570,13 @@ export const MODELS = {
|
|
|
13337
13570
|
reasoning: true,
|
|
13338
13571
|
input: ["text", "image"],
|
|
13339
13572
|
cost: {
|
|
13340
|
-
input: 0.
|
|
13341
|
-
output:
|
|
13342
|
-
cacheRead: 0
|
|
13573
|
+
input: 0.28900000000000003,
|
|
13574
|
+
output: 2.4,
|
|
13575
|
+
cacheRead: 0,
|
|
13343
13576
|
cacheWrite: 0,
|
|
13344
13577
|
},
|
|
13345
13578
|
contextWindow: 262144,
|
|
13346
|
-
maxTokens:
|
|
13579
|
+
maxTokens: 131072,
|
|
13347
13580
|
},
|
|
13348
13581
|
"qwen/qwen3.6-35b-a3b": {
|
|
13349
13582
|
id: "qwen/qwen3.6-35b-a3b",
|
|
@@ -13388,10 +13621,10 @@ export const MODELS = {
|
|
|
13388
13621
|
reasoning: true,
|
|
13389
13622
|
input: ["text"],
|
|
13390
13623
|
cost: {
|
|
13391
|
-
input: 1.
|
|
13392
|
-
output: 6.
|
|
13624
|
+
input: 1.0270000000000001,
|
|
13625
|
+
output: 6.162,
|
|
13393
13626
|
cacheRead: 0,
|
|
13394
|
-
cacheWrite: 1.
|
|
13627
|
+
cacheWrite: 1.28375,
|
|
13395
13628
|
},
|
|
13396
13629
|
contextWindow: 262144,
|
|
13397
13630
|
maxTokens: 65536,
|
|
@@ -13413,6 +13646,23 @@ export const MODELS = {
|
|
|
13413
13646
|
contextWindow: 1000000,
|
|
13414
13647
|
maxTokens: 65536,
|
|
13415
13648
|
},
|
|
13649
|
+
"qwen/qwen3.7-flash": {
|
|
13650
|
+
id: "qwen/qwen3.7-flash",
|
|
13651
|
+
name: "Qwen: Qwen3.7 Flash",
|
|
13652
|
+
api: "openai-completions",
|
|
13653
|
+
provider: "openrouter",
|
|
13654
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
13655
|
+
reasoning: true,
|
|
13656
|
+
input: ["text", "image"],
|
|
13657
|
+
cost: {
|
|
13658
|
+
input: 0.03,
|
|
13659
|
+
output: 0.13,
|
|
13660
|
+
cacheRead: 0.006,
|
|
13661
|
+
cacheWrite: 0.038000000000000006,
|
|
13662
|
+
},
|
|
13663
|
+
contextWindow: 1000000,
|
|
13664
|
+
maxTokens: 65536,
|
|
13665
|
+
},
|
|
13416
13666
|
"qwen/qwen3.7-max": {
|
|
13417
13667
|
id: "qwen/qwen3.7-max",
|
|
13418
13668
|
name: "Qwen: Qwen3.7 Max",
|
|
@@ -13428,7 +13678,7 @@ export const MODELS = {
|
|
|
13428
13678
|
cacheWrite: 1.84375,
|
|
13429
13679
|
},
|
|
13430
13680
|
contextWindow: 1000000,
|
|
13431
|
-
maxTokens:
|
|
13681
|
+
maxTokens: 131072,
|
|
13432
13682
|
},
|
|
13433
13683
|
"qwen/qwen3.7-plus": {
|
|
13434
13684
|
id: "qwen/qwen3.7-plus",
|
|
@@ -13445,7 +13695,24 @@ export const MODELS = {
|
|
|
13445
13695
|
cacheWrite: 0.39999999999999997,
|
|
13446
13696
|
},
|
|
13447
13697
|
contextWindow: 1000000,
|
|
13448
|
-
maxTokens:
|
|
13698
|
+
maxTokens: 131072,
|
|
13699
|
+
},
|
|
13700
|
+
"qwen/qwen3.8-max": {
|
|
13701
|
+
id: "qwen/qwen3.8-max",
|
|
13702
|
+
name: "Qwen: Qwen3.8 Max",
|
|
13703
|
+
api: "openai-completions",
|
|
13704
|
+
provider: "openrouter",
|
|
13705
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
13706
|
+
reasoning: true,
|
|
13707
|
+
input: ["text", "image"],
|
|
13708
|
+
cost: {
|
|
13709
|
+
input: 2,
|
|
13710
|
+
output: 6,
|
|
13711
|
+
cacheRead: 0.25,
|
|
13712
|
+
cacheWrite: 2.5,
|
|
13713
|
+
},
|
|
13714
|
+
contextWindow: 1000000,
|
|
13715
|
+
maxTokens: 131072,
|
|
13449
13716
|
},
|
|
13450
13717
|
"rekaai/reka-edge": {
|
|
13451
13718
|
id: "rekaai/reka-edge",
|
|
@@ -13558,13 +13825,13 @@ export const MODELS = {
|
|
|
13558
13825
|
reasoning: true,
|
|
13559
13826
|
input: ["text"],
|
|
13560
13827
|
cost: {
|
|
13561
|
-
input: 0.
|
|
13562
|
-
output: 0.
|
|
13563
|
-
cacheRead: 0.
|
|
13828
|
+
input: 0.13199999999999998,
|
|
13829
|
+
output: 0.5279999999999999,
|
|
13830
|
+
cacheRead: 0.032999999999999995,
|
|
13564
13831
|
cacheWrite: 0,
|
|
13565
13832
|
},
|
|
13566
13833
|
contextWindow: 262144,
|
|
13567
|
-
maxTokens:
|
|
13834
|
+
maxTokens: 128000,
|
|
13568
13835
|
},
|
|
13569
13836
|
"thedrummer/unslopnemo-12b": {
|
|
13570
13837
|
id: "thedrummer/unslopnemo-12b",
|
|
@@ -13580,8 +13847,8 @@ export const MODELS = {
|
|
|
13580
13847
|
cacheRead: 0,
|
|
13581
13848
|
cacheWrite: 0,
|
|
13582
13849
|
},
|
|
13583
|
-
contextWindow:
|
|
13584
|
-
maxTokens:
|
|
13850
|
+
contextWindow: 1024000,
|
|
13851
|
+
maxTokens: 1024000,
|
|
13585
13852
|
},
|
|
13586
13853
|
"thinkingmachines/inkling": {
|
|
13587
13854
|
id: "thinkingmachines/inkling",
|
|
@@ -13597,6 +13864,23 @@ export const MODELS = {
|
|
|
13597
13864
|
cacheRead: 0.16999999999999998,
|
|
13598
13865
|
cacheWrite: 0,
|
|
13599
13866
|
},
|
|
13867
|
+
contextWindow: 1048576,
|
|
13868
|
+
maxTokens: 4096,
|
|
13869
|
+
},
|
|
13870
|
+
"thinkingmachines/inkling-small": {
|
|
13871
|
+
id: "thinkingmachines/inkling-small",
|
|
13872
|
+
name: "Thinking Machines: Inkling Small",
|
|
13873
|
+
api: "openai-completions",
|
|
13874
|
+
provider: "openrouter",
|
|
13875
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
13876
|
+
reasoning: true,
|
|
13877
|
+
input: ["text", "image"],
|
|
13878
|
+
cost: {
|
|
13879
|
+
input: 0.5,
|
|
13880
|
+
output: 1.2,
|
|
13881
|
+
cacheRead: 0.09999999999999999,
|
|
13882
|
+
cacheWrite: 0,
|
|
13883
|
+
},
|
|
13600
13884
|
contextWindow: 524288,
|
|
13601
13885
|
maxTokens: 4096,
|
|
13602
13886
|
},
|
|
@@ -13898,9 +14182,9 @@ export const MODELS = {
|
|
|
13898
14182
|
reasoning: true,
|
|
13899
14183
|
input: ["text"],
|
|
13900
14184
|
cost: {
|
|
13901
|
-
input: 0.
|
|
13902
|
-
output:
|
|
13903
|
-
cacheRead: 0.
|
|
14185
|
+
input: 0.6286,
|
|
14186
|
+
output: 1.9756000000000002,
|
|
14187
|
+
cacheRead: 0.11674,
|
|
13904
14188
|
cacheWrite: 0,
|
|
13905
14189
|
},
|
|
13906
14190
|
contextWindow: 1048576,
|
|
@@ -13992,6 +14276,25 @@ export const MODELS = {
|
|
|
13992
14276
|
contextWindow: 1000000,
|
|
13993
14277
|
maxTokens: 128000,
|
|
13994
14278
|
},
|
|
14279
|
+
"~deepseek/deepseek-v4-flash-latest": {
|
|
14280
|
+
id: "~deepseek/deepseek-v4-flash-latest",
|
|
14281
|
+
name: "DeepSeek V4 Flash Latest",
|
|
14282
|
+
api: "openai-completions",
|
|
14283
|
+
provider: "openrouter",
|
|
14284
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
14285
|
+
compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
14286
|
+
reasoning: true,
|
|
14287
|
+
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
14288
|
+
input: ["text"],
|
|
14289
|
+
cost: {
|
|
14290
|
+
input: 0.09,
|
|
14291
|
+
output: 0.18,
|
|
14292
|
+
cacheRead: 0.018,
|
|
14293
|
+
cacheWrite: 0,
|
|
14294
|
+
},
|
|
14295
|
+
contextWindow: 1048576,
|
|
14296
|
+
maxTokens: 65536,
|
|
14297
|
+
},
|
|
13995
14298
|
"~google/gemini-flash-latest": {
|
|
13996
14299
|
id: "~google/gemini-flash-latest",
|
|
13997
14300
|
name: "Google Gemini Flash Latest",
|
|
@@ -14004,7 +14307,7 @@ export const MODELS = {
|
|
|
14004
14307
|
input: 1.5,
|
|
14005
14308
|
output: 7.5,
|
|
14006
14309
|
cacheRead: 0.15,
|
|
14007
|
-
cacheWrite: 0.
|
|
14310
|
+
cacheWrite: 0.0833333333333333,
|
|
14008
14311
|
},
|
|
14009
14312
|
contextWindow: 1048576,
|
|
14010
14313
|
maxTokens: 65536,
|
|
@@ -14035,13 +14338,13 @@ export const MODELS = {
|
|
|
14035
14338
|
reasoning: true,
|
|
14036
14339
|
input: ["text", "image"],
|
|
14037
14340
|
cost: {
|
|
14038
|
-
input:
|
|
14039
|
-
output:
|
|
14040
|
-
cacheRead: 0.
|
|
14341
|
+
input: 2.9000000000000004,
|
|
14342
|
+
output: 14,
|
|
14343
|
+
cacheRead: 0.29,
|
|
14041
14344
|
cacheWrite: 0,
|
|
14042
14345
|
},
|
|
14043
14346
|
contextWindow: 1048576,
|
|
14044
|
-
maxTokens:
|
|
14347
|
+
maxTokens: 1048576,
|
|
14045
14348
|
},
|
|
14046
14349
|
"~openai/gpt-latest": {
|
|
14047
14350
|
id: "~openai/gpt-latest",
|
|
@@ -14202,7 +14505,7 @@ export const MODELS = {
|
|
|
14202
14505
|
cost: {
|
|
14203
14506
|
input: 1.25,
|
|
14204
14507
|
output: 3.75,
|
|
14205
|
-
cacheRead: 0,
|
|
14508
|
+
cacheRead: 0.125,
|
|
14206
14509
|
cacheWrite: 0,
|
|
14207
14510
|
},
|
|
14208
14511
|
contextWindow: 1000000,
|
|
@@ -14302,6 +14605,25 @@ export const MODELS = {
|
|
|
14302
14605
|
contextWindow: 262144,
|
|
14303
14606
|
maxTokens: 131072,
|
|
14304
14607
|
},
|
|
14608
|
+
"moonshotai/Kimi-K3": {
|
|
14609
|
+
id: "moonshotai/Kimi-K3",
|
|
14610
|
+
name: "Kimi K3",
|
|
14611
|
+
api: "openai-completions",
|
|
14612
|
+
provider: "together",
|
|
14613
|
+
baseUrl: "https://api.together.ai/v1",
|
|
14614
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
|
|
14615
|
+
reasoning: true,
|
|
14616
|
+
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
14617
|
+
input: ["text", "image"],
|
|
14618
|
+
cost: {
|
|
14619
|
+
input: 3,
|
|
14620
|
+
output: 15,
|
|
14621
|
+
cacheRead: 0.3,
|
|
14622
|
+
cacheWrite: 0,
|
|
14623
|
+
},
|
|
14624
|
+
contextWindow: 1048576,
|
|
14625
|
+
maxTokens: 131072,
|
|
14626
|
+
},
|
|
14305
14627
|
"nvidia/nemotron-3-ultra-550b-a55b": {
|
|
14306
14628
|
id: "nvidia/nemotron-3-ultra-550b-a55b",
|
|
14307
14629
|
name: "Nemotron 3 Ultra 550B A55B",
|
|
@@ -14773,6 +15095,23 @@ export const MODELS = {
|
|
|
14773
15095
|
contextWindow: 1000000,
|
|
14774
15096
|
maxTokens: 64000,
|
|
14775
15097
|
},
|
|
15098
|
+
"alibaba/qwen3.7-flash": {
|
|
15099
|
+
id: "alibaba/qwen3.7-flash",
|
|
15100
|
+
name: "Qwen 3.7 Flash",
|
|
15101
|
+
api: "anthropic-messages",
|
|
15102
|
+
provider: "vercel-ai-gateway",
|
|
15103
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15104
|
+
reasoning: true,
|
|
15105
|
+
input: ["text", "image"],
|
|
15106
|
+
cost: {
|
|
15107
|
+
input: 0.03,
|
|
15108
|
+
output: 0.13,
|
|
15109
|
+
cacheRead: 0.006,
|
|
15110
|
+
cacheWrite: 0.038000000000000006,
|
|
15111
|
+
},
|
|
15112
|
+
contextWindow: 991000,
|
|
15113
|
+
maxTokens: 64000,
|
|
15114
|
+
},
|
|
14776
15115
|
"alibaba/qwen3.7-max": {
|
|
14777
15116
|
id: "alibaba/qwen3.7-max",
|
|
14778
15117
|
name: "Qwen 3.7 Max",
|
|
@@ -14782,10 +15121,10 @@ export const MODELS = {
|
|
|
14782
15121
|
reasoning: true,
|
|
14783
15122
|
input: ["text"],
|
|
14784
15123
|
cost: {
|
|
14785
|
-
input:
|
|
14786
|
-
output:
|
|
14787
|
-
cacheRead: 0.
|
|
14788
|
-
cacheWrite:
|
|
15124
|
+
input: 2.5,
|
|
15125
|
+
output: 7.5,
|
|
15126
|
+
cacheRead: 0.5,
|
|
15127
|
+
cacheWrite: 3.125,
|
|
14789
15128
|
},
|
|
14790
15129
|
contextWindow: 991000,
|
|
14791
15130
|
maxTokens: 64000,
|
|
@@ -14805,7 +15144,24 @@ export const MODELS = {
|
|
|
14805
15144
|
cacheWrite: 0.5,
|
|
14806
15145
|
},
|
|
14807
15146
|
contextWindow: 1000000,
|
|
14808
|
-
maxTokens: 64000,
|
|
15147
|
+
maxTokens: 64000,
|
|
15148
|
+
},
|
|
15149
|
+
"alibaba/qwen3.8-max": {
|
|
15150
|
+
id: "alibaba/qwen3.8-max",
|
|
15151
|
+
name: "Qwen 3.8 Max",
|
|
15152
|
+
api: "anthropic-messages",
|
|
15153
|
+
provider: "vercel-ai-gateway",
|
|
15154
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15155
|
+
reasoning: true,
|
|
15156
|
+
input: ["text", "image"],
|
|
15157
|
+
cost: {
|
|
15158
|
+
input: 2,
|
|
15159
|
+
output: 6,
|
|
15160
|
+
cacheRead: 0.25,
|
|
15161
|
+
cacheWrite: 2.5,
|
|
15162
|
+
},
|
|
15163
|
+
contextWindow: 1000000,
|
|
15164
|
+
maxTokens: 128000,
|
|
14809
15165
|
},
|
|
14810
15166
|
"amazon/nova-2-lite": {
|
|
14811
15167
|
id: "amazon/nova-2-lite",
|
|
@@ -15014,33 +15370,50 @@ export const MODELS = {
|
|
|
15014
15370
|
contextWindow: 1000000,
|
|
15015
15371
|
maxTokens: 128000,
|
|
15016
15372
|
},
|
|
15017
|
-
"anthropic/claude-opus-4.
|
|
15018
|
-
id: "anthropic/claude-opus-4.
|
|
15019
|
-
name: "Claude Opus 4.
|
|
15373
|
+
"anthropic/claude-opus-4.8": {
|
|
15374
|
+
id: "anthropic/claude-opus-4.8",
|
|
15375
|
+
name: "Claude Opus 4.8",
|
|
15020
15376
|
api: "anthropic-messages",
|
|
15021
15377
|
provider: "vercel-ai-gateway",
|
|
15022
15378
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15023
15379
|
reasoning: true,
|
|
15024
|
-
thinkingLevelMap: { "
|
|
15380
|
+
thinkingLevelMap: { "minimal": "low", "low": "medium", "medium": "high", "high": "max", "xhigh": "ultracode" },
|
|
15025
15381
|
input: ["text", "image"],
|
|
15026
15382
|
cost: {
|
|
15027
|
-
input:
|
|
15028
|
-
output:
|
|
15029
|
-
cacheRead:
|
|
15030
|
-
cacheWrite:
|
|
15383
|
+
input: 5,
|
|
15384
|
+
output: 25,
|
|
15385
|
+
cacheRead: 0.5,
|
|
15386
|
+
cacheWrite: 6.25,
|
|
15031
15387
|
},
|
|
15032
15388
|
contextWindow: 1000000,
|
|
15033
15389
|
maxTokens: 128000,
|
|
15034
15390
|
},
|
|
15035
|
-
"anthropic/claude-opus-4.8": {
|
|
15036
|
-
id: "anthropic/claude-opus-4.8",
|
|
15037
|
-
name: "Claude Opus 4.8",
|
|
15391
|
+
"anthropic/claude-opus-4.8-fast": {
|
|
15392
|
+
id: "anthropic/claude-opus-4.8-fast",
|
|
15393
|
+
name: "Claude Opus 4.8 (Fast)",
|
|
15038
15394
|
api: "anthropic-messages",
|
|
15039
15395
|
provider: "vercel-ai-gateway",
|
|
15040
15396
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15041
15397
|
reasoning: true,
|
|
15042
15398
|
thinkingLevelMap: { "minimal": "low", "low": "medium", "medium": "high", "high": "max", "xhigh": "ultracode" },
|
|
15043
15399
|
input: ["text", "image"],
|
|
15400
|
+
cost: {
|
|
15401
|
+
input: 10,
|
|
15402
|
+
output: 50,
|
|
15403
|
+
cacheRead: 1,
|
|
15404
|
+
cacheWrite: 12.5,
|
|
15405
|
+
},
|
|
15406
|
+
contextWindow: 1000000,
|
|
15407
|
+
maxTokens: 128000,
|
|
15408
|
+
},
|
|
15409
|
+
"anthropic/claude-opus-5": {
|
|
15410
|
+
id: "anthropic/claude-opus-5",
|
|
15411
|
+
name: "Claude Opus 5",
|
|
15412
|
+
api: "anthropic-messages",
|
|
15413
|
+
provider: "vercel-ai-gateway",
|
|
15414
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15415
|
+
reasoning: true,
|
|
15416
|
+
input: ["text", "image"],
|
|
15044
15417
|
cost: {
|
|
15045
15418
|
input: 5,
|
|
15046
15419
|
output: 25,
|
|
@@ -15050,14 +15423,13 @@ export const MODELS = {
|
|
|
15050
15423
|
contextWindow: 1000000,
|
|
15051
15424
|
maxTokens: 128000,
|
|
15052
15425
|
},
|
|
15053
|
-
"anthropic/claude-opus-
|
|
15054
|
-
id: "anthropic/claude-opus-
|
|
15055
|
-
name: "Claude Opus
|
|
15426
|
+
"anthropic/claude-opus-5-fast": {
|
|
15427
|
+
id: "anthropic/claude-opus-5-fast",
|
|
15428
|
+
name: "Claude Opus 5 (Fast)",
|
|
15056
15429
|
api: "anthropic-messages",
|
|
15057
15430
|
provider: "vercel-ai-gateway",
|
|
15058
15431
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15059
15432
|
reasoning: true,
|
|
15060
|
-
thinkingLevelMap: { "minimal": "low", "low": "medium", "medium": "high", "high": "max", "xhigh": "ultracode" },
|
|
15061
15433
|
input: ["text", "image"],
|
|
15062
15434
|
cost: {
|
|
15063
15435
|
input: 10,
|
|
@@ -15312,7 +15684,7 @@ export const MODELS = {
|
|
|
15312
15684
|
api: "anthropic-messages",
|
|
15313
15685
|
provider: "vercel-ai-gateway",
|
|
15314
15686
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15315
|
-
reasoning:
|
|
15687
|
+
reasoning: false,
|
|
15316
15688
|
input: ["text"],
|
|
15317
15689
|
cost: {
|
|
15318
15690
|
input: 0.62,
|
|
@@ -15332,8 +15704,25 @@ export const MODELS = {
|
|
|
15332
15704
|
reasoning: true,
|
|
15333
15705
|
input: ["text"],
|
|
15334
15706
|
cost: {
|
|
15335
|
-
input: 0.
|
|
15336
|
-
output: 0.
|
|
15707
|
+
input: 0.19999999999999998,
|
|
15708
|
+
output: 0.39999999999999997,
|
|
15709
|
+
cacheRead: 0.04,
|
|
15710
|
+
cacheWrite: 0,
|
|
15711
|
+
},
|
|
15712
|
+
contextWindow: 1000000,
|
|
15713
|
+
maxTokens: 384000,
|
|
15714
|
+
},
|
|
15715
|
+
"deepseek/deepseek-v4-flash-0731": {
|
|
15716
|
+
id: "deepseek/deepseek-v4-flash-0731",
|
|
15717
|
+
name: "DeepSeek V4 Flash 0731",
|
|
15718
|
+
api: "anthropic-messages",
|
|
15719
|
+
provider: "vercel-ai-gateway",
|
|
15720
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15721
|
+
reasoning: true,
|
|
15722
|
+
input: ["text"],
|
|
15723
|
+
cost: {
|
|
15724
|
+
input: 0.13,
|
|
15725
|
+
output: 0.26,
|
|
15337
15726
|
cacheRead: 0.028,
|
|
15338
15727
|
cacheWrite: 0,
|
|
15339
15728
|
},
|
|
@@ -15425,23 +15814,6 @@ export const MODELS = {
|
|
|
15425
15814
|
contextWindow: 1000000,
|
|
15426
15815
|
maxTokens: 65000,
|
|
15427
15816
|
},
|
|
15428
|
-
"google/gemini-3-pro-preview": {
|
|
15429
|
-
id: "google/gemini-3-pro-preview",
|
|
15430
|
-
name: "Gemini 3 Pro Preview",
|
|
15431
|
-
api: "anthropic-messages",
|
|
15432
|
-
provider: "vercel-ai-gateway",
|
|
15433
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15434
|
-
reasoning: true,
|
|
15435
|
-
input: ["text", "image"],
|
|
15436
|
-
cost: {
|
|
15437
|
-
input: 2,
|
|
15438
|
-
output: 12,
|
|
15439
|
-
cacheRead: 0.19999999999999998,
|
|
15440
|
-
cacheWrite: 0,
|
|
15441
|
-
},
|
|
15442
|
-
contextWindow: 1000000,
|
|
15443
|
-
maxTokens: 64000,
|
|
15444
|
-
},
|
|
15445
15817
|
"google/gemini-3.1-flash-lite": {
|
|
15446
15818
|
id: "google/gemini-3.1-flash-lite",
|
|
15447
15819
|
name: "Gemini 3.1 Flash Lite",
|
|
@@ -15459,23 +15831,6 @@ export const MODELS = {
|
|
|
15459
15831
|
contextWindow: 1000000,
|
|
15460
15832
|
maxTokens: 65000,
|
|
15461
15833
|
},
|
|
15462
|
-
"google/gemini-3.1-flash-lite-preview": {
|
|
15463
|
-
id: "google/gemini-3.1-flash-lite-preview",
|
|
15464
|
-
name: "Gemini 3.1 Flash Lite Preview",
|
|
15465
|
-
api: "anthropic-messages",
|
|
15466
|
-
provider: "vercel-ai-gateway",
|
|
15467
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15468
|
-
reasoning: true,
|
|
15469
|
-
input: ["text", "image"],
|
|
15470
|
-
cost: {
|
|
15471
|
-
input: 0.25,
|
|
15472
|
-
output: 1.5,
|
|
15473
|
-
cacheRead: 0.03,
|
|
15474
|
-
cacheWrite: 0,
|
|
15475
|
-
},
|
|
15476
|
-
contextWindow: 1000000,
|
|
15477
|
-
maxTokens: 65000,
|
|
15478
|
-
},
|
|
15479
15834
|
"google/gemini-3.1-pro-preview": {
|
|
15480
15835
|
id: "google/gemini-3.1-pro-preview",
|
|
15481
15836
|
name: "Gemini 3.1 Pro Preview",
|
|
@@ -15612,6 +15967,23 @@ export const MODELS = {
|
|
|
15612
15967
|
contextWindow: 32000,
|
|
15613
15968
|
maxTokens: 16384,
|
|
15614
15969
|
},
|
|
15970
|
+
"inclusionai/ling-3.0-flash-free": {
|
|
15971
|
+
id: "inclusionai/ling-3.0-flash-free",
|
|
15972
|
+
name: "Ling 3.0 Flash",
|
|
15973
|
+
api: "anthropic-messages",
|
|
15974
|
+
provider: "vercel-ai-gateway",
|
|
15975
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15976
|
+
reasoning: true,
|
|
15977
|
+
input: ["text"],
|
|
15978
|
+
cost: {
|
|
15979
|
+
input: 0,
|
|
15980
|
+
output: 0,
|
|
15981
|
+
cacheRead: 0,
|
|
15982
|
+
cacheWrite: 0,
|
|
15983
|
+
},
|
|
15984
|
+
contextWindow: 256000,
|
|
15985
|
+
maxTokens: 256000,
|
|
15986
|
+
},
|
|
15615
15987
|
"interfaze/interfaze-beta": {
|
|
15616
15988
|
id: "interfaze/interfaze-beta",
|
|
15617
15989
|
name: "Interfaze Beta",
|
|
@@ -15636,7 +16008,7 @@ export const MODELS = {
|
|
|
15636
16008
|
provider: "vercel-ai-gateway",
|
|
15637
16009
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15638
16010
|
reasoning: true,
|
|
15639
|
-
input: ["text"],
|
|
16011
|
+
input: ["text", "image"],
|
|
15640
16012
|
cost: {
|
|
15641
16013
|
input: 0.15,
|
|
15642
16014
|
output: 0.6,
|
|
@@ -15687,7 +16059,7 @@ export const MODELS = {
|
|
|
15687
16059
|
provider: "vercel-ai-gateway",
|
|
15688
16060
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15689
16061
|
reasoning: true,
|
|
15690
|
-
input: ["text"],
|
|
16062
|
+
input: ["text", "image"],
|
|
15691
16063
|
cost: {
|
|
15692
16064
|
input: 0.74,
|
|
15693
16065
|
output: 2.96,
|
|
@@ -15886,7 +16258,7 @@ export const MODELS = {
|
|
|
15886
16258
|
},
|
|
15887
16259
|
"minimax/minimax-m2.7": {
|
|
15888
16260
|
id: "minimax/minimax-m2.7",
|
|
15889
|
-
name: "
|
|
16261
|
+
name: "Minimax M2.7",
|
|
15890
16262
|
api: "anthropic-messages",
|
|
15891
16263
|
provider: "vercel-ai-gateway",
|
|
15892
16264
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
@@ -16044,7 +16416,7 @@ export const MODELS = {
|
|
|
16044
16416
|
provider: "vercel-ai-gateway",
|
|
16045
16417
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
16046
16418
|
reasoning: false,
|
|
16047
|
-
input: ["text"],
|
|
16419
|
+
input: ["text", "image"],
|
|
16048
16420
|
cost: {
|
|
16049
16421
|
input: 0.09999999999999999,
|
|
16050
16422
|
output: 0.09999999999999999,
|
|
@@ -16061,7 +16433,7 @@ export const MODELS = {
|
|
|
16061
16433
|
provider: "vercel-ai-gateway",
|
|
16062
16434
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
16063
16435
|
reasoning: false,
|
|
16064
|
-
input: ["text"],
|
|
16436
|
+
input: ["text", "image"],
|
|
16065
16437
|
cost: {
|
|
16066
16438
|
input: 0.15,
|
|
16067
16439
|
output: 0.15,
|
|
@@ -16129,7 +16501,7 @@ export const MODELS = {
|
|
|
16129
16501
|
provider: "vercel-ai-gateway",
|
|
16130
16502
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
16131
16503
|
reasoning: false,
|
|
16132
|
-
input: ["text"],
|
|
16504
|
+
input: ["text", "image"],
|
|
16133
16505
|
cost: {
|
|
16134
16506
|
input: 0.15,
|
|
16135
16507
|
output: 0.15,
|
|
@@ -16292,6 +16664,23 @@ export const MODELS = {
|
|
|
16292
16664
|
contextWindow: 1000000,
|
|
16293
16665
|
maxTokens: 131072,
|
|
16294
16666
|
},
|
|
16667
|
+
"moonshotai/kimi-k3-fast": {
|
|
16668
|
+
id: "moonshotai/kimi-k3-fast",
|
|
16669
|
+
name: "Kimi K3 Fast",
|
|
16670
|
+
api: "anthropic-messages",
|
|
16671
|
+
provider: "vercel-ai-gateway",
|
|
16672
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
16673
|
+
reasoning: true,
|
|
16674
|
+
input: ["text", "image"],
|
|
16675
|
+
cost: {
|
|
16676
|
+
input: 4.5,
|
|
16677
|
+
output: 22.5,
|
|
16678
|
+
cacheRead: 0.44999999999999996,
|
|
16679
|
+
cacheWrite: 0,
|
|
16680
|
+
},
|
|
16681
|
+
contextWindow: 1000000,
|
|
16682
|
+
maxTokens: 131072,
|
|
16683
|
+
},
|
|
16295
16684
|
"nvidia/nemotron-3-nano-30b-a3b": {
|
|
16296
16685
|
id: "nvidia/nemotron-3-nano-30b-a3b",
|
|
16297
16686
|
name: "Nemotron 3 Nano 30B A3B",
|
|
@@ -16496,23 +16885,6 @@ export const MODELS = {
|
|
|
16496
16885
|
contextWindow: 400000,
|
|
16497
16886
|
maxTokens: 128000,
|
|
16498
16887
|
},
|
|
16499
|
-
"openai/gpt-5-chat": {
|
|
16500
|
-
id: "openai/gpt-5-chat",
|
|
16501
|
-
name: "GPT 5 Chat",
|
|
16502
|
-
api: "anthropic-messages",
|
|
16503
|
-
provider: "vercel-ai-gateway",
|
|
16504
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
16505
|
-
reasoning: false,
|
|
16506
|
-
input: ["text", "image"],
|
|
16507
|
-
cost: {
|
|
16508
|
-
input: 1.25,
|
|
16509
|
-
output: 10,
|
|
16510
|
-
cacheRead: 0.125,
|
|
16511
|
-
cacheWrite: 0,
|
|
16512
|
-
},
|
|
16513
|
-
contextWindow: 128000,
|
|
16514
|
-
maxTokens: 16384,
|
|
16515
|
-
},
|
|
16516
16888
|
"openai/gpt-5-codex": {
|
|
16517
16889
|
id: "openai/gpt-5-codex",
|
|
16518
16890
|
name: "GPT-5-Codex",
|
|
@@ -16524,7 +16896,7 @@ export const MODELS = {
|
|
|
16524
16896
|
cost: {
|
|
16525
16897
|
input: 1.25,
|
|
16526
16898
|
output: 10,
|
|
16527
|
-
cacheRead: 0.
|
|
16899
|
+
cacheRead: 0.13,
|
|
16528
16900
|
cacheWrite: 0,
|
|
16529
16901
|
},
|
|
16530
16902
|
contextWindow: 400000,
|
|
@@ -16592,7 +16964,7 @@ export const MODELS = {
|
|
|
16592
16964
|
cost: {
|
|
16593
16965
|
input: 1.25,
|
|
16594
16966
|
output: 10,
|
|
16595
|
-
cacheRead: 0.
|
|
16967
|
+
cacheRead: 0.13,
|
|
16596
16968
|
cacheWrite: 0,
|
|
16597
16969
|
},
|
|
16598
16970
|
contextWindow: 400000,
|
|
@@ -16626,7 +16998,7 @@ export const MODELS = {
|
|
|
16626
16998
|
cost: {
|
|
16627
16999
|
input: 0.25,
|
|
16628
17000
|
output: 2,
|
|
16629
|
-
cacheRead: 0.
|
|
17001
|
+
cacheRead: 0.03,
|
|
16630
17002
|
cacheWrite: 0,
|
|
16631
17003
|
},
|
|
16632
17004
|
contextWindow: 400000,
|
|
@@ -16643,7 +17015,7 @@ export const MODELS = {
|
|
|
16643
17015
|
cost: {
|
|
16644
17016
|
input: 1.25,
|
|
16645
17017
|
output: 10,
|
|
16646
|
-
cacheRead: 0.
|
|
17018
|
+
cacheRead: 0.13,
|
|
16647
17019
|
cacheWrite: 0,
|
|
16648
17020
|
},
|
|
16649
17021
|
contextWindow: 128000,
|
|
@@ -16684,24 +17056,6 @@ export const MODELS = {
|
|
|
16684
17056
|
contextWindow: 400000,
|
|
16685
17057
|
maxTokens: 128000,
|
|
16686
17058
|
},
|
|
16687
|
-
"openai/gpt-5.2-chat": {
|
|
16688
|
-
id: "openai/gpt-5.2-chat",
|
|
16689
|
-
name: "GPT 5.2 Chat",
|
|
16690
|
-
api: "anthropic-messages",
|
|
16691
|
-
provider: "vercel-ai-gateway",
|
|
16692
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
16693
|
-
reasoning: false,
|
|
16694
|
-
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
16695
|
-
input: ["text", "image"],
|
|
16696
|
-
cost: {
|
|
16697
|
-
input: 1.75,
|
|
16698
|
-
output: 14,
|
|
16699
|
-
cacheRead: 0.175,
|
|
16700
|
-
cacheWrite: 0,
|
|
16701
|
-
},
|
|
16702
|
-
contextWindow: 128000,
|
|
16703
|
-
maxTokens: 16384,
|
|
16704
|
-
},
|
|
16705
17059
|
"openai/gpt-5.2-codex": {
|
|
16706
17060
|
id: "openai/gpt-5.2-codex",
|
|
16707
17061
|
name: "GPT 5.2 Codex",
|
|
@@ -16891,10 +17245,10 @@ export const MODELS = {
|
|
|
16891
17245
|
reasoning: true,
|
|
16892
17246
|
input: ["text", "image"],
|
|
16893
17247
|
cost: {
|
|
16894
|
-
input:
|
|
16895
|
-
output:
|
|
16896
|
-
cacheRead: 0.
|
|
16897
|
-
cacheWrite:
|
|
17248
|
+
input: 0.19999999999999998,
|
|
17249
|
+
output: 1.2,
|
|
17250
|
+
cacheRead: 0.02,
|
|
17251
|
+
cacheWrite: 0.25,
|
|
16898
17252
|
},
|
|
16899
17253
|
contextWindow: 1050000,
|
|
16900
17254
|
maxTokens: 128000,
|
|
@@ -16925,10 +17279,10 @@ export const MODELS = {
|
|
|
16925
17279
|
reasoning: true,
|
|
16926
17280
|
input: ["text", "image"],
|
|
16927
17281
|
cost: {
|
|
16928
|
-
input: 2
|
|
16929
|
-
output:
|
|
16930
|
-
cacheRead: 0.
|
|
16931
|
-
cacheWrite:
|
|
17282
|
+
input: 2,
|
|
17283
|
+
output: 12,
|
|
17284
|
+
cacheRead: 0.19999999999999998,
|
|
17285
|
+
cacheWrite: 2.5,
|
|
16932
17286
|
},
|
|
16933
17287
|
contextWindow: 1050000,
|
|
16934
17288
|
maxTokens: 128000,
|
|
@@ -17144,7 +17498,7 @@ export const MODELS = {
|
|
|
17144
17498
|
provider: "vercel-ai-gateway",
|
|
17145
17499
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
17146
17500
|
reasoning: true,
|
|
17147
|
-
input: ["text"],
|
|
17501
|
+
input: ["text", "image"],
|
|
17148
17502
|
cost: {
|
|
17149
17503
|
input: 0.09,
|
|
17150
17504
|
output: 0.3,
|
|
@@ -17205,6 +17559,23 @@ export const MODELS = {
|
|
|
17205
17559
|
contextWindow: 256000,
|
|
17206
17560
|
maxTokens: 256000,
|
|
17207
17561
|
},
|
|
17562
|
+
"thinkingmachines/inkling-small": {
|
|
17563
|
+
id: "thinkingmachines/inkling-small",
|
|
17564
|
+
name: "Inkling Small",
|
|
17565
|
+
api: "anthropic-messages",
|
|
17566
|
+
provider: "vercel-ai-gateway",
|
|
17567
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
17568
|
+
reasoning: true,
|
|
17569
|
+
input: ["text", "image"],
|
|
17570
|
+
cost: {
|
|
17571
|
+
input: 0.5,
|
|
17572
|
+
output: 1.2,
|
|
17573
|
+
cacheRead: 0.09999999999999999,
|
|
17574
|
+
cacheWrite: 0,
|
|
17575
|
+
},
|
|
17576
|
+
contextWindow: 1000000,
|
|
17577
|
+
maxTokens: 1000000,
|
|
17578
|
+
},
|
|
17208
17579
|
"xai/grok-4.1-fast-non-reasoning": {
|
|
17209
17580
|
id: "xai/grok-4.1-fast-non-reasoning",
|
|
17210
17581
|
name: "Grok 4.1 Fast Non-Reasoning",
|
|
@@ -17588,9 +17959,9 @@ export const MODELS = {
|
|
|
17588
17959
|
reasoning: true,
|
|
17589
17960
|
input: ["text"],
|
|
17590
17961
|
cost: {
|
|
17591
|
-
input:
|
|
17592
|
-
output: 3.
|
|
17593
|
-
cacheRead: 0
|
|
17962
|
+
input: 1,
|
|
17963
|
+
output: 3.1999999999999997,
|
|
17964
|
+
cacheRead: 0,
|
|
17594
17965
|
cacheWrite: 0,
|
|
17595
17966
|
},
|
|
17596
17967
|
contextWindow: 202800,
|
|
@@ -17622,8 +17993,8 @@ export const MODELS = {
|
|
|
17622
17993
|
reasoning: true,
|
|
17623
17994
|
input: ["text"],
|
|
17624
17995
|
cost: {
|
|
17625
|
-
input: 1.
|
|
17626
|
-
output: 4.
|
|
17996
|
+
input: 1.4,
|
|
17997
|
+
output: 4.4,
|
|
17627
17998
|
cacheRead: 0.26,
|
|
17628
17999
|
cacheWrite: 0,
|
|
17629
18000
|
},
|
|
@@ -17639,12 +18010,12 @@ export const MODELS = {
|
|
|
17639
18010
|
reasoning: true,
|
|
17640
18011
|
input: ["text"],
|
|
17641
18012
|
cost: {
|
|
17642
|
-
input: 1.
|
|
17643
|
-
output:
|
|
17644
|
-
cacheRead: 0.
|
|
18013
|
+
input: 1.1,
|
|
18014
|
+
output: 3.851,
|
|
18015
|
+
cacheRead: 0.275,
|
|
17645
18016
|
cacheWrite: 0,
|
|
17646
18017
|
},
|
|
17647
|
-
contextWindow:
|
|
18018
|
+
contextWindow: 1000000,
|
|
17648
18019
|
maxTokens: 128000,
|
|
17649
18020
|
},
|
|
17650
18021
|
"zai/glm-5.2-fast": {
|
|
@@ -17999,24 +18370,6 @@ export const MODELS = {
|
|
|
17999
18370
|
},
|
|
18000
18371
|
},
|
|
18001
18372
|
"zai": {
|
|
18002
|
-
"glm-4.5-air": {
|
|
18003
|
-
id: "glm-4.5-air",
|
|
18004
|
-
name: "GLM-4.5-Air",
|
|
18005
|
-
api: "openai-completions",
|
|
18006
|
-
provider: "zai",
|
|
18007
|
-
baseUrl: "https://api.z.ai/api/coding/paas/v4",
|
|
18008
|
-
compat: { "supportsDeveloperRole": false, "thinkingFormat": "zai" },
|
|
18009
|
-
reasoning: true,
|
|
18010
|
-
input: ["text"],
|
|
18011
|
-
cost: {
|
|
18012
|
-
input: 0,
|
|
18013
|
-
output: 0,
|
|
18014
|
-
cacheRead: 0,
|
|
18015
|
-
cacheWrite: 0,
|
|
18016
|
-
},
|
|
18017
|
-
contextWindow: 131072,
|
|
18018
|
-
maxTokens: 98304,
|
|
18019
|
-
},
|
|
18020
18373
|
"glm-4.7": {
|
|
18021
18374
|
id: "glm-4.7",
|
|
18022
18375
|
name: "GLM-4.7",
|
|
@@ -18053,24 +18406,6 @@ export const MODELS = {
|
|
|
18053
18406
|
contextWindow: 200000,
|
|
18054
18407
|
maxTokens: 131072,
|
|
18055
18408
|
},
|
|
18056
|
-
"glm-5.1": {
|
|
18057
|
-
id: "glm-5.1",
|
|
18058
|
-
name: "GLM-5.1",
|
|
18059
|
-
api: "openai-completions",
|
|
18060
|
-
provider: "zai",
|
|
18061
|
-
baseUrl: "https://api.z.ai/api/coding/paas/v4",
|
|
18062
|
-
compat: { "supportsDeveloperRole": false, "thinkingFormat": "zai", "zaiToolStream": true },
|
|
18063
|
-
reasoning: true,
|
|
18064
|
-
input: ["text"],
|
|
18065
|
-
cost: {
|
|
18066
|
-
input: 0,
|
|
18067
|
-
output: 0,
|
|
18068
|
-
cacheRead: 0,
|
|
18069
|
-
cacheWrite: 0,
|
|
18070
|
-
},
|
|
18071
|
-
contextWindow: 200000,
|
|
18072
|
-
maxTokens: 131072,
|
|
18073
|
-
},
|
|
18074
18409
|
"glm-5.2": {
|
|
18075
18410
|
id: "glm-5.2",
|
|
18076
18411
|
name: "GLM-5.2",
|
|
@@ -18089,22 +18424,22 @@ export const MODELS = {
|
|
|
18089
18424
|
contextWindow: 1000000,
|
|
18090
18425
|
maxTokens: 131072,
|
|
18091
18426
|
},
|
|
18092
|
-
"glm-
|
|
18093
|
-
id: "glm-
|
|
18094
|
-
name: "GLM-
|
|
18427
|
+
"glm-5.2-highspeed": {
|
|
18428
|
+
id: "glm-5.2-highspeed",
|
|
18429
|
+
name: "GLM-5.2 Highspeed",
|
|
18095
18430
|
api: "openai-completions",
|
|
18096
18431
|
provider: "zai",
|
|
18097
18432
|
baseUrl: "https://api.z.ai/api/coding/paas/v4",
|
|
18098
18433
|
compat: { "supportsDeveloperRole": false, "thinkingFormat": "zai", "zaiToolStream": true },
|
|
18099
18434
|
reasoning: true,
|
|
18100
|
-
input: ["text"
|
|
18435
|
+
input: ["text"],
|
|
18101
18436
|
cost: {
|
|
18102
18437
|
input: 0,
|
|
18103
18438
|
output: 0,
|
|
18104
18439
|
cacheRead: 0,
|
|
18105
18440
|
cacheWrite: 0,
|
|
18106
18441
|
},
|
|
18107
|
-
contextWindow:
|
|
18442
|
+
contextWindow: 1000000,
|
|
18108
18443
|
maxTokens: 131072,
|
|
18109
18444
|
},
|
|
18110
18445
|
},
|