@elyracode/ai 0.9.30 → 0.9.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/image-models.generated.d.ts +30 -0
- package/dist/image-models.generated.d.ts.map +1 -1
- package/dist/image-models.generated.js +30 -0
- package/dist/image-models.generated.js.map +1 -1
- package/dist/models.generated.d.ts +1059 -243
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +1017 -302
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
|
@@ -3143,13 +3143,20 @@ export declare const MODELS: {
|
|
|
3143
3143
|
};
|
|
3144
3144
|
};
|
|
3145
3145
|
readonly "cloudflare-ai-gateway": {
|
|
3146
|
-
readonly "claude-
|
|
3146
|
+
readonly "claude-fable-5": {
|
|
3147
3147
|
id: string;
|
|
3148
3148
|
name: string;
|
|
3149
3149
|
api: "anthropic-messages";
|
|
3150
3150
|
provider: string;
|
|
3151
3151
|
baseUrl: string;
|
|
3152
|
-
reasoning:
|
|
3152
|
+
reasoning: true;
|
|
3153
|
+
thinkingLevelMap: {
|
|
3154
|
+
minimal: string;
|
|
3155
|
+
low: string;
|
|
3156
|
+
medium: string;
|
|
3157
|
+
high: string;
|
|
3158
|
+
xhigh: string;
|
|
3159
|
+
};
|
|
3153
3160
|
input: ("image" | "text")[];
|
|
3154
3161
|
cost: {
|
|
3155
3162
|
input: number;
|
|
@@ -3160,13 +3167,13 @@ export declare const MODELS: {
|
|
|
3160
3167
|
contextWindow: number;
|
|
3161
3168
|
maxTokens: number;
|
|
3162
3169
|
};
|
|
3163
|
-
readonly "claude-
|
|
3170
|
+
readonly "claude-haiku-4-5": {
|
|
3164
3171
|
id: string;
|
|
3165
3172
|
name: string;
|
|
3166
3173
|
api: "anthropic-messages";
|
|
3167
3174
|
provider: string;
|
|
3168
3175
|
baseUrl: string;
|
|
3169
|
-
reasoning:
|
|
3176
|
+
reasoning: true;
|
|
3170
3177
|
input: ("image" | "text")[];
|
|
3171
3178
|
cost: {
|
|
3172
3179
|
input: number;
|
|
@@ -3177,13 +3184,13 @@ export declare const MODELS: {
|
|
|
3177
3184
|
contextWindow: number;
|
|
3178
3185
|
maxTokens: number;
|
|
3179
3186
|
};
|
|
3180
|
-
readonly "claude-
|
|
3187
|
+
readonly "claude-opus-4-5": {
|
|
3181
3188
|
id: string;
|
|
3182
3189
|
name: string;
|
|
3183
3190
|
api: "anthropic-messages";
|
|
3184
3191
|
provider: string;
|
|
3185
3192
|
baseUrl: string;
|
|
3186
|
-
reasoning:
|
|
3193
|
+
reasoning: true;
|
|
3187
3194
|
input: ("image" | "text")[];
|
|
3188
3195
|
cost: {
|
|
3189
3196
|
input: number;
|
|
@@ -3194,13 +3201,16 @@ export declare const MODELS: {
|
|
|
3194
3201
|
contextWindow: number;
|
|
3195
3202
|
maxTokens: number;
|
|
3196
3203
|
};
|
|
3197
|
-
readonly "claude-
|
|
3204
|
+
readonly "claude-opus-4-6": {
|
|
3198
3205
|
id: string;
|
|
3199
3206
|
name: string;
|
|
3200
3207
|
api: "anthropic-messages";
|
|
3201
3208
|
provider: string;
|
|
3202
3209
|
baseUrl: string;
|
|
3203
|
-
reasoning:
|
|
3210
|
+
reasoning: true;
|
|
3211
|
+
thinkingLevelMap: {
|
|
3212
|
+
xhigh: string;
|
|
3213
|
+
};
|
|
3204
3214
|
input: ("image" | "text")[];
|
|
3205
3215
|
cost: {
|
|
3206
3216
|
input: number;
|
|
@@ -3211,7 +3221,7 @@ export declare const MODELS: {
|
|
|
3211
3221
|
contextWindow: number;
|
|
3212
3222
|
maxTokens: number;
|
|
3213
3223
|
};
|
|
3214
|
-
readonly "claude-
|
|
3224
|
+
readonly "claude-opus-4-7": {
|
|
3215
3225
|
id: string;
|
|
3216
3226
|
name: string;
|
|
3217
3227
|
api: "anthropic-messages";
|
|
@@ -3219,10 +3229,6 @@ export declare const MODELS: {
|
|
|
3219
3229
|
baseUrl: string;
|
|
3220
3230
|
reasoning: true;
|
|
3221
3231
|
thinkingLevelMap: {
|
|
3222
|
-
minimal: string;
|
|
3223
|
-
low: string;
|
|
3224
|
-
medium: string;
|
|
3225
|
-
high: string;
|
|
3226
3232
|
xhigh: string;
|
|
3227
3233
|
};
|
|
3228
3234
|
input: ("image" | "text")[];
|
|
@@ -3235,13 +3241,20 @@ export declare const MODELS: {
|
|
|
3235
3241
|
contextWindow: number;
|
|
3236
3242
|
maxTokens: number;
|
|
3237
3243
|
};
|
|
3238
|
-
readonly "claude-
|
|
3244
|
+
readonly "claude-opus-4-8": {
|
|
3239
3245
|
id: string;
|
|
3240
3246
|
name: string;
|
|
3241
3247
|
api: "anthropic-messages";
|
|
3242
3248
|
provider: string;
|
|
3243
3249
|
baseUrl: string;
|
|
3244
3250
|
reasoning: true;
|
|
3251
|
+
thinkingLevelMap: {
|
|
3252
|
+
minimal: string;
|
|
3253
|
+
low: string;
|
|
3254
|
+
medium: string;
|
|
3255
|
+
high: string;
|
|
3256
|
+
xhigh: string;
|
|
3257
|
+
};
|
|
3245
3258
|
input: ("image" | "text")[];
|
|
3246
3259
|
cost: {
|
|
3247
3260
|
input: number;
|
|
@@ -3252,7 +3265,7 @@ export declare const MODELS: {
|
|
|
3252
3265
|
contextWindow: number;
|
|
3253
3266
|
maxTokens: number;
|
|
3254
3267
|
};
|
|
3255
|
-
readonly "claude-opus-
|
|
3268
|
+
readonly "claude-opus-5": {
|
|
3256
3269
|
id: string;
|
|
3257
3270
|
name: string;
|
|
3258
3271
|
api: "anthropic-messages";
|
|
@@ -3269,7 +3282,7 @@ export declare const MODELS: {
|
|
|
3269
3282
|
contextWindow: number;
|
|
3270
3283
|
maxTokens: number;
|
|
3271
3284
|
};
|
|
3272
|
-
readonly "claude-
|
|
3285
|
+
readonly "claude-sonnet-4-5": {
|
|
3273
3286
|
id: string;
|
|
3274
3287
|
name: string;
|
|
3275
3288
|
api: "anthropic-messages";
|
|
@@ -3286,7 +3299,7 @@ export declare const MODELS: {
|
|
|
3286
3299
|
contextWindow: number;
|
|
3287
3300
|
maxTokens: number;
|
|
3288
3301
|
};
|
|
3289
|
-
readonly "claude-
|
|
3302
|
+
readonly "claude-sonnet-4-6": {
|
|
3290
3303
|
id: string;
|
|
3291
3304
|
name: string;
|
|
3292
3305
|
api: "anthropic-messages";
|
|
@@ -3303,16 +3316,13 @@ export declare const MODELS: {
|
|
|
3303
3316
|
contextWindow: number;
|
|
3304
3317
|
maxTokens: number;
|
|
3305
3318
|
};
|
|
3306
|
-
readonly "claude-
|
|
3319
|
+
readonly "claude-sonnet-5": {
|
|
3307
3320
|
id: string;
|
|
3308
3321
|
name: string;
|
|
3309
3322
|
api: "anthropic-messages";
|
|
3310
3323
|
provider: string;
|
|
3311
3324
|
baseUrl: string;
|
|
3312
3325
|
reasoning: true;
|
|
3313
|
-
thinkingLevelMap: {
|
|
3314
|
-
xhigh: string;
|
|
3315
|
-
};
|
|
3316
3326
|
input: ("image" | "text")[];
|
|
3317
3327
|
cost: {
|
|
3318
3328
|
input: number;
|
|
@@ -3323,16 +3333,30 @@ export declare const MODELS: {
|
|
|
3323
3333
|
contextWindow: number;
|
|
3324
3334
|
maxTokens: number;
|
|
3325
3335
|
};
|
|
3326
|
-
readonly "
|
|
3336
|
+
readonly "gpt-4": {
|
|
3327
3337
|
id: string;
|
|
3328
3338
|
name: string;
|
|
3329
|
-
api: "
|
|
3339
|
+
api: "openai-responses";
|
|
3330
3340
|
provider: string;
|
|
3331
3341
|
baseUrl: string;
|
|
3332
|
-
reasoning:
|
|
3333
|
-
|
|
3334
|
-
|
|
3342
|
+
reasoning: false;
|
|
3343
|
+
input: "text"[];
|
|
3344
|
+
cost: {
|
|
3345
|
+
input: number;
|
|
3346
|
+
output: number;
|
|
3347
|
+
cacheRead: number;
|
|
3348
|
+
cacheWrite: number;
|
|
3335
3349
|
};
|
|
3350
|
+
contextWindow: number;
|
|
3351
|
+
maxTokens: number;
|
|
3352
|
+
};
|
|
3353
|
+
readonly "gpt-4.1": {
|
|
3354
|
+
id: string;
|
|
3355
|
+
name: string;
|
|
3356
|
+
api: "openai-responses";
|
|
3357
|
+
provider: string;
|
|
3358
|
+
baseUrl: string;
|
|
3359
|
+
reasoning: false;
|
|
3336
3360
|
input: ("image" | "text")[];
|
|
3337
3361
|
cost: {
|
|
3338
3362
|
input: number;
|
|
@@ -3343,20 +3367,13 @@ export declare const MODELS: {
|
|
|
3343
3367
|
contextWindow: number;
|
|
3344
3368
|
maxTokens: number;
|
|
3345
3369
|
};
|
|
3346
|
-
readonly "
|
|
3370
|
+
readonly "gpt-4.1-mini": {
|
|
3347
3371
|
id: string;
|
|
3348
3372
|
name: string;
|
|
3349
|
-
api: "
|
|
3373
|
+
api: "openai-responses";
|
|
3350
3374
|
provider: string;
|
|
3351
3375
|
baseUrl: string;
|
|
3352
|
-
reasoning:
|
|
3353
|
-
thinkingLevelMap: {
|
|
3354
|
-
minimal: string;
|
|
3355
|
-
low: string;
|
|
3356
|
-
medium: string;
|
|
3357
|
-
high: string;
|
|
3358
|
-
xhigh: string;
|
|
3359
|
-
};
|
|
3376
|
+
reasoning: false;
|
|
3360
3377
|
input: ("image" | "text")[];
|
|
3361
3378
|
cost: {
|
|
3362
3379
|
input: number;
|
|
@@ -3367,13 +3384,13 @@ export declare const MODELS: {
|
|
|
3367
3384
|
contextWindow: number;
|
|
3368
3385
|
maxTokens: number;
|
|
3369
3386
|
};
|
|
3370
|
-
readonly "
|
|
3387
|
+
readonly "gpt-4.1-nano": {
|
|
3371
3388
|
id: string;
|
|
3372
3389
|
name: string;
|
|
3373
|
-
api: "
|
|
3390
|
+
api: "openai-responses";
|
|
3374
3391
|
provider: string;
|
|
3375
3392
|
baseUrl: string;
|
|
3376
|
-
reasoning:
|
|
3393
|
+
reasoning: false;
|
|
3377
3394
|
input: ("image" | "text")[];
|
|
3378
3395
|
cost: {
|
|
3379
3396
|
input: number;
|
|
@@ -3384,13 +3401,13 @@ export declare const MODELS: {
|
|
|
3384
3401
|
contextWindow: number;
|
|
3385
3402
|
maxTokens: number;
|
|
3386
3403
|
};
|
|
3387
|
-
readonly "
|
|
3404
|
+
readonly "gpt-4o": {
|
|
3388
3405
|
id: string;
|
|
3389
3406
|
name: string;
|
|
3390
|
-
api: "
|
|
3407
|
+
api: "openai-responses";
|
|
3391
3408
|
provider: string;
|
|
3392
3409
|
baseUrl: string;
|
|
3393
|
-
reasoning:
|
|
3410
|
+
reasoning: false;
|
|
3394
3411
|
input: ("image" | "text")[];
|
|
3395
3412
|
cost: {
|
|
3396
3413
|
input: number;
|
|
@@ -3401,13 +3418,13 @@ export declare const MODELS: {
|
|
|
3401
3418
|
contextWindow: number;
|
|
3402
3419
|
maxTokens: number;
|
|
3403
3420
|
};
|
|
3404
|
-
readonly "
|
|
3421
|
+
readonly "gpt-4o-mini": {
|
|
3405
3422
|
id: string;
|
|
3406
3423
|
name: string;
|
|
3407
|
-
api: "
|
|
3424
|
+
api: "openai-responses";
|
|
3408
3425
|
provider: string;
|
|
3409
3426
|
baseUrl: string;
|
|
3410
|
-
reasoning:
|
|
3427
|
+
reasoning: false;
|
|
3411
3428
|
input: ("image" | "text")[];
|
|
3412
3429
|
cost: {
|
|
3413
3430
|
input: number;
|
|
@@ -3418,13 +3435,16 @@ export declare const MODELS: {
|
|
|
3418
3435
|
contextWindow: number;
|
|
3419
3436
|
maxTokens: number;
|
|
3420
3437
|
};
|
|
3421
|
-
readonly "
|
|
3438
|
+
readonly "gpt-5": {
|
|
3422
3439
|
id: string;
|
|
3423
3440
|
name: string;
|
|
3424
|
-
api: "
|
|
3441
|
+
api: "openai-responses";
|
|
3425
3442
|
provider: string;
|
|
3426
3443
|
baseUrl: string;
|
|
3427
3444
|
reasoning: true;
|
|
3445
|
+
thinkingLevelMap: {
|
|
3446
|
+
off: null;
|
|
3447
|
+
};
|
|
3428
3448
|
input: ("image" | "text")[];
|
|
3429
3449
|
cost: {
|
|
3430
3450
|
input: number;
|
|
@@ -3435,13 +3455,16 @@ export declare const MODELS: {
|
|
|
3435
3455
|
contextWindow: number;
|
|
3436
3456
|
maxTokens: number;
|
|
3437
3457
|
};
|
|
3438
|
-
readonly "
|
|
3458
|
+
readonly "gpt-5-mini": {
|
|
3439
3459
|
id: string;
|
|
3440
3460
|
name: string;
|
|
3441
|
-
api: "
|
|
3461
|
+
api: "openai-responses";
|
|
3442
3462
|
provider: string;
|
|
3443
3463
|
baseUrl: string;
|
|
3444
3464
|
reasoning: true;
|
|
3465
|
+
thinkingLevelMap: {
|
|
3466
|
+
off: null;
|
|
3467
|
+
};
|
|
3445
3468
|
input: ("image" | "text")[];
|
|
3446
3469
|
cost: {
|
|
3447
3470
|
input: number;
|
|
@@ -3452,14 +3475,17 @@ export declare const MODELS: {
|
|
|
3452
3475
|
contextWindow: number;
|
|
3453
3476
|
maxTokens: number;
|
|
3454
3477
|
};
|
|
3455
|
-
readonly "gpt-
|
|
3478
|
+
readonly "gpt-5-nano": {
|
|
3456
3479
|
id: string;
|
|
3457
3480
|
name: string;
|
|
3458
3481
|
api: "openai-responses";
|
|
3459
3482
|
provider: string;
|
|
3460
3483
|
baseUrl: string;
|
|
3461
|
-
reasoning:
|
|
3462
|
-
|
|
3484
|
+
reasoning: true;
|
|
3485
|
+
thinkingLevelMap: {
|
|
3486
|
+
off: null;
|
|
3487
|
+
};
|
|
3488
|
+
input: ("image" | "text")[];
|
|
3463
3489
|
cost: {
|
|
3464
3490
|
input: number;
|
|
3465
3491
|
output: number;
|
|
@@ -3469,13 +3495,16 @@ export declare const MODELS: {
|
|
|
3469
3495
|
contextWindow: number;
|
|
3470
3496
|
maxTokens: number;
|
|
3471
3497
|
};
|
|
3472
|
-
readonly "gpt-
|
|
3498
|
+
readonly "gpt-5-pro": {
|
|
3473
3499
|
id: string;
|
|
3474
3500
|
name: string;
|
|
3475
3501
|
api: "openai-responses";
|
|
3476
3502
|
provider: string;
|
|
3477
3503
|
baseUrl: string;
|
|
3478
|
-
reasoning:
|
|
3504
|
+
reasoning: true;
|
|
3505
|
+
thinkingLevelMap: {
|
|
3506
|
+
off: null;
|
|
3507
|
+
};
|
|
3479
3508
|
input: ("image" | "text")[];
|
|
3480
3509
|
cost: {
|
|
3481
3510
|
input: number;
|
|
@@ -3486,13 +3515,16 @@ export declare const MODELS: {
|
|
|
3486
3515
|
contextWindow: number;
|
|
3487
3516
|
maxTokens: number;
|
|
3488
3517
|
};
|
|
3489
|
-
readonly "gpt-
|
|
3518
|
+
readonly "gpt-5.1": {
|
|
3490
3519
|
id: string;
|
|
3491
3520
|
name: string;
|
|
3492
3521
|
api: "openai-responses";
|
|
3493
3522
|
provider: string;
|
|
3494
3523
|
baseUrl: string;
|
|
3495
|
-
reasoning:
|
|
3524
|
+
reasoning: true;
|
|
3525
|
+
thinkingLevelMap: {
|
|
3526
|
+
off: null;
|
|
3527
|
+
};
|
|
3496
3528
|
input: ("image" | "text")[];
|
|
3497
3529
|
cost: {
|
|
3498
3530
|
input: number;
|
|
@@ -3503,7 +3535,7 @@ export declare const MODELS: {
|
|
|
3503
3535
|
contextWindow: number;
|
|
3504
3536
|
maxTokens: number;
|
|
3505
3537
|
};
|
|
3506
|
-
readonly "gpt-5.
|
|
3538
|
+
readonly "gpt-5.2": {
|
|
3507
3539
|
id: string;
|
|
3508
3540
|
name: string;
|
|
3509
3541
|
api: "openai-responses";
|
|
@@ -3512,6 +3544,7 @@ export declare const MODELS: {
|
|
|
3512
3544
|
reasoning: true;
|
|
3513
3545
|
thinkingLevelMap: {
|
|
3514
3546
|
off: null;
|
|
3547
|
+
xhigh: string;
|
|
3515
3548
|
};
|
|
3516
3549
|
input: ("image" | "text")[];
|
|
3517
3550
|
cost: {
|
|
@@ -3523,7 +3556,7 @@ export declare const MODELS: {
|
|
|
3523
3556
|
contextWindow: number;
|
|
3524
3557
|
maxTokens: number;
|
|
3525
3558
|
};
|
|
3526
|
-
readonly "gpt-5.
|
|
3559
|
+
readonly "gpt-5.2-chat-latest": {
|
|
3527
3560
|
id: string;
|
|
3528
3561
|
name: string;
|
|
3529
3562
|
api: "openai-responses";
|
|
@@ -3532,6 +3565,7 @@ export declare const MODELS: {
|
|
|
3532
3565
|
reasoning: true;
|
|
3533
3566
|
thinkingLevelMap: {
|
|
3534
3567
|
off: null;
|
|
3568
|
+
xhigh: string;
|
|
3535
3569
|
};
|
|
3536
3570
|
input: ("image" | "text")[];
|
|
3537
3571
|
cost: {
|
|
@@ -3543,7 +3577,7 @@ export declare const MODELS: {
|
|
|
3543
3577
|
contextWindow: number;
|
|
3544
3578
|
maxTokens: number;
|
|
3545
3579
|
};
|
|
3546
|
-
readonly "gpt-5.2": {
|
|
3580
|
+
readonly "gpt-5.2-pro": {
|
|
3547
3581
|
id: string;
|
|
3548
3582
|
name: string;
|
|
3549
3583
|
api: "openai-responses";
|
|
@@ -3564,13 +3598,13 @@ export declare const MODELS: {
|
|
|
3564
3598
|
contextWindow: number;
|
|
3565
3599
|
maxTokens: number;
|
|
3566
3600
|
};
|
|
3567
|
-
readonly "gpt-5.
|
|
3601
|
+
readonly "gpt-5.3-chat-latest": {
|
|
3568
3602
|
id: string;
|
|
3569
3603
|
name: string;
|
|
3570
3604
|
api: "openai-responses";
|
|
3571
3605
|
provider: string;
|
|
3572
3606
|
baseUrl: string;
|
|
3573
|
-
reasoning:
|
|
3607
|
+
reasoning: false;
|
|
3574
3608
|
thinkingLevelMap: {
|
|
3575
3609
|
off: null;
|
|
3576
3610
|
xhigh: string;
|
|
@@ -3606,7 +3640,7 @@ export declare const MODELS: {
|
|
|
3606
3640
|
contextWindow: number;
|
|
3607
3641
|
maxTokens: number;
|
|
3608
3642
|
};
|
|
3609
|
-
readonly "gpt-5.
|
|
3643
|
+
readonly "gpt-5.3-codex-spark": {
|
|
3610
3644
|
id: string;
|
|
3611
3645
|
name: string;
|
|
3612
3646
|
api: "openai-responses";
|
|
@@ -3627,7 +3661,7 @@ export declare const MODELS: {
|
|
|
3627
3661
|
contextWindow: number;
|
|
3628
3662
|
maxTokens: number;
|
|
3629
3663
|
};
|
|
3630
|
-
readonly "gpt-5.
|
|
3664
|
+
readonly "gpt-5.4": {
|
|
3631
3665
|
id: string;
|
|
3632
3666
|
name: string;
|
|
3633
3667
|
api: "openai-responses";
|
|
@@ -3648,7 +3682,7 @@ export declare const MODELS: {
|
|
|
3648
3682
|
contextWindow: number;
|
|
3649
3683
|
maxTokens: number;
|
|
3650
3684
|
};
|
|
3651
|
-
readonly "gpt-5.
|
|
3685
|
+
readonly "gpt-5.4-mini": {
|
|
3652
3686
|
id: string;
|
|
3653
3687
|
name: string;
|
|
3654
3688
|
api: "openai-responses";
|
|
@@ -3657,6 +3691,7 @@ export declare const MODELS: {
|
|
|
3657
3691
|
reasoning: true;
|
|
3658
3692
|
thinkingLevelMap: {
|
|
3659
3693
|
off: null;
|
|
3694
|
+
xhigh: string;
|
|
3660
3695
|
};
|
|
3661
3696
|
input: ("image" | "text")[];
|
|
3662
3697
|
cost: {
|
|
@@ -3668,7 +3703,7 @@ export declare const MODELS: {
|
|
|
3668
3703
|
contextWindow: number;
|
|
3669
3704
|
maxTokens: number;
|
|
3670
3705
|
};
|
|
3671
|
-
readonly "gpt-5.
|
|
3706
|
+
readonly "gpt-5.4-nano": {
|
|
3672
3707
|
id: string;
|
|
3673
3708
|
name: string;
|
|
3674
3709
|
api: "openai-responses";
|
|
@@ -3677,6 +3712,7 @@ export declare const MODELS: {
|
|
|
3677
3712
|
reasoning: true;
|
|
3678
3713
|
thinkingLevelMap: {
|
|
3679
3714
|
off: null;
|
|
3715
|
+
xhigh: string;
|
|
3680
3716
|
};
|
|
3681
3717
|
input: ("image" | "text")[];
|
|
3682
3718
|
cost: {
|
|
@@ -3688,7 +3724,7 @@ export declare const MODELS: {
|
|
|
3688
3724
|
contextWindow: number;
|
|
3689
3725
|
maxTokens: number;
|
|
3690
3726
|
};
|
|
3691
|
-
readonly "gpt-5.
|
|
3727
|
+
readonly "gpt-5.4-pro": {
|
|
3692
3728
|
id: string;
|
|
3693
3729
|
name: string;
|
|
3694
3730
|
api: "openai-responses";
|
|
@@ -3697,6 +3733,7 @@ export declare const MODELS: {
|
|
|
3697
3733
|
reasoning: true;
|
|
3698
3734
|
thinkingLevelMap: {
|
|
3699
3735
|
off: null;
|
|
3736
|
+
xhigh: string;
|
|
3700
3737
|
};
|
|
3701
3738
|
input: ("image" | "text")[];
|
|
3702
3739
|
cost: {
|
|
@@ -3708,13 +3745,17 @@ export declare const MODELS: {
|
|
|
3708
3745
|
contextWindow: number;
|
|
3709
3746
|
maxTokens: number;
|
|
3710
3747
|
};
|
|
3711
|
-
readonly
|
|
3748
|
+
readonly "gpt-5.5": {
|
|
3712
3749
|
id: string;
|
|
3713
3750
|
name: string;
|
|
3714
3751
|
api: "openai-responses";
|
|
3715
3752
|
provider: string;
|
|
3716
3753
|
baseUrl: string;
|
|
3717
3754
|
reasoning: true;
|
|
3755
|
+
thinkingLevelMap: {
|
|
3756
|
+
off: null;
|
|
3757
|
+
xhigh: string;
|
|
3758
|
+
};
|
|
3718
3759
|
input: ("image" | "text")[];
|
|
3719
3760
|
cost: {
|
|
3720
3761
|
input: number;
|
|
@@ -3725,13 +3766,17 @@ export declare const MODELS: {
|
|
|
3725
3766
|
contextWindow: number;
|
|
3726
3767
|
maxTokens: number;
|
|
3727
3768
|
};
|
|
3728
|
-
readonly
|
|
3769
|
+
readonly "gpt-5.5-pro": {
|
|
3729
3770
|
id: string;
|
|
3730
3771
|
name: string;
|
|
3731
3772
|
api: "openai-responses";
|
|
3732
3773
|
provider: string;
|
|
3733
3774
|
baseUrl: string;
|
|
3734
3775
|
reasoning: true;
|
|
3776
|
+
thinkingLevelMap: {
|
|
3777
|
+
off: null;
|
|
3778
|
+
xhigh: string;
|
|
3779
|
+
};
|
|
3735
3780
|
input: ("image" | "text")[];
|
|
3736
3781
|
cost: {
|
|
3737
3782
|
input: number;
|
|
@@ -3742,14 +3787,17 @@ export declare const MODELS: {
|
|
|
3742
3787
|
contextWindow: number;
|
|
3743
3788
|
maxTokens: number;
|
|
3744
3789
|
};
|
|
3745
|
-
readonly "
|
|
3790
|
+
readonly "gpt-5.6": {
|
|
3746
3791
|
id: string;
|
|
3747
3792
|
name: string;
|
|
3748
3793
|
api: "openai-responses";
|
|
3749
3794
|
provider: string;
|
|
3750
3795
|
baseUrl: string;
|
|
3751
3796
|
reasoning: true;
|
|
3752
|
-
|
|
3797
|
+
thinkingLevelMap: {
|
|
3798
|
+
off: null;
|
|
3799
|
+
};
|
|
3800
|
+
input: ("image" | "text")[];
|
|
3753
3801
|
cost: {
|
|
3754
3802
|
input: number;
|
|
3755
3803
|
output: number;
|
|
@@ -3759,13 +3807,16 @@ export declare const MODELS: {
|
|
|
3759
3807
|
contextWindow: number;
|
|
3760
3808
|
maxTokens: number;
|
|
3761
3809
|
};
|
|
3762
|
-
readonly "
|
|
3810
|
+
readonly "gpt-5.6-luna": {
|
|
3763
3811
|
id: string;
|
|
3764
3812
|
name: string;
|
|
3765
3813
|
api: "openai-responses";
|
|
3766
3814
|
provider: string;
|
|
3767
3815
|
baseUrl: string;
|
|
3768
3816
|
reasoning: true;
|
|
3817
|
+
thinkingLevelMap: {
|
|
3818
|
+
off: null;
|
|
3819
|
+
};
|
|
3769
3820
|
input: ("image" | "text")[];
|
|
3770
3821
|
cost: {
|
|
3771
3822
|
input: number;
|
|
@@ -3776,13 +3827,16 @@ export declare const MODELS: {
|
|
|
3776
3827
|
contextWindow: number;
|
|
3777
3828
|
maxTokens: number;
|
|
3778
3829
|
};
|
|
3779
|
-
readonly "
|
|
3830
|
+
readonly "gpt-5.6-sol": {
|
|
3780
3831
|
id: string;
|
|
3781
3832
|
name: string;
|
|
3782
3833
|
api: "openai-responses";
|
|
3783
3834
|
provider: string;
|
|
3784
3835
|
baseUrl: string;
|
|
3785
3836
|
reasoning: true;
|
|
3837
|
+
thinkingLevelMap: {
|
|
3838
|
+
off: null;
|
|
3839
|
+
};
|
|
3786
3840
|
input: ("image" | "text")[];
|
|
3787
3841
|
cost: {
|
|
3788
3842
|
input: number;
|
|
@@ -3793,16 +3847,16 @@ export declare const MODELS: {
|
|
|
3793
3847
|
contextWindow: number;
|
|
3794
3848
|
maxTokens: number;
|
|
3795
3849
|
};
|
|
3796
|
-
readonly "
|
|
3850
|
+
readonly "gpt-5.6-terra": {
|
|
3797
3851
|
id: string;
|
|
3798
3852
|
name: string;
|
|
3799
|
-
api: "openai-
|
|
3853
|
+
api: "openai-responses";
|
|
3800
3854
|
provider: string;
|
|
3801
3855
|
baseUrl: string;
|
|
3802
|
-
compat: {
|
|
3803
|
-
sendSessionAffinityHeaders: true;
|
|
3804
|
-
};
|
|
3805
3856
|
reasoning: true;
|
|
3857
|
+
thinkingLevelMap: {
|
|
3858
|
+
off: null;
|
|
3859
|
+
};
|
|
3806
3860
|
input: ("image" | "text")[];
|
|
3807
3861
|
cost: {
|
|
3808
3862
|
input: number;
|
|
@@ -3813,15 +3867,12 @@ export declare const MODELS: {
|
|
|
3813
3867
|
contextWindow: number;
|
|
3814
3868
|
maxTokens: number;
|
|
3815
3869
|
};
|
|
3816
|
-
readonly
|
|
3870
|
+
readonly o1: {
|
|
3817
3871
|
id: string;
|
|
3818
3872
|
name: string;
|
|
3819
|
-
api: "openai-
|
|
3873
|
+
api: "openai-responses";
|
|
3820
3874
|
provider: string;
|
|
3821
3875
|
baseUrl: string;
|
|
3822
|
-
compat: {
|
|
3823
|
-
sendSessionAffinityHeaders: true;
|
|
3824
|
-
};
|
|
3825
3876
|
reasoning: true;
|
|
3826
3877
|
input: ("image" | "text")[];
|
|
3827
3878
|
cost: {
|
|
@@ -3833,17 +3884,14 @@ export declare const MODELS: {
|
|
|
3833
3884
|
contextWindow: number;
|
|
3834
3885
|
maxTokens: number;
|
|
3835
3886
|
};
|
|
3836
|
-
readonly "
|
|
3887
|
+
readonly "o1-pro": {
|
|
3837
3888
|
id: string;
|
|
3838
3889
|
name: string;
|
|
3839
|
-
api: "openai-
|
|
3890
|
+
api: "openai-responses";
|
|
3840
3891
|
provider: string;
|
|
3841
3892
|
baseUrl: string;
|
|
3842
|
-
compat: {
|
|
3843
|
-
sendSessionAffinityHeaders: true;
|
|
3844
|
-
};
|
|
3845
3893
|
reasoning: true;
|
|
3846
|
-
input: "text"[];
|
|
3894
|
+
input: ("image" | "text")[];
|
|
3847
3895
|
cost: {
|
|
3848
3896
|
input: number;
|
|
3849
3897
|
output: number;
|
|
@@ -3853,17 +3901,14 @@ export declare const MODELS: {
|
|
|
3853
3901
|
contextWindow: number;
|
|
3854
3902
|
maxTokens: number;
|
|
3855
3903
|
};
|
|
3856
|
-
readonly
|
|
3904
|
+
readonly o3: {
|
|
3857
3905
|
id: string;
|
|
3858
3906
|
name: string;
|
|
3859
|
-
api: "openai-
|
|
3907
|
+
api: "openai-responses";
|
|
3860
3908
|
provider: string;
|
|
3861
3909
|
baseUrl: string;
|
|
3862
|
-
compat: {
|
|
3863
|
-
sendSessionAffinityHeaders: true;
|
|
3864
|
-
};
|
|
3865
3910
|
reasoning: true;
|
|
3866
|
-
input: "text"[];
|
|
3911
|
+
input: ("image" | "text")[];
|
|
3867
3912
|
cost: {
|
|
3868
3913
|
input: number;
|
|
3869
3914
|
output: number;
|
|
@@ -3873,15 +3918,12 @@ export declare const MODELS: {
|
|
|
3873
3918
|
contextWindow: number;
|
|
3874
3919
|
maxTokens: number;
|
|
3875
3920
|
};
|
|
3876
|
-
readonly "
|
|
3921
|
+
readonly "o3-mini": {
|
|
3877
3922
|
id: string;
|
|
3878
3923
|
name: string;
|
|
3879
|
-
api: "openai-
|
|
3924
|
+
api: "openai-responses";
|
|
3880
3925
|
provider: string;
|
|
3881
3926
|
baseUrl: string;
|
|
3882
|
-
compat: {
|
|
3883
|
-
sendSessionAffinityHeaders: true;
|
|
3884
|
-
};
|
|
3885
3927
|
reasoning: true;
|
|
3886
3928
|
input: "text"[];
|
|
3887
3929
|
cost: {
|
|
@@ -3893,17 +3935,12 @@ export declare const MODELS: {
|
|
|
3893
3935
|
contextWindow: number;
|
|
3894
3936
|
maxTokens: number;
|
|
3895
3937
|
};
|
|
3896
|
-
|
|
3897
|
-
readonly "cloudflare-workers-ai": {
|
|
3898
|
-
readonly "@cf/google/gemma-4-26b-a4b-it": {
|
|
3938
|
+
readonly "o3-pro": {
|
|
3899
3939
|
id: string;
|
|
3900
3940
|
name: string;
|
|
3901
|
-
api: "openai-
|
|
3941
|
+
api: "openai-responses";
|
|
3902
3942
|
provider: string;
|
|
3903
3943
|
baseUrl: string;
|
|
3904
|
-
compat: {
|
|
3905
|
-
sendSessionAffinityHeaders: true;
|
|
3906
|
-
};
|
|
3907
3944
|
reasoning: true;
|
|
3908
3945
|
input: ("image" | "text")[];
|
|
3909
3946
|
cost: {
|
|
@@ -3915,17 +3952,14 @@ export declare const MODELS: {
|
|
|
3915
3952
|
contextWindow: number;
|
|
3916
3953
|
maxTokens: number;
|
|
3917
3954
|
};
|
|
3918
|
-
readonly "
|
|
3955
|
+
readonly "o4-mini": {
|
|
3919
3956
|
id: string;
|
|
3920
3957
|
name: string;
|
|
3921
|
-
api: "openai-
|
|
3958
|
+
api: "openai-responses";
|
|
3922
3959
|
provider: string;
|
|
3923
3960
|
baseUrl: string;
|
|
3924
|
-
|
|
3925
|
-
|
|
3926
|
-
};
|
|
3927
|
-
reasoning: false;
|
|
3928
|
-
input: "text"[];
|
|
3961
|
+
reasoning: true;
|
|
3962
|
+
input: ("image" | "text")[];
|
|
3929
3963
|
cost: {
|
|
3930
3964
|
input: number;
|
|
3931
3965
|
output: number;
|
|
@@ -3935,7 +3969,7 @@ export declare const MODELS: {
|
|
|
3935
3969
|
contextWindow: number;
|
|
3936
3970
|
maxTokens: number;
|
|
3937
3971
|
};
|
|
3938
|
-
readonly "
|
|
3972
|
+
readonly "workers-ai/@cf/google/gemma-4-26b-a4b-it": {
|
|
3939
3973
|
id: string;
|
|
3940
3974
|
name: string;
|
|
3941
3975
|
api: "openai-completions";
|
|
@@ -3944,8 +3978,368 @@ export declare const MODELS: {
|
|
|
3944
3978
|
compat: {
|
|
3945
3979
|
sendSessionAffinityHeaders: true;
|
|
3946
3980
|
};
|
|
3947
|
-
reasoning:
|
|
3948
|
-
input: "text"[];
|
|
3981
|
+
reasoning: true;
|
|
3982
|
+
input: ("image" | "text")[];
|
|
3983
|
+
cost: {
|
|
3984
|
+
input: number;
|
|
3985
|
+
output: number;
|
|
3986
|
+
cacheRead: number;
|
|
3987
|
+
cacheWrite: number;
|
|
3988
|
+
};
|
|
3989
|
+
contextWindow: number;
|
|
3990
|
+
maxTokens: number;
|
|
3991
|
+
};
|
|
3992
|
+
readonly "workers-ai/@cf/ibm-granite/granite-4.0-h-micro": {
|
|
3993
|
+
id: string;
|
|
3994
|
+
name: string;
|
|
3995
|
+
api: "openai-completions";
|
|
3996
|
+
provider: string;
|
|
3997
|
+
baseUrl: string;
|
|
3998
|
+
compat: {
|
|
3999
|
+
sendSessionAffinityHeaders: true;
|
|
4000
|
+
};
|
|
4001
|
+
reasoning: false;
|
|
4002
|
+
input: "text"[];
|
|
4003
|
+
cost: {
|
|
4004
|
+
input: number;
|
|
4005
|
+
output: number;
|
|
4006
|
+
cacheRead: number;
|
|
4007
|
+
cacheWrite: number;
|
|
4008
|
+
};
|
|
4009
|
+
contextWindow: number;
|
|
4010
|
+
maxTokens: number;
|
|
4011
|
+
};
|
|
4012
|
+
readonly "workers-ai/@cf/meta/llama-3.3-70b-instruct-fp8-fast": {
|
|
4013
|
+
id: string;
|
|
4014
|
+
name: string;
|
|
4015
|
+
api: "openai-completions";
|
|
4016
|
+
provider: string;
|
|
4017
|
+
baseUrl: string;
|
|
4018
|
+
compat: {
|
|
4019
|
+
sendSessionAffinityHeaders: true;
|
|
4020
|
+
};
|
|
4021
|
+
reasoning: false;
|
|
4022
|
+
input: "text"[];
|
|
4023
|
+
cost: {
|
|
4024
|
+
input: number;
|
|
4025
|
+
output: number;
|
|
4026
|
+
cacheRead: number;
|
|
4027
|
+
cacheWrite: number;
|
|
4028
|
+
};
|
|
4029
|
+
contextWindow: number;
|
|
4030
|
+
maxTokens: number;
|
|
4031
|
+
};
|
|
4032
|
+
readonly "workers-ai/@cf/meta/llama-4-scout-17b-16e-instruct": {
|
|
4033
|
+
id: string;
|
|
4034
|
+
name: string;
|
|
4035
|
+
api: "openai-completions";
|
|
4036
|
+
provider: string;
|
|
4037
|
+
baseUrl: string;
|
|
4038
|
+
compat: {
|
|
4039
|
+
sendSessionAffinityHeaders: true;
|
|
4040
|
+
};
|
|
4041
|
+
reasoning: false;
|
|
4042
|
+
input: ("image" | "text")[];
|
|
4043
|
+
cost: {
|
|
4044
|
+
input: number;
|
|
4045
|
+
output: number;
|
|
4046
|
+
cacheRead: number;
|
|
4047
|
+
cacheWrite: number;
|
|
4048
|
+
};
|
|
4049
|
+
contextWindow: number;
|
|
4050
|
+
maxTokens: number;
|
|
4051
|
+
};
|
|
4052
|
+
readonly "workers-ai/@cf/mistralai/mistral-small-3.1-24b-instruct": {
|
|
4053
|
+
id: string;
|
|
4054
|
+
name: string;
|
|
4055
|
+
api: "openai-completions";
|
|
4056
|
+
provider: string;
|
|
4057
|
+
baseUrl: string;
|
|
4058
|
+
compat: {
|
|
4059
|
+
sendSessionAffinityHeaders: true;
|
|
4060
|
+
};
|
|
4061
|
+
reasoning: false;
|
|
4062
|
+
input: "text"[];
|
|
4063
|
+
cost: {
|
|
4064
|
+
input: number;
|
|
4065
|
+
output: number;
|
|
4066
|
+
cacheRead: number;
|
|
4067
|
+
cacheWrite: number;
|
|
4068
|
+
};
|
|
4069
|
+
contextWindow: number;
|
|
4070
|
+
maxTokens: number;
|
|
4071
|
+
};
|
|
4072
|
+
readonly "workers-ai/@cf/moonshotai/kimi-k2.6": {
|
|
4073
|
+
id: string;
|
|
4074
|
+
name: string;
|
|
4075
|
+
api: "openai-completions";
|
|
4076
|
+
provider: string;
|
|
4077
|
+
baseUrl: string;
|
|
4078
|
+
compat: {
|
|
4079
|
+
sendSessionAffinityHeaders: true;
|
|
4080
|
+
};
|
|
4081
|
+
reasoning: true;
|
|
4082
|
+
input: ("image" | "text")[];
|
|
4083
|
+
cost: {
|
|
4084
|
+
input: number;
|
|
4085
|
+
output: number;
|
|
4086
|
+
cacheRead: number;
|
|
4087
|
+
cacheWrite: number;
|
|
4088
|
+
};
|
|
4089
|
+
contextWindow: number;
|
|
4090
|
+
maxTokens: number;
|
|
4091
|
+
};
|
|
4092
|
+
readonly "workers-ai/@cf/moonshotai/kimi-k2.7-code": {
|
|
4093
|
+
id: string;
|
|
4094
|
+
name: string;
|
|
4095
|
+
api: "openai-completions";
|
|
4096
|
+
provider: string;
|
|
4097
|
+
baseUrl: string;
|
|
4098
|
+
compat: {
|
|
4099
|
+
sendSessionAffinityHeaders: true;
|
|
4100
|
+
};
|
|
4101
|
+
reasoning: true;
|
|
4102
|
+
input: ("image" | "text")[];
|
|
4103
|
+
cost: {
|
|
4104
|
+
input: number;
|
|
4105
|
+
output: number;
|
|
4106
|
+
cacheRead: number;
|
|
4107
|
+
cacheWrite: number;
|
|
4108
|
+
};
|
|
4109
|
+
contextWindow: number;
|
|
4110
|
+
maxTokens: number;
|
|
4111
|
+
};
|
|
4112
|
+
readonly "workers-ai/@cf/nvidia/nemotron-3-120b-a12b": {
|
|
4113
|
+
id: string;
|
|
4114
|
+
name: string;
|
|
4115
|
+
api: "openai-completions";
|
|
4116
|
+
provider: string;
|
|
4117
|
+
baseUrl: string;
|
|
4118
|
+
compat: {
|
|
4119
|
+
sendSessionAffinityHeaders: true;
|
|
4120
|
+
};
|
|
4121
|
+
reasoning: true;
|
|
4122
|
+
input: "text"[];
|
|
4123
|
+
cost: {
|
|
4124
|
+
input: number;
|
|
4125
|
+
output: number;
|
|
4126
|
+
cacheRead: number;
|
|
4127
|
+
cacheWrite: number;
|
|
4128
|
+
};
|
|
4129
|
+
contextWindow: number;
|
|
4130
|
+
maxTokens: number;
|
|
4131
|
+
};
|
|
4132
|
+
readonly "workers-ai/@cf/openai/gpt-oss-120b": {
|
|
4133
|
+
id: string;
|
|
4134
|
+
name: string;
|
|
4135
|
+
api: "openai-completions";
|
|
4136
|
+
provider: string;
|
|
4137
|
+
baseUrl: string;
|
|
4138
|
+
compat: {
|
|
4139
|
+
sendSessionAffinityHeaders: true;
|
|
4140
|
+
};
|
|
4141
|
+
reasoning: true;
|
|
4142
|
+
input: "text"[];
|
|
4143
|
+
cost: {
|
|
4144
|
+
input: number;
|
|
4145
|
+
output: number;
|
|
4146
|
+
cacheRead: number;
|
|
4147
|
+
cacheWrite: number;
|
|
4148
|
+
};
|
|
4149
|
+
contextWindow: number;
|
|
4150
|
+
maxTokens: number;
|
|
4151
|
+
};
|
|
4152
|
+
readonly "workers-ai/@cf/openai/gpt-oss-20b": {
|
|
4153
|
+
id: string;
|
|
4154
|
+
name: string;
|
|
4155
|
+
api: "openai-completions";
|
|
4156
|
+
provider: string;
|
|
4157
|
+
baseUrl: string;
|
|
4158
|
+
compat: {
|
|
4159
|
+
sendSessionAffinityHeaders: true;
|
|
4160
|
+
};
|
|
4161
|
+
reasoning: true;
|
|
4162
|
+
input: "text"[];
|
|
4163
|
+
cost: {
|
|
4164
|
+
input: number;
|
|
4165
|
+
output: number;
|
|
4166
|
+
cacheRead: number;
|
|
4167
|
+
cacheWrite: number;
|
|
4168
|
+
};
|
|
4169
|
+
contextWindow: number;
|
|
4170
|
+
maxTokens: number;
|
|
4171
|
+
};
|
|
4172
|
+
readonly "workers-ai/@cf/qwen/qwen3-30b-a3b-fp8": {
|
|
4173
|
+
id: string;
|
|
4174
|
+
name: string;
|
|
4175
|
+
api: "openai-completions";
|
|
4176
|
+
provider: string;
|
|
4177
|
+
baseUrl: string;
|
|
4178
|
+
compat: {
|
|
4179
|
+
sendSessionAffinityHeaders: true;
|
|
4180
|
+
};
|
|
4181
|
+
reasoning: true;
|
|
4182
|
+
input: "text"[];
|
|
4183
|
+
cost: {
|
|
4184
|
+
input: number;
|
|
4185
|
+
output: number;
|
|
4186
|
+
cacheRead: number;
|
|
4187
|
+
cacheWrite: number;
|
|
4188
|
+
};
|
|
4189
|
+
contextWindow: number;
|
|
4190
|
+
maxTokens: number;
|
|
4191
|
+
};
|
|
4192
|
+
readonly "workers-ai/@cf/zai-org/glm-4.7-flash": {
|
|
4193
|
+
id: string;
|
|
4194
|
+
name: string;
|
|
4195
|
+
api: "openai-completions";
|
|
4196
|
+
provider: string;
|
|
4197
|
+
baseUrl: string;
|
|
4198
|
+
compat: {
|
|
4199
|
+
sendSessionAffinityHeaders: true;
|
|
4200
|
+
};
|
|
4201
|
+
reasoning: true;
|
|
4202
|
+
input: "text"[];
|
|
4203
|
+
cost: {
|
|
4204
|
+
input: number;
|
|
4205
|
+
output: number;
|
|
4206
|
+
cacheRead: number;
|
|
4207
|
+
cacheWrite: number;
|
|
4208
|
+
};
|
|
4209
|
+
contextWindow: number;
|
|
4210
|
+
maxTokens: number;
|
|
4211
|
+
};
|
|
4212
|
+
readonly "workers-ai/@cf/zai-org/glm-5.2": {
|
|
4213
|
+
id: string;
|
|
4214
|
+
name: string;
|
|
4215
|
+
api: "openai-completions";
|
|
4216
|
+
provider: string;
|
|
4217
|
+
baseUrl: string;
|
|
4218
|
+
compat: {
|
|
4219
|
+
sendSessionAffinityHeaders: true;
|
|
4220
|
+
};
|
|
4221
|
+
reasoning: true;
|
|
4222
|
+
input: "text"[];
|
|
4223
|
+
cost: {
|
|
4224
|
+
input: number;
|
|
4225
|
+
output: number;
|
|
4226
|
+
cacheRead: number;
|
|
4227
|
+
cacheWrite: number;
|
|
4228
|
+
};
|
|
4229
|
+
contextWindow: number;
|
|
4230
|
+
maxTokens: number;
|
|
4231
|
+
};
|
|
4232
|
+
};
|
|
4233
|
+
readonly "cloudflare-workers-ai": {
|
|
4234
|
+
readonly "@cf/deepseek-ai/deepseek-v4-flash-0731": {
|
|
4235
|
+
id: string;
|
|
4236
|
+
name: string;
|
|
4237
|
+
api: "openai-completions";
|
|
4238
|
+
provider: string;
|
|
4239
|
+
baseUrl: string;
|
|
4240
|
+
compat: {
|
|
4241
|
+
sendSessionAffinityHeaders: true;
|
|
4242
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
4243
|
+
thinkingFormat: "deepseek";
|
|
4244
|
+
};
|
|
4245
|
+
reasoning: true;
|
|
4246
|
+
thinkingLevelMap: {
|
|
4247
|
+
minimal: null;
|
|
4248
|
+
low: null;
|
|
4249
|
+
medium: null;
|
|
4250
|
+
high: string;
|
|
4251
|
+
xhigh: string;
|
|
4252
|
+
};
|
|
4253
|
+
input: "text"[];
|
|
4254
|
+
cost: {
|
|
4255
|
+
input: number;
|
|
4256
|
+
output: number;
|
|
4257
|
+
cacheRead: number;
|
|
4258
|
+
cacheWrite: number;
|
|
4259
|
+
};
|
|
4260
|
+
contextWindow: number;
|
|
4261
|
+
maxTokens: number;
|
|
4262
|
+
};
|
|
4263
|
+
readonly "@cf/deepseek-ai/deepseek-v4-pro-0813": {
|
|
4264
|
+
id: string;
|
|
4265
|
+
name: string;
|
|
4266
|
+
api: "openai-completions";
|
|
4267
|
+
provider: string;
|
|
4268
|
+
baseUrl: string;
|
|
4269
|
+
compat: {
|
|
4270
|
+
sendSessionAffinityHeaders: true;
|
|
4271
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
4272
|
+
thinkingFormat: "deepseek";
|
|
4273
|
+
};
|
|
4274
|
+
reasoning: true;
|
|
4275
|
+
thinkingLevelMap: {
|
|
4276
|
+
minimal: null;
|
|
4277
|
+
low: null;
|
|
4278
|
+
medium: null;
|
|
4279
|
+
high: string;
|
|
4280
|
+
xhigh: string;
|
|
4281
|
+
};
|
|
4282
|
+
input: "text"[];
|
|
4283
|
+
cost: {
|
|
4284
|
+
input: number;
|
|
4285
|
+
output: number;
|
|
4286
|
+
cacheRead: number;
|
|
4287
|
+
cacheWrite: number;
|
|
4288
|
+
};
|
|
4289
|
+
contextWindow: number;
|
|
4290
|
+
maxTokens: number;
|
|
4291
|
+
};
|
|
4292
|
+
readonly "@cf/google/gemma-4-26b-a4b-it": {
|
|
4293
|
+
id: string;
|
|
4294
|
+
name: string;
|
|
4295
|
+
api: "openai-completions";
|
|
4296
|
+
provider: string;
|
|
4297
|
+
baseUrl: string;
|
|
4298
|
+
compat: {
|
|
4299
|
+
sendSessionAffinityHeaders: true;
|
|
4300
|
+
};
|
|
4301
|
+
reasoning: true;
|
|
4302
|
+
input: ("image" | "text")[];
|
|
4303
|
+
cost: {
|
|
4304
|
+
input: number;
|
|
4305
|
+
output: number;
|
|
4306
|
+
cacheRead: number;
|
|
4307
|
+
cacheWrite: number;
|
|
4308
|
+
};
|
|
4309
|
+
contextWindow: number;
|
|
4310
|
+
maxTokens: number;
|
|
4311
|
+
};
|
|
4312
|
+
readonly "@cf/ibm-granite/granite-4.0-h-micro": {
|
|
4313
|
+
id: string;
|
|
4314
|
+
name: string;
|
|
4315
|
+
api: "openai-completions";
|
|
4316
|
+
provider: string;
|
|
4317
|
+
baseUrl: string;
|
|
4318
|
+
compat: {
|
|
4319
|
+
sendSessionAffinityHeaders: true;
|
|
4320
|
+
};
|
|
4321
|
+
reasoning: false;
|
|
4322
|
+
input: "text"[];
|
|
4323
|
+
cost: {
|
|
4324
|
+
input: number;
|
|
4325
|
+
output: number;
|
|
4326
|
+
cacheRead: number;
|
|
4327
|
+
cacheWrite: number;
|
|
4328
|
+
};
|
|
4329
|
+
contextWindow: number;
|
|
4330
|
+
maxTokens: number;
|
|
4331
|
+
};
|
|
4332
|
+
readonly "@cf/meta/llama-3.3-70b-instruct-fp8-fast": {
|
|
4333
|
+
id: string;
|
|
4334
|
+
name: string;
|
|
4335
|
+
api: "openai-completions";
|
|
4336
|
+
provider: string;
|
|
4337
|
+
baseUrl: string;
|
|
4338
|
+
compat: {
|
|
4339
|
+
sendSessionAffinityHeaders: true;
|
|
4340
|
+
};
|
|
4341
|
+
reasoning: false;
|
|
4342
|
+
input: "text"[];
|
|
3949
4343
|
cost: {
|
|
3950
4344
|
input: number;
|
|
3951
4345
|
output: number;
|
|
@@ -4095,15 +4489,149 @@ export declare const MODELS: {
|
|
|
4095
4489
|
contextWindow: number;
|
|
4096
4490
|
maxTokens: number;
|
|
4097
4491
|
};
|
|
4098
|
-
readonly "@cf/qwen/qwen3-30b-a3b-fp8": {
|
|
4492
|
+
readonly "@cf/qwen/qwen3-30b-a3b-fp8": {
|
|
4493
|
+
id: string;
|
|
4494
|
+
name: string;
|
|
4495
|
+
api: "openai-completions";
|
|
4496
|
+
provider: string;
|
|
4497
|
+
baseUrl: string;
|
|
4498
|
+
compat: {
|
|
4499
|
+
sendSessionAffinityHeaders: true;
|
|
4500
|
+
};
|
|
4501
|
+
reasoning: true;
|
|
4502
|
+
input: "text"[];
|
|
4503
|
+
cost: {
|
|
4504
|
+
input: number;
|
|
4505
|
+
output: number;
|
|
4506
|
+
cacheRead: number;
|
|
4507
|
+
cacheWrite: number;
|
|
4508
|
+
};
|
|
4509
|
+
contextWindow: number;
|
|
4510
|
+
maxTokens: number;
|
|
4511
|
+
};
|
|
4512
|
+
readonly "@cf/zai-org/glm-4.7-flash": {
|
|
4513
|
+
id: string;
|
|
4514
|
+
name: string;
|
|
4515
|
+
api: "openai-completions";
|
|
4516
|
+
provider: string;
|
|
4517
|
+
baseUrl: string;
|
|
4518
|
+
compat: {
|
|
4519
|
+
sendSessionAffinityHeaders: true;
|
|
4520
|
+
};
|
|
4521
|
+
reasoning: true;
|
|
4522
|
+
input: "text"[];
|
|
4523
|
+
cost: {
|
|
4524
|
+
input: number;
|
|
4525
|
+
output: number;
|
|
4526
|
+
cacheRead: number;
|
|
4527
|
+
cacheWrite: number;
|
|
4528
|
+
};
|
|
4529
|
+
contextWindow: number;
|
|
4530
|
+
maxTokens: number;
|
|
4531
|
+
};
|
|
4532
|
+
readonly "@cf/zai-org/glm-5.2": {
|
|
4533
|
+
id: string;
|
|
4534
|
+
name: string;
|
|
4535
|
+
api: "openai-completions";
|
|
4536
|
+
provider: string;
|
|
4537
|
+
baseUrl: string;
|
|
4538
|
+
compat: {
|
|
4539
|
+
sendSessionAffinityHeaders: true;
|
|
4540
|
+
};
|
|
4541
|
+
reasoning: true;
|
|
4542
|
+
input: "text"[];
|
|
4543
|
+
cost: {
|
|
4544
|
+
input: number;
|
|
4545
|
+
output: number;
|
|
4546
|
+
cacheRead: number;
|
|
4547
|
+
cacheWrite: number;
|
|
4548
|
+
};
|
|
4549
|
+
contextWindow: number;
|
|
4550
|
+
maxTokens: number;
|
|
4551
|
+
};
|
|
4552
|
+
};
|
|
4553
|
+
readonly deepseek: {
|
|
4554
|
+
readonly "deepseek-v4-flash": {
|
|
4555
|
+
id: string;
|
|
4556
|
+
name: string;
|
|
4557
|
+
api: "openai-completions";
|
|
4558
|
+
provider: string;
|
|
4559
|
+
baseUrl: string;
|
|
4560
|
+
compat: {
|
|
4561
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
4562
|
+
thinkingFormat: "deepseek";
|
|
4563
|
+
};
|
|
4564
|
+
reasoning: true;
|
|
4565
|
+
thinkingLevelMap: {
|
|
4566
|
+
minimal: null;
|
|
4567
|
+
low: null;
|
|
4568
|
+
medium: null;
|
|
4569
|
+
high: string;
|
|
4570
|
+
xhigh: string;
|
|
4571
|
+
};
|
|
4572
|
+
input: "text"[];
|
|
4573
|
+
cost: {
|
|
4574
|
+
input: number;
|
|
4575
|
+
output: number;
|
|
4576
|
+
cacheRead: number;
|
|
4577
|
+
cacheWrite: number;
|
|
4578
|
+
};
|
|
4579
|
+
contextWindow: number;
|
|
4580
|
+
maxTokens: number;
|
|
4581
|
+
};
|
|
4582
|
+
readonly "deepseek-v4-pro": {
|
|
4583
|
+
id: string;
|
|
4584
|
+
name: string;
|
|
4585
|
+
api: "openai-completions";
|
|
4586
|
+
provider: string;
|
|
4587
|
+
baseUrl: string;
|
|
4588
|
+
compat: {
|
|
4589
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
4590
|
+
thinkingFormat: "deepseek";
|
|
4591
|
+
};
|
|
4592
|
+
reasoning: true;
|
|
4593
|
+
thinkingLevelMap: {
|
|
4594
|
+
minimal: null;
|
|
4595
|
+
low: null;
|
|
4596
|
+
medium: null;
|
|
4597
|
+
high: string;
|
|
4598
|
+
xhigh: string;
|
|
4599
|
+
};
|
|
4600
|
+
input: "text"[];
|
|
4601
|
+
cost: {
|
|
4602
|
+
input: number;
|
|
4603
|
+
output: number;
|
|
4604
|
+
cacheRead: number;
|
|
4605
|
+
cacheWrite: number;
|
|
4606
|
+
};
|
|
4607
|
+
contextWindow: number;
|
|
4608
|
+
maxTokens: number;
|
|
4609
|
+
};
|
|
4610
|
+
};
|
|
4611
|
+
readonly fireworks: {
|
|
4612
|
+
readonly "accounts/fireworks/models/deepseek-v4-flash": {
|
|
4613
|
+
id: string;
|
|
4614
|
+
name: string;
|
|
4615
|
+
api: "anthropic-messages";
|
|
4616
|
+
provider: string;
|
|
4617
|
+
baseUrl: string;
|
|
4618
|
+
reasoning: true;
|
|
4619
|
+
input: "text"[];
|
|
4620
|
+
cost: {
|
|
4621
|
+
input: number;
|
|
4622
|
+
output: number;
|
|
4623
|
+
cacheRead: number;
|
|
4624
|
+
cacheWrite: number;
|
|
4625
|
+
};
|
|
4626
|
+
contextWindow: number;
|
|
4627
|
+
maxTokens: number;
|
|
4628
|
+
};
|
|
4629
|
+
readonly "accounts/fireworks/models/deepseek-v4-flash-0731": {
|
|
4099
4630
|
id: string;
|
|
4100
4631
|
name: string;
|
|
4101
|
-
api: "
|
|
4632
|
+
api: "anthropic-messages";
|
|
4102
4633
|
provider: string;
|
|
4103
4634
|
baseUrl: string;
|
|
4104
|
-
compat: {
|
|
4105
|
-
sendSessionAffinityHeaders: true;
|
|
4106
|
-
};
|
|
4107
4635
|
reasoning: true;
|
|
4108
4636
|
input: "text"[];
|
|
4109
4637
|
cost: {
|
|
@@ -4115,15 +4643,12 @@ export declare const MODELS: {
|
|
|
4115
4643
|
contextWindow: number;
|
|
4116
4644
|
maxTokens: number;
|
|
4117
4645
|
};
|
|
4118
|
-
readonly "
|
|
4646
|
+
readonly "accounts/fireworks/models/deepseek-v4-pro": {
|
|
4119
4647
|
id: string;
|
|
4120
4648
|
name: string;
|
|
4121
|
-
api: "
|
|
4649
|
+
api: "anthropic-messages";
|
|
4122
4650
|
provider: string;
|
|
4123
4651
|
baseUrl: string;
|
|
4124
|
-
compat: {
|
|
4125
|
-
sendSessionAffinityHeaders: true;
|
|
4126
|
-
};
|
|
4127
4652
|
reasoning: true;
|
|
4128
4653
|
input: "text"[];
|
|
4129
4654
|
cost: {
|
|
@@ -4135,15 +4660,12 @@ export declare const MODELS: {
|
|
|
4135
4660
|
contextWindow: number;
|
|
4136
4661
|
maxTokens: number;
|
|
4137
4662
|
};
|
|
4138
|
-
readonly "
|
|
4663
|
+
readonly "accounts/fireworks/models/deepseek-v4-pro-0813": {
|
|
4139
4664
|
id: string;
|
|
4140
4665
|
name: string;
|
|
4141
|
-
api: "
|
|
4666
|
+
api: "anthropic-messages";
|
|
4142
4667
|
provider: string;
|
|
4143
4668
|
baseUrl: string;
|
|
4144
|
-
compat: {
|
|
4145
|
-
sendSessionAffinityHeaders: true;
|
|
4146
|
-
};
|
|
4147
4669
|
reasoning: true;
|
|
4148
4670
|
input: "text"[];
|
|
4149
4671
|
cost: {
|
|
@@ -4155,26 +4677,13 @@ export declare const MODELS: {
|
|
|
4155
4677
|
contextWindow: number;
|
|
4156
4678
|
maxTokens: number;
|
|
4157
4679
|
};
|
|
4158
|
-
|
|
4159
|
-
readonly deepseek: {
|
|
4160
|
-
readonly "deepseek-v4-flash": {
|
|
4680
|
+
readonly "accounts/fireworks/models/glm-5p2": {
|
|
4161
4681
|
id: string;
|
|
4162
4682
|
name: string;
|
|
4163
|
-
api: "
|
|
4683
|
+
api: "anthropic-messages";
|
|
4164
4684
|
provider: string;
|
|
4165
4685
|
baseUrl: string;
|
|
4166
|
-
compat: {
|
|
4167
|
-
requiresReasoningContentOnAssistantMessages: true;
|
|
4168
|
-
thinkingFormat: "deepseek";
|
|
4169
|
-
};
|
|
4170
4686
|
reasoning: true;
|
|
4171
|
-
thinkingLevelMap: {
|
|
4172
|
-
minimal: null;
|
|
4173
|
-
low: null;
|
|
4174
|
-
medium: null;
|
|
4175
|
-
high: string;
|
|
4176
|
-
xhigh: string;
|
|
4177
|
-
};
|
|
4178
4687
|
input: "text"[];
|
|
4179
4688
|
cost: {
|
|
4180
4689
|
input: number;
|
|
@@ -4185,24 +4694,13 @@ export declare const MODELS: {
|
|
|
4185
4694
|
contextWindow: number;
|
|
4186
4695
|
maxTokens: number;
|
|
4187
4696
|
};
|
|
4188
|
-
readonly "
|
|
4697
|
+
readonly "accounts/fireworks/models/gpt-oss-120b": {
|
|
4189
4698
|
id: string;
|
|
4190
4699
|
name: string;
|
|
4191
|
-
api: "
|
|
4700
|
+
api: "anthropic-messages";
|
|
4192
4701
|
provider: string;
|
|
4193
4702
|
baseUrl: string;
|
|
4194
|
-
compat: {
|
|
4195
|
-
requiresReasoningContentOnAssistantMessages: true;
|
|
4196
|
-
thinkingFormat: "deepseek";
|
|
4197
|
-
};
|
|
4198
4703
|
reasoning: true;
|
|
4199
|
-
thinkingLevelMap: {
|
|
4200
|
-
minimal: null;
|
|
4201
|
-
low: null;
|
|
4202
|
-
medium: null;
|
|
4203
|
-
high: string;
|
|
4204
|
-
xhigh: string;
|
|
4205
|
-
};
|
|
4206
4704
|
input: "text"[];
|
|
4207
4705
|
cost: {
|
|
4208
4706
|
input: number;
|
|
@@ -4213,9 +4711,7 @@ export declare const MODELS: {
|
|
|
4213
4711
|
contextWindow: number;
|
|
4214
4712
|
maxTokens: number;
|
|
4215
4713
|
};
|
|
4216
|
-
|
|
4217
|
-
readonly fireworks: {
|
|
4218
|
-
readonly "accounts/fireworks/models/deepseek-v4-flash": {
|
|
4714
|
+
readonly "accounts/fireworks/models/gpt-oss-20b": {
|
|
4219
4715
|
id: string;
|
|
4220
4716
|
name: string;
|
|
4221
4717
|
api: "anthropic-messages";
|
|
@@ -4232,14 +4728,14 @@ export declare const MODELS: {
|
|
|
4232
4728
|
contextWindow: number;
|
|
4233
4729
|
maxTokens: number;
|
|
4234
4730
|
};
|
|
4235
|
-
readonly "accounts/fireworks/models/
|
|
4731
|
+
readonly "accounts/fireworks/models/inkling": {
|
|
4236
4732
|
id: string;
|
|
4237
4733
|
name: string;
|
|
4238
4734
|
api: "anthropic-messages";
|
|
4239
4735
|
provider: string;
|
|
4240
4736
|
baseUrl: string;
|
|
4241
4737
|
reasoning: true;
|
|
4242
|
-
input: "text"[];
|
|
4738
|
+
input: ("image" | "text")[];
|
|
4243
4739
|
cost: {
|
|
4244
4740
|
input: number;
|
|
4245
4741
|
output: number;
|
|
@@ -4249,14 +4745,14 @@ export declare const MODELS: {
|
|
|
4249
4745
|
contextWindow: number;
|
|
4250
4746
|
maxTokens: number;
|
|
4251
4747
|
};
|
|
4252
|
-
readonly "accounts/fireworks/models/
|
|
4748
|
+
readonly "accounts/fireworks/models/kimi-k2p6": {
|
|
4253
4749
|
id: string;
|
|
4254
4750
|
name: string;
|
|
4255
4751
|
api: "anthropic-messages";
|
|
4256
4752
|
provider: string;
|
|
4257
4753
|
baseUrl: string;
|
|
4258
4754
|
reasoning: true;
|
|
4259
|
-
input: "text"[];
|
|
4755
|
+
input: ("image" | "text")[];
|
|
4260
4756
|
cost: {
|
|
4261
4757
|
input: number;
|
|
4262
4758
|
output: number;
|
|
@@ -4266,14 +4762,14 @@ export declare const MODELS: {
|
|
|
4266
4762
|
contextWindow: number;
|
|
4267
4763
|
maxTokens: number;
|
|
4268
4764
|
};
|
|
4269
|
-
readonly "accounts/fireworks/models/
|
|
4765
|
+
readonly "accounts/fireworks/models/kimi-k2p7-code": {
|
|
4270
4766
|
id: string;
|
|
4271
4767
|
name: string;
|
|
4272
4768
|
api: "anthropic-messages";
|
|
4273
4769
|
provider: string;
|
|
4274
4770
|
baseUrl: string;
|
|
4275
4771
|
reasoning: true;
|
|
4276
|
-
input: "text"[];
|
|
4772
|
+
input: ("image" | "text")[];
|
|
4277
4773
|
cost: {
|
|
4278
4774
|
input: number;
|
|
4279
4775
|
output: number;
|
|
@@ -4283,14 +4779,14 @@ export declare const MODELS: {
|
|
|
4283
4779
|
contextWindow: number;
|
|
4284
4780
|
maxTokens: number;
|
|
4285
4781
|
};
|
|
4286
|
-
readonly "accounts/fireworks/models/
|
|
4782
|
+
readonly "accounts/fireworks/models/kimi-k3": {
|
|
4287
4783
|
id: string;
|
|
4288
4784
|
name: string;
|
|
4289
4785
|
api: "anthropic-messages";
|
|
4290
4786
|
provider: string;
|
|
4291
4787
|
baseUrl: string;
|
|
4292
4788
|
reasoning: true;
|
|
4293
|
-
input: "text"[];
|
|
4789
|
+
input: ("image" | "text")[];
|
|
4294
4790
|
cost: {
|
|
4295
4791
|
input: number;
|
|
4296
4792
|
output: number;
|
|
@@ -4300,7 +4796,7 @@ export declare const MODELS: {
|
|
|
4300
4796
|
contextWindow: number;
|
|
4301
4797
|
maxTokens: number;
|
|
4302
4798
|
};
|
|
4303
|
-
readonly "accounts/fireworks/models/
|
|
4799
|
+
readonly "accounts/fireworks/models/minimax-m2p7": {
|
|
4304
4800
|
id: string;
|
|
4305
4801
|
name: string;
|
|
4306
4802
|
api: "anthropic-messages";
|
|
@@ -4317,7 +4813,7 @@ export declare const MODELS: {
|
|
|
4317
4813
|
contextWindow: number;
|
|
4318
4814
|
maxTokens: number;
|
|
4319
4815
|
};
|
|
4320
|
-
readonly "accounts/fireworks/models/
|
|
4816
|
+
readonly "accounts/fireworks/models/minimax-m3": {
|
|
4321
4817
|
id: string;
|
|
4322
4818
|
name: string;
|
|
4323
4819
|
api: "anthropic-messages";
|
|
@@ -4334,7 +4830,7 @@ export declare const MODELS: {
|
|
|
4334
4830
|
contextWindow: number;
|
|
4335
4831
|
maxTokens: number;
|
|
4336
4832
|
};
|
|
4337
|
-
readonly "accounts/fireworks/models/
|
|
4833
|
+
readonly "accounts/fireworks/models/muse-glimmer-30b": {
|
|
4338
4834
|
id: string;
|
|
4339
4835
|
name: string;
|
|
4340
4836
|
api: "anthropic-messages";
|
|
@@ -4351,14 +4847,14 @@ export declare const MODELS: {
|
|
|
4351
4847
|
contextWindow: number;
|
|
4352
4848
|
maxTokens: number;
|
|
4353
4849
|
};
|
|
4354
|
-
readonly "accounts/fireworks/models/
|
|
4850
|
+
readonly "accounts/fireworks/models/nemotron-3-ultra-nvfp4": {
|
|
4355
4851
|
id: string;
|
|
4356
4852
|
name: string;
|
|
4357
4853
|
api: "anthropic-messages";
|
|
4358
4854
|
provider: string;
|
|
4359
4855
|
baseUrl: string;
|
|
4360
4856
|
reasoning: true;
|
|
4361
|
-
input:
|
|
4857
|
+
input: "text"[];
|
|
4362
4858
|
cost: {
|
|
4363
4859
|
input: number;
|
|
4364
4860
|
output: number;
|
|
@@ -4368,7 +4864,7 @@ export declare const MODELS: {
|
|
|
4368
4864
|
contextWindow: number;
|
|
4369
4865
|
maxTokens: number;
|
|
4370
4866
|
};
|
|
4371
|
-
readonly "accounts/fireworks/models/
|
|
4867
|
+
readonly "accounts/fireworks/models/nemotron-lightning-3p5-30b-a3b": {
|
|
4372
4868
|
id: string;
|
|
4373
4869
|
name: string;
|
|
4374
4870
|
api: "anthropic-messages";
|
|
@@ -4385,7 +4881,7 @@ export declare const MODELS: {
|
|
|
4385
4881
|
contextWindow: number;
|
|
4386
4882
|
maxTokens: number;
|
|
4387
4883
|
};
|
|
4388
|
-
readonly "accounts/fireworks/models/
|
|
4884
|
+
readonly "accounts/fireworks/models/qwen3p7-plus": {
|
|
4389
4885
|
id: string;
|
|
4390
4886
|
name: string;
|
|
4391
4887
|
api: "anthropic-messages";
|
|
@@ -4402,14 +4898,14 @@ export declare const MODELS: {
|
|
|
4402
4898
|
contextWindow: number;
|
|
4403
4899
|
maxTokens: number;
|
|
4404
4900
|
};
|
|
4405
|
-
readonly "accounts/fireworks/models/
|
|
4901
|
+
readonly "accounts/fireworks/models/qwen3p8-max": {
|
|
4406
4902
|
id: string;
|
|
4407
4903
|
name: string;
|
|
4408
4904
|
api: "anthropic-messages";
|
|
4409
4905
|
provider: string;
|
|
4410
4906
|
baseUrl: string;
|
|
4411
4907
|
reasoning: true;
|
|
4412
|
-
input:
|
|
4908
|
+
input: "text"[];
|
|
4413
4909
|
cost: {
|
|
4414
4910
|
input: number;
|
|
4415
4911
|
output: number;
|
|
@@ -4887,6 +5383,34 @@ export declare const MODELS: {
|
|
|
4887
5383
|
contextWindow: number;
|
|
4888
5384
|
maxTokens: number;
|
|
4889
5385
|
};
|
|
5386
|
+
readonly "gemini-3.7-flash": {
|
|
5387
|
+
id: string;
|
|
5388
|
+
name: string;
|
|
5389
|
+
api: "openai-completions";
|
|
5390
|
+
provider: string;
|
|
5391
|
+
baseUrl: string;
|
|
5392
|
+
headers: {
|
|
5393
|
+
"User-Agent": string;
|
|
5394
|
+
"Editor-Version": string;
|
|
5395
|
+
"Editor-Plugin-Version": string;
|
|
5396
|
+
"Copilot-Integration-Id": string;
|
|
5397
|
+
};
|
|
5398
|
+
compat: {
|
|
5399
|
+
supportsStore: false;
|
|
5400
|
+
supportsDeveloperRole: false;
|
|
5401
|
+
supportsReasoningEffort: false;
|
|
5402
|
+
};
|
|
5403
|
+
reasoning: true;
|
|
5404
|
+
input: ("image" | "text")[];
|
|
5405
|
+
cost: {
|
|
5406
|
+
input: number;
|
|
5407
|
+
output: number;
|
|
5408
|
+
cacheRead: number;
|
|
5409
|
+
cacheWrite: number;
|
|
5410
|
+
};
|
|
5411
|
+
contextWindow: number;
|
|
5412
|
+
maxTokens: number;
|
|
5413
|
+
};
|
|
4890
5414
|
readonly "gpt-4.1": {
|
|
4891
5415
|
id: string;
|
|
4892
5416
|
name: string;
|
|
@@ -5236,6 +5760,34 @@ export declare const MODELS: {
|
|
|
5236
5760
|
contextWindow: number;
|
|
5237
5761
|
maxTokens: number;
|
|
5238
5762
|
};
|
|
5763
|
+
readonly "grok-4.6": {
|
|
5764
|
+
id: string;
|
|
5765
|
+
name: string;
|
|
5766
|
+
api: "openai-completions";
|
|
5767
|
+
provider: string;
|
|
5768
|
+
baseUrl: string;
|
|
5769
|
+
headers: {
|
|
5770
|
+
"User-Agent": string;
|
|
5771
|
+
"Editor-Version": string;
|
|
5772
|
+
"Editor-Plugin-Version": string;
|
|
5773
|
+
"Copilot-Integration-Id": string;
|
|
5774
|
+
};
|
|
5775
|
+
compat: {
|
|
5776
|
+
supportsStore: false;
|
|
5777
|
+
supportsDeveloperRole: false;
|
|
5778
|
+
supportsReasoningEffort: false;
|
|
5779
|
+
};
|
|
5780
|
+
reasoning: true;
|
|
5781
|
+
input: ("image" | "text")[];
|
|
5782
|
+
cost: {
|
|
5783
|
+
input: number;
|
|
5784
|
+
output: number;
|
|
5785
|
+
cacheRead: number;
|
|
5786
|
+
cacheWrite: number;
|
|
5787
|
+
};
|
|
5788
|
+
contextWindow: number;
|
|
5789
|
+
maxTokens: number;
|
|
5790
|
+
};
|
|
5239
5791
|
readonly "kimi-k2.7-code": {
|
|
5240
5792
|
id: string;
|
|
5241
5793
|
name: string;
|
|
@@ -5660,6 +6212,26 @@ export declare const MODELS: {
|
|
|
5660
6212
|
contextWindow: number;
|
|
5661
6213
|
maxTokens: number;
|
|
5662
6214
|
};
|
|
6215
|
+
readonly "gemini-3.7-flash": {
|
|
6216
|
+
id: string;
|
|
6217
|
+
name: string;
|
|
6218
|
+
api: "google-generative-ai";
|
|
6219
|
+
provider: string;
|
|
6220
|
+
baseUrl: string;
|
|
6221
|
+
reasoning: true;
|
|
6222
|
+
thinkingLevelMap: {
|
|
6223
|
+
off: null;
|
|
6224
|
+
};
|
|
6225
|
+
input: ("image" | "text")[];
|
|
6226
|
+
cost: {
|
|
6227
|
+
input: number;
|
|
6228
|
+
output: number;
|
|
6229
|
+
cacheRead: number;
|
|
6230
|
+
cacheWrite: number;
|
|
6231
|
+
};
|
|
6232
|
+
contextWindow: number;
|
|
6233
|
+
maxTokens: number;
|
|
6234
|
+
};
|
|
5663
6235
|
readonly "gemini-flash-latest": {
|
|
5664
6236
|
id: string;
|
|
5665
6237
|
name: string;
|
|
@@ -6212,6 +6784,26 @@ export declare const MODELS: {
|
|
|
6212
6784
|
contextWindow: number;
|
|
6213
6785
|
maxTokens: number;
|
|
6214
6786
|
};
|
|
6787
|
+
readonly "Qwen/Qwen2.5-Coder-32B-Instruct": {
|
|
6788
|
+
id: string;
|
|
6789
|
+
name: string;
|
|
6790
|
+
api: "openai-completions";
|
|
6791
|
+
provider: string;
|
|
6792
|
+
baseUrl: string;
|
|
6793
|
+
compat: {
|
|
6794
|
+
supportsDeveloperRole: false;
|
|
6795
|
+
};
|
|
6796
|
+
reasoning: false;
|
|
6797
|
+
input: "text"[];
|
|
6798
|
+
cost: {
|
|
6799
|
+
input: number;
|
|
6800
|
+
output: number;
|
|
6801
|
+
cacheRead: number;
|
|
6802
|
+
cacheWrite: number;
|
|
6803
|
+
};
|
|
6804
|
+
contextWindow: number;
|
|
6805
|
+
maxTokens: number;
|
|
6806
|
+
};
|
|
6215
6807
|
readonly "Qwen/Qwen3-235B-A22B": {
|
|
6216
6808
|
id: string;
|
|
6217
6809
|
name: string;
|
|
@@ -6272,6 +6864,26 @@ export declare const MODELS: {
|
|
|
6272
6864
|
contextWindow: number;
|
|
6273
6865
|
maxTokens: number;
|
|
6274
6866
|
};
|
|
6867
|
+
readonly "Qwen/Qwen3-30B-A3B": {
|
|
6868
|
+
id: string;
|
|
6869
|
+
name: string;
|
|
6870
|
+
api: "openai-completions";
|
|
6871
|
+
provider: string;
|
|
6872
|
+
baseUrl: string;
|
|
6873
|
+
compat: {
|
|
6874
|
+
supportsDeveloperRole: false;
|
|
6875
|
+
};
|
|
6876
|
+
reasoning: true;
|
|
6877
|
+
input: "text"[];
|
|
6878
|
+
cost: {
|
|
6879
|
+
input: number;
|
|
6880
|
+
output: number;
|
|
6881
|
+
cacheRead: number;
|
|
6882
|
+
cacheWrite: number;
|
|
6883
|
+
};
|
|
6884
|
+
contextWindow: number;
|
|
6885
|
+
maxTokens: number;
|
|
6886
|
+
};
|
|
6275
6887
|
readonly "Qwen/Qwen3-32B": {
|
|
6276
6888
|
id: string;
|
|
6277
6889
|
name: string;
|
|
@@ -6392,7 +7004,67 @@ export declare const MODELS: {
|
|
|
6392
7004
|
contextWindow: number;
|
|
6393
7005
|
maxTokens: number;
|
|
6394
7006
|
};
|
|
6395
|
-
readonly "Qwen/Qwen3.5-122B-A10B": {
|
|
7007
|
+
readonly "Qwen/Qwen3.5-122B-A10B": {
|
|
7008
|
+
id: string;
|
|
7009
|
+
name: string;
|
|
7010
|
+
api: "openai-completions";
|
|
7011
|
+
provider: string;
|
|
7012
|
+
baseUrl: string;
|
|
7013
|
+
compat: {
|
|
7014
|
+
supportsDeveloperRole: false;
|
|
7015
|
+
};
|
|
7016
|
+
reasoning: true;
|
|
7017
|
+
input: ("image" | "text")[];
|
|
7018
|
+
cost: {
|
|
7019
|
+
input: number;
|
|
7020
|
+
output: number;
|
|
7021
|
+
cacheRead: number;
|
|
7022
|
+
cacheWrite: number;
|
|
7023
|
+
};
|
|
7024
|
+
contextWindow: number;
|
|
7025
|
+
maxTokens: number;
|
|
7026
|
+
};
|
|
7027
|
+
readonly "Qwen/Qwen3.5-27B": {
|
|
7028
|
+
id: string;
|
|
7029
|
+
name: string;
|
|
7030
|
+
api: "openai-completions";
|
|
7031
|
+
provider: string;
|
|
7032
|
+
baseUrl: string;
|
|
7033
|
+
compat: {
|
|
7034
|
+
supportsDeveloperRole: false;
|
|
7035
|
+
};
|
|
7036
|
+
reasoning: true;
|
|
7037
|
+
input: ("image" | "text")[];
|
|
7038
|
+
cost: {
|
|
7039
|
+
input: number;
|
|
7040
|
+
output: number;
|
|
7041
|
+
cacheRead: number;
|
|
7042
|
+
cacheWrite: number;
|
|
7043
|
+
};
|
|
7044
|
+
contextWindow: number;
|
|
7045
|
+
maxTokens: number;
|
|
7046
|
+
};
|
|
7047
|
+
readonly "Qwen/Qwen3.5-35B-A3B": {
|
|
7048
|
+
id: string;
|
|
7049
|
+
name: string;
|
|
7050
|
+
api: "openai-completions";
|
|
7051
|
+
provider: string;
|
|
7052
|
+
baseUrl: string;
|
|
7053
|
+
compat: {
|
|
7054
|
+
supportsDeveloperRole: false;
|
|
7055
|
+
};
|
|
7056
|
+
reasoning: true;
|
|
7057
|
+
input: ("image" | "text")[];
|
|
7058
|
+
cost: {
|
|
7059
|
+
input: number;
|
|
7060
|
+
output: number;
|
|
7061
|
+
cacheRead: number;
|
|
7062
|
+
cacheWrite: number;
|
|
7063
|
+
};
|
|
7064
|
+
contextWindow: number;
|
|
7065
|
+
maxTokens: number;
|
|
7066
|
+
};
|
|
7067
|
+
readonly "Qwen/Qwen3.5-397B-A17B": {
|
|
6396
7068
|
id: string;
|
|
6397
7069
|
name: string;
|
|
6398
7070
|
api: "openai-completions";
|
|
@@ -6412,7 +7084,7 @@ export declare const MODELS: {
|
|
|
6412
7084
|
contextWindow: number;
|
|
6413
7085
|
maxTokens: number;
|
|
6414
7086
|
};
|
|
6415
|
-
readonly "Qwen/Qwen3.5-
|
|
7087
|
+
readonly "Qwen/Qwen3.5-9B": {
|
|
6416
7088
|
id: string;
|
|
6417
7089
|
name: string;
|
|
6418
7090
|
api: "openai-completions";
|
|
@@ -6432,7 +7104,7 @@ export declare const MODELS: {
|
|
|
6432
7104
|
contextWindow: number;
|
|
6433
7105
|
maxTokens: number;
|
|
6434
7106
|
};
|
|
6435
|
-
readonly "Qwen/Qwen3.
|
|
7107
|
+
readonly "Qwen/Qwen3.6-27B": {
|
|
6436
7108
|
id: string;
|
|
6437
7109
|
name: string;
|
|
6438
7110
|
api: "openai-completions";
|
|
@@ -6452,7 +7124,7 @@ export declare const MODELS: {
|
|
|
6452
7124
|
contextWindow: number;
|
|
6453
7125
|
maxTokens: number;
|
|
6454
7126
|
};
|
|
6455
|
-
readonly "Qwen/Qwen3.
|
|
7127
|
+
readonly "Qwen/Qwen3.6-35B-A3B": {
|
|
6456
7128
|
id: string;
|
|
6457
7129
|
name: string;
|
|
6458
7130
|
api: "openai-completions";
|
|
@@ -6472,7 +7144,7 @@ export declare const MODELS: {
|
|
|
6472
7144
|
contextWindow: number;
|
|
6473
7145
|
maxTokens: number;
|
|
6474
7146
|
};
|
|
6475
|
-
readonly "
|
|
7147
|
+
readonly "XiaomiMiMo/MiMo-V2.5": {
|
|
6476
7148
|
id: string;
|
|
6477
7149
|
name: string;
|
|
6478
7150
|
api: "openai-completions";
|
|
@@ -6482,7 +7154,7 @@ export declare const MODELS: {
|
|
|
6482
7154
|
supportsDeveloperRole: false;
|
|
6483
7155
|
};
|
|
6484
7156
|
reasoning: true;
|
|
6485
|
-
input:
|
|
7157
|
+
input: "text"[];
|
|
6486
7158
|
cost: {
|
|
6487
7159
|
input: number;
|
|
6488
7160
|
output: number;
|
|
@@ -6492,7 +7164,7 @@ export declare const MODELS: {
|
|
|
6492
7164
|
contextWindow: number;
|
|
6493
7165
|
maxTokens: number;
|
|
6494
7166
|
};
|
|
6495
|
-
readonly "
|
|
7167
|
+
readonly "XiaomiMiMo/MiMo-V2.5-Pro": {
|
|
6496
7168
|
id: string;
|
|
6497
7169
|
name: string;
|
|
6498
7170
|
api: "openai-completions";
|
|
@@ -6502,7 +7174,7 @@ export declare const MODELS: {
|
|
|
6502
7174
|
supportsDeveloperRole: false;
|
|
6503
7175
|
};
|
|
6504
7176
|
reasoning: true;
|
|
6505
|
-
input:
|
|
7177
|
+
input: "text"[];
|
|
6506
7178
|
cost: {
|
|
6507
7179
|
input: number;
|
|
6508
7180
|
output: number;
|
|
@@ -6512,7 +7184,7 @@ export declare const MODELS: {
|
|
|
6512
7184
|
contextWindow: number;
|
|
6513
7185
|
maxTokens: number;
|
|
6514
7186
|
};
|
|
6515
|
-
readonly "
|
|
7187
|
+
readonly "deepseek-ai/DeepSeek-R1": {
|
|
6516
7188
|
id: string;
|
|
6517
7189
|
name: string;
|
|
6518
7190
|
api: "openai-completions";
|
|
@@ -6522,7 +7194,7 @@ export declare const MODELS: {
|
|
|
6522
7194
|
supportsDeveloperRole: false;
|
|
6523
7195
|
};
|
|
6524
7196
|
reasoning: true;
|
|
6525
|
-
input:
|
|
7197
|
+
input: "text"[];
|
|
6526
7198
|
cost: {
|
|
6527
7199
|
input: number;
|
|
6528
7200
|
output: number;
|
|
@@ -6532,7 +7204,7 @@ export declare const MODELS: {
|
|
|
6532
7204
|
contextWindow: number;
|
|
6533
7205
|
maxTokens: number;
|
|
6534
7206
|
};
|
|
6535
|
-
readonly "
|
|
7207
|
+
readonly "deepseek-ai/DeepSeek-R1-0528": {
|
|
6536
7208
|
id: string;
|
|
6537
7209
|
name: string;
|
|
6538
7210
|
api: "openai-completions";
|
|
@@ -6552,7 +7224,7 @@ export declare const MODELS: {
|
|
|
6552
7224
|
contextWindow: number;
|
|
6553
7225
|
maxTokens: number;
|
|
6554
7226
|
};
|
|
6555
|
-
readonly "
|
|
7227
|
+
readonly "deepseek-ai/DeepSeek-V3": {
|
|
6556
7228
|
id: string;
|
|
6557
7229
|
name: string;
|
|
6558
7230
|
api: "openai-completions";
|
|
@@ -6561,7 +7233,7 @@ export declare const MODELS: {
|
|
|
6561
7233
|
compat: {
|
|
6562
7234
|
supportsDeveloperRole: false;
|
|
6563
7235
|
};
|
|
6564
|
-
reasoning:
|
|
7236
|
+
reasoning: false;
|
|
6565
7237
|
input: "text"[];
|
|
6566
7238
|
cost: {
|
|
6567
7239
|
input: number;
|
|
@@ -6572,7 +7244,7 @@ export declare const MODELS: {
|
|
|
6572
7244
|
contextWindow: number;
|
|
6573
7245
|
maxTokens: number;
|
|
6574
7246
|
};
|
|
6575
|
-
readonly "deepseek-ai/DeepSeek-
|
|
7247
|
+
readonly "deepseek-ai/DeepSeek-V3-0324": {
|
|
6576
7248
|
id: string;
|
|
6577
7249
|
name: string;
|
|
6578
7250
|
api: "openai-completions";
|
|
@@ -6581,7 +7253,7 @@ export declare const MODELS: {
|
|
|
6581
7253
|
compat: {
|
|
6582
7254
|
supportsDeveloperRole: false;
|
|
6583
7255
|
};
|
|
6584
|
-
reasoning:
|
|
7256
|
+
reasoning: false;
|
|
6585
7257
|
input: "text"[];
|
|
6586
7258
|
cost: {
|
|
6587
7259
|
input: number;
|
|
@@ -6592,7 +7264,7 @@ export declare const MODELS: {
|
|
|
6592
7264
|
contextWindow: number;
|
|
6593
7265
|
maxTokens: number;
|
|
6594
7266
|
};
|
|
6595
|
-
readonly "deepseek-ai/DeepSeek-
|
|
7267
|
+
readonly "deepseek-ai/DeepSeek-V3.1": {
|
|
6596
7268
|
id: string;
|
|
6597
7269
|
name: string;
|
|
6598
7270
|
api: "openai-completions";
|
|
@@ -6612,7 +7284,7 @@ export declare const MODELS: {
|
|
|
6612
7284
|
contextWindow: number;
|
|
6613
7285
|
maxTokens: number;
|
|
6614
7286
|
};
|
|
6615
|
-
readonly "deepseek-ai/DeepSeek-V3": {
|
|
7287
|
+
readonly "deepseek-ai/DeepSeek-V3.2": {
|
|
6616
7288
|
id: string;
|
|
6617
7289
|
name: string;
|
|
6618
7290
|
api: "openai-completions";
|
|
@@ -6621,7 +7293,7 @@ export declare const MODELS: {
|
|
|
6621
7293
|
compat: {
|
|
6622
7294
|
supportsDeveloperRole: false;
|
|
6623
7295
|
};
|
|
6624
|
-
reasoning:
|
|
7296
|
+
reasoning: true;
|
|
6625
7297
|
input: "text"[];
|
|
6626
7298
|
cost: {
|
|
6627
7299
|
input: number;
|
|
@@ -6632,7 +7304,7 @@ export declare const MODELS: {
|
|
|
6632
7304
|
contextWindow: number;
|
|
6633
7305
|
maxTokens: number;
|
|
6634
7306
|
};
|
|
6635
|
-
readonly "deepseek-ai/DeepSeek-
|
|
7307
|
+
readonly "deepseek-ai/DeepSeek-V4-Flash": {
|
|
6636
7308
|
id: string;
|
|
6637
7309
|
name: string;
|
|
6638
7310
|
api: "openai-completions";
|
|
@@ -6652,7 +7324,7 @@ export declare const MODELS: {
|
|
|
6652
7324
|
contextWindow: number;
|
|
6653
7325
|
maxTokens: number;
|
|
6654
7326
|
};
|
|
6655
|
-
readonly "deepseek-ai/DeepSeek-
|
|
7327
|
+
readonly "deepseek-ai/DeepSeek-V4-Flash-0731": {
|
|
6656
7328
|
id: string;
|
|
6657
7329
|
name: string;
|
|
6658
7330
|
api: "openai-completions";
|
|
@@ -6672,7 +7344,7 @@ export declare const MODELS: {
|
|
|
6672
7344
|
contextWindow: number;
|
|
6673
7345
|
maxTokens: number;
|
|
6674
7346
|
};
|
|
6675
|
-
readonly "deepseek-ai/DeepSeek-V4-
|
|
7347
|
+
readonly "deepseek-ai/DeepSeek-V4-Pro": {
|
|
6676
7348
|
id: string;
|
|
6677
7349
|
name: string;
|
|
6678
7350
|
api: "openai-completions";
|
|
@@ -6692,7 +7364,7 @@ export declare const MODELS: {
|
|
|
6692
7364
|
contextWindow: number;
|
|
6693
7365
|
maxTokens: number;
|
|
6694
7366
|
};
|
|
6695
|
-
readonly "deepseek-ai/DeepSeek-V4-
|
|
7367
|
+
readonly "deepseek-ai/DeepSeek-V4-Pro-0813": {
|
|
6696
7368
|
id: string;
|
|
6697
7369
|
name: string;
|
|
6698
7370
|
api: "openai-completions";
|
|
@@ -6712,7 +7384,7 @@ export declare const MODELS: {
|
|
|
6712
7384
|
contextWindow: number;
|
|
6713
7385
|
maxTokens: number;
|
|
6714
7386
|
};
|
|
6715
|
-
readonly "
|
|
7387
|
+
readonly "google/gemma-4-26B-A4B-it": {
|
|
6716
7388
|
id: string;
|
|
6717
7389
|
name: string;
|
|
6718
7390
|
api: "openai-completions";
|
|
@@ -6722,7 +7394,7 @@ export declare const MODELS: {
|
|
|
6722
7394
|
supportsDeveloperRole: false;
|
|
6723
7395
|
};
|
|
6724
7396
|
reasoning: true;
|
|
6725
|
-
input: "text"[];
|
|
7397
|
+
input: ("image" | "text")[];
|
|
6726
7398
|
cost: {
|
|
6727
7399
|
input: number;
|
|
6728
7400
|
output: number;
|
|
@@ -6732,7 +7404,7 @@ export declare const MODELS: {
|
|
|
6732
7404
|
contextWindow: number;
|
|
6733
7405
|
maxTokens: number;
|
|
6734
7406
|
};
|
|
6735
|
-
readonly "google/gemma-4-
|
|
7407
|
+
readonly "google/gemma-4-31B-it": {
|
|
6736
7408
|
id: string;
|
|
6737
7409
|
name: string;
|
|
6738
7410
|
api: "openai-completions";
|
|
@@ -6752,7 +7424,7 @@ export declare const MODELS: {
|
|
|
6752
7424
|
contextWindow: number;
|
|
6753
7425
|
maxTokens: number;
|
|
6754
7426
|
};
|
|
6755
|
-
readonly "
|
|
7427
|
+
readonly "meta-llama/Llama-3.1-8B-Instruct": {
|
|
6756
7428
|
id: string;
|
|
6757
7429
|
name: string;
|
|
6758
7430
|
api: "openai-completions";
|
|
@@ -6761,8 +7433,8 @@ export declare const MODELS: {
|
|
|
6761
7433
|
compat: {
|
|
6762
7434
|
supportsDeveloperRole: false;
|
|
6763
7435
|
};
|
|
6764
|
-
reasoning:
|
|
6765
|
-
input:
|
|
7436
|
+
reasoning: false;
|
|
7437
|
+
input: "text"[];
|
|
6766
7438
|
cost: {
|
|
6767
7439
|
input: number;
|
|
6768
7440
|
output: number;
|
|
@@ -9788,6 +10460,26 @@ export declare const MODELS: {
|
|
|
9788
10460
|
contextWindow: number;
|
|
9789
10461
|
maxTokens: number;
|
|
9790
10462
|
};
|
|
10463
|
+
readonly "gemini-3.7-flash": {
|
|
10464
|
+
id: string;
|
|
10465
|
+
name: string;
|
|
10466
|
+
api: "google-generative-ai";
|
|
10467
|
+
provider: string;
|
|
10468
|
+
baseUrl: string;
|
|
10469
|
+
reasoning: true;
|
|
10470
|
+
thinkingLevelMap: {
|
|
10471
|
+
off: null;
|
|
10472
|
+
};
|
|
10473
|
+
input: ("image" | "text")[];
|
|
10474
|
+
cost: {
|
|
10475
|
+
input: number;
|
|
10476
|
+
output: number;
|
|
10477
|
+
cacheRead: number;
|
|
10478
|
+
cacheWrite: number;
|
|
10479
|
+
};
|
|
10480
|
+
contextWindow: number;
|
|
10481
|
+
maxTokens: number;
|
|
10482
|
+
};
|
|
9791
10483
|
readonly "glm-5": {
|
|
9792
10484
|
id: string;
|
|
9793
10485
|
name: string;
|
|
@@ -10381,14 +11073,14 @@ export declare const MODELS: {
|
|
|
10381
11073
|
contextWindow: number;
|
|
10382
11074
|
maxTokens: number;
|
|
10383
11075
|
};
|
|
10384
|
-
readonly "
|
|
11076
|
+
readonly "mimo-v2.5-free": {
|
|
10385
11077
|
id: string;
|
|
10386
11078
|
name: string;
|
|
10387
11079
|
api: "openai-completions";
|
|
10388
11080
|
provider: string;
|
|
10389
11081
|
baseUrl: string;
|
|
10390
11082
|
reasoning: true;
|
|
10391
|
-
input: "text"[];
|
|
11083
|
+
input: ("image" | "text")[];
|
|
10392
11084
|
cost: {
|
|
10393
11085
|
input: number;
|
|
10394
11086
|
output: number;
|
|
@@ -10398,14 +11090,14 @@ export declare const MODELS: {
|
|
|
10398
11090
|
contextWindow: number;
|
|
10399
11091
|
maxTokens: number;
|
|
10400
11092
|
};
|
|
10401
|
-
readonly "
|
|
11093
|
+
readonly "minimax-m2.5": {
|
|
10402
11094
|
id: string;
|
|
10403
11095
|
name: string;
|
|
10404
11096
|
api: "openai-completions";
|
|
10405
11097
|
provider: string;
|
|
10406
11098
|
baseUrl: string;
|
|
10407
11099
|
reasoning: true;
|
|
10408
|
-
input:
|
|
11100
|
+
input: "text"[];
|
|
10409
11101
|
cost: {
|
|
10410
11102
|
input: number;
|
|
10411
11103
|
output: number;
|
|
@@ -10415,7 +11107,7 @@ export declare const MODELS: {
|
|
|
10415
11107
|
contextWindow: number;
|
|
10416
11108
|
maxTokens: number;
|
|
10417
11109
|
};
|
|
10418
|
-
readonly "minimax-m2.
|
|
11110
|
+
readonly "minimax-m2.7": {
|
|
10419
11111
|
id: string;
|
|
10420
11112
|
name: string;
|
|
10421
11113
|
api: "openai-completions";
|
|
@@ -10432,14 +11124,14 @@ export declare const MODELS: {
|
|
|
10432
11124
|
contextWindow: number;
|
|
10433
11125
|
maxTokens: number;
|
|
10434
11126
|
};
|
|
10435
|
-
readonly "minimax-
|
|
11127
|
+
readonly "minimax-m3": {
|
|
10436
11128
|
id: string;
|
|
10437
11129
|
name: string;
|
|
10438
11130
|
api: "openai-completions";
|
|
10439
11131
|
provider: string;
|
|
10440
11132
|
baseUrl: string;
|
|
10441
11133
|
reasoning: true;
|
|
10442
|
-
input: "text"[];
|
|
11134
|
+
input: ("image" | "text")[];
|
|
10443
11135
|
cost: {
|
|
10444
11136
|
input: number;
|
|
10445
11137
|
output: number;
|
|
@@ -10449,10 +11141,10 @@ export declare const MODELS: {
|
|
|
10449
11141
|
contextWindow: number;
|
|
10450
11142
|
maxTokens: number;
|
|
10451
11143
|
};
|
|
10452
|
-
readonly "
|
|
11144
|
+
readonly "muse-spark-1.2": {
|
|
10453
11145
|
id: string;
|
|
10454
11146
|
name: string;
|
|
10455
|
-
api: "openai-
|
|
11147
|
+
api: "openai-responses";
|
|
10456
11148
|
provider: string;
|
|
10457
11149
|
baseUrl: string;
|
|
10458
11150
|
reasoning: true;
|
|
@@ -10626,6 +11318,23 @@ export declare const MODELS: {
|
|
|
10626
11318
|
contextWindow: number;
|
|
10627
11319
|
maxTokens: number;
|
|
10628
11320
|
};
|
|
11321
|
+
readonly "glm-5.3": {
|
|
11322
|
+
id: string;
|
|
11323
|
+
name: string;
|
|
11324
|
+
api: "openai-completions";
|
|
11325
|
+
provider: string;
|
|
11326
|
+
baseUrl: string;
|
|
11327
|
+
reasoning: true;
|
|
11328
|
+
input: "text"[];
|
|
11329
|
+
cost: {
|
|
11330
|
+
input: number;
|
|
11331
|
+
output: number;
|
|
11332
|
+
cacheRead: number;
|
|
11333
|
+
cacheWrite: number;
|
|
11334
|
+
};
|
|
11335
|
+
contextWindow: number;
|
|
11336
|
+
maxTokens: number;
|
|
11337
|
+
};
|
|
10629
11338
|
readonly "gpt-5.6-luna": {
|
|
10630
11339
|
id: string;
|
|
10631
11340
|
name: string;
|
|
@@ -12003,6 +12712,23 @@ export declare const MODELS: {
|
|
|
12003
12712
|
contextWindow: number;
|
|
12004
12713
|
maxTokens: number;
|
|
12005
12714
|
};
|
|
12715
|
+
readonly "dots-studio/dots-3-note-preview:free": {
|
|
12716
|
+
id: string;
|
|
12717
|
+
name: string;
|
|
12718
|
+
api: "openai-completions";
|
|
12719
|
+
provider: string;
|
|
12720
|
+
baseUrl: string;
|
|
12721
|
+
reasoning: true;
|
|
12722
|
+
input: ("image" | "text")[];
|
|
12723
|
+
cost: {
|
|
12724
|
+
input: number;
|
|
12725
|
+
output: number;
|
|
12726
|
+
cacheRead: number;
|
|
12727
|
+
cacheWrite: number;
|
|
12728
|
+
};
|
|
12729
|
+
contextWindow: number;
|
|
12730
|
+
maxTokens: number;
|
|
12731
|
+
};
|
|
12006
12732
|
readonly "google/gemini-2.5-flash": {
|
|
12007
12733
|
id: string;
|
|
12008
12734
|
name: string;
|
|
@@ -12394,6 +13120,40 @@ export declare const MODELS: {
|
|
|
12394
13120
|
contextWindow: number;
|
|
12395
13121
|
maxTokens: number;
|
|
12396
13122
|
};
|
|
13123
|
+
readonly "google/gemini-3.7-flash": {
|
|
13124
|
+
id: string;
|
|
13125
|
+
name: string;
|
|
13126
|
+
api: "openai-completions";
|
|
13127
|
+
provider: string;
|
|
13128
|
+
baseUrl: string;
|
|
13129
|
+
reasoning: true;
|
|
13130
|
+
input: ("image" | "text")[];
|
|
13131
|
+
cost: {
|
|
13132
|
+
input: number;
|
|
13133
|
+
output: number;
|
|
13134
|
+
cacheRead: number;
|
|
13135
|
+
cacheWrite: number;
|
|
13136
|
+
};
|
|
13137
|
+
contextWindow: number;
|
|
13138
|
+
maxTokens: number;
|
|
13139
|
+
};
|
|
13140
|
+
readonly "google/gemini-3.7-flash:batch": {
|
|
13141
|
+
id: string;
|
|
13142
|
+
name: string;
|
|
13143
|
+
api: "openai-completions";
|
|
13144
|
+
provider: string;
|
|
13145
|
+
baseUrl: string;
|
|
13146
|
+
reasoning: true;
|
|
13147
|
+
input: ("image" | "text")[];
|
|
13148
|
+
cost: {
|
|
13149
|
+
input: number;
|
|
13150
|
+
output: number;
|
|
13151
|
+
cacheRead: number;
|
|
13152
|
+
cacheWrite: number;
|
|
13153
|
+
};
|
|
13154
|
+
contextWindow: number;
|
|
13155
|
+
maxTokens: number;
|
|
13156
|
+
};
|
|
12397
13157
|
readonly "google/gemma-3-12b-it": {
|
|
12398
13158
|
id: string;
|
|
12399
13159
|
name: string;
|
|
@@ -12581,23 +13341,6 @@ export declare const MODELS: {
|
|
|
12581
13341
|
contextWindow: number;
|
|
12582
13342
|
maxTokens: number;
|
|
12583
13343
|
};
|
|
12584
|
-
readonly "inclusionai/ling-3.0-tiny:free": {
|
|
12585
|
-
id: string;
|
|
12586
|
-
name: string;
|
|
12587
|
-
api: "openai-completions";
|
|
12588
|
-
provider: string;
|
|
12589
|
-
baseUrl: string;
|
|
12590
|
-
reasoning: true;
|
|
12591
|
-
input: "text"[];
|
|
12592
|
-
cost: {
|
|
12593
|
-
input: number;
|
|
12594
|
-
output: number;
|
|
12595
|
-
cacheRead: number;
|
|
12596
|
-
cacheWrite: number;
|
|
12597
|
-
};
|
|
12598
|
-
contextWindow: number;
|
|
12599
|
-
maxTokens: number;
|
|
12600
|
-
};
|
|
12601
13344
|
readonly "inclusionai/ring-2.6-1t": {
|
|
12602
13345
|
id: string;
|
|
12603
13346
|
name: string;
|
|
@@ -13533,6 +14276,23 @@ export declare const MODELS: {
|
|
|
13533
14276
|
contextWindow: number;
|
|
13534
14277
|
maxTokens: number;
|
|
13535
14278
|
};
|
|
14279
|
+
readonly "nvidia/nemotron-3.5-lightning": {
|
|
14280
|
+
id: string;
|
|
14281
|
+
name: string;
|
|
14282
|
+
api: "openai-completions";
|
|
14283
|
+
provider: string;
|
|
14284
|
+
baseUrl: string;
|
|
14285
|
+
reasoning: true;
|
|
14286
|
+
input: "text"[];
|
|
14287
|
+
cost: {
|
|
14288
|
+
input: number;
|
|
14289
|
+
output: number;
|
|
14290
|
+
cacheRead: number;
|
|
14291
|
+
cacheWrite: number;
|
|
14292
|
+
};
|
|
14293
|
+
contextWindow: number;
|
|
14294
|
+
maxTokens: number;
|
|
14295
|
+
};
|
|
13536
14296
|
readonly "nvidia/nemotron-3.5-lightning:free": {
|
|
13537
14297
|
id: string;
|
|
13538
14298
|
name: string;
|
|
@@ -15953,6 +16713,23 @@ export declare const MODELS: {
|
|
|
15953
16713
|
contextWindow: number;
|
|
15954
16714
|
maxTokens: number;
|
|
15955
16715
|
};
|
|
16716
|
+
readonly "qwen/qwen3.8-27b": {
|
|
16717
|
+
id: string;
|
|
16718
|
+
name: string;
|
|
16719
|
+
api: "openai-completions";
|
|
16720
|
+
provider: string;
|
|
16721
|
+
baseUrl: string;
|
|
16722
|
+
reasoning: true;
|
|
16723
|
+
input: ("image" | "text")[];
|
|
16724
|
+
cost: {
|
|
16725
|
+
input: number;
|
|
16726
|
+
output: number;
|
|
16727
|
+
cacheRead: number;
|
|
16728
|
+
cacheWrite: number;
|
|
16729
|
+
};
|
|
16730
|
+
contextWindow: number;
|
|
16731
|
+
maxTokens: number;
|
|
16732
|
+
};
|
|
15956
16733
|
readonly "qwen/qwen3.8-max": {
|
|
15957
16734
|
id: string;
|
|
15958
16735
|
name: string;
|
|
@@ -17722,6 +18499,23 @@ export declare const MODELS: {
|
|
|
17722
18499
|
contextWindow: number;
|
|
17723
18500
|
maxTokens: number;
|
|
17724
18501
|
};
|
|
18502
|
+
readonly "alibaba/qwen3.8-2.4t-a95b": {
|
|
18503
|
+
id: string;
|
|
18504
|
+
name: string;
|
|
18505
|
+
api: "anthropic-messages";
|
|
18506
|
+
provider: string;
|
|
18507
|
+
baseUrl: string;
|
|
18508
|
+
reasoning: true;
|
|
18509
|
+
input: "text"[];
|
|
18510
|
+
cost: {
|
|
18511
|
+
input: number;
|
|
18512
|
+
output: number;
|
|
18513
|
+
cacheRead: number;
|
|
18514
|
+
cacheWrite: number;
|
|
18515
|
+
};
|
|
18516
|
+
contextWindow: number;
|
|
18517
|
+
maxTokens: number;
|
|
18518
|
+
};
|
|
17725
18519
|
readonly "alibaba/qwen3.8-max": {
|
|
17726
18520
|
id: string;
|
|
17727
18521
|
name: string;
|
|
@@ -18497,7 +19291,7 @@ export declare const MODELS: {
|
|
|
18497
19291
|
contextWindow: number;
|
|
18498
19292
|
maxTokens: number;
|
|
18499
19293
|
};
|
|
18500
|
-
readonly "google/
|
|
19294
|
+
readonly "google/gemini-3.7-flash": {
|
|
18501
19295
|
id: string;
|
|
18502
19296
|
name: string;
|
|
18503
19297
|
api: "anthropic-messages";
|
|
@@ -18514,7 +19308,7 @@ export declare const MODELS: {
|
|
|
18514
19308
|
contextWindow: number;
|
|
18515
19309
|
maxTokens: number;
|
|
18516
19310
|
};
|
|
18517
|
-
readonly "google/gemma-4-
|
|
19311
|
+
readonly "google/gemma-4-26b-a4b-it": {
|
|
18518
19312
|
id: string;
|
|
18519
19313
|
name: string;
|
|
18520
19314
|
api: "anthropic-messages";
|
|
@@ -18531,14 +19325,14 @@ export declare const MODELS: {
|
|
|
18531
19325
|
contextWindow: number;
|
|
18532
19326
|
maxTokens: number;
|
|
18533
19327
|
};
|
|
18534
|
-
readonly "
|
|
19328
|
+
readonly "google/gemma-4-31b-it": {
|
|
18535
19329
|
id: string;
|
|
18536
19330
|
name: string;
|
|
18537
19331
|
api: "anthropic-messages";
|
|
18538
19332
|
provider: string;
|
|
18539
19333
|
baseUrl: string;
|
|
18540
19334
|
reasoning: true;
|
|
18541
|
-
input: "text"[];
|
|
19335
|
+
input: ("image" | "text")[];
|
|
18542
19336
|
cost: {
|
|
18543
19337
|
input: number;
|
|
18544
19338
|
output: number;
|
|
@@ -18548,13 +19342,13 @@ export declare const MODELS: {
|
|
|
18548
19342
|
contextWindow: number;
|
|
18549
19343
|
maxTokens: number;
|
|
18550
19344
|
};
|
|
18551
|
-
readonly "inception/mercury-
|
|
19345
|
+
readonly "inception/mercury-2": {
|
|
18552
19346
|
id: string;
|
|
18553
19347
|
name: string;
|
|
18554
19348
|
api: "anthropic-messages";
|
|
18555
19349
|
provider: string;
|
|
18556
19350
|
baseUrl: string;
|
|
18557
|
-
reasoning:
|
|
19351
|
+
reasoning: true;
|
|
18558
19352
|
input: "text"[];
|
|
18559
19353
|
cost: {
|
|
18560
19354
|
input: number;
|
|
@@ -18565,13 +19359,13 @@ export declare const MODELS: {
|
|
|
18565
19359
|
contextWindow: number;
|
|
18566
19360
|
maxTokens: number;
|
|
18567
19361
|
};
|
|
18568
|
-
readonly "
|
|
19362
|
+
readonly "inception/mercury-coder-small": {
|
|
18569
19363
|
id: string;
|
|
18570
19364
|
name: string;
|
|
18571
19365
|
api: "anthropic-messages";
|
|
18572
19366
|
provider: string;
|
|
18573
19367
|
baseUrl: string;
|
|
18574
|
-
reasoning:
|
|
19368
|
+
reasoning: false;
|
|
18575
19369
|
input: "text"[];
|
|
18576
19370
|
cost: {
|
|
18577
19371
|
input: number;
|
|
@@ -18582,7 +19376,7 @@ export declare const MODELS: {
|
|
|
18582
19376
|
contextWindow: number;
|
|
18583
19377
|
maxTokens: number;
|
|
18584
19378
|
};
|
|
18585
|
-
readonly "inclusionai/ling-3.0-
|
|
19379
|
+
readonly "inclusionai/ling-3.0-flash": {
|
|
18586
19380
|
id: string;
|
|
18587
19381
|
name: string;
|
|
18588
19382
|
api: "anthropic-messages";
|
|
@@ -20421,7 +21215,7 @@ export declare const MODELS: {
|
|
|
20421
21215
|
provider: string;
|
|
20422
21216
|
baseUrl: string;
|
|
20423
21217
|
reasoning: true;
|
|
20424
|
-
input: "text"[];
|
|
21218
|
+
input: ("image" | "text")[];
|
|
20425
21219
|
cost: {
|
|
20426
21220
|
input: number;
|
|
20427
21221
|
output: number;
|
|
@@ -21160,6 +21954,28 @@ export declare const MODELS: {
|
|
|
21160
21954
|
contextWindow: number;
|
|
21161
21955
|
maxTokens: number;
|
|
21162
21956
|
};
|
|
21957
|
+
readonly "glm-5.3": {
|
|
21958
|
+
id: string;
|
|
21959
|
+
name: string;
|
|
21960
|
+
api: "openai-completions";
|
|
21961
|
+
provider: string;
|
|
21962
|
+
baseUrl: string;
|
|
21963
|
+
compat: {
|
|
21964
|
+
supportsDeveloperRole: false;
|
|
21965
|
+
thinkingFormat: "zai";
|
|
21966
|
+
zaiToolStream: true;
|
|
21967
|
+
};
|
|
21968
|
+
reasoning: true;
|
|
21969
|
+
input: "text"[];
|
|
21970
|
+
cost: {
|
|
21971
|
+
input: number;
|
|
21972
|
+
output: number;
|
|
21973
|
+
cacheRead: number;
|
|
21974
|
+
cacheWrite: number;
|
|
21975
|
+
};
|
|
21976
|
+
contextWindow: number;
|
|
21977
|
+
maxTokens: number;
|
|
21978
|
+
};
|
|
21163
21979
|
};
|
|
21164
21980
|
};
|
|
21165
21981
|
//# sourceMappingURL=models.generated.d.ts.map
|