@elyracode/ai 0.9.31 → 0.9.32

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.
@@ -819,6 +819,57 @@ export const MODELS = {
819
819
  contextWindow: 1000000,
820
820
  maxTokens: 128000,
821
821
  },
822
+ "global.openai.gpt-5.6-luna": {
823
+ id: "global.openai.gpt-5.6-luna",
824
+ name: "GPT-5.6 Luna (Global)",
825
+ api: "bedrock-converse-stream",
826
+ provider: "amazon-bedrock",
827
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
828
+ reasoning: true,
829
+ input: ["text", "image"],
830
+ cost: {
831
+ input: 0.22,
832
+ output: 1.32,
833
+ cacheRead: 0.022,
834
+ cacheWrite: 0.275,
835
+ },
836
+ contextWindow: 1050000,
837
+ maxTokens: 128000,
838
+ },
839
+ "global.openai.gpt-5.6-sol": {
840
+ id: "global.openai.gpt-5.6-sol",
841
+ name: "GPT-5.6 Sol (Global)",
842
+ api: "bedrock-converse-stream",
843
+ provider: "amazon-bedrock",
844
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
845
+ reasoning: true,
846
+ input: ["text", "image"],
847
+ cost: {
848
+ input: 5.5,
849
+ output: 33,
850
+ cacheRead: 0.55,
851
+ cacheWrite: 6.875,
852
+ },
853
+ contextWindow: 1050000,
854
+ maxTokens: 128000,
855
+ },
856
+ "global.openai.gpt-5.6-terra": {
857
+ id: "global.openai.gpt-5.6-terra",
858
+ name: "GPT-5.6 Terra (Global)",
859
+ api: "bedrock-converse-stream",
860
+ provider: "amazon-bedrock",
861
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
862
+ reasoning: true,
863
+ input: ["text", "image"],
864
+ cost: {
865
+ input: 2.2,
866
+ output: 13.2,
867
+ cacheRead: 0.22,
868
+ cacheWrite: 2.75,
869
+ },
870
+ contextWindow: 1050000,
871
+ maxTokens: 128000,
872
+ },
822
873
  "google.gemma-3-27b-it": {
823
874
  id: "google.gemma-3-27b-it",
824
875
  name: "Google Gemma 3 27B Instruct",
@@ -1984,6 +2035,23 @@ export const MODELS = {
1984
2035
  contextWindow: 1000000,
1985
2036
  maxTokens: 131072,
1986
2037
  },
2038
+ "xai.grok-4.6": {
2039
+ id: "xai.grok-4.6",
2040
+ name: "Grok 4.6",
2041
+ api: "bedrock-converse-stream",
2042
+ provider: "amazon-bedrock",
2043
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
2044
+ reasoning: true,
2045
+ input: ["text", "image"],
2046
+ cost: {
2047
+ input: 2.2,
2048
+ output: 6.6,
2049
+ cacheRead: 0.55,
2050
+ cacheWrite: 0,
2051
+ },
2052
+ contextWindow: 500000,
2053
+ maxTokens: 500000,
2054
+ },
1987
2055
  "zai.glm-4.7": {
1988
2056
  id: "zai.glm-4.7",
1989
2057
  name: "GLM-4.7",
@@ -2749,10 +2817,10 @@ export const MODELS = {
2749
2817
  thinkingLevelMap: { "off": null },
2750
2818
  input: ["text", "image"],
2751
2819
  cost: {
2752
- input: 5,
2753
- output: 30,
2754
- cacheRead: 0.5,
2755
- cacheWrite: 6.25,
2820
+ input: 4,
2821
+ output: 20,
2822
+ cacheRead: 0.4,
2823
+ cacheWrite: 5,
2756
2824
  },
2757
2825
  contextWindow: 1050000,
2758
2826
  maxTokens: 128000,
@@ -2785,10 +2853,10 @@ export const MODELS = {
2785
2853
  thinkingLevelMap: { "off": null },
2786
2854
  input: ["text", "image"],
2787
2855
  cost: {
2788
- input: 5,
2789
- output: 30,
2790
- cacheRead: 0.5,
2791
- cacheWrite: 6.25,
2856
+ input: 4,
2857
+ output: 20,
2858
+ cacheRead: 0.4,
2859
+ cacheWrite: 5,
2792
2860
  },
2793
2861
  contextWindow: 1050000,
2794
2862
  maxTokens: 128000,
@@ -2966,23 +3034,6 @@ export const MODELS = {
2966
3034
  contextWindow: 131072,
2967
3035
  maxTokens: 40960,
2968
3036
  },
2969
- "zai-glm-4.7": {
2970
- id: "zai-glm-4.7",
2971
- name: "Z.AI GLM-4.7",
2972
- api: "openai-completions",
2973
- provider: "cerebras",
2974
- baseUrl: "https://api.cerebras.ai/v1",
2975
- reasoning: true,
2976
- input: ["text"],
2977
- cost: {
2978
- input: 2.25,
2979
- output: 2.75,
2980
- cacheRead: 2.25,
2981
- cacheWrite: 0,
2982
- },
2983
- contextWindow: 131072,
2984
- maxTokens: 40960,
2985
- },
2986
3037
  },
2987
3038
  "cloudflare-ai-gateway": {
2988
3039
  "claude-fable-5": {
@@ -3003,8 +3054,8 @@ export const MODELS = {
3003
3054
  contextWindow: 1000000,
3004
3055
  maxTokens: 128000,
3005
3056
  },
3006
- "claude-haiku-4-5": {
3007
- id: "claude-haiku-4-5",
3057
+ "claude-haiku-4.5": {
3058
+ id: "claude-haiku-4.5",
3008
3059
  name: "Claude Haiku 4.5 (latest)",
3009
3060
  api: "anthropic-messages",
3010
3061
  provider: "cloudflare-ai-gateway",
@@ -3020,8 +3071,8 @@ export const MODELS = {
3020
3071
  contextWindow: 200000,
3021
3072
  maxTokens: 64000,
3022
3073
  },
3023
- "claude-opus-4-5": {
3024
- id: "claude-opus-4-5",
3074
+ "claude-opus-4.5": {
3075
+ id: "claude-opus-4.5",
3025
3076
  name: "Claude Opus 4.5 (latest)",
3026
3077
  api: "anthropic-messages",
3027
3078
  provider: "cloudflare-ai-gateway",
@@ -3037,8 +3088,8 @@ export const MODELS = {
3037
3088
  contextWindow: 200000,
3038
3089
  maxTokens: 64000,
3039
3090
  },
3040
- "claude-opus-4-6": {
3041
- id: "claude-opus-4-6",
3091
+ "claude-opus-4.6": {
3092
+ id: "claude-opus-4.6",
3042
3093
  name: "Claude Opus 4.6",
3043
3094
  api: "anthropic-messages",
3044
3095
  provider: "cloudflare-ai-gateway",
@@ -3055,8 +3106,8 @@ export const MODELS = {
3055
3106
  contextWindow: 1000000,
3056
3107
  maxTokens: 128000,
3057
3108
  },
3058
- "claude-opus-4-7": {
3059
- id: "claude-opus-4-7",
3109
+ "claude-opus-4.7": {
3110
+ id: "claude-opus-4.7",
3060
3111
  name: "Claude Opus 4.7",
3061
3112
  api: "anthropic-messages",
3062
3113
  provider: "cloudflare-ai-gateway",
@@ -3073,8 +3124,8 @@ export const MODELS = {
3073
3124
  contextWindow: 1000000,
3074
3125
  maxTokens: 128000,
3075
3126
  },
3076
- "claude-opus-4-8": {
3077
- id: "claude-opus-4-8",
3127
+ "claude-opus-4.8": {
3128
+ id: "claude-opus-4.8",
3078
3129
  name: "Claude Opus 4.8",
3079
3130
  api: "anthropic-messages",
3080
3131
  provider: "cloudflare-ai-gateway",
@@ -3108,8 +3159,8 @@ export const MODELS = {
3108
3159
  contextWindow: 1000000,
3109
3160
  maxTokens: 128000,
3110
3161
  },
3111
- "claude-sonnet-4-5": {
3112
- id: "claude-sonnet-4-5",
3162
+ "claude-sonnet-4.5": {
3163
+ id: "claude-sonnet-4.5",
3113
3164
  name: "Claude Sonnet 4.5 (latest)",
3114
3165
  api: "anthropic-messages",
3115
3166
  provider: "cloudflare-ai-gateway",
@@ -3125,8 +3176,8 @@ export const MODELS = {
3125
3176
  contextWindow: 1000000,
3126
3177
  maxTokens: 64000,
3127
3178
  },
3128
- "claude-sonnet-4-6": {
3129
- id: "claude-sonnet-4-6",
3179
+ "claude-sonnet-4.6": {
3180
+ id: "claude-sonnet-4.6",
3130
3181
  name: "Claude Sonnet 4.6",
3131
3182
  api: "anthropic-messages",
3132
3183
  provider: "cloudflare-ai-gateway",
@@ -3159,23 +3210,6 @@ export const MODELS = {
3159
3210
  contextWindow: 1000000,
3160
3211
  maxTokens: 128000,
3161
3212
  },
3162
- "gpt-4": {
3163
- id: "gpt-4",
3164
- name: "GPT-4",
3165
- api: "openai-responses",
3166
- provider: "cloudflare-ai-gateway",
3167
- baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
3168
- reasoning: false,
3169
- input: ["text"],
3170
- cost: {
3171
- input: 30,
3172
- output: 60,
3173
- cacheRead: 0,
3174
- cacheWrite: 0,
3175
- },
3176
- contextWindow: 8192,
3177
- maxTokens: 8192,
3178
- },
3179
3213
  "gpt-4.1": {
3180
3214
  id: "gpt-4.1",
3181
3215
  name: "GPT-4.1",
@@ -3224,7 +3258,7 @@ export const MODELS = {
3224
3258
  cacheRead: 0.025,
3225
3259
  cacheWrite: 0,
3226
3260
  },
3227
- contextWindow: 1047576,
3261
+ contextWindow: 1000000,
3228
3262
  maxTokens: 32768,
3229
3263
  },
3230
3264
  "gpt-4o": {
@@ -3236,9 +3270,9 @@ export const MODELS = {
3236
3270
  reasoning: false,
3237
3271
  input: ["text", "image"],
3238
3272
  cost: {
3239
- input: 2.5,
3240
- output: 10,
3241
- cacheRead: 1.25,
3273
+ input: 1.25,
3274
+ output: 5,
3275
+ cacheRead: 0.625,
3242
3276
  cacheWrite: 0,
3243
3277
  },
3244
3278
  contextWindow: 128000,
@@ -3253,9 +3287,9 @@ export const MODELS = {
3253
3287
  reasoning: false,
3254
3288
  input: ["text", "image"],
3255
3289
  cost: {
3256
- input: 0.15,
3257
- output: 0.6,
3258
- cacheRead: 0.075,
3290
+ input: 0.075,
3291
+ output: 0.3,
3292
+ cacheRead: 0.0375,
3259
3293
  cacheWrite: 0,
3260
3294
  },
3261
3295
  contextWindow: 128000,
@@ -3276,7 +3310,7 @@ export const MODELS = {
3276
3310
  cacheRead: 0.125,
3277
3311
  cacheWrite: 0,
3278
3312
  },
3279
- contextWindow: 400000,
3313
+ contextWindow: 128000,
3280
3314
  maxTokens: 128000,
3281
3315
  },
3282
3316
  "gpt-5-mini": {
@@ -3294,7 +3328,7 @@ export const MODELS = {
3294
3328
  cacheRead: 0.025,
3295
3329
  cacheWrite: 0,
3296
3330
  },
3297
- contextWindow: 400000,
3331
+ contextWindow: 128000,
3298
3332
  maxTokens: 128000,
3299
3333
  },
3300
3334
  "gpt-5-nano": {
@@ -3312,27 +3346,9 @@ export const MODELS = {
3312
3346
  cacheRead: 0.005,
3313
3347
  cacheWrite: 0,
3314
3348
  },
3315
- contextWindow: 400000,
3349
+ contextWindow: 128000,
3316
3350
  maxTokens: 128000,
3317
3351
  },
3318
- "gpt-5-pro": {
3319
- id: "gpt-5-pro",
3320
- name: "GPT-5 Pro",
3321
- api: "openai-responses",
3322
- provider: "cloudflare-ai-gateway",
3323
- baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
3324
- reasoning: true,
3325
- thinkingLevelMap: { "off": null },
3326
- input: ["text", "image"],
3327
- cost: {
3328
- input: 15,
3329
- output: 120,
3330
- cacheRead: 0,
3331
- cacheWrite: 0,
3332
- },
3333
- contextWindow: 400000,
3334
- maxTokens: 272000,
3335
- },
3336
3352
  "gpt-5.1": {
3337
3353
  id: "gpt-5.1",
3338
3354
  name: "GPT-5.1",
@@ -3348,12 +3364,12 @@ export const MODELS = {
3348
3364
  cacheRead: 0.125,
3349
3365
  cacheWrite: 0,
3350
3366
  },
3351
- contextWindow: 400000,
3367
+ contextWindow: 128000,
3352
3368
  maxTokens: 128000,
3353
3369
  },
3354
- "gpt-5.2": {
3355
- id: "gpt-5.2",
3356
- name: "GPT-5.2",
3370
+ "gpt-5.4": {
3371
+ id: "gpt-5.4",
3372
+ name: "GPT-5.4",
3357
3373
  api: "openai-responses",
3358
3374
  provider: "cloudflare-ai-gateway",
3359
3375
  baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
@@ -3361,17 +3377,17 @@ export const MODELS = {
3361
3377
  thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
3362
3378
  input: ["text", "image"],
3363
3379
  cost: {
3364
- input: 1.75,
3365
- output: 14,
3366
- cacheRead: 0.175,
3380
+ input: 2.5,
3381
+ output: 15,
3382
+ cacheRead: 0.25,
3367
3383
  cacheWrite: 0,
3368
3384
  },
3369
- contextWindow: 400000,
3385
+ contextWindow: 1000000,
3370
3386
  maxTokens: 128000,
3371
3387
  },
3372
- "gpt-5.2-chat-latest": {
3373
- id: "gpt-5.2-chat-latest",
3374
- name: "GPT-5.2 Chat",
3388
+ "gpt-5.4-mini": {
3389
+ id: "gpt-5.4-mini",
3390
+ name: "GPT-5.4 mini",
3375
3391
  api: "openai-responses",
3376
3392
  provider: "cloudflare-ai-gateway",
3377
3393
  baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
@@ -3379,17 +3395,17 @@ export const MODELS = {
3379
3395
  thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
3380
3396
  input: ["text", "image"],
3381
3397
  cost: {
3382
- input: 1.75,
3383
- output: 14,
3384
- cacheRead: 0.175,
3398
+ input: 0.75,
3399
+ output: 4.5,
3400
+ cacheRead: 0.075,
3385
3401
  cacheWrite: 0,
3386
3402
  },
3387
3403
  contextWindow: 128000,
3388
- maxTokens: 16384,
3404
+ maxTokens: 128000,
3389
3405
  },
3390
- "gpt-5.2-pro": {
3391
- id: "gpt-5.2-pro",
3392
- name: "GPT-5.2 Pro",
3406
+ "gpt-5.4-nano": {
3407
+ id: "gpt-5.4-nano",
3408
+ name: "GPT-5.4 nano",
3393
3409
  api: "openai-responses",
3394
3410
  provider: "cloudflare-ai-gateway",
3395
3411
  baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
@@ -3397,35 +3413,35 @@ export const MODELS = {
3397
3413
  thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
3398
3414
  input: ["text", "image"],
3399
3415
  cost: {
3400
- input: 21,
3401
- output: 168,
3402
- cacheRead: 0,
3416
+ input: 0.2,
3417
+ output: 1.25,
3418
+ cacheRead: 0.02,
3403
3419
  cacheWrite: 0,
3404
3420
  },
3405
- contextWindow: 400000,
3421
+ contextWindow: 128000,
3406
3422
  maxTokens: 128000,
3407
3423
  },
3408
- "gpt-5.3-chat-latest": {
3409
- id: "gpt-5.3-chat-latest",
3410
- name: "GPT-5.3 Chat (latest)",
3424
+ "gpt-5.4-pro": {
3425
+ id: "gpt-5.4-pro",
3426
+ name: "GPT-5.4 Pro",
3411
3427
  api: "openai-responses",
3412
3428
  provider: "cloudflare-ai-gateway",
3413
3429
  baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
3414
- reasoning: false,
3430
+ reasoning: true,
3415
3431
  thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
3416
3432
  input: ["text", "image"],
3417
3433
  cost: {
3418
- input: 1.75,
3419
- output: 14,
3420
- cacheRead: 0.175,
3434
+ input: 30,
3435
+ output: 180,
3436
+ cacheRead: 0,
3421
3437
  cacheWrite: 0,
3422
3438
  },
3423
- contextWindow: 128000,
3424
- maxTokens: 16384,
3439
+ contextWindow: 1000000,
3440
+ maxTokens: 128000,
3425
3441
  },
3426
- "gpt-5.3-codex": {
3427
- id: "gpt-5.3-codex",
3428
- name: "GPT-5.3 Codex",
3442
+ "gpt-5.5": {
3443
+ id: "gpt-5.5",
3444
+ name: "GPT-5.5",
3429
3445
  api: "openai-responses",
3430
3446
  provider: "cloudflare-ai-gateway",
3431
3447
  baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
@@ -3433,17 +3449,17 @@ export const MODELS = {
3433
3449
  thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
3434
3450
  input: ["text", "image"],
3435
3451
  cost: {
3436
- input: 1.75,
3437
- output: 14,
3438
- cacheRead: 0.175,
3452
+ input: 5,
3453
+ output: 30,
3454
+ cacheRead: 0,
3439
3455
  cacheWrite: 0,
3440
3456
  },
3441
- contextWindow: 400000,
3457
+ contextWindow: 1000000,
3442
3458
  maxTokens: 128000,
3443
3459
  },
3444
- "gpt-5.3-codex-spark": {
3445
- id: "gpt-5.3-codex-spark",
3446
- name: "GPT-5.3 Codex Spark",
3460
+ "gpt-5.5-pro": {
3461
+ id: "gpt-5.5-pro",
3462
+ name: "GPT-5.5 Pro",
3447
3463
  api: "openai-responses",
3448
3464
  provider: "cloudflare-ai-gateway",
3449
3465
  baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
@@ -3451,139 +3467,13 @@ export const MODELS = {
3451
3467
  thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
3452
3468
  input: ["text", "image"],
3453
3469
  cost: {
3454
- input: 1.75,
3455
- output: 14,
3456
- cacheRead: 0.175,
3470
+ input: 30,
3471
+ output: 180,
3472
+ cacheRead: 0,
3457
3473
  cacheWrite: 0,
3458
3474
  },
3459
- contextWindow: 128000,
3460
- maxTokens: 32000,
3461
- },
3462
- "gpt-5.4": {
3463
- id: "gpt-5.4",
3464
- name: "GPT-5.4",
3465
- api: "openai-responses",
3466
- provider: "cloudflare-ai-gateway",
3467
- baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
3468
- reasoning: true,
3469
- thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
3470
- input: ["text", "image"],
3471
- cost: {
3472
- input: 2.5,
3473
- output: 15,
3474
- cacheRead: 0.25,
3475
- cacheWrite: 0,
3476
- },
3477
- contextWindow: 1050000,
3478
- maxTokens: 128000,
3479
- },
3480
- "gpt-5.4-mini": {
3481
- id: "gpt-5.4-mini",
3482
- name: "GPT-5.4 mini",
3483
- api: "openai-responses",
3484
- provider: "cloudflare-ai-gateway",
3485
- baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
3486
- reasoning: true,
3487
- thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
3488
- input: ["text", "image"],
3489
- cost: {
3490
- input: 0.75,
3491
- output: 4.5,
3492
- cacheRead: 0.075,
3493
- cacheWrite: 0,
3494
- },
3495
- contextWindow: 400000,
3496
- maxTokens: 128000,
3497
- },
3498
- "gpt-5.4-nano": {
3499
- id: "gpt-5.4-nano",
3500
- name: "GPT-5.4 nano",
3501
- api: "openai-responses",
3502
- provider: "cloudflare-ai-gateway",
3503
- baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
3504
- reasoning: true,
3505
- thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
3506
- input: ["text", "image"],
3507
- cost: {
3508
- input: 0.2,
3509
- output: 1.25,
3510
- cacheRead: 0.02,
3511
- cacheWrite: 0,
3512
- },
3513
- contextWindow: 400000,
3514
- maxTokens: 128000,
3515
- },
3516
- "gpt-5.4-pro": {
3517
- id: "gpt-5.4-pro",
3518
- name: "GPT-5.4 Pro",
3519
- api: "openai-responses",
3520
- provider: "cloudflare-ai-gateway",
3521
- baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
3522
- reasoning: true,
3523
- thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
3524
- input: ["text", "image"],
3525
- cost: {
3526
- input: 30,
3527
- output: 180,
3528
- cacheRead: 0,
3529
- cacheWrite: 0,
3530
- },
3531
- contextWindow: 1050000,
3532
- maxTokens: 128000,
3533
- },
3534
- "gpt-5.5": {
3535
- id: "gpt-5.5",
3536
- name: "GPT-5.5",
3537
- api: "openai-responses",
3538
- provider: "cloudflare-ai-gateway",
3539
- baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
3540
- reasoning: true,
3541
- thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
3542
- input: ["text", "image"],
3543
- cost: {
3544
- input: 5,
3545
- output: 30,
3546
- cacheRead: 0.5,
3547
- cacheWrite: 0,
3548
- },
3549
- contextWindow: 1050000,
3550
- maxTokens: 128000,
3551
- },
3552
- "gpt-5.5-pro": {
3553
- id: "gpt-5.5-pro",
3554
- name: "GPT-5.5 Pro",
3555
- api: "openai-responses",
3556
- provider: "cloudflare-ai-gateway",
3557
- baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
3558
- reasoning: true,
3559
- thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
3560
- input: ["text", "image"],
3561
- cost: {
3562
- input: 30,
3563
- output: 180,
3564
- cacheRead: 0,
3565
- cacheWrite: 0,
3566
- },
3567
- contextWindow: 1050000,
3568
- maxTokens: 128000,
3569
- },
3570
- "gpt-5.6": {
3571
- id: "gpt-5.6",
3572
- name: "GPT-5.6",
3573
- api: "openai-responses",
3574
- provider: "cloudflare-ai-gateway",
3575
- baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
3576
- reasoning: true,
3577
- thinkingLevelMap: { "off": null },
3578
- input: ["text", "image"],
3579
- cost: {
3580
- input: 5,
3581
- output: 30,
3582
- cacheRead: 0.5,
3583
- cacheWrite: 6.25,
3584
- },
3585
- contextWindow: 1050000,
3586
- maxTokens: 128000,
3475
+ contextWindow: 1000000,
3476
+ maxTokens: 128000,
3587
3477
  },
3588
3478
  "gpt-5.6-luna": {
3589
3479
  id: "gpt-5.6-luna",
@@ -3613,10 +3503,10 @@ export const MODELS = {
3613
3503
  thinkingLevelMap: { "off": null },
3614
3504
  input: ["text", "image"],
3615
3505
  cost: {
3616
- input: 5,
3617
- output: 30,
3618
- cacheRead: 0.5,
3619
- cacheWrite: 6.25,
3506
+ input: 2,
3507
+ output: 10,
3508
+ cacheRead: 0.25,
3509
+ cacheWrite: 3.125,
3620
3510
  },
3621
3511
  contextWindow: 1050000,
3622
3512
  maxTokens: 128000,
@@ -3637,343 +3527,58 @@ export const MODELS = {
3637
3527
  cacheWrite: 2.5,
3638
3528
  },
3639
3529
  contextWindow: 1050000,
3640
- maxTokens: 128000,
3641
- },
3642
- "o1": {
3643
- id: "o1",
3644
- name: "o1",
3645
- api: "openai-responses",
3646
- provider: "cloudflare-ai-gateway",
3647
- baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
3648
- reasoning: true,
3649
- input: ["text", "image"],
3650
- cost: {
3651
- input: 15,
3652
- output: 60,
3653
- cacheRead: 7.5,
3654
- cacheWrite: 0,
3655
- },
3656
- contextWindow: 200000,
3657
- maxTokens: 100000,
3658
- },
3659
- "o1-pro": {
3660
- id: "o1-pro",
3661
- name: "o1-pro",
3662
- api: "openai-responses",
3663
- provider: "cloudflare-ai-gateway",
3664
- baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
3665
- reasoning: true,
3666
- input: ["text", "image"],
3667
- cost: {
3668
- input: 150,
3669
- output: 600,
3670
- cacheRead: 0,
3671
- cacheWrite: 0,
3672
- },
3673
- contextWindow: 200000,
3674
- maxTokens: 100000,
3675
- },
3676
- "o3": {
3677
- id: "o3",
3678
- name: "o3",
3679
- api: "openai-responses",
3680
- provider: "cloudflare-ai-gateway",
3681
- baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
3682
- reasoning: true,
3683
- input: ["text", "image"],
3684
- cost: {
3685
- input: 2,
3686
- output: 8,
3687
- cacheRead: 0.5,
3688
- cacheWrite: 0,
3689
- },
3690
- contextWindow: 200000,
3691
- maxTokens: 100000,
3692
- },
3693
- "o3-mini": {
3694
- id: "o3-mini",
3695
- name: "o3-mini",
3696
- api: "openai-responses",
3697
- provider: "cloudflare-ai-gateway",
3698
- baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
3699
- reasoning: true,
3700
- input: ["text"],
3701
- cost: {
3702
- input: 1.1,
3703
- output: 4.4,
3704
- cacheRead: 0.55,
3705
- cacheWrite: 0,
3706
- },
3707
- contextWindow: 200000,
3708
- maxTokens: 100000,
3709
- },
3710
- "o3-pro": {
3711
- id: "o3-pro",
3712
- name: "o3-pro",
3713
- api: "openai-responses",
3714
- provider: "cloudflare-ai-gateway",
3715
- baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
3716
- reasoning: true,
3717
- input: ["text", "image"],
3718
- cost: {
3719
- input: 20,
3720
- output: 80,
3721
- cacheRead: 0,
3722
- cacheWrite: 0,
3723
- },
3724
- contextWindow: 200000,
3725
- maxTokens: 100000,
3726
- },
3727
- "o4-mini": {
3728
- id: "o4-mini",
3729
- name: "o4-mini",
3730
- api: "openai-responses",
3731
- provider: "cloudflare-ai-gateway",
3732
- baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
3733
- reasoning: true,
3734
- input: ["text", "image"],
3735
- cost: {
3736
- input: 1.1,
3737
- output: 4.4,
3738
- cacheRead: 0.275,
3739
- cacheWrite: 0,
3740
- },
3741
- contextWindow: 200000,
3742
- maxTokens: 100000,
3743
- },
3744
- "workers-ai/@cf/google/gemma-4-26b-a4b-it": {
3745
- id: "workers-ai/@cf/google/gemma-4-26b-a4b-it",
3746
- name: "Gemma 4 26B A4B IT",
3747
- api: "openai-completions",
3748
- provider: "cloudflare-ai-gateway",
3749
- baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/compat",
3750
- compat: { "sendSessionAffinityHeaders": true },
3751
- reasoning: true,
3752
- input: ["text", "image"],
3753
- cost: {
3754
- input: 0.1,
3755
- output: 0.3,
3756
- cacheRead: 0,
3757
- cacheWrite: 0,
3758
- },
3759
- contextWindow: 256000,
3760
- maxTokens: 16384,
3761
- },
3762
- "workers-ai/@cf/ibm-granite/granite-4.0-h-micro": {
3763
- id: "workers-ai/@cf/ibm-granite/granite-4.0-h-micro",
3764
- name: "Granite 4.0 H Micro",
3765
- api: "openai-completions",
3766
- provider: "cloudflare-ai-gateway",
3767
- baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/compat",
3768
- compat: { "sendSessionAffinityHeaders": true },
3769
- reasoning: false,
3770
- input: ["text"],
3771
- cost: {
3772
- input: 0.017,
3773
- output: 0.112,
3774
- cacheRead: 0,
3775
- cacheWrite: 0,
3776
- },
3777
- contextWindow: 131000,
3778
- maxTokens: 131000,
3779
- },
3780
- "workers-ai/@cf/meta/llama-3.3-70b-instruct-fp8-fast": {
3781
- id: "workers-ai/@cf/meta/llama-3.3-70b-instruct-fp8-fast",
3782
- name: "Llama 3.3 70B Instruct fp8 Fast",
3783
- api: "openai-completions",
3784
- provider: "cloudflare-ai-gateway",
3785
- baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/compat",
3786
- compat: { "sendSessionAffinityHeaders": true },
3787
- reasoning: false,
3788
- input: ["text"],
3789
- cost: {
3790
- input: 0.293,
3791
- output: 2.253,
3792
- cacheRead: 0,
3793
- cacheWrite: 0,
3794
- },
3795
- contextWindow: 24000,
3796
- maxTokens: 24000,
3797
- },
3798
- "workers-ai/@cf/meta/llama-4-scout-17b-16e-instruct": {
3799
- id: "workers-ai/@cf/meta/llama-4-scout-17b-16e-instruct",
3800
- name: "Llama 4 Scout 17B 16E Instruct",
3801
- api: "openai-completions",
3802
- provider: "cloudflare-ai-gateway",
3803
- baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/compat",
3804
- compat: { "sendSessionAffinityHeaders": true },
3805
- reasoning: false,
3806
- input: ["text", "image"],
3807
- cost: {
3808
- input: 0.27,
3809
- output: 0.85,
3810
- cacheRead: 0,
3811
- cacheWrite: 0,
3812
- },
3813
- contextWindow: 131000,
3814
- maxTokens: 16384,
3815
- },
3816
- "workers-ai/@cf/mistralai/mistral-small-3.1-24b-instruct": {
3817
- id: "workers-ai/@cf/mistralai/mistral-small-3.1-24b-instruct",
3818
- name: "Mistral Small 3.1 24B Instruct",
3819
- api: "openai-completions",
3820
- provider: "cloudflare-ai-gateway",
3821
- baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/compat",
3822
- compat: { "sendSessionAffinityHeaders": true },
3823
- reasoning: false,
3824
- input: ["text"],
3825
- cost: {
3826
- input: 0.351,
3827
- output: 0.555,
3828
- cacheRead: 0,
3829
- cacheWrite: 0,
3830
- },
3831
- contextWindow: 128000,
3832
- maxTokens: 128000,
3833
- },
3834
- "workers-ai/@cf/moonshotai/kimi-k2.6": {
3835
- id: "workers-ai/@cf/moonshotai/kimi-k2.6",
3836
- name: "Kimi K2.6",
3837
- api: "openai-completions",
3838
- provider: "cloudflare-ai-gateway",
3839
- baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/compat",
3840
- compat: { "sendSessionAffinityHeaders": true },
3841
- reasoning: true,
3842
- input: ["text", "image"],
3843
- cost: {
3844
- input: 0.95,
3845
- output: 4,
3846
- cacheRead: 0.16,
3847
- cacheWrite: 0,
3848
- },
3849
- contextWindow: 262144,
3850
- maxTokens: 256000,
3851
- },
3852
- "workers-ai/@cf/moonshotai/kimi-k2.7-code": {
3853
- id: "workers-ai/@cf/moonshotai/kimi-k2.7-code",
3854
- name: "Kimi K2.7 Code",
3855
- api: "openai-completions",
3856
- provider: "cloudflare-ai-gateway",
3857
- baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/compat",
3858
- compat: { "sendSessionAffinityHeaders": true },
3859
- reasoning: true,
3860
- input: ["text", "image"],
3861
- cost: {
3862
- input: 0.95,
3863
- output: 4,
3864
- cacheRead: 0.19,
3865
- cacheWrite: 0,
3866
- },
3867
- contextWindow: 262144,
3868
- maxTokens: 262144,
3869
- },
3870
- "workers-ai/@cf/nvidia/nemotron-3-120b-a12b": {
3871
- id: "workers-ai/@cf/nvidia/nemotron-3-120b-a12b",
3872
- name: "Nemotron 3 Super 120B",
3873
- api: "openai-completions",
3874
- provider: "cloudflare-ai-gateway",
3875
- baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/compat",
3876
- compat: { "sendSessionAffinityHeaders": true },
3877
- reasoning: true,
3878
- input: ["text"],
3879
- cost: {
3880
- input: 0.5,
3881
- output: 1.5,
3882
- cacheRead: 0,
3883
- cacheWrite: 0,
3884
- },
3885
- contextWindow: 256000,
3886
- maxTokens: 256000,
3887
- },
3888
- "workers-ai/@cf/openai/gpt-oss-120b": {
3889
- id: "workers-ai/@cf/openai/gpt-oss-120b",
3890
- name: "GPT OSS 120B",
3891
- api: "openai-completions",
3892
- provider: "cloudflare-ai-gateway",
3893
- baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/compat",
3894
- compat: { "sendSessionAffinityHeaders": true },
3895
- reasoning: true,
3896
- input: ["text"],
3897
- cost: {
3898
- input: 0.35,
3899
- output: 0.75,
3900
- cacheRead: 0,
3901
- cacheWrite: 0,
3902
- },
3903
- contextWindow: 128000,
3904
- maxTokens: 16384,
3905
- },
3906
- "workers-ai/@cf/openai/gpt-oss-20b": {
3907
- id: "workers-ai/@cf/openai/gpt-oss-20b",
3908
- name: "GPT OSS 20B",
3909
- api: "openai-completions",
3910
- provider: "cloudflare-ai-gateway",
3911
- baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/compat",
3912
- compat: { "sendSessionAffinityHeaders": true },
3913
- reasoning: true,
3914
- input: ["text"],
3915
- cost: {
3916
- input: 0.2,
3917
- output: 0.3,
3918
- cacheRead: 0,
3919
- cacheWrite: 0,
3920
- },
3921
- contextWindow: 128000,
3922
- maxTokens: 16384,
3530
+ maxTokens: 128000,
3923
3531
  },
3924
- "workers-ai/@cf/qwen/qwen3-30b-a3b-fp8": {
3925
- id: "workers-ai/@cf/qwen/qwen3-30b-a3b-fp8",
3926
- name: "Qwen3 30B A3b fp8",
3927
- api: "openai-completions",
3532
+ "o3": {
3533
+ id: "o3",
3534
+ name: "o3",
3535
+ api: "openai-responses",
3928
3536
  provider: "cloudflare-ai-gateway",
3929
- baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/compat",
3930
- compat: { "sendSessionAffinityHeaders": true },
3537
+ baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
3931
3538
  reasoning: true,
3932
- input: ["text"],
3539
+ input: ["text", "image"],
3933
3540
  cost: {
3934
- input: 0.0509,
3935
- output: 0.335,
3936
- cacheRead: 0,
3541
+ input: 2,
3542
+ output: 8,
3543
+ cacheRead: 0.5,
3937
3544
  cacheWrite: 0,
3938
3545
  },
3939
- contextWindow: 32768,
3940
- maxTokens: 32768,
3546
+ contextWindow: 200000,
3547
+ maxTokens: 100000,
3941
3548
  },
3942
- "workers-ai/@cf/zai-org/glm-4.7-flash": {
3943
- id: "workers-ai/@cf/zai-org/glm-4.7-flash",
3944
- name: "GLM-4.7-Flash",
3945
- api: "openai-completions",
3549
+ "o3-mini": {
3550
+ id: "o3-mini",
3551
+ name: "o3-mini",
3552
+ api: "openai-responses",
3946
3553
  provider: "cloudflare-ai-gateway",
3947
- baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/compat",
3948
- compat: { "sendSessionAffinityHeaders": true },
3554
+ baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
3949
3555
  reasoning: true,
3950
3556
  input: ["text"],
3951
3557
  cost: {
3952
- input: 0.0605,
3953
- output: 0.4,
3954
- cacheRead: 0,
3558
+ input: 1.1,
3559
+ output: 4.4,
3560
+ cacheRead: 0.55,
3955
3561
  cacheWrite: 0,
3956
3562
  },
3957
- contextWindow: 131072,
3958
- maxTokens: 131072,
3563
+ contextWindow: 200000,
3564
+ maxTokens: 100000,
3959
3565
  },
3960
- "workers-ai/@cf/zai-org/glm-5.2": {
3961
- id: "workers-ai/@cf/zai-org/glm-5.2",
3962
- name: "Glm 5.2",
3963
- api: "openai-completions",
3566
+ "o4-mini": {
3567
+ id: "o4-mini",
3568
+ name: "o4-mini",
3569
+ api: "openai-responses",
3964
3570
  provider: "cloudflare-ai-gateway",
3965
- baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/compat",
3966
- compat: { "sendSessionAffinityHeaders": true },
3571
+ baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
3967
3572
  reasoning: true,
3968
- input: ["text"],
3573
+ input: ["text", "image"],
3969
3574
  cost: {
3970
- input: 1.4,
3575
+ input: 1.1,
3971
3576
  output: 4.4,
3972
- cacheRead: 0.26,
3577
+ cacheRead: 0.275,
3973
3578
  cacheWrite: 0,
3974
3579
  },
3975
- contextWindow: 262144,
3976
- maxTokens: 256000,
3580
+ contextWindow: 200000,
3581
+ maxTokens: 100000,
3977
3582
  },
3978
3583
  },
3979
3584
  "cloudflare-workers-ai": {
@@ -3993,7 +3598,7 @@ export const MODELS = {
3993
3598
  cacheRead: 0.014,
3994
3599
  cacheWrite: 0,
3995
3600
  },
3996
- contextWindow: 1048576,
3601
+ contextWindow: 1310720,
3997
3602
  maxTokens: 1048576,
3998
3603
  },
3999
3604
  "@cf/deepseek-ai/deepseek-v4-pro-0813": {
@@ -4213,6 +3818,24 @@ export const MODELS = {
4213
3818
  contextWindow: 32768,
4214
3819
  maxTokens: 32768,
4215
3820
  },
3821
+ "@cf/qwen/qwen3.8-27b": {
3822
+ id: "@cf/qwen/qwen3.8-27b",
3823
+ name: "Qwen3.8 27B",
3824
+ api: "openai-completions",
3825
+ provider: "cloudflare-workers-ai",
3826
+ baseUrl: "https://api.cloudflare.com/client/v4/accounts/{CLOUDFLARE_ACCOUNT_ID}/ai/v1",
3827
+ compat: { "sendSessionAffinityHeaders": true },
3828
+ reasoning: true,
3829
+ input: ["text", "image"],
3830
+ cost: {
3831
+ input: 0.45,
3832
+ output: 3.2,
3833
+ cacheRead: 0.05,
3834
+ cacheWrite: 0,
3835
+ },
3836
+ contextWindow: 262144,
3837
+ maxTokens: 262144,
3838
+ },
4216
3839
  "@cf/zai-org/glm-4.7-flash": {
4217
3840
  id: "@cf/zai-org/glm-4.7-flash",
4218
3841
  name: "GLM-4.7-Flash",
@@ -5169,10 +4792,10 @@ export const MODELS = {
5169
4792
  thinkingLevelMap: { "off": null },
5170
4793
  input: ["text", "image"],
5171
4794
  cost: {
5172
- input: 5,
5173
- output: 30,
5174
- cacheRead: 0.5,
5175
- cacheWrite: 6.25,
4795
+ input: 2.5,
4796
+ output: 15,
4797
+ cacheRead: 0.25,
4798
+ cacheWrite: 3.125,
5176
4799
  },
5177
4800
  contextWindow: 1050000,
5178
4801
  maxTokens: 128000,
@@ -5586,9 +5209,9 @@ export const MODELS = {
5586
5209
  thinkingLevelMap: { "off": null },
5587
5210
  input: ["text", "image"],
5588
5211
  cost: {
5589
- input: 1.5,
5590
- output: 7.5,
5591
- cacheRead: 0.15,
5212
+ input: 0.75,
5213
+ output: 3.75,
5214
+ cacheRead: 0.075,
5592
5215
  cacheWrite: 0,
5593
5216
  },
5594
5217
  contextWindow: 1048576,
@@ -5621,9 +5244,9 @@ export const MODELS = {
5621
5244
  reasoning: true,
5622
5245
  input: ["text", "image"],
5623
5246
  cost: {
5624
- input: 1.5,
5625
- output: 9,
5626
- cacheRead: 0.15,
5247
+ input: 0.75,
5248
+ output: 3.75,
5249
+ cacheRead: 0.075,
5627
5250
  cacheWrite: 0,
5628
5251
  },
5629
5252
  contextWindow: 1048576,
@@ -5638,9 +5261,9 @@ export const MODELS = {
5638
5261
  reasoning: true,
5639
5262
  input: ["text", "image"],
5640
5263
  cost: {
5641
- input: 0.25,
5642
- output: 1.5,
5643
- cacheRead: 0.025,
5264
+ input: 0.3,
5265
+ output: 2.5,
5266
+ cacheRead: 0.03,
5644
5267
  cacheWrite: 0,
5645
5268
  },
5646
5269
  contextWindow: 1048576,
@@ -6320,6 +5943,42 @@ export const MODELS = {
6320
5943
  contextWindow: 262144,
6321
5944
  maxTokens: 131072,
6322
5945
  },
5946
+ "Qwen/Qwen3-VL-235B-A22B-Instruct": {
5947
+ id: "Qwen/Qwen3-VL-235B-A22B-Instruct",
5948
+ name: "Qwen3 VL 235B A22B Instruct",
5949
+ api: "openai-completions",
5950
+ provider: "huggingface",
5951
+ baseUrl: "https://router.huggingface.co/v1",
5952
+ compat: { "supportsDeveloperRole": false },
5953
+ reasoning: false,
5954
+ input: ["text", "image"],
5955
+ cost: {
5956
+ input: 0.3,
5957
+ output: 1.5,
5958
+ cacheRead: 0,
5959
+ cacheWrite: 0,
5960
+ },
5961
+ contextWindow: 131072,
5962
+ maxTokens: 32768,
5963
+ },
5964
+ "Qwen/Qwen3-VL-235B-A22B-Thinking": {
5965
+ id: "Qwen/Qwen3-VL-235B-A22B-Thinking",
5966
+ name: "Qwen3 VL 235B A22B Thinking",
5967
+ api: "openai-completions",
5968
+ provider: "huggingface",
5969
+ baseUrl: "https://router.huggingface.co/v1",
5970
+ compat: { "supportsDeveloperRole": false },
5971
+ reasoning: true,
5972
+ input: ["text", "image"],
5973
+ cost: {
5974
+ input: 0.98,
5975
+ output: 3.95,
5976
+ cacheRead: 0,
5977
+ cacheWrite: 0,
5978
+ },
5979
+ contextWindow: 131072,
5980
+ maxTokens: 32768,
5981
+ },
6323
5982
  "Qwen/Qwen3.5-122B-A10B": {
6324
5983
  id: "Qwen/Qwen3.5-122B-A10B",
6325
5984
  name: "Qwen3.5 122B-A10B",
@@ -6446,6 +6105,24 @@ export const MODELS = {
6446
6105
  contextWindow: 262144,
6447
6106
  maxTokens: 65536,
6448
6107
  },
6108
+ "Qwen/Qwen3.8-2.4T-A95B": {
6109
+ id: "Qwen/Qwen3.8-2.4T-A95B",
6110
+ name: "Qwen3.8 2.4T A95B",
6111
+ api: "openai-completions",
6112
+ provider: "huggingface",
6113
+ baseUrl: "https://router.huggingface.co/v1",
6114
+ compat: { "supportsDeveloperRole": false },
6115
+ reasoning: true,
6116
+ input: ["text"],
6117
+ cost: {
6118
+ input: 2.5,
6119
+ output: 6.25,
6120
+ cacheRead: 0,
6121
+ cacheWrite: 0,
6122
+ },
6123
+ contextWindow: 262144,
6124
+ maxTokens: 131072,
6125
+ },
6449
6126
  "XiaomiMiMo/MiMo-V2.5": {
6450
6127
  id: "XiaomiMiMo/MiMo-V2.5",
6451
6128
  name: "MiMo-V2.5",
@@ -7058,6 +6735,24 @@ export const MODELS = {
7058
6735
  contextWindow: 204800,
7059
6736
  maxTokens: 131072,
7060
6737
  },
6738
+ "zai-org/GLM-4.6V-Flash": {
6739
+ id: "zai-org/GLM-4.6V-Flash",
6740
+ name: "GLM-4.6V-Flash",
6741
+ api: "openai-completions",
6742
+ provider: "huggingface",
6743
+ baseUrl: "https://router.huggingface.co/v1",
6744
+ compat: { "supportsDeveloperRole": false },
6745
+ reasoning: true,
6746
+ input: ["text", "image"],
6747
+ cost: {
6748
+ input: 0.3,
6749
+ output: 0.9,
6750
+ cacheRead: 0,
6751
+ cacheWrite: 0,
6752
+ },
6753
+ contextWindow: 131072,
6754
+ maxTokens: 32768,
6755
+ },
7061
6756
  "zai-org/GLM-4.7": {
7062
6757
  id: "zai-org/GLM-4.7",
7063
6758
  name: "GLM-4.7",
@@ -8695,10 +8390,10 @@ export const MODELS = {
8695
8390
  thinkingLevelMap: { "off": null },
8696
8391
  input: ["text", "image"],
8697
8392
  cost: {
8698
- input: 5,
8699
- output: 30,
8700
- cacheRead: 0.5,
8701
- cacheWrite: 6.25,
8393
+ input: 4,
8394
+ output: 20,
8395
+ cacheRead: 0.4,
8396
+ cacheWrite: 5,
8702
8397
  },
8703
8398
  contextWindow: 1050000,
8704
8399
  maxTokens: 128000,
@@ -8731,10 +8426,10 @@ export const MODELS = {
8731
8426
  thinkingLevelMap: { "off": null },
8732
8427
  input: ["text", "image"],
8733
8428
  cost: {
8734
- input: 5,
8735
- output: 30,
8736
- cacheRead: 0.5,
8737
- cacheWrite: 6.25,
8429
+ input: 4,
8430
+ output: 20,
8431
+ cacheRead: 0.4,
8432
+ cacheWrite: 5,
8738
8433
  },
8739
8434
  contextWindow: 1050000,
8740
8435
  maxTokens: 128000,
@@ -9285,25 +8980,6 @@ export const MODELS = {
9285
8980
  contextWindow: 1000000,
9286
8981
  maxTokens: 384000,
9287
8982
  },
9288
- "deepseek-v4-flash-free": {
9289
- id: "deepseek-v4-flash-free",
9290
- name: "DeepSeek V4 Flash Free",
9291
- api: "openai-completions",
9292
- provider: "opencode",
9293
- baseUrl: "https://opencode.ai/zen/v1",
9294
- compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
9295
- reasoning: true,
9296
- thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
9297
- input: ["text"],
9298
- cost: {
9299
- input: 0,
9300
- output: 0,
9301
- cacheRead: 0,
9302
- cacheWrite: 0,
9303
- },
9304
- contextWindow: 200000,
9305
- maxTokens: 128000,
9306
- },
9307
8983
  "deepseek-v4-pro": {
9308
8984
  id: "deepseek-v4-pro",
9309
8985
  name: "DeepSeek V4 Pro",
@@ -9790,7 +9466,7 @@ export const MODELS = {
9790
9466
  },
9791
9467
  "gpt-5.6-sol": {
9792
9468
  id: "gpt-5.6-sol",
9793
- name: "GPT-5.6 Sol",
9469
+ name: "GPT-5.6 Sol (50% Off)",
9794
9470
  api: "openai-responses",
9795
9471
  provider: "opencode",
9796
9472
  baseUrl: "https://opencode.ai/zen/v1",
@@ -9798,10 +9474,10 @@ export const MODELS = {
9798
9474
  thinkingLevelMap: { "off": null },
9799
9475
  input: ["text", "image"],
9800
9476
  cost: {
9801
- input: 5,
9802
- output: 30,
9803
- cacheRead: 0.5,
9804
- cacheWrite: 6.25,
9477
+ input: 2,
9478
+ output: 10,
9479
+ cacheRead: 0.2,
9480
+ cacheWrite: 2.5,
9805
9481
  },
9806
9482
  contextWindow: 1050000,
9807
9483
  maxTokens: 128000,
@@ -9960,23 +9636,6 @@ export const MODELS = {
9960
9636
  contextWindow: 1048576,
9961
9637
  maxTokens: 131072,
9962
9638
  },
9963
- "laguna-s-2.1-free": {
9964
- id: "laguna-s-2.1-free",
9965
- name: "Laguna S 2.1 Free",
9966
- api: "openai-completions",
9967
- provider: "opencode",
9968
- baseUrl: "https://opencode.ai/zen/v1",
9969
- reasoning: true,
9970
- input: ["text"],
9971
- cost: {
9972
- input: 0,
9973
- output: 0,
9974
- cacheRead: 0,
9975
- cacheWrite: 0,
9976
- },
9977
- contextWindow: 256000,
9978
- maxTokens: 32000,
9979
- },
9980
9639
  "mimo-v2.5-free": {
9981
9640
  id: "mimo-v2.5-free",
9982
9641
  name: "MiMo V2.5 Free",
@@ -10062,6 +9721,23 @@ export const MODELS = {
10062
9721
  contextWindow: 1048576,
10063
9722
  maxTokens: 131072,
10064
9723
  },
9724
+ "muse-spark-1.2-contributor-free": {
9725
+ id: "muse-spark-1.2-contributor-free",
9726
+ name: "Muse Spark 1.2 Free",
9727
+ api: "openai-responses",
9728
+ provider: "opencode",
9729
+ baseUrl: "https://opencode.ai/zen/v1",
9730
+ reasoning: true,
9731
+ input: ["text", "image"],
9732
+ cost: {
9733
+ input: 0,
9734
+ output: 0,
9735
+ cacheRead: 0,
9736
+ cacheWrite: 0,
9737
+ },
9738
+ contextWindow: 1048576,
9739
+ maxTokens: 131072,
9740
+ },
10065
9741
  "nemotron-3-ultra-free": {
10066
9742
  id: "nemotron-3-ultra-free",
10067
9743
  name: "Nemotron 3 Ultra Free",
@@ -10127,25 +9803,61 @@ export const MODELS = {
10127
9803
  cacheRead: 0.05,
10128
9804
  cacheWrite: 0.625,
10129
9805
  },
10130
- contextWindow: 262144,
10131
- maxTokens: 65536,
9806
+ contextWindow: 262144,
9807
+ maxTokens: 65536,
9808
+ },
9809
+ "x-preview-f-free": {
9810
+ id: "x-preview-f-free",
9811
+ name: "Ox Alpha Free (Unlimited)",
9812
+ api: "openai-completions",
9813
+ provider: "opencode",
9814
+ baseUrl: "https://opencode.ai/zen/v1",
9815
+ reasoning: true,
9816
+ input: ["text", "image"],
9817
+ cost: {
9818
+ input: 0,
9819
+ output: 0,
9820
+ cacheRead: 0,
9821
+ cacheWrite: 0,
9822
+ },
9823
+ contextWindow: 1000000,
9824
+ maxTokens: 131072,
9825
+ },
9826
+ },
9827
+ "opencode-go": {
9828
+ "deepseek-v4-flash": {
9829
+ id: "deepseek-v4-flash",
9830
+ name: "DeepSeek V4 Flash",
9831
+ api: "openai-completions",
9832
+ provider: "opencode-go",
9833
+ baseUrl: "https://opencode.ai/zen/go/v1",
9834
+ compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
9835
+ reasoning: true,
9836
+ thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
9837
+ input: ["text"],
9838
+ cost: {
9839
+ input: 0.22,
9840
+ output: 0.66,
9841
+ cacheRead: 0.007,
9842
+ cacheWrite: 0,
9843
+ },
9844
+ contextWindow: 1000000,
9845
+ maxTokens: 384000,
10132
9846
  },
10133
- },
10134
- "opencode-go": {
10135
- "deepseek-v4-flash": {
10136
- id: "deepseek-v4-flash",
10137
- name: "DeepSeek V4 Flash (2x usage)",
9847
+ "deepseek-v4-flash-vision-exp": {
9848
+ id: "deepseek-v4-flash-vision-exp",
9849
+ name: "DeepSeek V4 Flash Vision Exp",
10138
9850
  api: "openai-completions",
10139
9851
  provider: "opencode-go",
10140
9852
  baseUrl: "https://opencode.ai/zen/go/v1",
10141
9853
  compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
10142
9854
  reasoning: true,
10143
9855
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
10144
- input: ["text"],
9856
+ input: ["text", "image"],
10145
9857
  cost: {
10146
- input: 0.07,
10147
- output: 0.14,
10148
- cacheRead: 0.0014,
9858
+ input: 0.22,
9859
+ output: 0.66,
9860
+ cacheRead: 0.007,
10149
9861
  cacheWrite: 0,
10150
9862
  },
10151
9863
  contextWindow: 1000000,
@@ -10162,9 +9874,9 @@ export const MODELS = {
10162
9874
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
10163
9875
  input: ["text"],
10164
9876
  cost: {
10165
- input: 0.435,
10166
- output: 0.87,
10167
- cacheRead: 0.003625,
9877
+ input: 0.66,
9878
+ output: 1.98,
9879
+ cacheRead: 0.022,
10168
9880
  cacheWrite: 0,
10169
9881
  },
10170
9882
  contextWindow: 1000000,
@@ -10223,7 +9935,7 @@ export const MODELS = {
10223
9935
  },
10224
9936
  "gpt-5.6-luna": {
10225
9937
  id: "gpt-5.6-luna",
10226
- name: "GPT-5.6 Luna (2x usage)",
9938
+ name: "GPT-5.6 Luna",
10227
9939
  api: "openai-responses",
10228
9940
  provider: "opencode-go",
10229
9941
  baseUrl: "https://opencode.ai/zen/go/v1",
@@ -10231,10 +9943,10 @@ export const MODELS = {
10231
9943
  thinkingLevelMap: { "off": null },
10232
9944
  input: ["text", "image"],
10233
9945
  cost: {
10234
- input: 0.1,
10235
- output: 0.6,
10236
- cacheRead: 0.01,
10237
- cacheWrite: 0.125,
9946
+ input: 0.2,
9947
+ output: 1.2,
9948
+ cacheRead: 0.02,
9949
+ cacheWrite: 0.25,
10238
9950
  },
10239
9951
  contextWindow: 1050000,
10240
9952
  maxTokens: 128000,
@@ -10258,16 +9970,16 @@ export const MODELS = {
10258
9970
  },
10259
9971
  "hy3": {
10260
9972
  id: "hy3",
10261
- name: "Hy3",
9973
+ name: "Hy3 (8x usage)",
10262
9974
  api: "openai-completions",
10263
9975
  provider: "opencode-go",
10264
9976
  baseUrl: "https://opencode.ai/zen/go/v1",
10265
9977
  reasoning: true,
10266
9978
  input: ["text"],
10267
9979
  cost: {
10268
- input: 0.14,
10269
- output: 0.58,
10270
- cacheRead: 0.035,
9980
+ input: 0.0175,
9981
+ output: 0.0725,
9982
+ cacheRead: 0.004375,
10271
9983
  cacheWrite: 0,
10272
9984
  },
10273
9985
  contextWindow: 256000,
@@ -10324,6 +10036,23 @@ export const MODELS = {
10324
10036
  contextWindow: 1048576,
10325
10037
  maxTokens: 131072,
10326
10038
  },
10039
+ "longcat-2.0": {
10040
+ id: "longcat-2.0",
10041
+ name: "LongCat-2.0",
10042
+ api: "openai-completions",
10043
+ provider: "opencode-go",
10044
+ baseUrl: "https://opencode.ai/zen/go/v1",
10045
+ reasoning: true,
10046
+ input: ["text"],
10047
+ cost: {
10048
+ input: 0.3,
10049
+ output: 1.2,
10050
+ cacheRead: 0.006,
10051
+ cacheWrite: 0,
10052
+ },
10053
+ contextWindow: 1000000,
10054
+ maxTokens: 131072,
10055
+ },
10327
10056
  "mimo-v2.5": {
10328
10057
  id: "mimo-v2.5",
10329
10058
  name: "MiMo V2.5",
@@ -10392,6 +10121,40 @@ export const MODELS = {
10392
10121
  contextWindow: 1000000,
10393
10122
  maxTokens: 131072,
10394
10123
  },
10124
+ "muse-spark-1.2-contributor": {
10125
+ id: "muse-spark-1.2-contributor",
10126
+ name: "Muse Spark 1.2 Contributor",
10127
+ api: "openai-responses",
10128
+ provider: "opencode-go",
10129
+ baseUrl: "https://opencode.ai/zen/go/v1",
10130
+ reasoning: true,
10131
+ input: ["text", "image"],
10132
+ cost: {
10133
+ input: 0.1,
10134
+ output: 0.2,
10135
+ cacheRead: 0.002,
10136
+ cacheWrite: 0,
10137
+ },
10138
+ contextWindow: 1048576,
10139
+ maxTokens: 131072,
10140
+ },
10141
+ "ox-alpha-free": {
10142
+ id: "ox-alpha-free",
10143
+ name: "Ox Alpha Free (Unlimited)",
10144
+ api: "openai-completions",
10145
+ provider: "opencode-go",
10146
+ baseUrl: "https://opencode.ai/zen/go/v1",
10147
+ reasoning: true,
10148
+ input: ["text", "image"],
10149
+ cost: {
10150
+ input: 0,
10151
+ output: 0,
10152
+ cacheRead: 0,
10153
+ cacheWrite: 0,
10154
+ },
10155
+ contextWindow: 1000000,
10156
+ maxTokens: 131072,
10157
+ },
10395
10158
  "qwen3.6-plus": {
10396
10159
  id: "qwen3.6-plus",
10397
10160
  name: "Qwen3.6 Plus",
@@ -10413,9 +10176,9 @@ export const MODELS = {
10413
10176
  "qwen3.7-max": {
10414
10177
  id: "qwen3.7-max",
10415
10178
  name: "Qwen3.7 Max",
10416
- api: "anthropic-messages",
10179
+ api: "openai-completions",
10417
10180
  provider: "opencode-go",
10418
- baseUrl: "https://opencode.ai/zen/go",
10181
+ baseUrl: "https://opencode.ai/zen/go/v1",
10419
10182
  reasoning: true,
10420
10183
  input: ["text"],
10421
10184
  cost: {
@@ -10430,9 +10193,9 @@ export const MODELS = {
10430
10193
  "qwen3.7-plus": {
10431
10194
  id: "qwen3.7-plus",
10432
10195
  name: "Qwen3.7 Plus",
10433
- api: "anthropic-messages",
10196
+ api: "openai-completions",
10434
10197
  provider: "opencode-go",
10435
- baseUrl: "https://opencode.ai/zen/go",
10198
+ baseUrl: "https://opencode.ai/zen/go/v1",
10436
10199
  reasoning: true,
10437
10200
  input: ["text", "image"],
10438
10201
  cost: {
@@ -10447,9 +10210,9 @@ export const MODELS = {
10447
10210
  "qwen3.8-max": {
10448
10211
  id: "qwen3.8-max",
10449
10212
  name: "Qwen3.8 Max",
10450
- api: "anthropic-messages",
10213
+ api: "openai-completions",
10451
10214
  provider: "opencode-go",
10452
- baseUrl: "https://opencode.ai/zen/go",
10215
+ baseUrl: "https://opencode.ai/zen/go/v1",
10453
10216
  reasoning: true,
10454
10217
  input: ["text", "image"],
10455
10218
  cost: {
@@ -10463,23 +10226,6 @@ export const MODELS = {
10463
10226
  },
10464
10227
  },
10465
10228
  "openrouter": {
10466
- "ai21/jamba-large-1.7": {
10467
- id: "ai21/jamba-large-1.7",
10468
- name: "AI21: Jamba Large 1.7",
10469
- api: "openai-completions",
10470
- provider: "openrouter",
10471
- baseUrl: "https://openrouter.ai/api/v1",
10472
- reasoning: false,
10473
- input: ["text"],
10474
- cost: {
10475
- input: 2,
10476
- output: 8,
10477
- cacheRead: 0,
10478
- cacheWrite: 0,
10479
- },
10480
- contextWindow: 256000,
10481
- maxTokens: 4096,
10482
- },
10483
10229
  "aion-labs/aion-2.0": {
10484
10230
  id: "aion-labs/aion-2.0",
10485
10231
  name: "AionLabs: Aion-2.0",
@@ -11332,13 +11078,13 @@ export const MODELS = {
11332
11078
  reasoning: false,
11333
11079
  input: ["text"],
11334
11080
  cost: {
11335
- input: 0.27,
11336
- output: 1.12,
11337
- cacheRead: 0.135,
11081
+ input: 0.25,
11082
+ output: 1,
11083
+ cacheRead: 0,
11338
11084
  cacheWrite: 0,
11339
11085
  },
11340
11086
  contextWindow: 163840,
11341
- maxTokens: 65536,
11087
+ maxTokens: 163840,
11342
11088
  },
11343
11089
  "deepseek/deepseek-chat-v3.1": {
11344
11090
  id: "deepseek/deepseek-chat-v3.1",
@@ -11349,13 +11095,13 @@ export const MODELS = {
11349
11095
  reasoning: true,
11350
11096
  input: ["text"],
11351
11097
  cost: {
11352
- input: 0.25,
11353
- output: 0.95,
11354
- cacheRead: 0.13,
11098
+ input: 0.55,
11099
+ output: 1.6500000000000001,
11100
+ cacheRead: 0.55,
11355
11101
  cacheWrite: 0,
11356
11102
  },
11357
11103
  contextWindow: 163840,
11358
- maxTokens: 32768,
11104
+ maxTokens: 161000,
11359
11105
  },
11360
11106
  "deepseek/deepseek-r1": {
11361
11107
  id: "deepseek/deepseek-r1",
@@ -11401,8 +11147,8 @@ export const MODELS = {
11401
11147
  input: ["text"],
11402
11148
  cost: {
11403
11149
  input: 0.27,
11404
- output: 0.95,
11405
- cacheRead: 0.13,
11150
+ output: 1,
11151
+ cacheRead: 0.135,
11406
11152
  cacheWrite: 0,
11407
11153
  },
11408
11154
  contextWindow: 163840,
@@ -11417,13 +11163,13 @@ export const MODELS = {
11417
11163
  reasoning: true,
11418
11164
  input: ["text"],
11419
11165
  cost: {
11420
- input: 0.26899999999999996,
11421
- output: 0.39999999999999997,
11422
- cacheRead: 0.13449999999999998,
11166
+ input: 0.26,
11167
+ output: 0.38,
11168
+ cacheRead: 0.13,
11423
11169
  cacheWrite: 0,
11424
11170
  },
11425
11171
  contextWindow: 163840,
11426
- maxTokens: 65536,
11172
+ maxTokens: 163840,
11427
11173
  },
11428
11174
  "deepseek/deepseek-v3.2-exp": {
11429
11175
  id: "deepseek/deepseek-v3.2-exp",
@@ -11453,9 +11199,9 @@ export const MODELS = {
11453
11199
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
11454
11200
  input: ["text"],
11455
11201
  cost: {
11456
- input: 0.06286,
11457
- output: 0.12572,
11458
- cacheRead: 0.012572,
11202
+ input: 0.0854,
11203
+ output: 0.1708,
11204
+ cacheRead: 0.01708,
11459
11205
  cacheWrite: 0,
11460
11206
  },
11461
11207
  contextWindow: 1048576,
@@ -11477,12 +11223,31 @@ export const MODELS = {
11477
11223
  cacheRead: 0.028,
11478
11224
  cacheWrite: 0,
11479
11225
  },
11226
+ contextWindow: 1310720,
11227
+ maxTokens: 131072,
11228
+ },
11229
+ "deepseek/deepseek-v4-flash-vision-exp": {
11230
+ id: "deepseek/deepseek-v4-flash-vision-exp",
11231
+ name: "DeepSeek: DeepSeek V4 Flash Vision Exp",
11232
+ api: "openai-completions",
11233
+ provider: "openrouter",
11234
+ baseUrl: "https://openrouter.ai/api/v1",
11235
+ compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
11236
+ reasoning: true,
11237
+ thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
11238
+ input: ["text", "image"],
11239
+ cost: {
11240
+ input: 0.22,
11241
+ output: 0.66,
11242
+ cacheRead: 0.007,
11243
+ cacheWrite: 0,
11244
+ },
11480
11245
  contextWindow: 1048576,
11481
- maxTokens: 393216,
11246
+ maxTokens: 384000,
11482
11247
  },
11483
11248
  "deepseek/deepseek-v4-pro": {
11484
11249
  id: "deepseek/deepseek-v4-pro",
11485
- name: "DeepSeek: DeepSeek V4 Pro",
11250
+ name: "DeepSeek: DeepSeek V4 Pro 0423",
11486
11251
  api: "openai-completions",
11487
11252
  provider: "openrouter",
11488
11253
  baseUrl: "https://openrouter.ai/api/v1",
@@ -11491,13 +11256,13 @@ export const MODELS = {
11491
11256
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
11492
11257
  input: ["text"],
11493
11258
  cost: {
11494
- input: 1.1680000000000001,
11495
- output: 2.3360000000000003,
11496
- cacheRead: 0.09855000000000001,
11259
+ input: 0.5790719999999999,
11260
+ output: 1.1581439999999998,
11261
+ cacheRead: 0.048256,
11497
11262
  cacheWrite: 0,
11498
11263
  },
11499
11264
  contextWindow: 1048576,
11500
- maxTokens: 393216,
11265
+ maxTokens: 384000,
11501
11266
  },
11502
11267
  "deepseek/deepseek-v4-pro-0813": {
11503
11268
  id: "deepseek/deepseek-v4-pro-0813",
@@ -11510,13 +11275,13 @@ export const MODELS = {
11510
11275
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
11511
11276
  input: ["text"],
11512
11277
  cost: {
11513
- input: 0.435,
11514
- output: 0.87,
11515
- cacheRead: 0.003625,
11278
+ input: 1.122,
11279
+ output: 3.366,
11280
+ cacheRead: 0.037399999999999996,
11516
11281
  cacheWrite: 0,
11517
11282
  },
11518
11283
  contextWindow: 1048576,
11519
- maxTokens: 384000,
11284
+ maxTokens: 4096,
11520
11285
  },
11521
11286
  "dots-studio/dots-3-note-preview:free": {
11522
11287
  id: "dots-studio/dots-3-note-preview:free",
@@ -12003,13 +11768,13 @@ export const MODELS = {
12003
11768
  reasoning: true,
12004
11769
  input: ["text", "image"],
12005
11770
  cost: {
12006
- input: 0.12,
12007
- output: 0.39999999999999997,
12008
- cacheRead: 0.049999999999999996,
11771
+ input: 0.07,
11772
+ output: 0.33999999999999997,
11773
+ cacheRead: 0,
12009
11774
  cacheWrite: 0,
12010
11775
  },
12011
11776
  contextWindow: 262144,
12012
- maxTokens: 262144,
11777
+ maxTokens: 16384,
12013
11778
  },
12014
11779
  "google/gemma-4-26b-a4b-it:free": {
12015
11780
  id: "google/gemma-4-26b-a4b-it:free",
@@ -12096,40 +11861,6 @@ export const MODELS = {
12096
11861
  contextWindow: 128000,
12097
11862
  maxTokens: 50000,
12098
11863
  },
12099
- "inclusionai/ling-2.6-1t": {
12100
- id: "inclusionai/ling-2.6-1t",
12101
- name: "inclusionAI: Ling-2.6-1T",
12102
- api: "openai-completions",
12103
- provider: "openrouter",
12104
- baseUrl: "https://openrouter.ai/api/v1",
12105
- reasoning: false,
12106
- input: ["text"],
12107
- cost: {
12108
- input: 0.075,
12109
- output: 0.625,
12110
- cacheRead: 0.015,
12111
- cacheWrite: 0,
12112
- },
12113
- contextWindow: 262144,
12114
- maxTokens: 32768,
12115
- },
12116
- "inclusionai/ling-2.6-flash": {
12117
- id: "inclusionai/ling-2.6-flash",
12118
- name: "inclusionAI: Ling-2.6-flash",
12119
- api: "openai-completions",
12120
- provider: "openrouter",
12121
- baseUrl: "https://openrouter.ai/api/v1",
12122
- reasoning: false,
12123
- input: ["text"],
12124
- cost: {
12125
- input: 0.01,
12126
- output: 0.03,
12127
- cacheRead: 0.002,
12128
- cacheWrite: 0,
12129
- },
12130
- contextWindow: 262144,
12131
- maxTokens: 32768,
12132
- },
12133
11864
  "inclusionai/ling-3.0-flash": {
12134
11865
  id: "inclusionai/ling-3.0-flash",
12135
11866
  name: "Ling-3.0-flash",
@@ -12147,23 +11878,6 @@ export const MODELS = {
12147
11878
  contextWindow: 262144,
12148
11879
  maxTokens: 32768,
12149
11880
  },
12150
- "inclusionai/ring-2.6-1t": {
12151
- id: "inclusionai/ring-2.6-1t",
12152
- name: "inclusionAI: Ring-2.6-1T",
12153
- api: "openai-completions",
12154
- provider: "openrouter",
12155
- baseUrl: "https://openrouter.ai/api/v1",
12156
- reasoning: true,
12157
- input: ["text"],
12158
- cost: {
12159
- input: 0.075,
12160
- output: 0.625,
12161
- cacheRead: 0.015,
12162
- cacheWrite: 0,
12163
- },
12164
- contextWindow: 262144,
12165
- maxTokens: 65536,
12166
- },
12167
11881
  "kwaipilot/kat-coder-air-v2.5": {
12168
11882
  id: "kwaipilot/kat-coder-air-v2.5",
12169
11883
  name: "Kwaipilot: KAT-Coder-Air V2.5",
@@ -12229,7 +11943,7 @@ export const MODELS = {
12229
11943
  cacheRead: 0,
12230
11944
  cacheWrite: 0,
12231
11945
  },
12232
- contextWindow: 128000,
11946
+ contextWindow: 65536,
12233
11947
  maxTokens: 8192,
12234
11948
  },
12235
11949
  "meituan/longcat-2.0": {
@@ -12385,6 +12099,23 @@ export const MODELS = {
12385
12099
  contextWindow: 1048576,
12386
12100
  maxTokens: 4096,
12387
12101
  },
12102
+ "meta/muse-spark-1.2-contributor": {
12103
+ id: "meta/muse-spark-1.2-contributor",
12104
+ name: "Meta: Muse Spark 1.2 Contributor",
12105
+ api: "openai-completions",
12106
+ provider: "openrouter",
12107
+ baseUrl: "https://openrouter.ai/api/v1",
12108
+ reasoning: true,
12109
+ input: ["text", "image"],
12110
+ cost: {
12111
+ input: 0.09999999999999999,
12112
+ output: 0.19999999999999998,
12113
+ cacheRead: 0.002,
12114
+ cacheWrite: 0,
12115
+ },
12116
+ contextWindow: 1048576,
12117
+ maxTokens: 4096,
12118
+ },
12388
12119
  "minimax/minimax-m1": {
12389
12120
  id: "minimax/minimax-m1",
12390
12121
  name: "MiniMax: MiniMax M1",
@@ -12394,7 +12125,7 @@ export const MODELS = {
12394
12125
  reasoning: true,
12395
12126
  input: ["text"],
12396
12127
  cost: {
12397
- input: 0.39999999999999997,
12128
+ input: 0.55,
12398
12129
  output: 2.2,
12399
12130
  cacheRead: 0,
12400
12131
  cacheWrite: 0,
@@ -12445,13 +12176,13 @@ export const MODELS = {
12445
12176
  reasoning: true,
12446
12177
  input: ["text"],
12447
12178
  cost: {
12448
- input: 0.22,
12449
- output: 0.8999999999999999,
12450
- cacheRead: 0.049999999999999996,
12179
+ input: 0.27,
12180
+ output: 1.08,
12181
+ cacheRead: 0.027,
12451
12182
  cacheWrite: 0,
12452
12183
  },
12453
12184
  contextWindow: 204800,
12454
- maxTokens: 196608,
12185
+ maxTokens: 128000,
12455
12186
  },
12456
12187
  "minimax/minimax-m2.7": {
12457
12188
  id: "minimax/minimax-m2.7",
@@ -12468,7 +12199,24 @@ export const MODELS = {
12468
12199
  cacheWrite: 0,
12469
12200
  },
12470
12201
  contextWindow: 204800,
12471
- maxTokens: 131072,
12202
+ maxTokens: 4096,
12203
+ },
12204
+ "minimax/minimax-m2.7:free": {
12205
+ id: "minimax/minimax-m2.7:free",
12206
+ name: "MiniMax: MiniMax M2.7 (free)",
12207
+ api: "openai-completions",
12208
+ provider: "openrouter",
12209
+ baseUrl: "https://openrouter.ai/api/v1",
12210
+ reasoning: true,
12211
+ input: ["text"],
12212
+ cost: {
12213
+ input: 0,
12214
+ output: 0,
12215
+ cacheRead: 0,
12216
+ cacheWrite: 0,
12217
+ },
12218
+ contextWindow: 196608,
12219
+ maxTokens: 4096,
12472
12220
  },
12473
12221
  "minimax/minimax-m3": {
12474
12222
  id: "minimax/minimax-m3",
@@ -12484,24 +12232,41 @@ export const MODELS = {
12484
12232
  cacheRead: 0.06,
12485
12233
  cacheWrite: 0,
12486
12234
  },
12487
- contextWindow: 1048576,
12488
- maxTokens: 512000,
12235
+ contextWindow: 1048576,
12236
+ maxTokens: 512000,
12237
+ },
12238
+ "minimax/minimax-m3:batch": {
12239
+ id: "minimax/minimax-m3:batch",
12240
+ name: "MiniMax: MiniMax M3 (batch)",
12241
+ api: "openai-completions",
12242
+ provider: "openrouter",
12243
+ baseUrl: "https://openrouter.ai/api/v1",
12244
+ reasoning: true,
12245
+ input: ["text", "image"],
12246
+ cost: {
12247
+ input: 0.3,
12248
+ output: 1.2,
12249
+ cacheRead: 0.06,
12250
+ cacheWrite: 0,
12251
+ },
12252
+ contextWindow: 524288,
12253
+ maxTokens: 4096,
12489
12254
  },
12490
- "minimax/minimax-m3:batch": {
12491
- id: "minimax/minimax-m3:batch",
12492
- name: "MiniMax: MiniMax M3 (batch)",
12255
+ "minimax/minimax-m3:free": {
12256
+ id: "minimax/minimax-m3:free",
12257
+ name: "MiniMax: MiniMax M3 (free)",
12493
12258
  api: "openai-completions",
12494
12259
  provider: "openrouter",
12495
12260
  baseUrl: "https://openrouter.ai/api/v1",
12496
12261
  reasoning: true,
12497
12262
  input: ["text", "image"],
12498
12263
  cost: {
12499
- input: 0.15,
12500
- output: 0.6,
12501
- cacheRead: 0.03,
12264
+ input: 0,
12265
+ output: 0,
12266
+ cacheRead: 0,
12502
12267
  cacheWrite: 0,
12503
12268
  },
12504
- contextWindow: 524288,
12269
+ contextWindow: 1048576,
12505
12270
  maxTokens: 4096,
12506
12271
  },
12507
12272
  "mistralai/codestral-2508": {
@@ -12521,6 +12286,23 @@ export const MODELS = {
12521
12286
  contextWindow: 256000,
12522
12287
  maxTokens: 4096,
12523
12288
  },
12289
+ "mistralai/devstral-2512": {
12290
+ id: "mistralai/devstral-2512",
12291
+ name: "Mistral: Devstral 2 2512",
12292
+ api: "openai-completions",
12293
+ provider: "openrouter",
12294
+ baseUrl: "https://openrouter.ai/api/v1",
12295
+ reasoning: false,
12296
+ input: ["text"],
12297
+ cost: {
12298
+ input: 0.44,
12299
+ output: 2.2,
12300
+ cacheRead: 0.044,
12301
+ cacheWrite: 0,
12302
+ },
12303
+ contextWindow: 262144,
12304
+ maxTokens: 4096,
12305
+ },
12524
12306
  "mistralai/ministral-14b-2512": {
12525
12307
  id: "mistralai/ministral-14b-2512",
12526
12308
  name: "Mistral: Ministral 3 14B 2512",
@@ -12734,12 +12516,12 @@ export const MODELS = {
12734
12516
  reasoning: false,
12735
12517
  input: ["text", "image"],
12736
12518
  cost: {
12737
- input: 0.09375,
12738
- output: 0.25,
12519
+ input: 0.075,
12520
+ output: 0.19999999999999998,
12739
12521
  cacheRead: 0,
12740
12522
  cacheWrite: 0,
12741
12523
  },
12742
- contextWindow: 256000,
12524
+ contextWindow: 131072,
12743
12525
  maxTokens: 16384,
12744
12526
  },
12745
12527
  "mistralai/mixtral-8x22b-instruct": {
@@ -12853,13 +12635,13 @@ export const MODELS = {
12853
12635
  reasoning: true,
12854
12636
  input: ["text", "image"],
12855
12637
  cost: {
12856
- input: 0.65,
12857
- output: 3.41,
12858
- cacheRead: 0.15,
12638
+ input: 0.95,
12639
+ output: 4,
12640
+ cacheRead: 0.16,
12859
12641
  cacheWrite: 0,
12860
12642
  },
12861
12643
  contextWindow: 262144,
12862
- maxTokens: 262144,
12644
+ maxTokens: 4096,
12863
12645
  },
12864
12646
  "moonshotai/kimi-k2.7-code": {
12865
12647
  id: "moonshotai/kimi-k2.7-code",
@@ -12870,9 +12652,9 @@ export const MODELS = {
12870
12652
  reasoning: true,
12871
12653
  input: ["text", "image"],
12872
12654
  cost: {
12873
- input: 0.71,
12874
- output: 3.5,
12875
- cacheRead: 0.15,
12655
+ input: 0.67,
12656
+ output: 3.4,
12657
+ cacheRead: 0.19,
12876
12658
  cacheWrite: 0,
12877
12659
  },
12878
12660
  contextWindow: 262144,
@@ -12887,9 +12669,9 @@ export const MODELS = {
12887
12669
  reasoning: true,
12888
12670
  input: ["text", "image"],
12889
12671
  cost: {
12890
- input: 0.475,
12891
- output: 2,
12892
- cacheRead: 0.095,
12672
+ input: 0.95,
12673
+ output: 4,
12674
+ cacheRead: 0.19,
12893
12675
  cacheWrite: 0,
12894
12676
  },
12895
12677
  contextWindow: 262144,
@@ -12910,7 +12692,7 @@ export const MODELS = {
12910
12692
  cacheWrite: 0,
12911
12693
  },
12912
12694
  contextWindow: 1048576,
12913
- maxTokens: 4096,
12695
+ maxTokens: 1048576,
12914
12696
  },
12915
12697
  "nex-agi/nex-n2-mini": {
12916
12698
  id: "nex-agi/nex-n2-mini",
@@ -12957,28 +12739,11 @@ export const MODELS = {
12957
12739
  cost: {
12958
12740
  input: 0.049999999999999996,
12959
12741
  output: 0.19999999999999998,
12960
- cacheRead: 0.024999999999999998,
12742
+ cacheRead: 0.03,
12961
12743
  cacheWrite: 0,
12962
12744
  },
12963
12745
  contextWindow: 262144,
12964
- maxTokens: 228000,
12965
- },
12966
- "nvidia/nemotron-3-nano-30b-a3b:free": {
12967
- id: "nvidia/nemotron-3-nano-30b-a3b:free",
12968
- name: "NVIDIA: Nemotron 3 Nano 30B A3B (free)",
12969
- api: "openai-completions",
12970
- provider: "openrouter",
12971
- baseUrl: "https://openrouter.ai/api/v1",
12972
- reasoning: true,
12973
- input: ["text"],
12974
- cost: {
12975
- input: 0,
12976
- output: 0,
12977
- cacheRead: 0,
12978
- cacheWrite: 0,
12979
- },
12980
- contextWindow: 256000,
12981
- maxTokens: 4096,
12746
+ maxTokens: 262144,
12982
12747
  },
12983
12748
  "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free": {
12984
12749
  id: "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free",
@@ -13057,9 +12822,9 @@ export const MODELS = {
13057
12822
  reasoning: true,
13058
12823
  input: ["text"],
13059
12824
  cost: {
13060
- input: 0.3,
13061
- output: 1.7999999999999998,
13062
- cacheRead: 0.09999999999999999,
12825
+ input: 0.6,
12826
+ output: 3.5999999999999996,
12827
+ cacheRead: 0.19999999999999998,
13063
12828
  cacheWrite: 0,
13064
12829
  },
13065
12830
  contextWindow: 512288,
@@ -13091,13 +12856,13 @@ export const MODELS = {
13091
12856
  reasoning: true,
13092
12857
  input: ["text"],
13093
12858
  cost: {
13094
- input: 0.09999999999999999,
13095
- output: 0.25,
13096
- cacheRead: 0.049999999999999996,
12859
+ input: 0.08,
12860
+ output: 0.19999999999999998,
12861
+ cacheRead: 0.04,
13097
12862
  cacheWrite: 0,
13098
12863
  },
13099
- contextWindow: 1000000,
13100
- maxTokens: 262144,
12864
+ contextWindow: 262144,
12865
+ maxTokens: 131072,
13101
12866
  },
13102
12867
  "nvidia/nemotron-3.5-lightning:free": {
13103
12868
  id: "nvidia/nemotron-3.5-lightning:free",
@@ -13116,40 +12881,6 @@ export const MODELS = {
13116
12881
  contextWindow: 1000000,
13117
12882
  maxTokens: 65536,
13118
12883
  },
13119
- "nvidia/nemotron-nano-12b-v2-vl:free": {
13120
- id: "nvidia/nemotron-nano-12b-v2-vl:free",
13121
- name: "NVIDIA: Nemotron Nano 12B 2 VL (free)",
13122
- api: "openai-completions",
13123
- provider: "openrouter",
13124
- baseUrl: "https://openrouter.ai/api/v1",
13125
- reasoning: true,
13126
- input: ["text", "image"],
13127
- cost: {
13128
- input: 0,
13129
- output: 0,
13130
- cacheRead: 0,
13131
- cacheWrite: 0,
13132
- },
13133
- contextWindow: 128000,
13134
- maxTokens: 128000,
13135
- },
13136
- "nvidia/nemotron-nano-9b-v2:free": {
13137
- id: "nvidia/nemotron-nano-9b-v2:free",
13138
- name: "NVIDIA: Nemotron Nano 9B V2 (free)",
13139
- api: "openai-completions",
13140
- provider: "openrouter",
13141
- baseUrl: "https://openrouter.ai/api/v1",
13142
- reasoning: true,
13143
- input: ["text"],
13144
- cost: {
13145
- input: 0,
13146
- output: 0,
13147
- cacheRead: 0,
13148
- cacheWrite: 0,
13149
- },
13150
- contextWindow: 128000,
13151
- maxTokens: 4096,
13152
- },
13153
12884
  "openai/gpt-3.5-turbo": {
13154
12885
  id: "openai/gpt-3.5-turbo",
13155
12886
  name: "OpenAI: GPT-3.5 Turbo",
@@ -13994,10 +13725,10 @@ export const MODELS = {
13994
13725
  reasoning: true,
13995
13726
  input: ["text", "image"],
13996
13727
  cost: {
13997
- input: 0.09999999999999999,
13998
- output: 0.6,
13999
- cacheRead: 0.01,
14000
- cacheWrite: 0.125,
13728
+ input: 0.19999999999999998,
13729
+ output: 1.2,
13730
+ cacheRead: 0.02,
13731
+ cacheWrite: 0.25,
14001
13732
  },
14002
13733
  contextWindow: 1050000,
14003
13734
  maxTokens: 128000,
@@ -14011,10 +13742,10 @@ export const MODELS = {
14011
13742
  reasoning: true,
14012
13743
  input: ["text", "image"],
14013
13744
  cost: {
14014
- input: 0.09999999999999999,
14015
- output: 0.6,
14016
- cacheRead: 0.01,
14017
- cacheWrite: 0.125,
13745
+ input: 0.19999999999999998,
13746
+ output: 1.2,
13747
+ cacheRead: 0.02,
13748
+ cacheWrite: 0.25,
14018
13749
  },
14019
13750
  contextWindow: 1050000,
14020
13751
  maxTokens: 128000,
@@ -14062,10 +13793,10 @@ export const MODELS = {
14062
13793
  reasoning: true,
14063
13794
  input: ["text", "image"],
14064
13795
  cost: {
14065
- input: 5,
14066
- output: 30,
14067
- cacheRead: 0.5,
14068
- cacheWrite: 6.25,
13796
+ input: 2,
13797
+ output: 10,
13798
+ cacheRead: 0.19999999999999998,
13799
+ cacheWrite: 2.5,
14069
13800
  },
14070
13801
  contextWindow: 1050000,
14071
13802
  maxTokens: 128000,
@@ -14079,10 +13810,10 @@ export const MODELS = {
14079
13810
  reasoning: true,
14080
13811
  input: ["text", "image"],
14081
13812
  cost: {
14082
- input: 5,
14083
- output: 30,
14084
- cacheRead: 0.5,
14085
- cacheWrite: 6.25,
13813
+ input: 2,
13814
+ output: 10,
13815
+ cacheRead: 0.19999999999999998,
13816
+ cacheWrite: 2.5,
14086
13817
  },
14087
13818
  contextWindow: 1050000,
14088
13819
  maxTokens: 128000,
@@ -14096,10 +13827,10 @@ export const MODELS = {
14096
13827
  reasoning: true,
14097
13828
  input: ["text", "image"],
14098
13829
  cost: {
14099
- input: 2.5,
14100
- output: 15,
14101
- cacheRead: 0.25,
14102
- cacheWrite: 0,
13830
+ input: 1,
13831
+ output: 5,
13832
+ cacheRead: 0.09999999999999999,
13833
+ cacheWrite: 1.25,
14103
13834
  },
14104
13835
  contextWindow: 1050000,
14105
13836
  maxTokens: 128000,
@@ -14113,10 +13844,10 @@ export const MODELS = {
14113
13844
  reasoning: true,
14114
13845
  input: ["text", "image"],
14115
13846
  cost: {
14116
- input: 2.5,
14117
- output: 15,
14118
- cacheRead: 0.25,
14119
- cacheWrite: 0,
13847
+ input: 1,
13848
+ output: 5,
13849
+ cacheRead: 0.09999999999999999,
13850
+ cacheWrite: 1.25,
14120
13851
  },
14121
13852
  contextWindow: 1050000,
14122
13853
  maxTokens: 128000,
@@ -14130,10 +13861,10 @@ export const MODELS = {
14130
13861
  reasoning: true,
14131
13862
  input: ["text", "image"],
14132
13863
  cost: {
14133
- input: 1,
14134
- output: 6,
14135
- cacheRead: 0.09999999999999999,
14136
- cacheWrite: 1.25,
13864
+ input: 2,
13865
+ output: 12,
13866
+ cacheRead: 0.19999999999999998,
13867
+ cacheWrite: 2.5,
14137
13868
  },
14138
13869
  contextWindow: 1050000,
14139
13870
  maxTokens: 128000,
@@ -14147,10 +13878,10 @@ export const MODELS = {
14147
13878
  reasoning: true,
14148
13879
  input: ["text", "image"],
14149
13880
  cost: {
14150
- input: 1,
14151
- output: 6,
14152
- cacheRead: 0.09999999999999999,
14153
- cacheWrite: 1.25,
13881
+ input: 2,
13882
+ output: 12,
13883
+ cacheRead: 0.19999999999999998,
13884
+ cacheWrite: 2.5,
14154
13885
  },
14155
13886
  contextWindow: 1050000,
14156
13887
  maxTokens: 128000,
@@ -14266,9 +13997,9 @@ export const MODELS = {
14266
13997
  reasoning: true,
14267
13998
  input: ["text"],
14268
13999
  cost: {
14269
- input: 0.03,
14000
+ input: 0.037,
14270
14001
  output: 0.16999999999999998,
14271
- cacheRead: 0.03,
14002
+ cacheRead: 0,
14272
14003
  cacheWrite: 0,
14273
14004
  },
14274
14005
  contextWindow: 131072,
@@ -14291,23 +14022,6 @@ export const MODELS = {
14291
14022
  contextWindow: 131072,
14292
14023
  maxTokens: 131072,
14293
14024
  },
14294
- "openai/gpt-oss-20b:free": {
14295
- id: "openai/gpt-oss-20b:free",
14296
- name: "OpenAI: gpt-oss-20b (free)",
14297
- api: "openai-completions",
14298
- provider: "openrouter",
14299
- baseUrl: "https://openrouter.ai/api/v1",
14300
- reasoning: true,
14301
- input: ["text"],
14302
- cost: {
14303
- input: 0,
14304
- output: 0,
14305
- cacheRead: 0,
14306
- cacheWrite: 0,
14307
- },
14308
- contextWindow: 131072,
14309
- maxTokens: 32768,
14310
- },
14311
14025
  "openai/gpt-oss-safeguard-20b": {
14312
14026
  id: "openai/gpt-oss-safeguard-20b",
14313
14027
  name: "OpenAI: gpt-oss-safeguard-20b",
@@ -14832,7 +14546,7 @@ export const MODELS = {
14832
14546
  cacheRead: 0,
14833
14547
  cacheWrite: 0,
14834
14548
  },
14835
- contextWindow: 262144,
14549
+ contextWindow: 131072,
14836
14550
  maxTokens: 4096,
14837
14551
  },
14838
14552
  "qwen/qwen3-30b-a3b": {
@@ -14844,13 +14558,13 @@ export const MODELS = {
14844
14558
  reasoning: true,
14845
14559
  input: ["text"],
14846
14560
  cost: {
14847
- input: 0.13,
14848
- output: 0.52,
14561
+ input: 0.12,
14562
+ output: 0.5,
14849
14563
  cacheRead: 0,
14850
14564
  cacheWrite: 0,
14851
14565
  },
14852
14566
  contextWindow: 131072,
14853
- maxTokens: 8192,
14567
+ maxTokens: 16384,
14854
14568
  },
14855
14569
  "qwen/qwen3-30b-a3b-instruct-2507": {
14856
14570
  id: "qwen/qwen3-30b-a3b-instruct-2507",
@@ -15082,9 +14796,9 @@ export const MODELS = {
15082
14796
  reasoning: false,
15083
14797
  input: ["text", "image"],
15084
14798
  cost: {
15085
- input: 0.26,
15086
- output: 1.04,
15087
- cacheRead: 0,
14799
+ input: 0.21,
14800
+ output: 1.9,
14801
+ cacheRead: 0.09999999999999999,
15088
14802
  cacheWrite: 0,
15089
14803
  },
15090
14804
  contextWindow: 262144,
@@ -15201,13 +14915,13 @@ export const MODELS = {
15201
14915
  reasoning: true,
15202
14916
  input: ["text", "image"],
15203
14917
  cost: {
15204
- input: 0.29,
15205
- output: 2.4,
14918
+ input: 0.26,
14919
+ output: 2.08,
15206
14920
  cacheRead: 0,
15207
14921
  cacheWrite: 0,
15208
14922
  },
15209
14923
  contextWindow: 262144,
15210
- maxTokens: 81920,
14924
+ maxTokens: 262144,
15211
14925
  },
15212
14926
  "qwen/qwen3.5-27b": {
15213
14927
  id: "qwen/qwen3.5-27b",
@@ -15235,13 +14949,13 @@ export const MODELS = {
15235
14949
  reasoning: true,
15236
14950
  input: ["text", "image"],
15237
14951
  cost: {
15238
- input: 0.22499999999999998,
15239
- output: 1.7999999999999998,
15240
- cacheRead: 0.22499999999999998,
14952
+ input: 0.25,
14953
+ output: 1.25,
14954
+ cacheRead: 0.25,
15241
14955
  cacheWrite: 0,
15242
14956
  },
15243
14957
  contextWindow: 262144,
15244
- maxTokens: 65536,
14958
+ maxTokens: 262144,
15245
14959
  },
15246
14960
  "qwen/qwen3.5-397b-a17b": {
15247
14961
  id: "qwen/qwen3.5-397b-a17b",
@@ -15252,13 +14966,13 @@ export const MODELS = {
15252
14966
  reasoning: true,
15253
14967
  input: ["text", "image"],
15254
14968
  cost: {
15255
- input: 0.39,
15256
- output: 2.34,
15257
- cacheRead: 0,
14969
+ input: 0.5,
14970
+ output: 3.5999999999999996,
14971
+ cacheRead: 0.3,
15258
14972
  cacheWrite: 0,
15259
14973
  },
15260
14974
  contextWindow: 262144,
15261
- maxTokens: 65536,
14975
+ maxTokens: 262144,
15262
14976
  },
15263
14977
  "qwen/qwen3.5-9b": {
15264
14978
  id: "qwen/qwen3.5-9b",
@@ -15337,13 +15051,13 @@ export const MODELS = {
15337
15051
  reasoning: true,
15338
15052
  input: ["text", "image"],
15339
15053
  cost: {
15340
- input: 0.3,
15341
- output: 2,
15342
- cacheRead: 0.03,
15054
+ input: 0.32,
15055
+ output: 3.1999999999999997,
15056
+ cacheRead: 0,
15343
15057
  cacheWrite: 0,
15344
15058
  },
15345
15059
  contextWindow: 262144,
15346
- maxTokens: 65536,
15060
+ maxTokens: 81920,
15347
15061
  },
15348
15062
  "qwen/qwen3.6-35b-a3b": {
15349
15063
  id: "qwen/qwen3.6-35b-a3b",
@@ -15354,7 +15068,7 @@ export const MODELS = {
15354
15068
  reasoning: true,
15355
15069
  input: ["text", "image"],
15356
15070
  cost: {
15357
- input: 0.15,
15071
+ input: 0.14,
15358
15072
  output: 1,
15359
15073
  cacheRead: 0.049999999999999996,
15360
15074
  cacheWrite: 0,
@@ -15479,7 +15193,7 @@ export const MODELS = {
15479
15193
  cacheWrite: 0,
15480
15194
  },
15481
15195
  contextWindow: 1048576,
15482
- maxTokens: 262144,
15196
+ maxTokens: 131072,
15483
15197
  },
15484
15198
  "qwen/qwen3.8-27b": {
15485
15199
  id: "qwen/qwen3.8-27b",
@@ -15490,12 +15204,12 @@ export const MODELS = {
15490
15204
  reasoning: true,
15491
15205
  input: ["text", "image"],
15492
15206
  cost: {
15493
- input: 0.44999999999999996,
15494
- output: 3.1999999999999997,
15495
- cacheRead: 0,
15496
- cacheWrite: 0,
15207
+ input: 0.425,
15208
+ output: 2.5500000000000003,
15209
+ cacheRead: 0.08499999999999999,
15210
+ cacheWrite: 0.53125,
15497
15211
  },
15498
- contextWindow: 262144,
15212
+ contextWindow: 1000000,
15499
15213
  maxTokens: 131072,
15500
15214
  },
15501
15215
  "qwen/qwen3.8-max": {
@@ -15597,8 +15311,25 @@ export const MODELS = {
15597
15311
  cacheRead: 0,
15598
15312
  cacheWrite: 0,
15599
15313
  },
15600
- contextWindow: 131072,
15601
- maxTokens: 16384,
15314
+ contextWindow: 131072,
15315
+ maxTokens: 16384,
15316
+ },
15317
+ "stealth/ox-alpha": {
15318
+ id: "stealth/ox-alpha",
15319
+ name: "Ox Alpha",
15320
+ api: "openai-completions",
15321
+ provider: "openrouter",
15322
+ baseUrl: "https://openrouter.ai/api/v1",
15323
+ reasoning: true,
15324
+ input: ["text", "image"],
15325
+ cost: {
15326
+ input: 0,
15327
+ output: 0,
15328
+ cacheRead: 0,
15329
+ cacheWrite: 0,
15330
+ },
15331
+ contextWindow: 1048576,
15332
+ maxTokens: 131072,
15602
15333
  },
15603
15334
  "stepfun/step-3.5-flash": {
15604
15335
  id: "stepfun/step-3.5-flash",
@@ -15666,7 +15397,7 @@ export const MODELS = {
15666
15397
  cacheWrite: 0,
15667
15398
  },
15668
15399
  contextWindow: 1024000,
15669
- maxTokens: 1024000,
15400
+ maxTokens: 32768,
15670
15401
  },
15671
15402
  "thinkingmachines/inkling": {
15672
15403
  id: "thinkingmachines/inkling",
@@ -15699,7 +15430,24 @@ export const MODELS = {
15699
15430
  cacheRead: 0.09999999999999999,
15700
15431
  cacheWrite: 0,
15701
15432
  },
15702
- contextWindow: 524288,
15433
+ contextWindow: 1048576,
15434
+ maxTokens: 262144,
15435
+ },
15436
+ "thinkingmachines/inkling-small:free": {
15437
+ id: "thinkingmachines/inkling-small:free",
15438
+ name: "Thinking Machines: Inkling Small (free)",
15439
+ api: "openai-completions",
15440
+ provider: "openrouter",
15441
+ baseUrl: "https://openrouter.ai/api/v1",
15442
+ reasoning: true,
15443
+ input: ["text", "image"],
15444
+ cost: {
15445
+ input: 0,
15446
+ output: 0,
15447
+ cacheRead: 0,
15448
+ cacheWrite: 0,
15449
+ },
15450
+ contextWindow: 1048576,
15703
15451
  maxTokens: 262144,
15704
15452
  },
15705
15453
  "thinkingmachines/inkling:batch": {
@@ -15711,14 +15459,31 @@ export const MODELS = {
15711
15459
  reasoning: true,
15712
15460
  input: ["text", "image"],
15713
15461
  cost: {
15714
- input: 0.5,
15715
- output: 2.025,
15716
- cacheRead: 0.08499999999999999,
15462
+ input: 1,
15463
+ output: 4.05,
15464
+ cacheRead: 0.16999999999999998,
15717
15465
  cacheWrite: 0,
15718
15466
  },
15719
15467
  contextWindow: 524288,
15720
15468
  maxTokens: 4096,
15721
15469
  },
15470
+ "thinkingmachines/inkling:free": {
15471
+ id: "thinkingmachines/inkling:free",
15472
+ name: "Thinking Machines: Inkling (free)",
15473
+ api: "openai-completions",
15474
+ provider: "openrouter",
15475
+ baseUrl: "https://openrouter.ai/api/v1",
15476
+ reasoning: true,
15477
+ input: ["text", "image"],
15478
+ cost: {
15479
+ input: 0,
15480
+ output: 0,
15481
+ cacheRead: 0,
15482
+ cacheWrite: 0,
15483
+ },
15484
+ contextWindow: 1048576,
15485
+ maxTokens: 262144,
15486
+ },
15722
15487
  "upstage/solar-pro-3": {
15723
15488
  id: "upstage/solar-pro-3",
15724
15489
  name: "Upstage: Solar Pro 3",
@@ -15932,9 +15697,9 @@ export const MODELS = {
15932
15697
  reasoning: true,
15933
15698
  input: ["text"],
15934
15699
  cost: {
15935
- input: 0.55,
15936
- output: 2.2,
15937
- cacheRead: 0.11,
15700
+ input: 0.5,
15701
+ output: 2,
15702
+ cacheRead: 0.09999999999999999,
15938
15703
  cacheWrite: 0,
15939
15704
  },
15940
15705
  contextWindow: 204800,
@@ -16034,13 +15799,13 @@ export const MODELS = {
16034
15799
  reasoning: true,
16035
15800
  input: ["text"],
16036
15801
  cost: {
16037
- input: 0.966,
16038
- output: 3.036,
16039
- cacheRead: 0.1794,
15802
+ input: 1.26,
15803
+ output: 3.9600000000000004,
15804
+ cacheRead: 0.234,
16040
15805
  cacheWrite: 0,
16041
15806
  },
16042
15807
  contextWindow: 204800,
16043
- maxTokens: 128000,
15808
+ maxTokens: 202752,
16044
15809
  },
16045
15810
  "z-ai/glm-5.2": {
16046
15811
  id: "z-ai/glm-5.2",
@@ -16051,13 +15816,13 @@ export const MODELS = {
16051
15816
  reasoning: true,
16052
15817
  input: ["text"],
16053
15818
  cost: {
16054
- input: 0.308,
16055
- output: 0.9680000000000001,
16056
- cacheRead: 0.0572,
15819
+ input: 1.19,
15820
+ output: 3.74,
15821
+ cacheRead: 0.221,
16057
15822
  cacheWrite: 0,
16058
15823
  },
16059
15824
  contextWindow: 1048576,
16060
- maxTokens: 128000,
15825
+ maxTokens: 262144,
16061
15826
  },
16062
15827
  "z-ai/glm-5.2:batch": {
16063
15828
  id: "z-ai/glm-5.2:batch",
@@ -16068,14 +15833,48 @@ export const MODELS = {
16068
15833
  reasoning: true,
16069
15834
  input: ["text"],
16070
15835
  cost: {
16071
- input: 0.7,
16072
- output: 2.2,
16073
- cacheRead: 0.13,
15836
+ input: 1.4,
15837
+ output: 4.4,
15838
+ cacheRead: 0.26,
16074
15839
  cacheWrite: 0,
16075
15840
  },
16076
- contextWindow: 512000,
15841
+ contextWindow: 1048575,
16077
15842
  maxTokens: 4096,
16078
15843
  },
15844
+ "z-ai/glm-5.2:free": {
15845
+ id: "z-ai/glm-5.2:free",
15846
+ name: "Z.ai: GLM 5.2 (free)",
15847
+ api: "openai-completions",
15848
+ provider: "openrouter",
15849
+ baseUrl: "https://openrouter.ai/api/v1",
15850
+ reasoning: true,
15851
+ input: ["text"],
15852
+ cost: {
15853
+ input: 0,
15854
+ output: 0,
15855
+ cacheRead: 0,
15856
+ cacheWrite: 0,
15857
+ },
15858
+ contextWindow: 256000,
15859
+ maxTokens: 256000,
15860
+ },
15861
+ "z-ai/glm-5.3": {
15862
+ id: "z-ai/glm-5.3",
15863
+ name: "Z.ai: GLM 5.3",
15864
+ api: "openai-completions",
15865
+ provider: "openrouter",
15866
+ baseUrl: "https://openrouter.ai/api/v1",
15867
+ reasoning: true,
15868
+ input: ["text"],
15869
+ cost: {
15870
+ input: 1.4,
15871
+ output: 4.4,
15872
+ cacheRead: 0.26,
15873
+ cacheWrite: 0,
15874
+ },
15875
+ contextWindow: 1048576,
15876
+ maxTokens: 131072,
15877
+ },
16079
15878
  "z-ai/glm-5v-turbo": {
16080
15879
  id: "z-ai/glm-5v-turbo",
16081
15880
  name: "Z.ai: GLM 5V Turbo",
@@ -16173,13 +15972,13 @@ export const MODELS = {
16173
15972
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
16174
15973
  input: ["text"],
16175
15974
  cost: {
16176
- input: 0.06706000000000001,
16177
- output: 0.13412000000000002,
16178
- cacheRead: 0.013412,
15975
+ input: 0.035,
15976
+ output: 0.09999999999999999,
15977
+ cacheRead: 0.008,
16179
15978
  cacheWrite: 0,
16180
15979
  },
16181
- contextWindow: 1048576,
16182
- maxTokens: 384000,
15980
+ contextWindow: 1310720,
15981
+ maxTokens: 1048576,
16183
15982
  },
16184
15983
  "~google/gemini-flash-latest": {
16185
15984
  id: "~google/gemini-flash-latest",
@@ -16241,10 +16040,10 @@ export const MODELS = {
16241
16040
  reasoning: true,
16242
16041
  input: ["text", "image"],
16243
16042
  cost: {
16244
- input: 5,
16245
- output: 30,
16246
- cacheRead: 0.5,
16247
- cacheWrite: 6.25,
16043
+ input: 2,
16044
+ output: 10,
16045
+ cacheRead: 0.19999999999999998,
16046
+ cacheWrite: 2.5,
16248
16047
  },
16249
16048
  contextWindow: 1050000,
16250
16049
  maxTokens: 128000,
@@ -16283,6 +16082,23 @@ export const MODELS = {
16283
16082
  contextWindow: 500000,
16284
16083
  maxTokens: 4096,
16285
16084
  },
16085
+ "~z-ai/glm-latest": {
16086
+ id: "~z-ai/glm-latest",
16087
+ name: "Z.ai: GLM Latest",
16088
+ api: "openai-completions",
16089
+ provider: "openrouter",
16090
+ baseUrl: "https://openrouter.ai/api/v1",
16091
+ reasoning: true,
16092
+ input: ["text"],
16093
+ cost: {
16094
+ input: 1.4,
16095
+ output: 4.4,
16096
+ cacheRead: 0.26,
16097
+ cacheWrite: 0,
16098
+ },
16099
+ contextWindow: 1048576,
16100
+ maxTokens: 131072,
16101
+ },
16286
16102
  },
16287
16103
  "together": {
16288
16104
  "MiniMaxAI/MiniMax-M2.7": {
@@ -16435,6 +16251,25 @@ export const MODELS = {
16435
16251
  contextWindow: 512000,
16436
16252
  maxTokens: 384000,
16437
16253
  },
16254
+ "deepseek-ai/DeepSeek-V4-Pro-0813": {
16255
+ id: "deepseek-ai/DeepSeek-V4-Pro-0813",
16256
+ name: "DeepSeek V4 Pro 0813",
16257
+ api: "openai-completions",
16258
+ provider: "together",
16259
+ baseUrl: "https://api.together.ai/v1",
16260
+ compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
16261
+ reasoning: true,
16262
+ thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
16263
+ input: ["text"],
16264
+ cost: {
16265
+ input: 1.32,
16266
+ output: 3.96,
16267
+ cacheRead: 0.13,
16268
+ cacheWrite: 0,
16269
+ },
16270
+ contextWindow: 1048576,
16271
+ maxTokens: 384000,
16272
+ },
16438
16273
  "google/gemma-4-31B-it": {
16439
16274
  id: "google/gemma-4-31B-it",
16440
16275
  name: "Gemma 4 31B Instruct",
@@ -17058,16 +16893,33 @@ export const MODELS = {
17058
16893
  provider: "vercel-ai-gateway",
17059
16894
  baseUrl: "https://ai-gateway.vercel.sh",
17060
16895
  reasoning: true,
17061
- input: ["text"],
16896
+ input: ["text", "image"],
17062
16897
  cost: {
17063
16898
  input: 2,
17064
16899
  output: 6,
17065
- cacheRead: 0.25,
16900
+ cacheRead: 0.19999999999999998,
17066
16901
  cacheWrite: 0,
17067
16902
  },
17068
16903
  contextWindow: 262144,
17069
16904
  maxTokens: 131072,
17070
16905
  },
16906
+ "alibaba/qwen3.8-27b": {
16907
+ id: "alibaba/qwen3.8-27b",
16908
+ name: "Qwen3.8 27B",
16909
+ api: "anthropic-messages",
16910
+ provider: "vercel-ai-gateway",
16911
+ baseUrl: "https://ai-gateway.vercel.sh",
16912
+ reasoning: true,
16913
+ input: ["text", "image"],
16914
+ cost: {
16915
+ input: 0.55,
16916
+ output: 3.3000000000000003,
16917
+ cacheRead: 0.11,
16918
+ cacheWrite: 0,
16919
+ },
16920
+ contextWindow: 1000000,
16921
+ maxTokens: 131072,
16922
+ },
17071
16923
  "alibaba/qwen3.8-max": {
17072
16924
  id: "alibaba/qwen3.8-max",
17073
16925
  name: "Qwen 3.8 Max",
@@ -17430,23 +17282,6 @@ export const MODELS = {
17430
17282
  contextWindow: 262100,
17431
17283
  maxTokens: 80000,
17432
17284
  },
17433
- "arcee-ai/trinity-mini": {
17434
- id: "arcee-ai/trinity-mini",
17435
- name: "Trinity Mini",
17436
- api: "anthropic-messages",
17437
- provider: "vercel-ai-gateway",
17438
- baseUrl: "https://ai-gateway.vercel.sh",
17439
- reasoning: false,
17440
- input: ["text"],
17441
- cost: {
17442
- input: 0.045,
17443
- output: 0.15,
17444
- cacheRead: 0,
17445
- cacheWrite: 0,
17446
- },
17447
- contextWindow: 131072,
17448
- maxTokens: 131072,
17449
- },
17450
17285
  "bytedance/seed-1.6": {
17451
17286
  id: "bytedance/seed-1.6",
17452
17287
  name: "Seed 1.6",
@@ -17609,9 +17444,9 @@ export const MODELS = {
17609
17444
  reasoning: true,
17610
17445
  input: ["text"],
17611
17446
  cost: {
17612
- input: 0.19999999999999998,
17613
- output: 0.39999999999999997,
17614
- cacheRead: 0.04,
17447
+ input: 0.13,
17448
+ output: 0.26,
17449
+ cacheRead: 0.028,
17615
17450
  cacheWrite: 0,
17616
17451
  },
17617
17452
  contextWindow: 1000000,
@@ -17626,9 +17461,26 @@ export const MODELS = {
17626
17461
  reasoning: true,
17627
17462
  input: ["text"],
17628
17463
  cost: {
17629
- input: 0.19999999999999998,
17630
- output: 0.39999999999999997,
17631
- cacheRead: 0.04,
17464
+ input: 0.07600000000000001,
17465
+ output: 0.153,
17466
+ cacheRead: 0.014,
17467
+ cacheWrite: 0,
17468
+ },
17469
+ contextWindow: 1000000,
17470
+ maxTokens: 384000,
17471
+ },
17472
+ "deepseek/deepseek-v4-flash-vision-exp": {
17473
+ id: "deepseek/deepseek-v4-flash-vision-exp",
17474
+ name: "DeepSeek V4 Flash Vision Exp",
17475
+ api: "anthropic-messages",
17476
+ provider: "vercel-ai-gateway",
17477
+ baseUrl: "https://ai-gateway.vercel.sh",
17478
+ reasoning: true,
17479
+ input: ["text", "image"],
17480
+ cost: {
17481
+ input: 0.22,
17482
+ output: 0.66,
17483
+ cacheRead: 0.007,
17632
17484
  cacheWrite: 0,
17633
17485
  },
17634
17486
  contextWindow: 1000000,
@@ -17660,9 +17512,9 @@ export const MODELS = {
17660
17512
  reasoning: true,
17661
17513
  input: ["text"],
17662
17514
  cost: {
17663
- input: 1.32,
17664
- output: 3.9600000000000004,
17665
- cacheRead: 0.13199999999999998,
17515
+ input: 0.66,
17516
+ output: 1.9800000000000002,
17517
+ cacheRead: 0.06599999999999999,
17666
17518
  cacheWrite: 0,
17667
17519
  },
17668
17520
  contextWindow: 1000000,
@@ -17813,9 +17665,9 @@ export const MODELS = {
17813
17665
  reasoning: true,
17814
17666
  input: ["text", "image"],
17815
17667
  cost: {
17816
- input: 1.5,
17817
- output: 7.5,
17818
- cacheRead: 0.15,
17668
+ input: 0.75,
17669
+ output: 3.75,
17670
+ cacheRead: 0.075,
17819
17671
  cacheWrite: 0,
17820
17672
  },
17821
17673
  contextWindow: 1000000,
@@ -18263,6 +18115,23 @@ export const MODELS = {
18263
18115
  contextWindow: 204800,
18264
18116
  maxTokens: 131000,
18265
18117
  },
18118
+ "minimax/minimax-m2.7-free": {
18119
+ id: "minimax/minimax-m2.7-free",
18120
+ name: "Minimax M2.7 (Free)",
18121
+ api: "anthropic-messages",
18122
+ provider: "vercel-ai-gateway",
18123
+ baseUrl: "https://ai-gateway.vercel.sh",
18124
+ reasoning: true,
18125
+ input: ["text"],
18126
+ cost: {
18127
+ input: 0,
18128
+ output: 0,
18129
+ cacheRead: 0,
18130
+ cacheWrite: 0,
18131
+ },
18132
+ contextWindow: 196608,
18133
+ maxTokens: 196608,
18134
+ },
18266
18135
  "minimax/minimax-m2.7-highspeed": {
18267
18136
  id: "minimax/minimax-m2.7-highspeed",
18268
18137
  name: "MiniMax M2.7 High Speed",
@@ -18297,6 +18166,23 @@ export const MODELS = {
18297
18166
  contextWindow: 1000000,
18298
18167
  maxTokens: 1000000,
18299
18168
  },
18169
+ "minimax/minimax-m3-free": {
18170
+ id: "minimax/minimax-m3-free",
18171
+ name: "MiniMax M3 (Free)",
18172
+ api: "anthropic-messages",
18173
+ provider: "vercel-ai-gateway",
18174
+ baseUrl: "https://ai-gateway.vercel.sh",
18175
+ reasoning: true,
18176
+ input: ["text", "image"],
18177
+ cost: {
18178
+ input: 0,
18179
+ output: 0,
18180
+ cacheRead: 0,
18181
+ cacheWrite: 0,
18182
+ },
18183
+ contextWindow: 1048576,
18184
+ maxTokens: 1048576,
18185
+ },
18300
18186
  "mistral/codestral": {
18301
18187
  id: "mistral/codestral",
18302
18188
  name: "Mistral Codestral",
@@ -18344,43 +18230,9 @@ export const MODELS = {
18344
18230
  output: 0.3,
18345
18231
  cacheRead: 0,
18346
18232
  cacheWrite: 0,
18347
- },
18348
- contextWindow: 256000,
18349
- maxTokens: 256000,
18350
- },
18351
- "mistral/magistral-medium": {
18352
- id: "mistral/magistral-medium",
18353
- name: "Magistral Medium 2509",
18354
- api: "anthropic-messages",
18355
- provider: "vercel-ai-gateway",
18356
- baseUrl: "https://ai-gateway.vercel.sh",
18357
- reasoning: true,
18358
- input: ["text", "image"],
18359
- cost: {
18360
- input: 2,
18361
- output: 5,
18362
- cacheRead: 0,
18363
- cacheWrite: 0,
18364
- },
18365
- contextWindow: 128000,
18366
- maxTokens: 64000,
18367
- },
18368
- "mistral/magistral-small": {
18369
- id: "mistral/magistral-small",
18370
- name: "Magistral Small 2509",
18371
- api: "anthropic-messages",
18372
- provider: "vercel-ai-gateway",
18373
- baseUrl: "https://ai-gateway.vercel.sh",
18374
- reasoning: true,
18375
- input: ["text", "image"],
18376
- cost: {
18377
- input: 0.5,
18378
- output: 1.5,
18379
- cacheRead: 0,
18380
- cacheWrite: 0,
18381
- },
18382
- contextWindow: 128000,
18383
- maxTokens: 64000,
18233
+ },
18234
+ contextWindow: 256000,
18235
+ maxTokens: 256000,
18384
18236
  },
18385
18237
  "mistral/ministral-14b": {
18386
18238
  id: "mistral/ministral-14b",
@@ -18722,6 +18574,23 @@ export const MODELS = {
18722
18574
  contextWindow: 1000000,
18723
18575
  maxTokens: 65000,
18724
18576
  },
18577
+ "nvidia/nemotron-3.5-lightning": {
18578
+ id: "nvidia/nemotron-3.5-lightning",
18579
+ name: "Nemotron 3.5 Lightning 30B",
18580
+ api: "anthropic-messages",
18581
+ provider: "vercel-ai-gateway",
18582
+ baseUrl: "https://ai-gateway.vercel.sh",
18583
+ reasoning: true,
18584
+ input: ["text"],
18585
+ cost: {
18586
+ input: 0.049999999999999996,
18587
+ output: 0.19999999999999998,
18588
+ cacheRead: 0.01,
18589
+ cacheWrite: 0,
18590
+ },
18591
+ contextWindow: 262144,
18592
+ maxTokens: 131072,
18593
+ },
18725
18594
  "nvidia/nemotron-nano-12b-v2-vl": {
18726
18595
  id: "nvidia/nemotron-nano-12b-v2-vl",
18727
18596
  name: "Nvidia Nemotron Nano 12B V2 VL",
@@ -18790,6 +18659,23 @@ export const MODELS = {
18790
18659
  contextWindow: 1047576,
18791
18660
  maxTokens: 32768,
18792
18661
  },
18662
+ "openai/gpt-4.1-fast": {
18663
+ id: "openai/gpt-4.1-fast",
18664
+ name: "GPT-4.1 (Fast)",
18665
+ api: "anthropic-messages",
18666
+ provider: "vercel-ai-gateway",
18667
+ baseUrl: "https://ai-gateway.vercel.sh",
18668
+ reasoning: false,
18669
+ input: ["text", "image"],
18670
+ cost: {
18671
+ input: 3.5,
18672
+ output: 14,
18673
+ cacheRead: 0.875,
18674
+ cacheWrite: 0,
18675
+ },
18676
+ contextWindow: 1047576,
18677
+ maxTokens: 32768,
18678
+ },
18793
18679
  "openai/gpt-4.1-mini": {
18794
18680
  id: "openai/gpt-4.1-mini",
18795
18681
  name: "GPT-4.1 mini",
@@ -18807,6 +18693,23 @@ export const MODELS = {
18807
18693
  contextWindow: 1047576,
18808
18694
  maxTokens: 32768,
18809
18695
  },
18696
+ "openai/gpt-4.1-mini-fast": {
18697
+ id: "openai/gpt-4.1-mini-fast",
18698
+ name: "GPT-4.1 mini (Fast)",
18699
+ api: "anthropic-messages",
18700
+ provider: "vercel-ai-gateway",
18701
+ baseUrl: "https://ai-gateway.vercel.sh",
18702
+ reasoning: false,
18703
+ input: ["text", "image"],
18704
+ cost: {
18705
+ input: 0.7,
18706
+ output: 2.8,
18707
+ cacheRead: 0.175,
18708
+ cacheWrite: 0,
18709
+ },
18710
+ contextWindow: 1047576,
18711
+ maxTokens: 32768,
18712
+ },
18810
18713
  "openai/gpt-4.1-nano": {
18811
18714
  id: "openai/gpt-4.1-nano",
18812
18715
  name: "GPT-4.1 nano",
@@ -18824,6 +18727,23 @@ export const MODELS = {
18824
18727
  contextWindow: 1047576,
18825
18728
  maxTokens: 32768,
18826
18729
  },
18730
+ "openai/gpt-4.1-nano-fast": {
18731
+ id: "openai/gpt-4.1-nano-fast",
18732
+ name: "GPT-4.1 nano (Fast)",
18733
+ api: "anthropic-messages",
18734
+ provider: "vercel-ai-gateway",
18735
+ baseUrl: "https://ai-gateway.vercel.sh",
18736
+ reasoning: false,
18737
+ input: ["text", "image"],
18738
+ cost: {
18739
+ input: 0.19999999999999998,
18740
+ output: 0.7999999999999999,
18741
+ cacheRead: 0.049999999999999996,
18742
+ cacheWrite: 0,
18743
+ },
18744
+ contextWindow: 1047576,
18745
+ maxTokens: 32768,
18746
+ },
18827
18747
  "openai/gpt-4o": {
18828
18748
  id: "openai/gpt-4o",
18829
18749
  name: "GPT-4o",
@@ -18841,6 +18761,23 @@ export const MODELS = {
18841
18761
  contextWindow: 128000,
18842
18762
  maxTokens: 16384,
18843
18763
  },
18764
+ "openai/gpt-4o-fast": {
18765
+ id: "openai/gpt-4o-fast",
18766
+ name: "GPT-4o (Fast)",
18767
+ api: "anthropic-messages",
18768
+ provider: "vercel-ai-gateway",
18769
+ baseUrl: "https://ai-gateway.vercel.sh",
18770
+ reasoning: false,
18771
+ input: ["text", "image"],
18772
+ cost: {
18773
+ input: 4.25,
18774
+ output: 17,
18775
+ cacheRead: 2.125,
18776
+ cacheWrite: 0,
18777
+ },
18778
+ contextWindow: 128000,
18779
+ maxTokens: 16384,
18780
+ },
18844
18781
  "openai/gpt-4o-mini": {
18845
18782
  id: "openai/gpt-4o-mini",
18846
18783
  name: "GPT-4o mini",
@@ -18858,6 +18795,23 @@ export const MODELS = {
18858
18795
  contextWindow: 128000,
18859
18796
  maxTokens: 16384,
18860
18797
  },
18798
+ "openai/gpt-4o-mini-fast": {
18799
+ id: "openai/gpt-4o-mini-fast",
18800
+ name: "GPT-4o mini (Fast)",
18801
+ api: "anthropic-messages",
18802
+ provider: "vercel-ai-gateway",
18803
+ baseUrl: "https://ai-gateway.vercel.sh",
18804
+ reasoning: false,
18805
+ input: ["text", "image"],
18806
+ cost: {
18807
+ input: 0.25,
18808
+ output: 1,
18809
+ cacheRead: 0.125,
18810
+ cacheWrite: 0,
18811
+ },
18812
+ contextWindow: 128000,
18813
+ maxTokens: 16384,
18814
+ },
18861
18815
  "openai/gpt-5": {
18862
18816
  id: "openai/gpt-5",
18863
18817
  name: "GPT-5",
@@ -18892,6 +18846,23 @@ export const MODELS = {
18892
18846
  contextWindow: 400000,
18893
18847
  maxTokens: 128000,
18894
18848
  },
18849
+ "openai/gpt-5-fast": {
18850
+ id: "openai/gpt-5-fast",
18851
+ name: "GPT-5 (Fast)",
18852
+ api: "anthropic-messages",
18853
+ provider: "vercel-ai-gateway",
18854
+ baseUrl: "https://ai-gateway.vercel.sh",
18855
+ reasoning: true,
18856
+ input: ["text", "image"],
18857
+ cost: {
18858
+ input: 2.5,
18859
+ output: 20,
18860
+ cacheRead: 0.25,
18861
+ cacheWrite: 0,
18862
+ },
18863
+ contextWindow: 400000,
18864
+ maxTokens: 128000,
18865
+ },
18895
18866
  "openai/gpt-5-mini": {
18896
18867
  id: "openai/gpt-5-mini",
18897
18868
  name: "GPT-5 mini",
@@ -18909,6 +18880,23 @@ export const MODELS = {
18909
18880
  contextWindow: 400000,
18910
18881
  maxTokens: 128000,
18911
18882
  },
18883
+ "openai/gpt-5-mini-fast": {
18884
+ id: "openai/gpt-5-mini-fast",
18885
+ name: "GPT-5 mini (Fast)",
18886
+ api: "anthropic-messages",
18887
+ provider: "vercel-ai-gateway",
18888
+ baseUrl: "https://ai-gateway.vercel.sh",
18889
+ reasoning: true,
18890
+ input: ["text", "image"],
18891
+ cost: {
18892
+ input: 0.44999999999999996,
18893
+ output: 3.5999999999999996,
18894
+ cacheRead: 0.045,
18895
+ cacheWrite: 0,
18896
+ },
18897
+ contextWindow: 400000,
18898
+ maxTokens: 128000,
18899
+ },
18912
18900
  "openai/gpt-5-nano": {
18913
18901
  id: "openai/gpt-5-nano",
18914
18902
  name: "GPT-5 nano",
@@ -19011,6 +18999,23 @@ export const MODELS = {
19011
18999
  contextWindow: 400000,
19012
19000
  maxTokens: 128000,
19013
19001
  },
19002
+ "openai/gpt-5.1-thinking-fast": {
19003
+ id: "openai/gpt-5.1-thinking-fast",
19004
+ name: "GPT 5.1 Thinking (Fast)",
19005
+ api: "anthropic-messages",
19006
+ provider: "vercel-ai-gateway",
19007
+ baseUrl: "https://ai-gateway.vercel.sh",
19008
+ reasoning: true,
19009
+ input: ["text", "image"],
19010
+ cost: {
19011
+ input: 2.5,
19012
+ output: 20,
19013
+ cacheRead: 0.25,
19014
+ cacheWrite: 0,
19015
+ },
19016
+ contextWindow: 400000,
19017
+ maxTokens: 128000,
19018
+ },
19014
19019
  "openai/gpt-5.2": {
19015
19020
  id: "openai/gpt-5.2",
19016
19021
  name: "GPT 5.2",
@@ -19047,6 +19052,24 @@ export const MODELS = {
19047
19052
  contextWindow: 400000,
19048
19053
  maxTokens: 128000,
19049
19054
  },
19055
+ "openai/gpt-5.2-fast": {
19056
+ id: "openai/gpt-5.2-fast",
19057
+ name: "GPT 5.2 (Fast)",
19058
+ api: "anthropic-messages",
19059
+ provider: "vercel-ai-gateway",
19060
+ baseUrl: "https://ai-gateway.vercel.sh",
19061
+ reasoning: true,
19062
+ thinkingLevelMap: { "xhigh": "xhigh" },
19063
+ input: ["text", "image"],
19064
+ cost: {
19065
+ input: 3.5,
19066
+ output: 28,
19067
+ cacheRead: 0.35,
19068
+ cacheWrite: 0,
19069
+ },
19070
+ contextWindow: 400000,
19071
+ maxTokens: 128000,
19072
+ },
19050
19073
  "openai/gpt-5.2-pro": {
19051
19074
  id: "openai/gpt-5.2-pro",
19052
19075
  name: "GPT 5.2 ",
@@ -19083,6 +19106,24 @@ export const MODELS = {
19083
19106
  contextWindow: 400000,
19084
19107
  maxTokens: 128000,
19085
19108
  },
19109
+ "openai/gpt-5.3-codex-fast": {
19110
+ id: "openai/gpt-5.3-codex-fast",
19111
+ name: "GPT 5.3 Codex (Fast)",
19112
+ api: "anthropic-messages",
19113
+ provider: "vercel-ai-gateway",
19114
+ baseUrl: "https://ai-gateway.vercel.sh",
19115
+ reasoning: true,
19116
+ thinkingLevelMap: { "xhigh": "xhigh" },
19117
+ input: ["text", "image"],
19118
+ cost: {
19119
+ input: 3.5,
19120
+ output: 28,
19121
+ cacheRead: 0.35,
19122
+ cacheWrite: 0,
19123
+ },
19124
+ contextWindow: 400000,
19125
+ maxTokens: 128000,
19126
+ },
19086
19127
  "openai/gpt-5.4": {
19087
19128
  id: "openai/gpt-5.4",
19088
19129
  name: "GPT 5.4",
@@ -19101,6 +19142,24 @@ export const MODELS = {
19101
19142
  contextWindow: 1050000,
19102
19143
  maxTokens: 128000,
19103
19144
  },
19145
+ "openai/gpt-5.4-fast": {
19146
+ id: "openai/gpt-5.4-fast",
19147
+ name: "GPT 5.4 (Fast)",
19148
+ api: "anthropic-messages",
19149
+ provider: "vercel-ai-gateway",
19150
+ baseUrl: "https://ai-gateway.vercel.sh",
19151
+ reasoning: true,
19152
+ thinkingLevelMap: { "xhigh": "xhigh" },
19153
+ input: ["text", "image"],
19154
+ cost: {
19155
+ input: 5,
19156
+ output: 30,
19157
+ cacheRead: 0.5,
19158
+ cacheWrite: 0,
19159
+ },
19160
+ contextWindow: 1050000,
19161
+ maxTokens: 128000,
19162
+ },
19104
19163
  "openai/gpt-5.4-mini": {
19105
19164
  id: "openai/gpt-5.4-mini",
19106
19165
  name: "GPT 5.4 Mini",
@@ -19119,6 +19178,24 @@ export const MODELS = {
19119
19178
  contextWindow: 400000,
19120
19179
  maxTokens: 128000,
19121
19180
  },
19181
+ "openai/gpt-5.4-mini-fast": {
19182
+ id: "openai/gpt-5.4-mini-fast",
19183
+ name: "GPT 5.4 Mini (Fast)",
19184
+ api: "anthropic-messages",
19185
+ provider: "vercel-ai-gateway",
19186
+ baseUrl: "https://ai-gateway.vercel.sh",
19187
+ reasoning: true,
19188
+ thinkingLevelMap: { "xhigh": "xhigh" },
19189
+ input: ["text", "image"],
19190
+ cost: {
19191
+ input: 1.5,
19192
+ output: 9,
19193
+ cacheRead: 0.15,
19194
+ cacheWrite: 0,
19195
+ },
19196
+ contextWindow: 400000,
19197
+ maxTokens: 128000,
19198
+ },
19122
19199
  "openai/gpt-5.4-nano": {
19123
19200
  id: "openai/gpt-5.4-nano",
19124
19201
  name: "GPT 5.4 Nano",
@@ -19173,6 +19250,24 @@ export const MODELS = {
19173
19250
  contextWindow: 1000000,
19174
19251
  maxTokens: 128000,
19175
19252
  },
19253
+ "openai/gpt-5.5-fast": {
19254
+ id: "openai/gpt-5.5-fast",
19255
+ name: "GPT 5.5 (Fast)",
19256
+ api: "anthropic-messages",
19257
+ provider: "vercel-ai-gateway",
19258
+ baseUrl: "https://ai-gateway.vercel.sh",
19259
+ reasoning: true,
19260
+ thinkingLevelMap: { "xhigh": "xhigh" },
19261
+ input: ["text", "image"],
19262
+ cost: {
19263
+ input: 12.5,
19264
+ output: 75,
19265
+ cacheRead: 1.25,
19266
+ cacheWrite: 0,
19267
+ },
19268
+ contextWindow: 1000000,
19269
+ maxTokens: 128000,
19270
+ },
19176
19271
  "openai/gpt-5.5-pro": {
19177
19272
  id: "openai/gpt-5.5-pro",
19178
19273
  name: "GPT 5.5 Pro",
@@ -19208,6 +19303,23 @@ export const MODELS = {
19208
19303
  contextWindow: 1050000,
19209
19304
  maxTokens: 128000,
19210
19305
  },
19306
+ "openai/gpt-5.6-luna-fast": {
19307
+ id: "openai/gpt-5.6-luna-fast",
19308
+ name: "GPT 5.6 Luna (Fast)",
19309
+ api: "anthropic-messages",
19310
+ provider: "vercel-ai-gateway",
19311
+ baseUrl: "https://ai-gateway.vercel.sh",
19312
+ reasoning: true,
19313
+ input: ["text", "image"],
19314
+ cost: {
19315
+ input: 0.39999999999999997,
19316
+ output: 2.4,
19317
+ cacheRead: 0.04,
19318
+ cacheWrite: 0.25,
19319
+ },
19320
+ contextWindow: 1050000,
19321
+ maxTokens: 128000,
19322
+ },
19211
19323
  "openai/gpt-5.6-sol": {
19212
19324
  id: "openai/gpt-5.6-sol",
19213
19325
  name: "GPT 5.6 Sol",
@@ -19217,10 +19329,27 @@ export const MODELS = {
19217
19329
  reasoning: true,
19218
19330
  input: ["text", "image"],
19219
19331
  cost: {
19220
- input: 5,
19221
- output: 30,
19222
- cacheRead: 0.5,
19223
- cacheWrite: 6.25,
19332
+ input: 2,
19333
+ output: 10,
19334
+ cacheRead: 0.19999999999999998,
19335
+ cacheWrite: 2.5,
19336
+ },
19337
+ contextWindow: 1050000,
19338
+ maxTokens: 128000,
19339
+ },
19340
+ "openai/gpt-5.6-sol-fast": {
19341
+ id: "openai/gpt-5.6-sol-fast",
19342
+ name: "GPT 5.6 Sol (Fast)",
19343
+ api: "anthropic-messages",
19344
+ provider: "vercel-ai-gateway",
19345
+ baseUrl: "https://ai-gateway.vercel.sh",
19346
+ reasoning: true,
19347
+ input: ["text", "image"],
19348
+ cost: {
19349
+ input: 4,
19350
+ output: 20,
19351
+ cacheRead: 0.39999999999999997,
19352
+ cacheWrite: 2.5,
19224
19353
  },
19225
19354
  contextWindow: 1050000,
19226
19355
  maxTokens: 128000,
@@ -19242,6 +19371,23 @@ export const MODELS = {
19242
19371
  contextWindow: 1050000,
19243
19372
  maxTokens: 128000,
19244
19373
  },
19374
+ "openai/gpt-5.6-terra-fast": {
19375
+ id: "openai/gpt-5.6-terra-fast",
19376
+ name: "GPT 5.6 Terra (Fast)",
19377
+ api: "anthropic-messages",
19378
+ provider: "vercel-ai-gateway",
19379
+ baseUrl: "https://ai-gateway.vercel.sh",
19380
+ reasoning: true,
19381
+ input: ["text", "image"],
19382
+ cost: {
19383
+ input: 4,
19384
+ output: 24,
19385
+ cacheRead: 0.39999999999999997,
19386
+ cacheWrite: 2.5,
19387
+ },
19388
+ contextWindow: 1050000,
19389
+ maxTokens: 128000,
19390
+ },
19245
19391
  "openai/gpt-oss-120b": {
19246
19392
  id: "openai/gpt-oss-120b",
19247
19393
  name: "GPT OSS 120B",
@@ -19257,24 +19403,41 @@ export const MODELS = {
19257
19403
  cacheWrite: 0,
19258
19404
  },
19259
19405
  contextWindow: 131072,
19260
- maxTokens: 131072,
19406
+ maxTokens: 131072,
19407
+ },
19408
+ "openai/gpt-oss-20b": {
19409
+ id: "openai/gpt-oss-20b",
19410
+ name: "GPT OSS 20B",
19411
+ api: "anthropic-messages",
19412
+ provider: "vercel-ai-gateway",
19413
+ baseUrl: "https://ai-gateway.vercel.sh",
19414
+ reasoning: true,
19415
+ input: ["text"],
19416
+ cost: {
19417
+ input: 0.049999999999999996,
19418
+ output: 0.19999999999999998,
19419
+ cacheRead: 0,
19420
+ cacheWrite: 0,
19421
+ },
19422
+ contextWindow: 131072,
19423
+ maxTokens: 8192,
19261
19424
  },
19262
- "openai/gpt-oss-20b": {
19263
- id: "openai/gpt-oss-20b",
19264
- name: "GPT OSS 20B",
19425
+ "openai/gpt-oss-safeguard-120b": {
19426
+ id: "openai/gpt-oss-safeguard-120b",
19427
+ name: "GPT OSS Safeguard 120B",
19265
19428
  api: "anthropic-messages",
19266
19429
  provider: "vercel-ai-gateway",
19267
19430
  baseUrl: "https://ai-gateway.vercel.sh",
19268
19431
  reasoning: true,
19269
19432
  input: ["text"],
19270
19433
  cost: {
19271
- input: 0.049999999999999996,
19272
- output: 0.19999999999999998,
19434
+ input: 0.15,
19435
+ output: 0.6,
19273
19436
  cacheRead: 0,
19274
19437
  cacheWrite: 0,
19275
19438
  },
19276
- contextWindow: 131072,
19277
- maxTokens: 8192,
19439
+ contextWindow: 128000,
19440
+ maxTokens: 16000,
19278
19441
  },
19279
19442
  "openai/gpt-oss-safeguard-20b": {
19280
19443
  id: "openai/gpt-oss-safeguard-20b",
@@ -19285,13 +19448,13 @@ export const MODELS = {
19285
19448
  reasoning: true,
19286
19449
  input: ["text"],
19287
19450
  cost: {
19288
- input: 0.075,
19289
- output: 0.3,
19290
- cacheRead: 0.037,
19451
+ input: 0.07,
19452
+ output: 0.19999999999999998,
19453
+ cacheRead: 0,
19291
19454
  cacheWrite: 0,
19292
19455
  },
19293
- contextWindow: 131072,
19294
- maxTokens: 65536,
19456
+ contextWindow: 128000,
19457
+ maxTokens: 16000,
19295
19458
  },
19296
19459
  "openai/o1": {
19297
19460
  id: "openai/o1",
@@ -19327,18 +19490,18 @@ export const MODELS = {
19327
19490
  contextWindow: 200000,
19328
19491
  maxTokens: 100000,
19329
19492
  },
19330
- "openai/o3-deep-research": {
19331
- id: "openai/o3-deep-research",
19332
- name: "o3-deep-research",
19493
+ "openai/o3-fast": {
19494
+ id: "openai/o3-fast",
19495
+ name: "o3 (Fast)",
19333
19496
  api: "anthropic-messages",
19334
19497
  provider: "vercel-ai-gateway",
19335
19498
  baseUrl: "https://ai-gateway.vercel.sh",
19336
19499
  reasoning: true,
19337
19500
  input: ["text", "image"],
19338
19501
  cost: {
19339
- input: 10,
19340
- output: 40,
19341
- cacheRead: 2.5,
19502
+ input: 3.5,
19503
+ output: 14,
19504
+ cacheRead: 0.875,
19342
19505
  cacheWrite: 0,
19343
19506
  },
19344
19507
  contextWindow: 200000,
@@ -19395,6 +19558,23 @@ export const MODELS = {
19395
19558
  contextWindow: 200000,
19396
19559
  maxTokens: 100000,
19397
19560
  },
19561
+ "openai/o4-mini-fast": {
19562
+ id: "openai/o4-mini-fast",
19563
+ name: "o4-mini (Fast)",
19564
+ api: "anthropic-messages",
19565
+ provider: "vercel-ai-gateway",
19566
+ baseUrl: "https://ai-gateway.vercel.sh",
19567
+ reasoning: true,
19568
+ input: ["text", "image"],
19569
+ cost: {
19570
+ input: 2,
19571
+ output: 8,
19572
+ cacheRead: 0.5,
19573
+ cacheWrite: 0,
19574
+ },
19575
+ contextWindow: 200000,
19576
+ maxTokens: 100000,
19577
+ },
19398
19578
  "poolside/laguna-s-2.1": {
19399
19579
  id: "poolside/laguna-s-2.1",
19400
19580
  name: "Laguna S 2.1",
@@ -19463,93 +19643,8 @@ export const MODELS = {
19463
19643
  contextWindow: 256000,
19464
19644
  maxTokens: 256000,
19465
19645
  },
19466
- "stepfun/step-3.5-flash": {
19467
- id: "stepfun/step-3.5-flash",
19468
- name: "StepFun 3.5 Flash",
19469
- api: "anthropic-messages",
19470
- provider: "vercel-ai-gateway",
19471
- baseUrl: "https://ai-gateway.vercel.sh",
19472
- reasoning: true,
19473
- input: ["text", "image"],
19474
- cost: {
19475
- input: 0.09,
19476
- output: 0.3,
19477
- cacheRead: 0.02,
19478
- cacheWrite: 0,
19479
- },
19480
- contextWindow: 262114,
19481
- maxTokens: 262114,
19482
- },
19483
- "stepfun/step-3.7-flash": {
19484
- id: "stepfun/step-3.7-flash",
19485
- name: "Step 3.7 Flash",
19486
- api: "anthropic-messages",
19487
- provider: "vercel-ai-gateway",
19488
- baseUrl: "https://ai-gateway.vercel.sh",
19489
- reasoning: true,
19490
- input: ["text", "image"],
19491
- cost: {
19492
- input: 0.19999999999999998,
19493
- output: 1.15,
19494
- cacheRead: 0.04,
19495
- cacheWrite: 0,
19496
- },
19497
- contextWindow: 256000,
19498
- maxTokens: 256000,
19499
- },
19500
- "tencent/hy3": {
19501
- id: "tencent/hy3",
19502
- name: "Hy3",
19503
- api: "anthropic-messages",
19504
- provider: "vercel-ai-gateway",
19505
- baseUrl: "https://ai-gateway.vercel.sh",
19506
- reasoning: true,
19507
- input: ["text"],
19508
- cost: {
19509
- input: 0.14,
19510
- output: 0.58,
19511
- cacheRead: 0.035,
19512
- cacheWrite: 0,
19513
- },
19514
- contextWindow: 262144,
19515
- maxTokens: 262144,
19516
- },
19517
- "thinkingmachines/inkling": {
19518
- id: "thinkingmachines/inkling",
19519
- name: "Inkling",
19520
- api: "anthropic-messages",
19521
- provider: "vercel-ai-gateway",
19522
- baseUrl: "https://ai-gateway.vercel.sh",
19523
- reasoning: true,
19524
- input: ["text", "image"],
19525
- cost: {
19526
- input: 1,
19527
- output: 4.05,
19528
- cacheRead: 0.16999999999999998,
19529
- cacheWrite: 0,
19530
- },
19531
- contextWindow: 256000,
19532
- maxTokens: 256000,
19533
- },
19534
- "thinkingmachines/inkling-small": {
19535
- id: "thinkingmachines/inkling-small",
19536
- name: "Inkling Small",
19537
- api: "anthropic-messages",
19538
- provider: "vercel-ai-gateway",
19539
- baseUrl: "https://ai-gateway.vercel.sh",
19540
- reasoning: true,
19541
- input: ["text", "image"],
19542
- cost: {
19543
- input: 0.5,
19544
- output: 1.2,
19545
- cacheRead: 0.09999999999999999,
19546
- cacheWrite: 0,
19547
- },
19548
- contextWindow: 1000000,
19549
- maxTokens: 1000000,
19550
- },
19551
- "xai/grok-4.1-fast-non-reasoning": {
19552
- id: "xai/grok-4.1-fast-non-reasoning",
19646
+ "spacexai/grok-4.1-fast-non-reasoning": {
19647
+ id: "spacexai/grok-4.1-fast-non-reasoning",
19553
19648
  name: "Grok 4.1 Fast Non-Reasoning",
19554
19649
  api: "anthropic-messages",
19555
19650
  provider: "vercel-ai-gateway",
@@ -19565,8 +19660,8 @@ export const MODELS = {
19565
19660
  contextWindow: 1000000,
19566
19661
  maxTokens: 1000000,
19567
19662
  },
19568
- "xai/grok-4.1-fast-reasoning": {
19569
- id: "xai/grok-4.1-fast-reasoning",
19663
+ "spacexai/grok-4.1-fast-reasoning": {
19664
+ id: "spacexai/grok-4.1-fast-reasoning",
19570
19665
  name: "Grok 4.1 Fast Reasoning",
19571
19666
  api: "anthropic-messages",
19572
19667
  provider: "vercel-ai-gateway",
@@ -19582,8 +19677,8 @@ export const MODELS = {
19582
19677
  contextWindow: 1000000,
19583
19678
  maxTokens: 1000000,
19584
19679
  },
19585
- "xai/grok-4.20-multi-agent": {
19586
- id: "xai/grok-4.20-multi-agent",
19680
+ "spacexai/grok-4.20-multi-agent": {
19681
+ id: "spacexai/grok-4.20-multi-agent",
19587
19682
  name: "Grok 4.20 Multi-Agent",
19588
19683
  api: "anthropic-messages",
19589
19684
  provider: "vercel-ai-gateway",
@@ -19599,8 +19694,8 @@ export const MODELS = {
19599
19694
  contextWindow: 2000000,
19600
19695
  maxTokens: 2000000,
19601
19696
  },
19602
- "xai/grok-4.20-multi-agent-beta": {
19603
- id: "xai/grok-4.20-multi-agent-beta",
19697
+ "spacexai/grok-4.20-multi-agent-beta": {
19698
+ id: "spacexai/grok-4.20-multi-agent-beta",
19604
19699
  name: "Grok 4.20 Multi Agent Beta",
19605
19700
  api: "anthropic-messages",
19606
19701
  provider: "vercel-ai-gateway",
@@ -19616,8 +19711,8 @@ export const MODELS = {
19616
19711
  contextWindow: 2000000,
19617
19712
  maxTokens: 2000000,
19618
19713
  },
19619
- "xai/grok-4.20-non-reasoning": {
19620
- id: "xai/grok-4.20-non-reasoning",
19714
+ "spacexai/grok-4.20-non-reasoning": {
19715
+ id: "spacexai/grok-4.20-non-reasoning",
19621
19716
  name: "Grok 4.20 Non-Reasoning",
19622
19717
  api: "anthropic-messages",
19623
19718
  provider: "vercel-ai-gateway",
@@ -19633,8 +19728,8 @@ export const MODELS = {
19633
19728
  contextWindow: 2000000,
19634
19729
  maxTokens: 2000000,
19635
19730
  },
19636
- "xai/grok-4.20-non-reasoning-beta": {
19637
- id: "xai/grok-4.20-non-reasoning-beta",
19731
+ "spacexai/grok-4.20-non-reasoning-beta": {
19732
+ id: "spacexai/grok-4.20-non-reasoning-beta",
19638
19733
  name: "Grok 4.20 Beta Non-Reasoning",
19639
19734
  api: "anthropic-messages",
19640
19735
  provider: "vercel-ai-gateway",
@@ -19650,8 +19745,8 @@ export const MODELS = {
19650
19745
  contextWindow: 2000000,
19651
19746
  maxTokens: 2000000,
19652
19747
  },
19653
- "xai/grok-4.20-reasoning": {
19654
- id: "xai/grok-4.20-reasoning",
19748
+ "spacexai/grok-4.20-reasoning": {
19749
+ id: "spacexai/grok-4.20-reasoning",
19655
19750
  name: "Grok 4.20 Reasoning",
19656
19751
  api: "anthropic-messages",
19657
19752
  provider: "vercel-ai-gateway",
@@ -19667,8 +19762,8 @@ export const MODELS = {
19667
19762
  contextWindow: 2000000,
19668
19763
  maxTokens: 2000000,
19669
19764
  },
19670
- "xai/grok-4.20-reasoning-beta": {
19671
- id: "xai/grok-4.20-reasoning-beta",
19765
+ "spacexai/grok-4.20-reasoning-beta": {
19766
+ id: "spacexai/grok-4.20-reasoning-beta",
19672
19767
  name: "Grok 4.20 Beta Reasoning",
19673
19768
  api: "anthropic-messages",
19674
19769
  provider: "vercel-ai-gateway",
@@ -19684,8 +19779,8 @@ export const MODELS = {
19684
19779
  contextWindow: 2000000,
19685
19780
  maxTokens: 2000000,
19686
19781
  },
19687
- "xai/grok-4.3": {
19688
- id: "xai/grok-4.3",
19782
+ "spacexai/grok-4.3": {
19783
+ id: "spacexai/grok-4.3",
19689
19784
  name: "Grok 4.3",
19690
19785
  api: "anthropic-messages",
19691
19786
  provider: "vercel-ai-gateway",
@@ -19701,8 +19796,8 @@ export const MODELS = {
19701
19796
  contextWindow: 1000000,
19702
19797
  maxTokens: 1000000,
19703
19798
  },
19704
- "xai/grok-4.5": {
19705
- id: "xai/grok-4.5",
19799
+ "spacexai/grok-4.5": {
19800
+ id: "spacexai/grok-4.5",
19706
19801
  name: "Grok 4.5",
19707
19802
  api: "anthropic-messages",
19708
19803
  provider: "vercel-ai-gateway",
@@ -19718,8 +19813,8 @@ export const MODELS = {
19718
19813
  contextWindow: 500000,
19719
19814
  maxTokens: 500000,
19720
19815
  },
19721
- "xai/grok-4.6": {
19722
- id: "xai/grok-4.6",
19816
+ "spacexai/grok-4.6": {
19817
+ id: "spacexai/grok-4.6",
19723
19818
  name: "Grok 4.6",
19724
19819
  api: "anthropic-messages",
19725
19820
  provider: "vercel-ai-gateway",
@@ -19735,8 +19830,8 @@ export const MODELS = {
19735
19830
  contextWindow: 500000,
19736
19831
  maxTokens: 500000,
19737
19832
  },
19738
- "xai/grok-build-0.1": {
19739
- id: "xai/grok-build-0.1",
19833
+ "spacexai/grok-build-0.1": {
19834
+ id: "spacexai/grok-build-0.1",
19740
19835
  name: "Grok Build 0.1",
19741
19836
  api: "anthropic-messages",
19742
19837
  provider: "vercel-ai-gateway",
@@ -19752,6 +19847,91 @@ export const MODELS = {
19752
19847
  contextWindow: 256000,
19753
19848
  maxTokens: 256000,
19754
19849
  },
19850
+ "stepfun/step-3.5-flash": {
19851
+ id: "stepfun/step-3.5-flash",
19852
+ name: "StepFun 3.5 Flash",
19853
+ api: "anthropic-messages",
19854
+ provider: "vercel-ai-gateway",
19855
+ baseUrl: "https://ai-gateway.vercel.sh",
19856
+ reasoning: true,
19857
+ input: ["text", "image"],
19858
+ cost: {
19859
+ input: 0.09,
19860
+ output: 0.3,
19861
+ cacheRead: 0.02,
19862
+ cacheWrite: 0,
19863
+ },
19864
+ contextWindow: 262114,
19865
+ maxTokens: 262114,
19866
+ },
19867
+ "stepfun/step-3.7-flash": {
19868
+ id: "stepfun/step-3.7-flash",
19869
+ name: "Step 3.7 Flash",
19870
+ api: "anthropic-messages",
19871
+ provider: "vercel-ai-gateway",
19872
+ baseUrl: "https://ai-gateway.vercel.sh",
19873
+ reasoning: true,
19874
+ input: ["text", "image"],
19875
+ cost: {
19876
+ input: 0.19999999999999998,
19877
+ output: 1.15,
19878
+ cacheRead: 0.04,
19879
+ cacheWrite: 0,
19880
+ },
19881
+ contextWindow: 256000,
19882
+ maxTokens: 256000,
19883
+ },
19884
+ "tencent/hy3": {
19885
+ id: "tencent/hy3",
19886
+ name: "Hy3",
19887
+ api: "anthropic-messages",
19888
+ provider: "vercel-ai-gateway",
19889
+ baseUrl: "https://ai-gateway.vercel.sh",
19890
+ reasoning: true,
19891
+ input: ["text"],
19892
+ cost: {
19893
+ input: 0.13199999999999998,
19894
+ output: 0.5279999999999999,
19895
+ cacheRead: 0.032999999999999995,
19896
+ cacheWrite: 0,
19897
+ },
19898
+ contextWindow: 256000,
19899
+ maxTokens: 128000,
19900
+ },
19901
+ "thinkingmachines/inkling": {
19902
+ id: "thinkingmachines/inkling",
19903
+ name: "Inkling",
19904
+ api: "anthropic-messages",
19905
+ provider: "vercel-ai-gateway",
19906
+ baseUrl: "https://ai-gateway.vercel.sh",
19907
+ reasoning: true,
19908
+ input: ["text", "image"],
19909
+ cost: {
19910
+ input: 1,
19911
+ output: 4.05,
19912
+ cacheRead: 0.16999999999999998,
19913
+ cacheWrite: 0,
19914
+ },
19915
+ contextWindow: 256000,
19916
+ maxTokens: 256000,
19917
+ },
19918
+ "thinkingmachines/inkling-small": {
19919
+ id: "thinkingmachines/inkling-small",
19920
+ name: "Inkling Small",
19921
+ api: "anthropic-messages",
19922
+ provider: "vercel-ai-gateway",
19923
+ baseUrl: "https://ai-gateway.vercel.sh",
19924
+ reasoning: true,
19925
+ input: ["text", "image"],
19926
+ cost: {
19927
+ input: 0.5,
19928
+ output: 1.2,
19929
+ cacheRead: 0.09999999999999999,
19930
+ cacheWrite: 0,
19931
+ },
19932
+ contextWindow: 1000000,
19933
+ maxTokens: 1000000,
19934
+ },
19755
19935
  "xiaomi/mimo-v2.5": {
19756
19936
  id: "xiaomi/mimo-v2.5",
19757
19937
  name: "MiMo M2.5",
@@ -19854,40 +20034,6 @@ export const MODELS = {
19854
20034
  contextWindow: 200000,
19855
20035
  maxTokens: 96000,
19856
20036
  },
19857
- "zai/glm-4.6v": {
19858
- id: "zai/glm-4.6v",
19859
- name: "GLM-4.6V",
19860
- api: "anthropic-messages",
19861
- provider: "vercel-ai-gateway",
19862
- baseUrl: "https://ai-gateway.vercel.sh",
19863
- reasoning: true,
19864
- input: ["text", "image"],
19865
- cost: {
19866
- input: 0.3,
19867
- output: 0.8999999999999999,
19868
- cacheRead: 0.049999999999999996,
19869
- cacheWrite: 0,
19870
- },
19871
- contextWindow: 128000,
19872
- maxTokens: 24000,
19873
- },
19874
- "zai/glm-4.6v-flash": {
19875
- id: "zai/glm-4.6v-flash",
19876
- name: "GLM-4.6V-Flash",
19877
- api: "anthropic-messages",
19878
- provider: "vercel-ai-gateway",
19879
- baseUrl: "https://ai-gateway.vercel.sh",
19880
- reasoning: true,
19881
- input: ["text", "image"],
19882
- cost: {
19883
- input: 0,
19884
- output: 0,
19885
- cacheRead: 0,
19886
- cacheWrite: 0,
19887
- },
19888
- contextWindow: 128000,
19889
- maxTokens: 24000,
19890
- },
19891
20037
  "zai/glm-4.7": {
19892
20038
  id: "zai/glm-4.7",
19893
20039
  name: "GLM 4.7",
@@ -19999,9 +20145,9 @@ export const MODELS = {
19999
20145
  reasoning: true,
20000
20146
  input: ["text"],
20001
20147
  cost: {
20002
- input: 1.1,
20003
- output: 3.851,
20004
- cacheRead: 0.275,
20148
+ input: 0.7999999999999999,
20149
+ output: 2.5500000000000003,
20150
+ cacheRead: 0.16,
20005
20151
  cacheWrite: 0,
20006
20152
  },
20007
20153
  contextWindow: 1000000,
@@ -20024,6 +20170,23 @@ export const MODELS = {
20024
20170
  contextWindow: 1000000,
20025
20171
  maxTokens: 128000,
20026
20172
  },
20173
+ "zai/glm-5.3": {
20174
+ id: "zai/glm-5.3",
20175
+ name: "GLM 5.3",
20176
+ api: "anthropic-messages",
20177
+ provider: "vercel-ai-gateway",
20178
+ baseUrl: "https://ai-gateway.vercel.sh",
20179
+ reasoning: true,
20180
+ input: ["text"],
20181
+ cost: {
20182
+ input: 1.4,
20183
+ output: 4.4,
20184
+ cacheRead: 0.26,
20185
+ cacheWrite: 0,
20186
+ },
20187
+ contextWindow: 1000000,
20188
+ maxTokens: 12800,
20189
+ },
20027
20190
  "zai/glm-5v-turbo": {
20028
20191
  id: "zai/glm-5v-turbo",
20029
20192
  name: "GLM 5V Turbo",