@elyracode/ai 0.9.15 → 0.9.16
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/models.generated.d.ts +184 -94
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +315 -241
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -1318,6 +1318,57 @@ export const MODELS = {
|
|
|
1318
1318
|
contextWindow: 272000,
|
|
1319
1319
|
maxTokens: 128000,
|
|
1320
1320
|
},
|
|
1321
|
+
"openai.gpt-5.6-luna": {
|
|
1322
|
+
id: "openai.gpt-5.6-luna",
|
|
1323
|
+
name: "GPT-5.6 Luna",
|
|
1324
|
+
api: "bedrock-converse-stream",
|
|
1325
|
+
provider: "amazon-bedrock",
|
|
1326
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1327
|
+
reasoning: true,
|
|
1328
|
+
input: ["text", "image"],
|
|
1329
|
+
cost: {
|
|
1330
|
+
input: 1,
|
|
1331
|
+
output: 6,
|
|
1332
|
+
cacheRead: 0.1,
|
|
1333
|
+
cacheWrite: 1.25,
|
|
1334
|
+
},
|
|
1335
|
+
contextWindow: 272000,
|
|
1336
|
+
maxTokens: 128000,
|
|
1337
|
+
},
|
|
1338
|
+
"openai.gpt-5.6-sol": {
|
|
1339
|
+
id: "openai.gpt-5.6-sol",
|
|
1340
|
+
name: "GPT-5.6 Sol",
|
|
1341
|
+
api: "bedrock-converse-stream",
|
|
1342
|
+
provider: "amazon-bedrock",
|
|
1343
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1344
|
+
reasoning: true,
|
|
1345
|
+
input: ["text", "image"],
|
|
1346
|
+
cost: {
|
|
1347
|
+
input: 5,
|
|
1348
|
+
output: 30,
|
|
1349
|
+
cacheRead: 0.5,
|
|
1350
|
+
cacheWrite: 6.25,
|
|
1351
|
+
},
|
|
1352
|
+
contextWindow: 272000,
|
|
1353
|
+
maxTokens: 128000,
|
|
1354
|
+
},
|
|
1355
|
+
"openai.gpt-5.6-terra": {
|
|
1356
|
+
id: "openai.gpt-5.6-terra",
|
|
1357
|
+
name: "GPT-5.6 Terra",
|
|
1358
|
+
api: "bedrock-converse-stream",
|
|
1359
|
+
provider: "amazon-bedrock",
|
|
1360
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1361
|
+
reasoning: true,
|
|
1362
|
+
input: ["text", "image"],
|
|
1363
|
+
cost: {
|
|
1364
|
+
input: 2.5,
|
|
1365
|
+
output: 15,
|
|
1366
|
+
cacheRead: 0.25,
|
|
1367
|
+
cacheWrite: 3.125,
|
|
1368
|
+
},
|
|
1369
|
+
contextWindow: 272000,
|
|
1370
|
+
maxTokens: 128000,
|
|
1371
|
+
},
|
|
1321
1372
|
"openai.gpt-oss-120b": {
|
|
1322
1373
|
id: "openai.gpt-oss-120b",
|
|
1323
1374
|
name: "gpt-oss-120b",
|
|
@@ -2942,7 +2993,7 @@ export const MODELS = {
|
|
|
2942
2993
|
cost: {
|
|
2943
2994
|
input: 2.25,
|
|
2944
2995
|
output: 2.75,
|
|
2945
|
-
cacheRead:
|
|
2996
|
+
cacheRead: 2.25,
|
|
2946
2997
|
cacheWrite: 0,
|
|
2947
2998
|
},
|
|
2948
2999
|
contextWindow: 131072,
|
|
@@ -3403,6 +3454,60 @@ export const MODELS = {
|
|
|
3403
3454
|
contextWindow: 1050000,
|
|
3404
3455
|
maxTokens: 128000,
|
|
3405
3456
|
},
|
|
3457
|
+
"gpt-5.6-luna": {
|
|
3458
|
+
id: "gpt-5.6-luna",
|
|
3459
|
+
name: "GPT-5.6 Luna",
|
|
3460
|
+
api: "openai-responses",
|
|
3461
|
+
provider: "cloudflare-ai-gateway",
|
|
3462
|
+
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
|
|
3463
|
+
reasoning: true,
|
|
3464
|
+
thinkingLevelMap: { "off": null },
|
|
3465
|
+
input: ["text", "image"],
|
|
3466
|
+
cost: {
|
|
3467
|
+
input: 1,
|
|
3468
|
+
output: 6,
|
|
3469
|
+
cacheRead: 0.1,
|
|
3470
|
+
cacheWrite: 0,
|
|
3471
|
+
},
|
|
3472
|
+
contextWindow: 1050000,
|
|
3473
|
+
maxTokens: 128000,
|
|
3474
|
+
},
|
|
3475
|
+
"gpt-5.6-sol": {
|
|
3476
|
+
id: "gpt-5.6-sol",
|
|
3477
|
+
name: "GPT-5.6 Sol",
|
|
3478
|
+
api: "openai-responses",
|
|
3479
|
+
provider: "cloudflare-ai-gateway",
|
|
3480
|
+
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
|
|
3481
|
+
reasoning: true,
|
|
3482
|
+
thinkingLevelMap: { "off": null },
|
|
3483
|
+
input: ["text", "image"],
|
|
3484
|
+
cost: {
|
|
3485
|
+
input: 5,
|
|
3486
|
+
output: 30,
|
|
3487
|
+
cacheRead: 0.5,
|
|
3488
|
+
cacheWrite: 0,
|
|
3489
|
+
},
|
|
3490
|
+
contextWindow: 1050000,
|
|
3491
|
+
maxTokens: 128000,
|
|
3492
|
+
},
|
|
3493
|
+
"gpt-5.6-terra": {
|
|
3494
|
+
id: "gpt-5.6-terra",
|
|
3495
|
+
name: "GPT-5.6 Terra",
|
|
3496
|
+
api: "openai-responses",
|
|
3497
|
+
provider: "cloudflare-ai-gateway",
|
|
3498
|
+
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
|
|
3499
|
+
reasoning: true,
|
|
3500
|
+
thinkingLevelMap: { "off": null },
|
|
3501
|
+
input: ["text", "image"],
|
|
3502
|
+
cost: {
|
|
3503
|
+
input: 2.5,
|
|
3504
|
+
output: 15,
|
|
3505
|
+
cacheRead: 0.25,
|
|
3506
|
+
cacheWrite: 0,
|
|
3507
|
+
},
|
|
3508
|
+
contextWindow: 1050000,
|
|
3509
|
+
maxTokens: 128000,
|
|
3510
|
+
},
|
|
3406
3511
|
"o1": {
|
|
3407
3512
|
id: "o1",
|
|
3408
3513
|
name: "o1",
|
|
@@ -3560,6 +3665,24 @@ export const MODELS = {
|
|
|
3560
3665
|
contextWindow: 131072,
|
|
3561
3666
|
maxTokens: 131072,
|
|
3562
3667
|
},
|
|
3668
|
+
"workers-ai/@cf/zai-org/glm-5.2": {
|
|
3669
|
+
id: "workers-ai/@cf/zai-org/glm-5.2",
|
|
3670
|
+
name: "Glm 5.2",
|
|
3671
|
+
api: "openai-completions",
|
|
3672
|
+
provider: "cloudflare-ai-gateway",
|
|
3673
|
+
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/compat",
|
|
3674
|
+
compat: { "sendSessionAffinityHeaders": true },
|
|
3675
|
+
reasoning: true,
|
|
3676
|
+
input: ["text"],
|
|
3677
|
+
cost: {
|
|
3678
|
+
input: 1.4,
|
|
3679
|
+
output: 4.4,
|
|
3680
|
+
cacheRead: 0.26,
|
|
3681
|
+
cacheWrite: 0,
|
|
3682
|
+
},
|
|
3683
|
+
contextWindow: 262144,
|
|
3684
|
+
maxTokens: 262144,
|
|
3685
|
+
},
|
|
3563
3686
|
},
|
|
3564
3687
|
"cloudflare-workers-ai": {
|
|
3565
3688
|
"@cf/google/gemma-4-26b-a4b-it": {
|
|
@@ -9876,13 +9999,13 @@ export const MODELS = {
|
|
|
9876
9999
|
reasoning: false,
|
|
9877
10000
|
input: ["text"],
|
|
9878
10001
|
cost: {
|
|
9879
|
-
input: 0.
|
|
9880
|
-
output:
|
|
10002
|
+
input: 0.27,
|
|
10003
|
+
output: 1.12,
|
|
9881
10004
|
cacheRead: 0.135,
|
|
9882
10005
|
cacheWrite: 0,
|
|
9883
10006
|
},
|
|
9884
10007
|
contextWindow: 163840,
|
|
9885
|
-
maxTokens:
|
|
10008
|
+
maxTokens: 65536,
|
|
9886
10009
|
},
|
|
9887
10010
|
"deepseek/deepseek-chat-v3.1": {
|
|
9888
10011
|
id: "deepseek/deepseek-chat-v3.1",
|
|
@@ -9893,8 +10016,8 @@ export const MODELS = {
|
|
|
9893
10016
|
reasoning: true,
|
|
9894
10017
|
input: ["text"],
|
|
9895
10018
|
cost: {
|
|
9896
|
-
input: 0.
|
|
9897
|
-
output: 0.
|
|
10019
|
+
input: 0.25,
|
|
10020
|
+
output: 0.95,
|
|
9898
10021
|
cacheRead: 0.13,
|
|
9899
10022
|
cacheWrite: 0,
|
|
9900
10023
|
},
|
|
@@ -9945,11 +10068,11 @@ export const MODELS = {
|
|
|
9945
10068
|
input: ["text"],
|
|
9946
10069
|
cost: {
|
|
9947
10070
|
input: 0.27,
|
|
9948
|
-
output:
|
|
9949
|
-
cacheRead: 0.
|
|
10071
|
+
output: 1,
|
|
10072
|
+
cacheRead: 0.135,
|
|
9950
10073
|
cacheWrite: 0,
|
|
9951
10074
|
},
|
|
9952
|
-
contextWindow:
|
|
10075
|
+
contextWindow: 131072,
|
|
9953
10076
|
maxTokens: 32768,
|
|
9954
10077
|
},
|
|
9955
10078
|
"deepseek/deepseek-v3.2": {
|
|
@@ -9961,13 +10084,13 @@ export const MODELS = {
|
|
|
9961
10084
|
reasoning: true,
|
|
9962
10085
|
input: ["text"],
|
|
9963
10086
|
cost: {
|
|
9964
|
-
input: 0.
|
|
9965
|
-
output: 0.
|
|
9966
|
-
cacheRead: 0.
|
|
10087
|
+
input: 0.26899999999999996,
|
|
10088
|
+
output: 0.39999999999999997,
|
|
10089
|
+
cacheRead: 0.13449999999999998,
|
|
9967
10090
|
cacheWrite: 0,
|
|
9968
10091
|
},
|
|
9969
|
-
contextWindow:
|
|
9970
|
-
maxTokens:
|
|
10092
|
+
contextWindow: 163840,
|
|
10093
|
+
maxTokens: 65536,
|
|
9971
10094
|
},
|
|
9972
10095
|
"deepseek/deepseek-v3.2-exp": {
|
|
9973
10096
|
id: "deepseek/deepseek-v3.2-exp",
|
|
@@ -9997,13 +10120,13 @@ export const MODELS = {
|
|
|
9997
10120
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
9998
10121
|
input: ["text"],
|
|
9999
10122
|
cost: {
|
|
10000
|
-
input: 0.
|
|
10001
|
-
output: 0.
|
|
10002
|
-
cacheRead: 0.
|
|
10123
|
+
input: 0.098,
|
|
10124
|
+
output: 0.196,
|
|
10125
|
+
cacheRead: 0.02,
|
|
10003
10126
|
cacheWrite: 0,
|
|
10004
10127
|
},
|
|
10005
10128
|
contextWindow: 1048576,
|
|
10006
|
-
maxTokens:
|
|
10129
|
+
maxTokens: 4096,
|
|
10007
10130
|
},
|
|
10008
10131
|
"deepseek/deepseek-v4-pro": {
|
|
10009
10132
|
id: "deepseek/deepseek-v4-pro",
|
|
@@ -10255,12 +10378,12 @@ export const MODELS = {
|
|
|
10255
10378
|
input: ["text", "image"],
|
|
10256
10379
|
cost: {
|
|
10257
10380
|
input: 0.08,
|
|
10258
|
-
output: 0.
|
|
10259
|
-
cacheRead: 0,
|
|
10381
|
+
output: 0.44999999999999996,
|
|
10382
|
+
cacheRead: 0.04,
|
|
10260
10383
|
cacheWrite: 0,
|
|
10261
10384
|
},
|
|
10262
10385
|
contextWindow: 131072,
|
|
10263
|
-
maxTokens:
|
|
10386
|
+
maxTokens: 131072,
|
|
10264
10387
|
},
|
|
10265
10388
|
"google/gemma-4-26b-a4b-it": {
|
|
10266
10389
|
id: "google/gemma-4-26b-a4b-it",
|
|
@@ -10271,13 +10394,13 @@ export const MODELS = {
|
|
|
10271
10394
|
reasoning: true,
|
|
10272
10395
|
input: ["text", "image"],
|
|
10273
10396
|
cost: {
|
|
10274
|
-
input: 0.
|
|
10275
|
-
output: 0.
|
|
10397
|
+
input: 0.09999999999999999,
|
|
10398
|
+
output: 0.3,
|
|
10276
10399
|
cacheRead: 0,
|
|
10277
10400
|
cacheWrite: 0,
|
|
10278
10401
|
},
|
|
10279
10402
|
contextWindow: 262144,
|
|
10280
|
-
maxTokens:
|
|
10403
|
+
maxTokens: 256000,
|
|
10281
10404
|
},
|
|
10282
10405
|
"google/gemma-4-26b-a4b-it:free": {
|
|
10283
10406
|
id: "google/gemma-4-26b-a4b-it:free",
|
|
@@ -10306,12 +10429,12 @@ export const MODELS = {
|
|
|
10306
10429
|
input: ["text", "image"],
|
|
10307
10430
|
cost: {
|
|
10308
10431
|
input: 0.12,
|
|
10309
|
-
output: 0.
|
|
10310
|
-
cacheRead: 0
|
|
10432
|
+
output: 0.37,
|
|
10433
|
+
cacheRead: 0,
|
|
10311
10434
|
cacheWrite: 0,
|
|
10312
10435
|
},
|
|
10313
10436
|
contextWindow: 262144,
|
|
10314
|
-
maxTokens:
|
|
10437
|
+
maxTokens: 16384,
|
|
10315
10438
|
},
|
|
10316
10439
|
"google/gemma-4-31b-it:free": {
|
|
10317
10440
|
id: "google/gemma-4-31b-it:free",
|
|
@@ -10328,7 +10451,7 @@ export const MODELS = {
|
|
|
10328
10451
|
cacheWrite: 0,
|
|
10329
10452
|
},
|
|
10330
10453
|
contextWindow: 262144,
|
|
10331
|
-
maxTokens:
|
|
10454
|
+
maxTokens: 32768,
|
|
10332
10455
|
},
|
|
10333
10456
|
"ibm-granite/granite-4.1-8b": {
|
|
10334
10457
|
id: "ibm-granite/granite-4.1-8b",
|
|
@@ -10415,6 +10538,23 @@ export const MODELS = {
|
|
|
10415
10538
|
contextWindow: 262144,
|
|
10416
10539
|
maxTokens: 65536,
|
|
10417
10540
|
},
|
|
10541
|
+
"kwaipilot/kat-coder-air-v2.5": {
|
|
10542
|
+
id: "kwaipilot/kat-coder-air-v2.5",
|
|
10543
|
+
name: "Kwaipilot: KAT-Coder-Air V2.5",
|
|
10544
|
+
api: "openai-completions",
|
|
10545
|
+
provider: "openrouter",
|
|
10546
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10547
|
+
reasoning: false,
|
|
10548
|
+
input: ["text"],
|
|
10549
|
+
cost: {
|
|
10550
|
+
input: 0.15,
|
|
10551
|
+
output: 0.6,
|
|
10552
|
+
cacheRead: 0.03,
|
|
10553
|
+
cacheWrite: 0,
|
|
10554
|
+
},
|
|
10555
|
+
contextWindow: 256000,
|
|
10556
|
+
maxTokens: 80000,
|
|
10557
|
+
},
|
|
10418
10558
|
"kwaipilot/kat-coder-pro-v2": {
|
|
10419
10559
|
id: "kwaipilot/kat-coder-pro-v2",
|
|
10420
10560
|
name: "Kwaipilot: KAT-Coder-Pro V2",
|
|
@@ -10432,22 +10572,22 @@ export const MODELS = {
|
|
|
10432
10572
|
contextWindow: 256000,
|
|
10433
10573
|
maxTokens: 80000,
|
|
10434
10574
|
},
|
|
10435
|
-
"
|
|
10436
|
-
id: "
|
|
10437
|
-
name: "
|
|
10575
|
+
"kwaipilot/kat-coder-pro-v2.5": {
|
|
10576
|
+
id: "kwaipilot/kat-coder-pro-v2.5",
|
|
10577
|
+
name: "Kwaipilot: KAT-Coder-Pro V2.5",
|
|
10438
10578
|
api: "openai-completions",
|
|
10439
10579
|
provider: "openrouter",
|
|
10440
10580
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
10441
|
-
reasoning:
|
|
10581
|
+
reasoning: false,
|
|
10442
10582
|
input: ["text"],
|
|
10443
10583
|
cost: {
|
|
10444
|
-
input: 0,
|
|
10445
|
-
output:
|
|
10446
|
-
cacheRead: 0,
|
|
10584
|
+
input: 0.74,
|
|
10585
|
+
output: 2.96,
|
|
10586
|
+
cacheRead: 0.15,
|
|
10447
10587
|
cacheWrite: 0,
|
|
10448
10588
|
},
|
|
10449
|
-
contextWindow:
|
|
10450
|
-
maxTokens:
|
|
10589
|
+
contextWindow: 256000,
|
|
10590
|
+
maxTokens: 80000,
|
|
10451
10591
|
},
|
|
10452
10592
|
"meta-llama/llama-3.1-70b-instruct": {
|
|
10453
10593
|
id: "meta-llama/llama-3.1-70b-instruct",
|
|
@@ -10475,13 +10615,13 @@ export const MODELS = {
|
|
|
10475
10615
|
reasoning: false,
|
|
10476
10616
|
input: ["text"],
|
|
10477
10617
|
cost: {
|
|
10478
|
-
input: 0.
|
|
10479
|
-
output: 0.
|
|
10480
|
-
cacheRead: 0,
|
|
10618
|
+
input: 0.049999999999999996,
|
|
10619
|
+
output: 0.08,
|
|
10620
|
+
cacheRead: 0.024999999999999998,
|
|
10481
10621
|
cacheWrite: 0,
|
|
10482
10622
|
},
|
|
10483
10623
|
contextWindow: 131072,
|
|
10484
|
-
maxTokens:
|
|
10624
|
+
maxTokens: 131072,
|
|
10485
10625
|
},
|
|
10486
10626
|
"meta-llama/llama-3.3-70b-instruct": {
|
|
10487
10627
|
id: "meta-llama/llama-3.3-70b-instruct",
|
|
@@ -10492,13 +10632,13 @@ export const MODELS = {
|
|
|
10492
10632
|
reasoning: false,
|
|
10493
10633
|
input: ["text"],
|
|
10494
10634
|
cost: {
|
|
10495
|
-
input: 0.
|
|
10496
|
-
output: 0.
|
|
10635
|
+
input: 0.13,
|
|
10636
|
+
output: 0.39999999999999997,
|
|
10497
10637
|
cacheRead: 0,
|
|
10498
10638
|
cacheWrite: 0,
|
|
10499
10639
|
},
|
|
10500
10640
|
contextWindow: 131072,
|
|
10501
|
-
maxTokens:
|
|
10641
|
+
maxTokens: 128000,
|
|
10502
10642
|
},
|
|
10503
10643
|
"meta-llama/llama-3.3-70b-instruct:free": {
|
|
10504
10644
|
id: "meta-llama/llama-3.3-70b-instruct:free",
|
|
@@ -10560,7 +10700,7 @@ export const MODELS = {
|
|
|
10560
10700
|
reasoning: true,
|
|
10561
10701
|
input: ["text"],
|
|
10562
10702
|
cost: {
|
|
10563
|
-
input: 0.
|
|
10703
|
+
input: 0.55,
|
|
10564
10704
|
output: 2.2,
|
|
10565
10705
|
cacheRead: 0,
|
|
10566
10706
|
cacheWrite: 0,
|
|
@@ -10628,13 +10768,13 @@ export const MODELS = {
|
|
|
10628
10768
|
reasoning: true,
|
|
10629
10769
|
input: ["text"],
|
|
10630
10770
|
cost: {
|
|
10631
|
-
input: 0.
|
|
10632
|
-
output:
|
|
10633
|
-
cacheRead: 0,
|
|
10771
|
+
input: 0.3,
|
|
10772
|
+
output: 1.2,
|
|
10773
|
+
cacheRead: 0.06,
|
|
10634
10774
|
cacheWrite: 0,
|
|
10635
10775
|
},
|
|
10636
10776
|
contextWindow: 204800,
|
|
10637
|
-
maxTokens:
|
|
10777
|
+
maxTokens: 131072,
|
|
10638
10778
|
},
|
|
10639
10779
|
"minimax/minimax-m3": {
|
|
10640
10780
|
id: "minimax/minimax-m3",
|
|
@@ -10651,7 +10791,7 @@ export const MODELS = {
|
|
|
10651
10791
|
cacheWrite: 0,
|
|
10652
10792
|
},
|
|
10653
10793
|
contextWindow: 1048576,
|
|
10654
|
-
maxTokens:
|
|
10794
|
+
maxTokens: 512000,
|
|
10655
10795
|
},
|
|
10656
10796
|
"mistralai/codestral-2508": {
|
|
10657
10797
|
id: "mistralai/codestral-2508",
|
|
@@ -10850,12 +10990,12 @@ export const MODELS = {
|
|
|
10850
10990
|
input: ["text"],
|
|
10851
10991
|
cost: {
|
|
10852
10992
|
input: 0.02,
|
|
10853
|
-
output: 0.
|
|
10993
|
+
output: 0.04,
|
|
10854
10994
|
cacheRead: 0,
|
|
10855
10995
|
cacheWrite: 0,
|
|
10856
10996
|
},
|
|
10857
10997
|
contextWindow: 131072,
|
|
10858
|
-
maxTokens:
|
|
10998
|
+
maxTokens: 16384,
|
|
10859
10999
|
},
|
|
10860
11000
|
"mistralai/mistral-saba": {
|
|
10861
11001
|
id: "mistralai/mistral-saba",
|
|
@@ -10900,13 +11040,13 @@ export const MODELS = {
|
|
|
10900
11040
|
reasoning: false,
|
|
10901
11041
|
input: ["text", "image"],
|
|
10902
11042
|
cost: {
|
|
10903
|
-
input: 0.
|
|
10904
|
-
output: 0.
|
|
10905
|
-
cacheRead: 0,
|
|
11043
|
+
input: 0.09999999999999999,
|
|
11044
|
+
output: 0.3,
|
|
11045
|
+
cacheRead: 0.01,
|
|
10906
11046
|
cacheWrite: 0,
|
|
10907
11047
|
},
|
|
10908
|
-
contextWindow:
|
|
10909
|
-
maxTokens:
|
|
11048
|
+
contextWindow: 131072,
|
|
11049
|
+
maxTokens: 4096,
|
|
10910
11050
|
},
|
|
10911
11051
|
"mistralai/mixtral-8x22b-instruct": {
|
|
10912
11052
|
id: "mistralai/mixtral-8x22b-instruct",
|
|
@@ -10987,11 +11127,11 @@ export const MODELS = {
|
|
|
10987
11127
|
cost: {
|
|
10988
11128
|
input: 0.6,
|
|
10989
11129
|
output: 2.5,
|
|
10990
|
-
cacheRead: 0
|
|
11130
|
+
cacheRead: 0,
|
|
10991
11131
|
cacheWrite: 0,
|
|
10992
11132
|
},
|
|
10993
11133
|
contextWindow: 262144,
|
|
10994
|
-
maxTokens:
|
|
11134
|
+
maxTokens: 262144,
|
|
10995
11135
|
},
|
|
10996
11136
|
"moonshotai/kimi-k2.5": {
|
|
10997
11137
|
id: "moonshotai/kimi-k2.5",
|
|
@@ -11021,7 +11161,7 @@ export const MODELS = {
|
|
|
11021
11161
|
cost: {
|
|
11022
11162
|
input: 0.66,
|
|
11023
11163
|
output: 3.41,
|
|
11024
|
-
cacheRead: 0.
|
|
11164
|
+
cacheRead: 0.144,
|
|
11025
11165
|
cacheWrite: 0,
|
|
11026
11166
|
},
|
|
11027
11167
|
contextWindow: 262144,
|
|
@@ -11036,9 +11176,9 @@ export const MODELS = {
|
|
|
11036
11176
|
reasoning: true,
|
|
11037
11177
|
input: ["text", "image"],
|
|
11038
11178
|
cost: {
|
|
11039
|
-
input: 0.
|
|
11040
|
-
output: 3.
|
|
11041
|
-
cacheRead: 0.
|
|
11179
|
+
input: 0.719,
|
|
11180
|
+
output: 3.49,
|
|
11181
|
+
cacheRead: 0.149,
|
|
11042
11182
|
cacheWrite: 0,
|
|
11043
11183
|
},
|
|
11044
11184
|
contextWindow: 262144,
|
|
@@ -11155,9 +11295,9 @@ export const MODELS = {
|
|
|
11155
11295
|
reasoning: true,
|
|
11156
11296
|
input: ["text"],
|
|
11157
11297
|
cost: {
|
|
11158
|
-
input: 0.
|
|
11159
|
-
output: 0.
|
|
11160
|
-
cacheRead: 0,
|
|
11298
|
+
input: 0.21,
|
|
11299
|
+
output: 0.45499999999999996,
|
|
11300
|
+
cacheRead: 0.06,
|
|
11161
11301
|
cacheWrite: 0,
|
|
11162
11302
|
},
|
|
11163
11303
|
contextWindow: 1000000,
|
|
@@ -11189,13 +11329,13 @@ export const MODELS = {
|
|
|
11189
11329
|
reasoning: true,
|
|
11190
11330
|
input: ["text"],
|
|
11191
11331
|
cost: {
|
|
11192
|
-
input: 0.
|
|
11193
|
-
output:
|
|
11194
|
-
cacheRead: 0.
|
|
11332
|
+
input: 0.6,
|
|
11333
|
+
output: 3.5999999999999996,
|
|
11334
|
+
cacheRead: 0.19999999999999998,
|
|
11195
11335
|
cacheWrite: 0,
|
|
11196
11336
|
},
|
|
11197
11337
|
contextWindow: 1000000,
|
|
11198
|
-
maxTokens:
|
|
11338
|
+
maxTokens: 4096,
|
|
11199
11339
|
},
|
|
11200
11340
|
"nvidia/nemotron-3-ultra-550b-a55b:free": {
|
|
11201
11341
|
id: "nvidia/nemotron-3-ultra-550b-a55b:free",
|
|
@@ -11331,7 +11471,7 @@ export const MODELS = {
|
|
|
11331
11471
|
cacheWrite: 0,
|
|
11332
11472
|
},
|
|
11333
11473
|
contextWindow: 1047576,
|
|
11334
|
-
maxTokens:
|
|
11474
|
+
maxTokens: 32768,
|
|
11335
11475
|
},
|
|
11336
11476
|
"openai/gpt-4.1-mini": {
|
|
11337
11477
|
id: "openai/gpt-4.1-mini",
|
|
@@ -11378,7 +11518,7 @@ export const MODELS = {
|
|
|
11378
11518
|
cost: {
|
|
11379
11519
|
input: 2.5,
|
|
11380
11520
|
output: 10,
|
|
11381
|
-
cacheRead:
|
|
11521
|
+
cacheRead: 1.25,
|
|
11382
11522
|
cacheWrite: 0,
|
|
11383
11523
|
},
|
|
11384
11524
|
contextWindow: 128000,
|
|
@@ -11463,11 +11603,11 @@ export const MODELS = {
|
|
|
11463
11603
|
cost: {
|
|
11464
11604
|
input: 0.049999999999999996,
|
|
11465
11605
|
output: 0.39999999999999997,
|
|
11466
|
-
cacheRead: 0.
|
|
11606
|
+
cacheRead: 0.005,
|
|
11467
11607
|
cacheWrite: 0,
|
|
11468
11608
|
},
|
|
11469
11609
|
contextWindow: 400000,
|
|
11470
|
-
maxTokens:
|
|
11610
|
+
maxTokens: 128000,
|
|
11471
11611
|
},
|
|
11472
11612
|
"openai/gpt-5-pro": {
|
|
11473
11613
|
id: "openai/gpt-5-pro",
|
|
@@ -11497,7 +11637,7 @@ export const MODELS = {
|
|
|
11497
11637
|
cost: {
|
|
11498
11638
|
input: 1.25,
|
|
11499
11639
|
output: 10,
|
|
11500
|
-
cacheRead: 0.
|
|
11640
|
+
cacheRead: 0.125,
|
|
11501
11641
|
cacheWrite: 0,
|
|
11502
11642
|
},
|
|
11503
11643
|
contextWindow: 400000,
|
|
@@ -11514,11 +11654,11 @@ export const MODELS = {
|
|
|
11514
11654
|
cost: {
|
|
11515
11655
|
input: 1.25,
|
|
11516
11656
|
output: 10,
|
|
11517
|
-
cacheRead: 0.
|
|
11657
|
+
cacheRead: 0.125,
|
|
11518
11658
|
cacheWrite: 0,
|
|
11519
11659
|
},
|
|
11520
11660
|
contextWindow: 128000,
|
|
11521
|
-
maxTokens:
|
|
11661
|
+
maxTokens: 16384,
|
|
11522
11662
|
},
|
|
11523
11663
|
"openai/gpt-5.1-codex": {
|
|
11524
11664
|
id: "openai/gpt-5.1-codex",
|
|
@@ -11531,7 +11671,7 @@ export const MODELS = {
|
|
|
11531
11671
|
cost: {
|
|
11532
11672
|
input: 1.25,
|
|
11533
11673
|
output: 10,
|
|
11534
|
-
cacheRead: 0.
|
|
11674
|
+
cacheRead: 0.125,
|
|
11535
11675
|
cacheWrite: 0,
|
|
11536
11676
|
},
|
|
11537
11677
|
contextWindow: 400000,
|
|
@@ -11949,25 +12089,8 @@ export const MODELS = {
|
|
|
11949
12089
|
reasoning: true,
|
|
11950
12090
|
input: ["text"],
|
|
11951
12091
|
cost: {
|
|
11952
|
-
input: 0.
|
|
11953
|
-
output: 0.
|
|
11954
|
-
cacheRead: 0,
|
|
11955
|
-
cacheWrite: 0,
|
|
11956
|
-
},
|
|
11957
|
-
contextWindow: 131072,
|
|
11958
|
-
maxTokens: 4096,
|
|
11959
|
-
},
|
|
11960
|
-
"openai/gpt-oss-120b:free": {
|
|
11961
|
-
id: "openai/gpt-oss-120b:free",
|
|
11962
|
-
name: "OpenAI: gpt-oss-120b (free)",
|
|
11963
|
-
api: "openai-completions",
|
|
11964
|
-
provider: "openrouter",
|
|
11965
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11966
|
-
reasoning: true,
|
|
11967
|
-
input: ["text"],
|
|
11968
|
-
cost: {
|
|
11969
|
-
input: 0,
|
|
11970
|
-
output: 0,
|
|
12092
|
+
input: 0.037,
|
|
12093
|
+
output: 0.16999999999999998,
|
|
11971
12094
|
cacheRead: 0,
|
|
11972
12095
|
cacheWrite: 0,
|
|
11973
12096
|
},
|
|
@@ -11983,13 +12106,13 @@ export const MODELS = {
|
|
|
11983
12106
|
reasoning: true,
|
|
11984
12107
|
input: ["text"],
|
|
11985
12108
|
cost: {
|
|
11986
|
-
input: 0.
|
|
11987
|
-
output: 0.
|
|
11988
|
-
cacheRead: 0,
|
|
12109
|
+
input: 0.03,
|
|
12110
|
+
output: 0.13,
|
|
12111
|
+
cacheRead: 0.03,
|
|
11989
12112
|
cacheWrite: 0,
|
|
11990
12113
|
},
|
|
11991
12114
|
contextWindow: 131072,
|
|
11992
|
-
maxTokens:
|
|
12115
|
+
maxTokens: 131072,
|
|
11993
12116
|
},
|
|
11994
12117
|
"openai/gpt-oss-20b:free": {
|
|
11995
12118
|
id: "openai/gpt-oss-20b:free",
|
|
@@ -12459,13 +12582,13 @@ export const MODELS = {
|
|
|
12459
12582
|
reasoning: false,
|
|
12460
12583
|
input: ["text"],
|
|
12461
12584
|
cost: {
|
|
12462
|
-
input: 0.
|
|
12463
|
-
output: 0.
|
|
12585
|
+
input: 0.09999999999999999,
|
|
12586
|
+
output: 0.3,
|
|
12464
12587
|
cacheRead: 0,
|
|
12465
12588
|
cacheWrite: 0,
|
|
12466
12589
|
},
|
|
12467
|
-
contextWindow:
|
|
12468
|
-
maxTokens:
|
|
12590
|
+
contextWindow: 262144,
|
|
12591
|
+
maxTokens: 4096,
|
|
12469
12592
|
},
|
|
12470
12593
|
"qwen/qwen3-30b-a3b-thinking-2507": {
|
|
12471
12594
|
id: "qwen/qwen3-30b-a3b-thinking-2507",
|
|
@@ -12527,9 +12650,9 @@ export const MODELS = {
|
|
|
12527
12650
|
reasoning: false,
|
|
12528
12651
|
input: ["text"],
|
|
12529
12652
|
cost: {
|
|
12530
|
-
input: 0.
|
|
12531
|
-
output: 1
|
|
12532
|
-
cacheRead: 0,
|
|
12653
|
+
input: 0.3,
|
|
12654
|
+
output: 1,
|
|
12655
|
+
cacheRead: 0.09999999999999999,
|
|
12533
12656
|
cacheWrite: 0,
|
|
12534
12657
|
},
|
|
12535
12658
|
contextWindow: 1048576,
|
|
@@ -12578,7 +12701,7 @@ export const MODELS = {
|
|
|
12578
12701
|
reasoning: false,
|
|
12579
12702
|
input: ["text"],
|
|
12580
12703
|
cost: {
|
|
12581
|
-
input: 0.
|
|
12704
|
+
input: 0.12,
|
|
12582
12705
|
output: 0.7999999999999999,
|
|
12583
12706
|
cacheRead: 0.07,
|
|
12584
12707
|
cacheWrite: 0,
|
|
@@ -12663,13 +12786,13 @@ export const MODELS = {
|
|
|
12663
12786
|
reasoning: false,
|
|
12664
12787
|
input: ["text"],
|
|
12665
12788
|
cost: {
|
|
12666
|
-
input: 0.
|
|
12789
|
+
input: 0.09999999999999999,
|
|
12667
12790
|
output: 1.1,
|
|
12668
|
-
cacheRead: 0,
|
|
12791
|
+
cacheRead: 0.07,
|
|
12669
12792
|
cacheWrite: 0,
|
|
12670
12793
|
},
|
|
12671
12794
|
contextWindow: 262144,
|
|
12672
|
-
maxTokens:
|
|
12795
|
+
maxTokens: 262144,
|
|
12673
12796
|
},
|
|
12674
12797
|
"qwen/qwen3-next-80b-a3b-instruct:free": {
|
|
12675
12798
|
id: "qwen/qwen3-next-80b-a3b-instruct:free",
|
|
@@ -12714,13 +12837,13 @@ export const MODELS = {
|
|
|
12714
12837
|
reasoning: false,
|
|
12715
12838
|
input: ["text", "image"],
|
|
12716
12839
|
cost: {
|
|
12717
|
-
input: 0.
|
|
12718
|
-
output:
|
|
12719
|
-
cacheRead: 0.
|
|
12840
|
+
input: 0.21,
|
|
12841
|
+
output: 1.9,
|
|
12842
|
+
cacheRead: 0.09999999999999999,
|
|
12720
12843
|
cacheWrite: 0,
|
|
12721
12844
|
},
|
|
12722
|
-
contextWindow:
|
|
12723
|
-
maxTokens:
|
|
12845
|
+
contextWindow: 131072,
|
|
12846
|
+
maxTokens: 32768,
|
|
12724
12847
|
},
|
|
12725
12848
|
"qwen/qwen3-vl-235b-a22b-thinking": {
|
|
12726
12849
|
id: "qwen/qwen3-vl-235b-a22b-thinking",
|
|
@@ -12839,7 +12962,7 @@ export const MODELS = {
|
|
|
12839
12962
|
cacheWrite: 0,
|
|
12840
12963
|
},
|
|
12841
12964
|
contextWindow: 262144,
|
|
12842
|
-
maxTokens:
|
|
12965
|
+
maxTokens: 65536,
|
|
12843
12966
|
},
|
|
12844
12967
|
"qwen/qwen3.5-27b": {
|
|
12845
12968
|
id: "qwen/qwen3.5-27b",
|
|
@@ -12869,11 +12992,11 @@ export const MODELS = {
|
|
|
12869
12992
|
cost: {
|
|
12870
12993
|
input: 0.14,
|
|
12871
12994
|
output: 1,
|
|
12872
|
-
cacheRead: 0
|
|
12995
|
+
cacheRead: 0,
|
|
12873
12996
|
cacheWrite: 0,
|
|
12874
12997
|
},
|
|
12875
12998
|
contextWindow: 262144,
|
|
12876
|
-
maxTokens:
|
|
12999
|
+
maxTokens: 262144,
|
|
12877
13000
|
},
|
|
12878
13001
|
"qwen/qwen3.5-397b-a17b": {
|
|
12879
13002
|
id: "qwen/qwen3.5-397b-a17b",
|
|
@@ -12884,13 +13007,13 @@ export const MODELS = {
|
|
|
12884
13007
|
reasoning: true,
|
|
12885
13008
|
input: ["text", "image"],
|
|
12886
13009
|
cost: {
|
|
12887
|
-
input: 0.
|
|
12888
|
-
output:
|
|
12889
|
-
cacheRead: 0.
|
|
13010
|
+
input: 0.44999999999999996,
|
|
13011
|
+
output: 3,
|
|
13012
|
+
cacheRead: 0.22499999999999998,
|
|
12890
13013
|
cacheWrite: 0,
|
|
12891
13014
|
},
|
|
12892
|
-
contextWindow:
|
|
12893
|
-
maxTokens:
|
|
13015
|
+
contextWindow: 262144,
|
|
13016
|
+
maxTokens: 65536,
|
|
12894
13017
|
},
|
|
12895
13018
|
"qwen/qwen3.5-9b": {
|
|
12896
13019
|
id: "qwen/qwen3.5-9b",
|
|
@@ -12969,13 +13092,13 @@ export const MODELS = {
|
|
|
12969
13092
|
reasoning: true,
|
|
12970
13093
|
input: ["text", "image"],
|
|
12971
13094
|
cost: {
|
|
12972
|
-
input: 0.
|
|
12973
|
-
output: 2.
|
|
12974
|
-
cacheRead: 0
|
|
13095
|
+
input: 0.44999999999999996,
|
|
13096
|
+
output: 2.7,
|
|
13097
|
+
cacheRead: 0,
|
|
12975
13098
|
cacheWrite: 0,
|
|
12976
13099
|
},
|
|
12977
13100
|
contextWindow: 262144,
|
|
12978
|
-
maxTokens:
|
|
13101
|
+
maxTokens: 65536,
|
|
12979
13102
|
},
|
|
12980
13103
|
"qwen/qwen3.6-35b-a3b": {
|
|
12981
13104
|
id: "qwen/qwen3.6-35b-a3b",
|
|
@@ -13190,13 +13313,13 @@ export const MODELS = {
|
|
|
13190
13313
|
reasoning: true,
|
|
13191
13314
|
input: ["text"],
|
|
13192
13315
|
cost: {
|
|
13193
|
-
input: 0.
|
|
13194
|
-
output: 0.
|
|
13195
|
-
cacheRead: 0.
|
|
13316
|
+
input: 0.19999999999999998,
|
|
13317
|
+
output: 0.7999999999999999,
|
|
13318
|
+
cacheRead: 0.049999999999999996,
|
|
13196
13319
|
cacheWrite: 0,
|
|
13197
13320
|
},
|
|
13198
13321
|
contextWindow: 262144,
|
|
13199
|
-
maxTokens:
|
|
13322
|
+
maxTokens: 131072,
|
|
13200
13323
|
},
|
|
13201
13324
|
"tencent/hy3:free": {
|
|
13202
13325
|
id: "tencent/hy3:free",
|
|
@@ -13326,13 +13449,13 @@ export const MODELS = {
|
|
|
13326
13449
|
reasoning: true,
|
|
13327
13450
|
input: ["text", "image"],
|
|
13328
13451
|
cost: {
|
|
13329
|
-
input: 0.
|
|
13452
|
+
input: 0.14,
|
|
13330
13453
|
output: 0.28,
|
|
13331
|
-
cacheRead: 0.
|
|
13454
|
+
cacheRead: 0.0028,
|
|
13332
13455
|
cacheWrite: 0,
|
|
13333
13456
|
},
|
|
13334
13457
|
contextWindow: 1048576,
|
|
13335
|
-
maxTokens:
|
|
13458
|
+
maxTokens: 131072,
|
|
13336
13459
|
},
|
|
13337
13460
|
"xiaomi/mimo-v2.5-pro": {
|
|
13338
13461
|
id: "xiaomi/mimo-v2.5-pro",
|
|
@@ -13411,13 +13534,13 @@ export const MODELS = {
|
|
|
13411
13534
|
reasoning: true,
|
|
13412
13535
|
input: ["text"],
|
|
13413
13536
|
cost: {
|
|
13414
|
-
input: 0.
|
|
13415
|
-
output:
|
|
13416
|
-
cacheRead: 0.
|
|
13537
|
+
input: 0.5,
|
|
13538
|
+
output: 2,
|
|
13539
|
+
cacheRead: 0.09999999999999999,
|
|
13417
13540
|
cacheWrite: 0,
|
|
13418
13541
|
},
|
|
13419
|
-
contextWindow:
|
|
13420
|
-
maxTokens:
|
|
13542
|
+
contextWindow: 202752,
|
|
13543
|
+
maxTokens: 131072,
|
|
13421
13544
|
},
|
|
13422
13545
|
"z-ai/glm-4.6v": {
|
|
13423
13546
|
id: "z-ai/glm-4.6v",
|
|
@@ -13462,13 +13585,13 @@ export const MODELS = {
|
|
|
13462
13585
|
reasoning: true,
|
|
13463
13586
|
input: ["text"],
|
|
13464
13587
|
cost: {
|
|
13465
|
-
input: 0.
|
|
13588
|
+
input: 0.060500000000000005,
|
|
13466
13589
|
output: 0.39999999999999997,
|
|
13467
|
-
cacheRead: 0
|
|
13590
|
+
cacheRead: 0,
|
|
13468
13591
|
cacheWrite: 0,
|
|
13469
13592
|
},
|
|
13470
|
-
contextWindow:
|
|
13471
|
-
maxTokens:
|
|
13593
|
+
contextWindow: 200000,
|
|
13594
|
+
maxTokens: 131072,
|
|
13472
13595
|
},
|
|
13473
13596
|
"z-ai/glm-5": {
|
|
13474
13597
|
id: "z-ai/glm-5",
|
|
@@ -13485,7 +13608,7 @@ export const MODELS = {
|
|
|
13485
13608
|
cacheWrite: 0,
|
|
13486
13609
|
},
|
|
13487
13610
|
contextWindow: 202752,
|
|
13488
|
-
maxTokens:
|
|
13611
|
+
maxTokens: 202752,
|
|
13489
13612
|
},
|
|
13490
13613
|
"z-ai/glm-5-turbo": {
|
|
13491
13614
|
id: "z-ai/glm-5-turbo",
|
|
@@ -13501,7 +13624,7 @@ export const MODELS = {
|
|
|
13501
13624
|
cacheRead: 0.24,
|
|
13502
13625
|
cacheWrite: 0,
|
|
13503
13626
|
},
|
|
13504
|
-
contextWindow:
|
|
13627
|
+
contextWindow: 202752,
|
|
13505
13628
|
maxTokens: 131072,
|
|
13506
13629
|
},
|
|
13507
13630
|
"z-ai/glm-5.1": {
|
|
@@ -13530,9 +13653,9 @@ export const MODELS = {
|
|
|
13530
13653
|
reasoning: true,
|
|
13531
13654
|
input: ["text"],
|
|
13532
13655
|
cost: {
|
|
13533
|
-
input: 0.
|
|
13534
|
-
output:
|
|
13535
|
-
cacheRead: 0.
|
|
13656
|
+
input: 0.8932,
|
|
13657
|
+
output: 2.8072,
|
|
13658
|
+
cacheRead: 0.16588,
|
|
13536
13659
|
cacheWrite: 0,
|
|
13537
13660
|
},
|
|
13538
13661
|
contextWindow: 1048576,
|
|
@@ -14648,7 +14771,7 @@ export const MODELS = {
|
|
|
14648
14771
|
cacheWrite: 18.75,
|
|
14649
14772
|
},
|
|
14650
14773
|
contextWindow: 200000,
|
|
14651
|
-
maxTokens:
|
|
14774
|
+
maxTokens: 8192,
|
|
14652
14775
|
},
|
|
14653
14776
|
"anthropic/claude-opus-4.1": {
|
|
14654
14777
|
id: "anthropic/claude-opus-4.1",
|
|
@@ -14720,6 +14843,24 @@ export const MODELS = {
|
|
|
14720
14843
|
contextWindow: 1000000,
|
|
14721
14844
|
maxTokens: 128000,
|
|
14722
14845
|
},
|
|
14846
|
+
"anthropic/claude-opus-4.7-fast": {
|
|
14847
|
+
id: "anthropic/claude-opus-4.7-fast",
|
|
14848
|
+
name: "Claude Opus 4.7 (Fast)",
|
|
14849
|
+
api: "anthropic-messages",
|
|
14850
|
+
provider: "vercel-ai-gateway",
|
|
14851
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14852
|
+
reasoning: true,
|
|
14853
|
+
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
14854
|
+
input: ["text", "image"],
|
|
14855
|
+
cost: {
|
|
14856
|
+
input: 30,
|
|
14857
|
+
output: 150,
|
|
14858
|
+
cacheRead: 3,
|
|
14859
|
+
cacheWrite: 37.5,
|
|
14860
|
+
},
|
|
14861
|
+
contextWindow: 1000000,
|
|
14862
|
+
maxTokens: 128000,
|
|
14863
|
+
},
|
|
14723
14864
|
"anthropic/claude-opus-4.8": {
|
|
14724
14865
|
id: "anthropic/claude-opus-4.8",
|
|
14725
14866
|
name: "Claude Opus 4.8",
|
|
@@ -14738,6 +14879,24 @@ export const MODELS = {
|
|
|
14738
14879
|
contextWindow: 1000000,
|
|
14739
14880
|
maxTokens: 128000,
|
|
14740
14881
|
},
|
|
14882
|
+
"anthropic/claude-opus-4.8-fast": {
|
|
14883
|
+
id: "anthropic/claude-opus-4.8-fast",
|
|
14884
|
+
name: "Claude Opus 4.8 (Fast)",
|
|
14885
|
+
api: "anthropic-messages",
|
|
14886
|
+
provider: "vercel-ai-gateway",
|
|
14887
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14888
|
+
reasoning: true,
|
|
14889
|
+
thinkingLevelMap: { "minimal": "low", "low": "medium", "medium": "high", "high": "max", "xhigh": "ultracode" },
|
|
14890
|
+
input: ["text", "image"],
|
|
14891
|
+
cost: {
|
|
14892
|
+
input: 10,
|
|
14893
|
+
output: 50,
|
|
14894
|
+
cacheRead: 1,
|
|
14895
|
+
cacheWrite: 12.5,
|
|
14896
|
+
},
|
|
14897
|
+
contextWindow: 1000000,
|
|
14898
|
+
maxTokens: 128000,
|
|
14899
|
+
},
|
|
14741
14900
|
"anthropic/claude-sonnet-4": {
|
|
14742
14901
|
id: "anthropic/claude-sonnet-4",
|
|
14743
14902
|
name: "Claude Sonnet 4",
|
|
@@ -14753,7 +14912,7 @@ export const MODELS = {
|
|
|
14753
14912
|
cacheWrite: 3.75,
|
|
14754
14913
|
},
|
|
14755
14914
|
contextWindow: 1000000,
|
|
14756
|
-
maxTokens:
|
|
14915
|
+
maxTokens: 8192,
|
|
14757
14916
|
},
|
|
14758
14917
|
"anthropic/claude-sonnet-4.5": {
|
|
14759
14918
|
id: "anthropic/claude-sonnet-4.5",
|
|
@@ -14806,23 +14965,6 @@ export const MODELS = {
|
|
|
14806
14965
|
contextWindow: 1000000,
|
|
14807
14966
|
maxTokens: 128000,
|
|
14808
14967
|
},
|
|
14809
|
-
"arcee-ai/trinity-large-preview": {
|
|
14810
|
-
id: "arcee-ai/trinity-large-preview",
|
|
14811
|
-
name: "Trinity Large Preview",
|
|
14812
|
-
api: "anthropic-messages",
|
|
14813
|
-
provider: "vercel-ai-gateway",
|
|
14814
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14815
|
-
reasoning: false,
|
|
14816
|
-
input: ["text"],
|
|
14817
|
-
cost: {
|
|
14818
|
-
input: 0.25,
|
|
14819
|
-
output: 1,
|
|
14820
|
-
cacheRead: 0,
|
|
14821
|
-
cacheWrite: 0,
|
|
14822
|
-
},
|
|
14823
|
-
contextWindow: 131000,
|
|
14824
|
-
maxTokens: 131000,
|
|
14825
|
-
},
|
|
14826
14968
|
"arcee-ai/trinity-large-thinking": {
|
|
14827
14969
|
id: "arcee-ai/trinity-large-thinking",
|
|
14828
14970
|
name: "Trinity Large Thinking",
|
|
@@ -14951,12 +15093,12 @@ export const MODELS = {
|
|
|
14951
15093
|
reasoning: true,
|
|
14952
15094
|
input: ["text"],
|
|
14953
15095
|
cost: {
|
|
14954
|
-
input: 0.
|
|
14955
|
-
output:
|
|
14956
|
-
cacheRead: 0,
|
|
15096
|
+
input: 0.25,
|
|
15097
|
+
output: 0.95,
|
|
15098
|
+
cacheRead: 0.13,
|
|
14957
15099
|
cacheWrite: 0,
|
|
14958
15100
|
},
|
|
14959
|
-
contextWindow:
|
|
15101
|
+
contextWindow: 163840,
|
|
14960
15102
|
maxTokens: 128000,
|
|
14961
15103
|
},
|
|
14962
15104
|
"deepseek/deepseek-v3.1-terminus": {
|
|
@@ -15350,40 +15492,6 @@ export const MODELS = {
|
|
|
15350
15492
|
contextWindow: 256000,
|
|
15351
15493
|
maxTokens: 80000,
|
|
15352
15494
|
},
|
|
15353
|
-
"meituan/longcat-flash-chat": {
|
|
15354
|
-
id: "meituan/longcat-flash-chat",
|
|
15355
|
-
name: "LongCat Flash Chat",
|
|
15356
|
-
api: "anthropic-messages",
|
|
15357
|
-
provider: "vercel-ai-gateway",
|
|
15358
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15359
|
-
reasoning: false,
|
|
15360
|
-
input: ["text"],
|
|
15361
|
-
cost: {
|
|
15362
|
-
input: 0,
|
|
15363
|
-
output: 0,
|
|
15364
|
-
cacheRead: 0,
|
|
15365
|
-
cacheWrite: 0,
|
|
15366
|
-
},
|
|
15367
|
-
contextWindow: 128000,
|
|
15368
|
-
maxTokens: 100000,
|
|
15369
|
-
},
|
|
15370
|
-
"meituan/longcat-flash-thinking-2601": {
|
|
15371
|
-
id: "meituan/longcat-flash-thinking-2601",
|
|
15372
|
-
name: "LongCat Flash Thinking 2601",
|
|
15373
|
-
api: "anthropic-messages",
|
|
15374
|
-
provider: "vercel-ai-gateway",
|
|
15375
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15376
|
-
reasoning: true,
|
|
15377
|
-
input: ["text"],
|
|
15378
|
-
cost: {
|
|
15379
|
-
input: 0,
|
|
15380
|
-
output: 0,
|
|
15381
|
-
cacheRead: 0,
|
|
15382
|
-
cacheWrite: 0,
|
|
15383
|
-
},
|
|
15384
|
-
contextWindow: 32768,
|
|
15385
|
-
maxTokens: 32768,
|
|
15386
|
-
},
|
|
15387
15495
|
"meta/llama-3.1-70b": {
|
|
15388
15496
|
id: "meta/llama-3.1-70b",
|
|
15389
15497
|
name: "Llama 3.1 70B Instruct",
|
|
@@ -15690,23 +15798,6 @@ export const MODELS = {
|
|
|
15690
15798
|
contextWindow: 256000,
|
|
15691
15799
|
maxTokens: 256000,
|
|
15692
15800
|
},
|
|
15693
|
-
"mistral/devstral-small": {
|
|
15694
|
-
id: "mistral/devstral-small",
|
|
15695
|
-
name: "Devstral Small 1.1",
|
|
15696
|
-
api: "anthropic-messages",
|
|
15697
|
-
provider: "vercel-ai-gateway",
|
|
15698
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15699
|
-
reasoning: false,
|
|
15700
|
-
input: ["text"],
|
|
15701
|
-
cost: {
|
|
15702
|
-
input: 0.09999999999999999,
|
|
15703
|
-
output: 0.3,
|
|
15704
|
-
cacheRead: 0,
|
|
15705
|
-
cacheWrite: 0,
|
|
15706
|
-
},
|
|
15707
|
-
contextWindow: 128000,
|
|
15708
|
-
maxTokens: 64000,
|
|
15709
|
-
},
|
|
15710
15801
|
"mistral/devstral-small-2": {
|
|
15711
15802
|
id: "mistral/devstral-small-2",
|
|
15712
15803
|
name: "Devstral Small 2",
|
|
@@ -15911,23 +16002,6 @@ export const MODELS = {
|
|
|
15911
16002
|
contextWindow: 128000,
|
|
15912
16003
|
maxTokens: 4000,
|
|
15913
16004
|
},
|
|
15914
|
-
"mistral/pixtral-large": {
|
|
15915
|
-
id: "mistral/pixtral-large",
|
|
15916
|
-
name: "Pixtral Large",
|
|
15917
|
-
api: "anthropic-messages",
|
|
15918
|
-
provider: "vercel-ai-gateway",
|
|
15919
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15920
|
-
reasoning: false,
|
|
15921
|
-
input: ["text", "image"],
|
|
15922
|
-
cost: {
|
|
15923
|
-
input: 2,
|
|
15924
|
-
output: 6,
|
|
15925
|
-
cacheRead: 0,
|
|
15926
|
-
cacheWrite: 0,
|
|
15927
|
-
},
|
|
15928
|
-
contextWindow: 128000,
|
|
15929
|
-
maxTokens: 4000,
|
|
15930
|
-
},
|
|
15931
16005
|
"moonshotai/kimi-k2": {
|
|
15932
16006
|
id: "moonshotai/kimi-k2",
|
|
15933
16007
|
name: "Kimi K2 Instruct",
|