@elyracode/ai 0.9.29 → 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 +1134 -143
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +1167 -295
- 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,27 @@ export declare const MODELS: {
|
|
|
3211
3221
|
contextWindow: number;
|
|
3212
3222
|
maxTokens: number;
|
|
3213
3223
|
};
|
|
3214
|
-
readonly "claude-
|
|
3224
|
+
readonly "claude-opus-4-7": {
|
|
3225
|
+
id: string;
|
|
3226
|
+
name: string;
|
|
3227
|
+
api: "anthropic-messages";
|
|
3228
|
+
provider: string;
|
|
3229
|
+
baseUrl: string;
|
|
3230
|
+
reasoning: true;
|
|
3231
|
+
thinkingLevelMap: {
|
|
3232
|
+
xhigh: string;
|
|
3233
|
+
};
|
|
3234
|
+
input: ("image" | "text")[];
|
|
3235
|
+
cost: {
|
|
3236
|
+
input: number;
|
|
3237
|
+
output: number;
|
|
3238
|
+
cacheRead: number;
|
|
3239
|
+
cacheWrite: number;
|
|
3240
|
+
};
|
|
3241
|
+
contextWindow: number;
|
|
3242
|
+
maxTokens: number;
|
|
3243
|
+
};
|
|
3244
|
+
readonly "claude-opus-4-8": {
|
|
3215
3245
|
id: string;
|
|
3216
3246
|
name: string;
|
|
3217
3247
|
api: "anthropic-messages";
|
|
@@ -3235,7 +3265,7 @@ export declare const MODELS: {
|
|
|
3235
3265
|
contextWindow: number;
|
|
3236
3266
|
maxTokens: number;
|
|
3237
3267
|
};
|
|
3238
|
-
readonly "claude-
|
|
3268
|
+
readonly "claude-opus-5": {
|
|
3239
3269
|
id: string;
|
|
3240
3270
|
name: string;
|
|
3241
3271
|
api: "anthropic-messages";
|
|
@@ -3252,7 +3282,7 @@ export declare const MODELS: {
|
|
|
3252
3282
|
contextWindow: number;
|
|
3253
3283
|
maxTokens: number;
|
|
3254
3284
|
};
|
|
3255
|
-
readonly "claude-
|
|
3285
|
+
readonly "claude-sonnet-4-5": {
|
|
3256
3286
|
id: string;
|
|
3257
3287
|
name: string;
|
|
3258
3288
|
api: "anthropic-messages";
|
|
@@ -3269,7 +3299,7 @@ export declare const MODELS: {
|
|
|
3269
3299
|
contextWindow: number;
|
|
3270
3300
|
maxTokens: number;
|
|
3271
3301
|
};
|
|
3272
|
-
readonly "claude-
|
|
3302
|
+
readonly "claude-sonnet-4-6": {
|
|
3273
3303
|
id: string;
|
|
3274
3304
|
name: string;
|
|
3275
3305
|
api: "anthropic-messages";
|
|
@@ -3286,7 +3316,7 @@ export declare const MODELS: {
|
|
|
3286
3316
|
contextWindow: number;
|
|
3287
3317
|
maxTokens: number;
|
|
3288
3318
|
};
|
|
3289
|
-
readonly "claude-
|
|
3319
|
+
readonly "claude-sonnet-5": {
|
|
3290
3320
|
id: string;
|
|
3291
3321
|
name: string;
|
|
3292
3322
|
api: "anthropic-messages";
|
|
@@ -3303,14 +3333,217 @@ export declare const MODELS: {
|
|
|
3303
3333
|
contextWindow: number;
|
|
3304
3334
|
maxTokens: number;
|
|
3305
3335
|
};
|
|
3306
|
-
readonly "
|
|
3336
|
+
readonly "gpt-4": {
|
|
3307
3337
|
id: string;
|
|
3308
3338
|
name: string;
|
|
3309
|
-
api: "
|
|
3339
|
+
api: "openai-responses";
|
|
3340
|
+
provider: string;
|
|
3341
|
+
baseUrl: string;
|
|
3342
|
+
reasoning: false;
|
|
3343
|
+
input: "text"[];
|
|
3344
|
+
cost: {
|
|
3345
|
+
input: number;
|
|
3346
|
+
output: number;
|
|
3347
|
+
cacheRead: number;
|
|
3348
|
+
cacheWrite: number;
|
|
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;
|
|
3360
|
+
input: ("image" | "text")[];
|
|
3361
|
+
cost: {
|
|
3362
|
+
input: number;
|
|
3363
|
+
output: number;
|
|
3364
|
+
cacheRead: number;
|
|
3365
|
+
cacheWrite: number;
|
|
3366
|
+
};
|
|
3367
|
+
contextWindow: number;
|
|
3368
|
+
maxTokens: number;
|
|
3369
|
+
};
|
|
3370
|
+
readonly "gpt-4.1-mini": {
|
|
3371
|
+
id: string;
|
|
3372
|
+
name: string;
|
|
3373
|
+
api: "openai-responses";
|
|
3374
|
+
provider: string;
|
|
3375
|
+
baseUrl: string;
|
|
3376
|
+
reasoning: false;
|
|
3377
|
+
input: ("image" | "text")[];
|
|
3378
|
+
cost: {
|
|
3379
|
+
input: number;
|
|
3380
|
+
output: number;
|
|
3381
|
+
cacheRead: number;
|
|
3382
|
+
cacheWrite: number;
|
|
3383
|
+
};
|
|
3384
|
+
contextWindow: number;
|
|
3385
|
+
maxTokens: number;
|
|
3386
|
+
};
|
|
3387
|
+
readonly "gpt-4.1-nano": {
|
|
3388
|
+
id: string;
|
|
3389
|
+
name: string;
|
|
3390
|
+
api: "openai-responses";
|
|
3391
|
+
provider: string;
|
|
3392
|
+
baseUrl: string;
|
|
3393
|
+
reasoning: false;
|
|
3394
|
+
input: ("image" | "text")[];
|
|
3395
|
+
cost: {
|
|
3396
|
+
input: number;
|
|
3397
|
+
output: number;
|
|
3398
|
+
cacheRead: number;
|
|
3399
|
+
cacheWrite: number;
|
|
3400
|
+
};
|
|
3401
|
+
contextWindow: number;
|
|
3402
|
+
maxTokens: number;
|
|
3403
|
+
};
|
|
3404
|
+
readonly "gpt-4o": {
|
|
3405
|
+
id: string;
|
|
3406
|
+
name: string;
|
|
3407
|
+
api: "openai-responses";
|
|
3408
|
+
provider: string;
|
|
3409
|
+
baseUrl: string;
|
|
3410
|
+
reasoning: false;
|
|
3411
|
+
input: ("image" | "text")[];
|
|
3412
|
+
cost: {
|
|
3413
|
+
input: number;
|
|
3414
|
+
output: number;
|
|
3415
|
+
cacheRead: number;
|
|
3416
|
+
cacheWrite: number;
|
|
3417
|
+
};
|
|
3418
|
+
contextWindow: number;
|
|
3419
|
+
maxTokens: number;
|
|
3420
|
+
};
|
|
3421
|
+
readonly "gpt-4o-mini": {
|
|
3422
|
+
id: string;
|
|
3423
|
+
name: string;
|
|
3424
|
+
api: "openai-responses";
|
|
3425
|
+
provider: string;
|
|
3426
|
+
baseUrl: string;
|
|
3427
|
+
reasoning: false;
|
|
3428
|
+
input: ("image" | "text")[];
|
|
3429
|
+
cost: {
|
|
3430
|
+
input: number;
|
|
3431
|
+
output: number;
|
|
3432
|
+
cacheRead: number;
|
|
3433
|
+
cacheWrite: number;
|
|
3434
|
+
};
|
|
3435
|
+
contextWindow: number;
|
|
3436
|
+
maxTokens: number;
|
|
3437
|
+
};
|
|
3438
|
+
readonly "gpt-5": {
|
|
3439
|
+
id: string;
|
|
3440
|
+
name: string;
|
|
3441
|
+
api: "openai-responses";
|
|
3442
|
+
provider: string;
|
|
3443
|
+
baseUrl: string;
|
|
3444
|
+
reasoning: true;
|
|
3445
|
+
thinkingLevelMap: {
|
|
3446
|
+
off: null;
|
|
3447
|
+
};
|
|
3448
|
+
input: ("image" | "text")[];
|
|
3449
|
+
cost: {
|
|
3450
|
+
input: number;
|
|
3451
|
+
output: number;
|
|
3452
|
+
cacheRead: number;
|
|
3453
|
+
cacheWrite: number;
|
|
3454
|
+
};
|
|
3455
|
+
contextWindow: number;
|
|
3456
|
+
maxTokens: number;
|
|
3457
|
+
};
|
|
3458
|
+
readonly "gpt-5-mini": {
|
|
3459
|
+
id: string;
|
|
3460
|
+
name: string;
|
|
3461
|
+
api: "openai-responses";
|
|
3462
|
+
provider: string;
|
|
3463
|
+
baseUrl: string;
|
|
3464
|
+
reasoning: true;
|
|
3465
|
+
thinkingLevelMap: {
|
|
3466
|
+
off: null;
|
|
3467
|
+
};
|
|
3468
|
+
input: ("image" | "text")[];
|
|
3469
|
+
cost: {
|
|
3470
|
+
input: number;
|
|
3471
|
+
output: number;
|
|
3472
|
+
cacheRead: number;
|
|
3473
|
+
cacheWrite: number;
|
|
3474
|
+
};
|
|
3475
|
+
contextWindow: number;
|
|
3476
|
+
maxTokens: number;
|
|
3477
|
+
};
|
|
3478
|
+
readonly "gpt-5-nano": {
|
|
3479
|
+
id: string;
|
|
3480
|
+
name: string;
|
|
3481
|
+
api: "openai-responses";
|
|
3482
|
+
provider: string;
|
|
3483
|
+
baseUrl: string;
|
|
3484
|
+
reasoning: true;
|
|
3485
|
+
thinkingLevelMap: {
|
|
3486
|
+
off: null;
|
|
3487
|
+
};
|
|
3488
|
+
input: ("image" | "text")[];
|
|
3489
|
+
cost: {
|
|
3490
|
+
input: number;
|
|
3491
|
+
output: number;
|
|
3492
|
+
cacheRead: number;
|
|
3493
|
+
cacheWrite: number;
|
|
3494
|
+
};
|
|
3495
|
+
contextWindow: number;
|
|
3496
|
+
maxTokens: number;
|
|
3497
|
+
};
|
|
3498
|
+
readonly "gpt-5-pro": {
|
|
3499
|
+
id: string;
|
|
3500
|
+
name: string;
|
|
3501
|
+
api: "openai-responses";
|
|
3502
|
+
provider: string;
|
|
3503
|
+
baseUrl: string;
|
|
3504
|
+
reasoning: true;
|
|
3505
|
+
thinkingLevelMap: {
|
|
3506
|
+
off: null;
|
|
3507
|
+
};
|
|
3508
|
+
input: ("image" | "text")[];
|
|
3509
|
+
cost: {
|
|
3510
|
+
input: number;
|
|
3511
|
+
output: number;
|
|
3512
|
+
cacheRead: number;
|
|
3513
|
+
cacheWrite: number;
|
|
3514
|
+
};
|
|
3515
|
+
contextWindow: number;
|
|
3516
|
+
maxTokens: number;
|
|
3517
|
+
};
|
|
3518
|
+
readonly "gpt-5.1": {
|
|
3519
|
+
id: string;
|
|
3520
|
+
name: string;
|
|
3521
|
+
api: "openai-responses";
|
|
3522
|
+
provider: string;
|
|
3523
|
+
baseUrl: string;
|
|
3524
|
+
reasoning: true;
|
|
3525
|
+
thinkingLevelMap: {
|
|
3526
|
+
off: null;
|
|
3527
|
+
};
|
|
3528
|
+
input: ("image" | "text")[];
|
|
3529
|
+
cost: {
|
|
3530
|
+
input: number;
|
|
3531
|
+
output: number;
|
|
3532
|
+
cacheRead: number;
|
|
3533
|
+
cacheWrite: number;
|
|
3534
|
+
};
|
|
3535
|
+
contextWindow: number;
|
|
3536
|
+
maxTokens: number;
|
|
3537
|
+
};
|
|
3538
|
+
readonly "gpt-5.2": {
|
|
3539
|
+
id: string;
|
|
3540
|
+
name: string;
|
|
3541
|
+
api: "openai-responses";
|
|
3310
3542
|
provider: string;
|
|
3311
3543
|
baseUrl: string;
|
|
3312
3544
|
reasoning: true;
|
|
3313
3545
|
thinkingLevelMap: {
|
|
3546
|
+
off: null;
|
|
3314
3547
|
xhigh: string;
|
|
3315
3548
|
};
|
|
3316
3549
|
input: ("image" | "text")[];
|
|
@@ -3323,14 +3556,15 @@ export declare const MODELS: {
|
|
|
3323
3556
|
contextWindow: number;
|
|
3324
3557
|
maxTokens: number;
|
|
3325
3558
|
};
|
|
3326
|
-
readonly "
|
|
3559
|
+
readonly "gpt-5.2-chat-latest": {
|
|
3327
3560
|
id: string;
|
|
3328
3561
|
name: string;
|
|
3329
|
-
api: "
|
|
3562
|
+
api: "openai-responses";
|
|
3330
3563
|
provider: string;
|
|
3331
3564
|
baseUrl: string;
|
|
3332
3565
|
reasoning: true;
|
|
3333
3566
|
thinkingLevelMap: {
|
|
3567
|
+
off: null;
|
|
3334
3568
|
xhigh: string;
|
|
3335
3569
|
};
|
|
3336
3570
|
input: ("image" | "text")[];
|
|
@@ -3343,18 +3577,15 @@ export declare const MODELS: {
|
|
|
3343
3577
|
contextWindow: number;
|
|
3344
3578
|
maxTokens: number;
|
|
3345
3579
|
};
|
|
3346
|
-
readonly "
|
|
3580
|
+
readonly "gpt-5.2-pro": {
|
|
3347
3581
|
id: string;
|
|
3348
3582
|
name: string;
|
|
3349
|
-
api: "
|
|
3583
|
+
api: "openai-responses";
|
|
3350
3584
|
provider: string;
|
|
3351
3585
|
baseUrl: string;
|
|
3352
3586
|
reasoning: true;
|
|
3353
3587
|
thinkingLevelMap: {
|
|
3354
|
-
|
|
3355
|
-
low: string;
|
|
3356
|
-
medium: string;
|
|
3357
|
-
high: string;
|
|
3588
|
+
off: null;
|
|
3358
3589
|
xhigh: string;
|
|
3359
3590
|
};
|
|
3360
3591
|
input: ("image" | "text")[];
|
|
@@ -3367,13 +3598,38 @@ export declare const MODELS: {
|
|
|
3367
3598
|
contextWindow: number;
|
|
3368
3599
|
maxTokens: number;
|
|
3369
3600
|
};
|
|
3370
|
-
readonly "
|
|
3601
|
+
readonly "gpt-5.3-chat-latest": {
|
|
3371
3602
|
id: string;
|
|
3372
3603
|
name: string;
|
|
3373
|
-
api: "
|
|
3604
|
+
api: "openai-responses";
|
|
3605
|
+
provider: string;
|
|
3606
|
+
baseUrl: string;
|
|
3607
|
+
reasoning: false;
|
|
3608
|
+
thinkingLevelMap: {
|
|
3609
|
+
off: null;
|
|
3610
|
+
xhigh: string;
|
|
3611
|
+
};
|
|
3612
|
+
input: ("image" | "text")[];
|
|
3613
|
+
cost: {
|
|
3614
|
+
input: number;
|
|
3615
|
+
output: number;
|
|
3616
|
+
cacheRead: number;
|
|
3617
|
+
cacheWrite: number;
|
|
3618
|
+
};
|
|
3619
|
+
contextWindow: number;
|
|
3620
|
+
maxTokens: number;
|
|
3621
|
+
};
|
|
3622
|
+
readonly "gpt-5.3-codex": {
|
|
3623
|
+
id: string;
|
|
3624
|
+
name: string;
|
|
3625
|
+
api: "openai-responses";
|
|
3374
3626
|
provider: string;
|
|
3375
3627
|
baseUrl: string;
|
|
3376
3628
|
reasoning: true;
|
|
3629
|
+
thinkingLevelMap: {
|
|
3630
|
+
off: null;
|
|
3631
|
+
xhigh: string;
|
|
3632
|
+
};
|
|
3377
3633
|
input: ("image" | "text")[];
|
|
3378
3634
|
cost: {
|
|
3379
3635
|
input: number;
|
|
@@ -3384,13 +3640,17 @@ export declare const MODELS: {
|
|
|
3384
3640
|
contextWindow: number;
|
|
3385
3641
|
maxTokens: number;
|
|
3386
3642
|
};
|
|
3387
|
-
readonly "
|
|
3643
|
+
readonly "gpt-5.3-codex-spark": {
|
|
3388
3644
|
id: string;
|
|
3389
3645
|
name: string;
|
|
3390
|
-
api: "
|
|
3646
|
+
api: "openai-responses";
|
|
3391
3647
|
provider: string;
|
|
3392
3648
|
baseUrl: string;
|
|
3393
3649
|
reasoning: true;
|
|
3650
|
+
thinkingLevelMap: {
|
|
3651
|
+
off: null;
|
|
3652
|
+
xhigh: string;
|
|
3653
|
+
};
|
|
3394
3654
|
input: ("image" | "text")[];
|
|
3395
3655
|
cost: {
|
|
3396
3656
|
input: number;
|
|
@@ -3401,13 +3661,17 @@ export declare const MODELS: {
|
|
|
3401
3661
|
contextWindow: number;
|
|
3402
3662
|
maxTokens: number;
|
|
3403
3663
|
};
|
|
3404
|
-
readonly "
|
|
3664
|
+
readonly "gpt-5.4": {
|
|
3405
3665
|
id: string;
|
|
3406
3666
|
name: string;
|
|
3407
|
-
api: "
|
|
3667
|
+
api: "openai-responses";
|
|
3408
3668
|
provider: string;
|
|
3409
3669
|
baseUrl: string;
|
|
3410
3670
|
reasoning: true;
|
|
3671
|
+
thinkingLevelMap: {
|
|
3672
|
+
off: null;
|
|
3673
|
+
xhigh: string;
|
|
3674
|
+
};
|
|
3411
3675
|
input: ("image" | "text")[];
|
|
3412
3676
|
cost: {
|
|
3413
3677
|
input: number;
|
|
@@ -3418,13 +3682,17 @@ export declare const MODELS: {
|
|
|
3418
3682
|
contextWindow: number;
|
|
3419
3683
|
maxTokens: number;
|
|
3420
3684
|
};
|
|
3421
|
-
readonly "
|
|
3685
|
+
readonly "gpt-5.4-mini": {
|
|
3422
3686
|
id: string;
|
|
3423
3687
|
name: string;
|
|
3424
|
-
api: "
|
|
3688
|
+
api: "openai-responses";
|
|
3425
3689
|
provider: string;
|
|
3426
3690
|
baseUrl: string;
|
|
3427
3691
|
reasoning: true;
|
|
3692
|
+
thinkingLevelMap: {
|
|
3693
|
+
off: null;
|
|
3694
|
+
xhigh: string;
|
|
3695
|
+
};
|
|
3428
3696
|
input: ("image" | "text")[];
|
|
3429
3697
|
cost: {
|
|
3430
3698
|
input: number;
|
|
@@ -3435,13 +3703,17 @@ export declare const MODELS: {
|
|
|
3435
3703
|
contextWindow: number;
|
|
3436
3704
|
maxTokens: number;
|
|
3437
3705
|
};
|
|
3438
|
-
readonly "
|
|
3706
|
+
readonly "gpt-5.4-nano": {
|
|
3439
3707
|
id: string;
|
|
3440
3708
|
name: string;
|
|
3441
|
-
api: "
|
|
3709
|
+
api: "openai-responses";
|
|
3442
3710
|
provider: string;
|
|
3443
3711
|
baseUrl: string;
|
|
3444
3712
|
reasoning: true;
|
|
3713
|
+
thinkingLevelMap: {
|
|
3714
|
+
off: null;
|
|
3715
|
+
xhigh: string;
|
|
3716
|
+
};
|
|
3445
3717
|
input: ("image" | "text")[];
|
|
3446
3718
|
cost: {
|
|
3447
3719
|
input: number;
|
|
@@ -3452,14 +3724,18 @@ export declare const MODELS: {
|
|
|
3452
3724
|
contextWindow: number;
|
|
3453
3725
|
maxTokens: number;
|
|
3454
3726
|
};
|
|
3455
|
-
readonly "gpt-4": {
|
|
3727
|
+
readonly "gpt-5.4-pro": {
|
|
3456
3728
|
id: string;
|
|
3457
3729
|
name: string;
|
|
3458
3730
|
api: "openai-responses";
|
|
3459
3731
|
provider: string;
|
|
3460
3732
|
baseUrl: string;
|
|
3461
|
-
reasoning:
|
|
3462
|
-
|
|
3733
|
+
reasoning: true;
|
|
3734
|
+
thinkingLevelMap: {
|
|
3735
|
+
off: null;
|
|
3736
|
+
xhigh: string;
|
|
3737
|
+
};
|
|
3738
|
+
input: ("image" | "text")[];
|
|
3463
3739
|
cost: {
|
|
3464
3740
|
input: number;
|
|
3465
3741
|
output: number;
|
|
@@ -3469,13 +3745,17 @@ export declare const MODELS: {
|
|
|
3469
3745
|
contextWindow: number;
|
|
3470
3746
|
maxTokens: number;
|
|
3471
3747
|
};
|
|
3472
|
-
readonly "gpt-
|
|
3748
|
+
readonly "gpt-5.5": {
|
|
3473
3749
|
id: string;
|
|
3474
3750
|
name: string;
|
|
3475
3751
|
api: "openai-responses";
|
|
3476
3752
|
provider: string;
|
|
3477
3753
|
baseUrl: string;
|
|
3478
|
-
reasoning:
|
|
3754
|
+
reasoning: true;
|
|
3755
|
+
thinkingLevelMap: {
|
|
3756
|
+
off: null;
|
|
3757
|
+
xhigh: string;
|
|
3758
|
+
};
|
|
3479
3759
|
input: ("image" | "text")[];
|
|
3480
3760
|
cost: {
|
|
3481
3761
|
input: number;
|
|
@@ -3486,13 +3766,17 @@ export declare const MODELS: {
|
|
|
3486
3766
|
contextWindow: number;
|
|
3487
3767
|
maxTokens: number;
|
|
3488
3768
|
};
|
|
3489
|
-
readonly "gpt-
|
|
3769
|
+
readonly "gpt-5.5-pro": {
|
|
3490
3770
|
id: string;
|
|
3491
3771
|
name: string;
|
|
3492
3772
|
api: "openai-responses";
|
|
3493
3773
|
provider: string;
|
|
3494
3774
|
baseUrl: string;
|
|
3495
|
-
reasoning:
|
|
3775
|
+
reasoning: true;
|
|
3776
|
+
thinkingLevelMap: {
|
|
3777
|
+
off: null;
|
|
3778
|
+
xhigh: string;
|
|
3779
|
+
};
|
|
3496
3780
|
input: ("image" | "text")[];
|
|
3497
3781
|
cost: {
|
|
3498
3782
|
input: number;
|
|
@@ -3503,7 +3787,7 @@ export declare const MODELS: {
|
|
|
3503
3787
|
contextWindow: number;
|
|
3504
3788
|
maxTokens: number;
|
|
3505
3789
|
};
|
|
3506
|
-
readonly "gpt-5.
|
|
3790
|
+
readonly "gpt-5.6": {
|
|
3507
3791
|
id: string;
|
|
3508
3792
|
name: string;
|
|
3509
3793
|
api: "openai-responses";
|
|
@@ -3523,7 +3807,7 @@ export declare const MODELS: {
|
|
|
3523
3807
|
contextWindow: number;
|
|
3524
3808
|
maxTokens: number;
|
|
3525
3809
|
};
|
|
3526
|
-
readonly "gpt-5.
|
|
3810
|
+
readonly "gpt-5.6-luna": {
|
|
3527
3811
|
id: string;
|
|
3528
3812
|
name: string;
|
|
3529
3813
|
api: "openai-responses";
|
|
@@ -3543,7 +3827,7 @@ export declare const MODELS: {
|
|
|
3543
3827
|
contextWindow: number;
|
|
3544
3828
|
maxTokens: number;
|
|
3545
3829
|
};
|
|
3546
|
-
readonly "gpt-5.
|
|
3830
|
+
readonly "gpt-5.6-sol": {
|
|
3547
3831
|
id: string;
|
|
3548
3832
|
name: string;
|
|
3549
3833
|
api: "openai-responses";
|
|
@@ -3552,7 +3836,6 @@ export declare const MODELS: {
|
|
|
3552
3836
|
reasoning: true;
|
|
3553
3837
|
thinkingLevelMap: {
|
|
3554
3838
|
off: null;
|
|
3555
|
-
xhigh: string;
|
|
3556
3839
|
};
|
|
3557
3840
|
input: ("image" | "text")[];
|
|
3558
3841
|
cost: {
|
|
@@ -3564,17 +3847,101 @@ export declare const MODELS: {
|
|
|
3564
3847
|
contextWindow: number;
|
|
3565
3848
|
maxTokens: number;
|
|
3566
3849
|
};
|
|
3567
|
-
readonly "gpt-5.
|
|
3850
|
+
readonly "gpt-5.6-terra": {
|
|
3851
|
+
id: string;
|
|
3852
|
+
name: string;
|
|
3853
|
+
api: "openai-responses";
|
|
3854
|
+
provider: string;
|
|
3855
|
+
baseUrl: string;
|
|
3856
|
+
reasoning: true;
|
|
3857
|
+
thinkingLevelMap: {
|
|
3858
|
+
off: null;
|
|
3859
|
+
};
|
|
3860
|
+
input: ("image" | "text")[];
|
|
3861
|
+
cost: {
|
|
3862
|
+
input: number;
|
|
3863
|
+
output: number;
|
|
3864
|
+
cacheRead: number;
|
|
3865
|
+
cacheWrite: number;
|
|
3866
|
+
};
|
|
3867
|
+
contextWindow: number;
|
|
3868
|
+
maxTokens: number;
|
|
3869
|
+
};
|
|
3870
|
+
readonly o1: {
|
|
3871
|
+
id: string;
|
|
3872
|
+
name: string;
|
|
3873
|
+
api: "openai-responses";
|
|
3874
|
+
provider: string;
|
|
3875
|
+
baseUrl: string;
|
|
3876
|
+
reasoning: true;
|
|
3877
|
+
input: ("image" | "text")[];
|
|
3878
|
+
cost: {
|
|
3879
|
+
input: number;
|
|
3880
|
+
output: number;
|
|
3881
|
+
cacheRead: number;
|
|
3882
|
+
cacheWrite: number;
|
|
3883
|
+
};
|
|
3884
|
+
contextWindow: number;
|
|
3885
|
+
maxTokens: number;
|
|
3886
|
+
};
|
|
3887
|
+
readonly "o1-pro": {
|
|
3888
|
+
id: string;
|
|
3889
|
+
name: string;
|
|
3890
|
+
api: "openai-responses";
|
|
3891
|
+
provider: string;
|
|
3892
|
+
baseUrl: string;
|
|
3893
|
+
reasoning: true;
|
|
3894
|
+
input: ("image" | "text")[];
|
|
3895
|
+
cost: {
|
|
3896
|
+
input: number;
|
|
3897
|
+
output: number;
|
|
3898
|
+
cacheRead: number;
|
|
3899
|
+
cacheWrite: number;
|
|
3900
|
+
};
|
|
3901
|
+
contextWindow: number;
|
|
3902
|
+
maxTokens: number;
|
|
3903
|
+
};
|
|
3904
|
+
readonly o3: {
|
|
3905
|
+
id: string;
|
|
3906
|
+
name: string;
|
|
3907
|
+
api: "openai-responses";
|
|
3908
|
+
provider: string;
|
|
3909
|
+
baseUrl: string;
|
|
3910
|
+
reasoning: true;
|
|
3911
|
+
input: ("image" | "text")[];
|
|
3912
|
+
cost: {
|
|
3913
|
+
input: number;
|
|
3914
|
+
output: number;
|
|
3915
|
+
cacheRead: number;
|
|
3916
|
+
cacheWrite: number;
|
|
3917
|
+
};
|
|
3918
|
+
contextWindow: number;
|
|
3919
|
+
maxTokens: number;
|
|
3920
|
+
};
|
|
3921
|
+
readonly "o3-mini": {
|
|
3922
|
+
id: string;
|
|
3923
|
+
name: string;
|
|
3924
|
+
api: "openai-responses";
|
|
3925
|
+
provider: string;
|
|
3926
|
+
baseUrl: string;
|
|
3927
|
+
reasoning: true;
|
|
3928
|
+
input: "text"[];
|
|
3929
|
+
cost: {
|
|
3930
|
+
input: number;
|
|
3931
|
+
output: number;
|
|
3932
|
+
cacheRead: number;
|
|
3933
|
+
cacheWrite: number;
|
|
3934
|
+
};
|
|
3935
|
+
contextWindow: number;
|
|
3936
|
+
maxTokens: number;
|
|
3937
|
+
};
|
|
3938
|
+
readonly "o3-pro": {
|
|
3568
3939
|
id: string;
|
|
3569
3940
|
name: string;
|
|
3570
3941
|
api: "openai-responses";
|
|
3571
3942
|
provider: string;
|
|
3572
3943
|
baseUrl: string;
|
|
3573
3944
|
reasoning: true;
|
|
3574
|
-
thinkingLevelMap: {
|
|
3575
|
-
off: null;
|
|
3576
|
-
xhigh: string;
|
|
3577
|
-
};
|
|
3578
3945
|
input: ("image" | "text")[];
|
|
3579
3946
|
cost: {
|
|
3580
3947
|
input: number;
|
|
@@ -3585,17 +3952,13 @@ export declare const MODELS: {
|
|
|
3585
3952
|
contextWindow: number;
|
|
3586
3953
|
maxTokens: number;
|
|
3587
3954
|
};
|
|
3588
|
-
readonly "
|
|
3955
|
+
readonly "o4-mini": {
|
|
3589
3956
|
id: string;
|
|
3590
3957
|
name: string;
|
|
3591
3958
|
api: "openai-responses";
|
|
3592
3959
|
provider: string;
|
|
3593
3960
|
baseUrl: string;
|
|
3594
3961
|
reasoning: true;
|
|
3595
|
-
thinkingLevelMap: {
|
|
3596
|
-
off: null;
|
|
3597
|
-
xhigh: string;
|
|
3598
|
-
};
|
|
3599
3962
|
input: ("image" | "text")[];
|
|
3600
3963
|
cost: {
|
|
3601
3964
|
input: number;
|
|
@@ -3606,17 +3969,16 @@ export declare const MODELS: {
|
|
|
3606
3969
|
contextWindow: number;
|
|
3607
3970
|
maxTokens: number;
|
|
3608
3971
|
};
|
|
3609
|
-
readonly "
|
|
3972
|
+
readonly "workers-ai/@cf/google/gemma-4-26b-a4b-it": {
|
|
3610
3973
|
id: string;
|
|
3611
3974
|
name: string;
|
|
3612
|
-
api: "openai-
|
|
3975
|
+
api: "openai-completions";
|
|
3613
3976
|
provider: string;
|
|
3614
3977
|
baseUrl: string;
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
off: null;
|
|
3618
|
-
xhigh: string;
|
|
3978
|
+
compat: {
|
|
3979
|
+
sendSessionAffinityHeaders: true;
|
|
3619
3980
|
};
|
|
3981
|
+
reasoning: true;
|
|
3620
3982
|
input: ("image" | "text")[];
|
|
3621
3983
|
cost: {
|
|
3622
3984
|
input: number;
|
|
@@ -3627,18 +3989,17 @@ export declare const MODELS: {
|
|
|
3627
3989
|
contextWindow: number;
|
|
3628
3990
|
maxTokens: number;
|
|
3629
3991
|
};
|
|
3630
|
-
readonly "
|
|
3992
|
+
readonly "workers-ai/@cf/ibm-granite/granite-4.0-h-micro": {
|
|
3631
3993
|
id: string;
|
|
3632
3994
|
name: string;
|
|
3633
|
-
api: "openai-
|
|
3995
|
+
api: "openai-completions";
|
|
3634
3996
|
provider: string;
|
|
3635
3997
|
baseUrl: string;
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
off: null;
|
|
3639
|
-
xhigh: string;
|
|
3998
|
+
compat: {
|
|
3999
|
+
sendSessionAffinityHeaders: true;
|
|
3640
4000
|
};
|
|
3641
|
-
|
|
4001
|
+
reasoning: false;
|
|
4002
|
+
input: "text"[];
|
|
3642
4003
|
cost: {
|
|
3643
4004
|
input: number;
|
|
3644
4005
|
output: number;
|
|
@@ -3648,17 +4009,17 @@ export declare const MODELS: {
|
|
|
3648
4009
|
contextWindow: number;
|
|
3649
4010
|
maxTokens: number;
|
|
3650
4011
|
};
|
|
3651
|
-
readonly "
|
|
4012
|
+
readonly "workers-ai/@cf/meta/llama-3.3-70b-instruct-fp8-fast": {
|
|
3652
4013
|
id: string;
|
|
3653
4014
|
name: string;
|
|
3654
|
-
api: "openai-
|
|
4015
|
+
api: "openai-completions";
|
|
3655
4016
|
provider: string;
|
|
3656
4017
|
baseUrl: string;
|
|
3657
|
-
|
|
3658
|
-
|
|
3659
|
-
off: null;
|
|
4018
|
+
compat: {
|
|
4019
|
+
sendSessionAffinityHeaders: true;
|
|
3660
4020
|
};
|
|
3661
|
-
|
|
4021
|
+
reasoning: false;
|
|
4022
|
+
input: "text"[];
|
|
3662
4023
|
cost: {
|
|
3663
4024
|
input: number;
|
|
3664
4025
|
output: number;
|
|
@@ -3668,16 +4029,16 @@ export declare const MODELS: {
|
|
|
3668
4029
|
contextWindow: number;
|
|
3669
4030
|
maxTokens: number;
|
|
3670
4031
|
};
|
|
3671
|
-
readonly "
|
|
4032
|
+
readonly "workers-ai/@cf/meta/llama-4-scout-17b-16e-instruct": {
|
|
3672
4033
|
id: string;
|
|
3673
4034
|
name: string;
|
|
3674
|
-
api: "openai-
|
|
4035
|
+
api: "openai-completions";
|
|
3675
4036
|
provider: string;
|
|
3676
4037
|
baseUrl: string;
|
|
3677
|
-
|
|
3678
|
-
|
|
3679
|
-
off: null;
|
|
4038
|
+
compat: {
|
|
4039
|
+
sendSessionAffinityHeaders: true;
|
|
3680
4040
|
};
|
|
4041
|
+
reasoning: false;
|
|
3681
4042
|
input: ("image" | "text")[];
|
|
3682
4043
|
cost: {
|
|
3683
4044
|
input: number;
|
|
@@ -3688,17 +4049,17 @@ export declare const MODELS: {
|
|
|
3688
4049
|
contextWindow: number;
|
|
3689
4050
|
maxTokens: number;
|
|
3690
4051
|
};
|
|
3691
|
-
readonly "
|
|
4052
|
+
readonly "workers-ai/@cf/mistralai/mistral-small-3.1-24b-instruct": {
|
|
3692
4053
|
id: string;
|
|
3693
4054
|
name: string;
|
|
3694
|
-
api: "openai-
|
|
4055
|
+
api: "openai-completions";
|
|
3695
4056
|
provider: string;
|
|
3696
4057
|
baseUrl: string;
|
|
3697
|
-
|
|
3698
|
-
|
|
3699
|
-
off: null;
|
|
4058
|
+
compat: {
|
|
4059
|
+
sendSessionAffinityHeaders: true;
|
|
3700
4060
|
};
|
|
3701
|
-
|
|
4061
|
+
reasoning: false;
|
|
4062
|
+
input: "text"[];
|
|
3702
4063
|
cost: {
|
|
3703
4064
|
input: number;
|
|
3704
4065
|
output: number;
|
|
@@ -3708,12 +4069,15 @@ export declare const MODELS: {
|
|
|
3708
4069
|
contextWindow: number;
|
|
3709
4070
|
maxTokens: number;
|
|
3710
4071
|
};
|
|
3711
|
-
readonly
|
|
4072
|
+
readonly "workers-ai/@cf/moonshotai/kimi-k2.6": {
|
|
3712
4073
|
id: string;
|
|
3713
4074
|
name: string;
|
|
3714
|
-
api: "openai-
|
|
4075
|
+
api: "openai-completions";
|
|
3715
4076
|
provider: string;
|
|
3716
4077
|
baseUrl: string;
|
|
4078
|
+
compat: {
|
|
4079
|
+
sendSessionAffinityHeaders: true;
|
|
4080
|
+
};
|
|
3717
4081
|
reasoning: true;
|
|
3718
4082
|
input: ("image" | "text")[];
|
|
3719
4083
|
cost: {
|
|
@@ -3725,12 +4089,15 @@ export declare const MODELS: {
|
|
|
3725
4089
|
contextWindow: number;
|
|
3726
4090
|
maxTokens: number;
|
|
3727
4091
|
};
|
|
3728
|
-
readonly
|
|
4092
|
+
readonly "workers-ai/@cf/moonshotai/kimi-k2.7-code": {
|
|
3729
4093
|
id: string;
|
|
3730
4094
|
name: string;
|
|
3731
|
-
api: "openai-
|
|
4095
|
+
api: "openai-completions";
|
|
3732
4096
|
provider: string;
|
|
3733
4097
|
baseUrl: string;
|
|
4098
|
+
compat: {
|
|
4099
|
+
sendSessionAffinityHeaders: true;
|
|
4100
|
+
};
|
|
3734
4101
|
reasoning: true;
|
|
3735
4102
|
input: ("image" | "text")[];
|
|
3736
4103
|
cost: {
|
|
@@ -3742,12 +4109,15 @@ export declare const MODELS: {
|
|
|
3742
4109
|
contextWindow: number;
|
|
3743
4110
|
maxTokens: number;
|
|
3744
4111
|
};
|
|
3745
|
-
readonly "
|
|
4112
|
+
readonly "workers-ai/@cf/nvidia/nemotron-3-120b-a12b": {
|
|
3746
4113
|
id: string;
|
|
3747
4114
|
name: string;
|
|
3748
|
-
api: "openai-
|
|
4115
|
+
api: "openai-completions";
|
|
3749
4116
|
provider: string;
|
|
3750
4117
|
baseUrl: string;
|
|
4118
|
+
compat: {
|
|
4119
|
+
sendSessionAffinityHeaders: true;
|
|
4120
|
+
};
|
|
3751
4121
|
reasoning: true;
|
|
3752
4122
|
input: "text"[];
|
|
3753
4123
|
cost: {
|
|
@@ -3759,14 +4129,17 @@ export declare const MODELS: {
|
|
|
3759
4129
|
contextWindow: number;
|
|
3760
4130
|
maxTokens: number;
|
|
3761
4131
|
};
|
|
3762
|
-
readonly "
|
|
4132
|
+
readonly "workers-ai/@cf/openai/gpt-oss-120b": {
|
|
3763
4133
|
id: string;
|
|
3764
4134
|
name: string;
|
|
3765
|
-
api: "openai-
|
|
4135
|
+
api: "openai-completions";
|
|
3766
4136
|
provider: string;
|
|
3767
4137
|
baseUrl: string;
|
|
4138
|
+
compat: {
|
|
4139
|
+
sendSessionAffinityHeaders: true;
|
|
4140
|
+
};
|
|
3768
4141
|
reasoning: true;
|
|
3769
|
-
input:
|
|
4142
|
+
input: "text"[];
|
|
3770
4143
|
cost: {
|
|
3771
4144
|
input: number;
|
|
3772
4145
|
output: number;
|
|
@@ -3776,14 +4149,17 @@ export declare const MODELS: {
|
|
|
3776
4149
|
contextWindow: number;
|
|
3777
4150
|
maxTokens: number;
|
|
3778
4151
|
};
|
|
3779
|
-
readonly "
|
|
4152
|
+
readonly "workers-ai/@cf/openai/gpt-oss-20b": {
|
|
3780
4153
|
id: string;
|
|
3781
4154
|
name: string;
|
|
3782
|
-
api: "openai-
|
|
4155
|
+
api: "openai-completions";
|
|
3783
4156
|
provider: string;
|
|
3784
4157
|
baseUrl: string;
|
|
4158
|
+
compat: {
|
|
4159
|
+
sendSessionAffinityHeaders: true;
|
|
4160
|
+
};
|
|
3785
4161
|
reasoning: true;
|
|
3786
|
-
input:
|
|
4162
|
+
input: "text"[];
|
|
3787
4163
|
cost: {
|
|
3788
4164
|
input: number;
|
|
3789
4165
|
output: number;
|
|
@@ -3793,7 +4169,7 @@ export declare const MODELS: {
|
|
|
3793
4169
|
contextWindow: number;
|
|
3794
4170
|
maxTokens: number;
|
|
3795
4171
|
};
|
|
3796
|
-
readonly "workers-ai/@cf/
|
|
4172
|
+
readonly "workers-ai/@cf/qwen/qwen3-30b-a3b-fp8": {
|
|
3797
4173
|
id: string;
|
|
3798
4174
|
name: string;
|
|
3799
4175
|
api: "openai-completions";
|
|
@@ -3803,7 +4179,7 @@ export declare const MODELS: {
|
|
|
3803
4179
|
sendSessionAffinityHeaders: true;
|
|
3804
4180
|
};
|
|
3805
4181
|
reasoning: true;
|
|
3806
|
-
input:
|
|
4182
|
+
input: "text"[];
|
|
3807
4183
|
cost: {
|
|
3808
4184
|
input: number;
|
|
3809
4185
|
output: number;
|
|
@@ -3813,7 +4189,7 @@ export declare const MODELS: {
|
|
|
3813
4189
|
contextWindow: number;
|
|
3814
4190
|
maxTokens: number;
|
|
3815
4191
|
};
|
|
3816
|
-
readonly "workers-ai/@cf/
|
|
4192
|
+
readonly "workers-ai/@cf/zai-org/glm-4.7-flash": {
|
|
3817
4193
|
id: string;
|
|
3818
4194
|
name: string;
|
|
3819
4195
|
api: "openai-completions";
|
|
@@ -3823,7 +4199,7 @@ export declare const MODELS: {
|
|
|
3823
4199
|
sendSessionAffinityHeaders: true;
|
|
3824
4200
|
};
|
|
3825
4201
|
reasoning: true;
|
|
3826
|
-
input:
|
|
4202
|
+
input: "text"[];
|
|
3827
4203
|
cost: {
|
|
3828
4204
|
input: number;
|
|
3829
4205
|
output: number;
|
|
@@ -3833,7 +4209,7 @@ export declare const MODELS: {
|
|
|
3833
4209
|
contextWindow: number;
|
|
3834
4210
|
maxTokens: number;
|
|
3835
4211
|
};
|
|
3836
|
-
readonly "workers-ai/@cf/
|
|
4212
|
+
readonly "workers-ai/@cf/zai-org/glm-5.2": {
|
|
3837
4213
|
id: string;
|
|
3838
4214
|
name: string;
|
|
3839
4215
|
api: "openai-completions";
|
|
@@ -3853,7 +4229,9 @@ export declare const MODELS: {
|
|
|
3853
4229
|
contextWindow: number;
|
|
3854
4230
|
maxTokens: number;
|
|
3855
4231
|
};
|
|
3856
|
-
|
|
4232
|
+
};
|
|
4233
|
+
readonly "cloudflare-workers-ai": {
|
|
4234
|
+
readonly "@cf/deepseek-ai/deepseek-v4-flash-0731": {
|
|
3857
4235
|
id: string;
|
|
3858
4236
|
name: string;
|
|
3859
4237
|
api: "openai-completions";
|
|
@@ -3861,8 +4239,17 @@ export declare const MODELS: {
|
|
|
3861
4239
|
baseUrl: string;
|
|
3862
4240
|
compat: {
|
|
3863
4241
|
sendSessionAffinityHeaders: true;
|
|
4242
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
4243
|
+
thinkingFormat: "deepseek";
|
|
3864
4244
|
};
|
|
3865
4245
|
reasoning: true;
|
|
4246
|
+
thinkingLevelMap: {
|
|
4247
|
+
minimal: null;
|
|
4248
|
+
low: null;
|
|
4249
|
+
medium: null;
|
|
4250
|
+
high: string;
|
|
4251
|
+
xhigh: string;
|
|
4252
|
+
};
|
|
3866
4253
|
input: "text"[];
|
|
3867
4254
|
cost: {
|
|
3868
4255
|
input: number;
|
|
@@ -3873,7 +4260,7 @@ export declare const MODELS: {
|
|
|
3873
4260
|
contextWindow: number;
|
|
3874
4261
|
maxTokens: number;
|
|
3875
4262
|
};
|
|
3876
|
-
readonly "
|
|
4263
|
+
readonly "@cf/deepseek-ai/deepseek-v4-pro-0813": {
|
|
3877
4264
|
id: string;
|
|
3878
4265
|
name: string;
|
|
3879
4266
|
api: "openai-completions";
|
|
@@ -3881,8 +4268,17 @@ export declare const MODELS: {
|
|
|
3881
4268
|
baseUrl: string;
|
|
3882
4269
|
compat: {
|
|
3883
4270
|
sendSessionAffinityHeaders: true;
|
|
4271
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
4272
|
+
thinkingFormat: "deepseek";
|
|
3884
4273
|
};
|
|
3885
4274
|
reasoning: true;
|
|
4275
|
+
thinkingLevelMap: {
|
|
4276
|
+
minimal: null;
|
|
4277
|
+
low: null;
|
|
4278
|
+
medium: null;
|
|
4279
|
+
high: string;
|
|
4280
|
+
xhigh: string;
|
|
4281
|
+
};
|
|
3886
4282
|
input: "text"[];
|
|
3887
4283
|
cost: {
|
|
3888
4284
|
input: number;
|
|
@@ -3893,8 +4289,6 @@ export declare const MODELS: {
|
|
|
3893
4289
|
contextWindow: number;
|
|
3894
4290
|
maxTokens: number;
|
|
3895
4291
|
};
|
|
3896
|
-
};
|
|
3897
|
-
readonly "cloudflare-workers-ai": {
|
|
3898
4292
|
readonly "@cf/google/gemma-4-26b-a4b-it": {
|
|
3899
4293
|
id: string;
|
|
3900
4294
|
name: string;
|
|
@@ -4266,6 +4660,23 @@ export declare const MODELS: {
|
|
|
4266
4660
|
contextWindow: number;
|
|
4267
4661
|
maxTokens: number;
|
|
4268
4662
|
};
|
|
4663
|
+
readonly "accounts/fireworks/models/deepseek-v4-pro-0813": {
|
|
4664
|
+
id: string;
|
|
4665
|
+
name: string;
|
|
4666
|
+
api: "anthropic-messages";
|
|
4667
|
+
provider: string;
|
|
4668
|
+
baseUrl: string;
|
|
4669
|
+
reasoning: true;
|
|
4670
|
+
input: "text"[];
|
|
4671
|
+
cost: {
|
|
4672
|
+
input: number;
|
|
4673
|
+
output: number;
|
|
4674
|
+
cacheRead: number;
|
|
4675
|
+
cacheWrite: number;
|
|
4676
|
+
};
|
|
4677
|
+
contextWindow: number;
|
|
4678
|
+
maxTokens: number;
|
|
4679
|
+
};
|
|
4269
4680
|
readonly "accounts/fireworks/models/glm-5p2": {
|
|
4270
4681
|
id: string;
|
|
4271
4682
|
name: string;
|
|
@@ -4317,6 +4728,23 @@ export declare const MODELS: {
|
|
|
4317
4728
|
contextWindow: number;
|
|
4318
4729
|
maxTokens: number;
|
|
4319
4730
|
};
|
|
4731
|
+
readonly "accounts/fireworks/models/inkling": {
|
|
4732
|
+
id: string;
|
|
4733
|
+
name: string;
|
|
4734
|
+
api: "anthropic-messages";
|
|
4735
|
+
provider: string;
|
|
4736
|
+
baseUrl: string;
|
|
4737
|
+
reasoning: true;
|
|
4738
|
+
input: ("image" | "text")[];
|
|
4739
|
+
cost: {
|
|
4740
|
+
input: number;
|
|
4741
|
+
output: number;
|
|
4742
|
+
cacheRead: number;
|
|
4743
|
+
cacheWrite: number;
|
|
4744
|
+
};
|
|
4745
|
+
contextWindow: number;
|
|
4746
|
+
maxTokens: number;
|
|
4747
|
+
};
|
|
4320
4748
|
readonly "accounts/fireworks/models/kimi-k2p6": {
|
|
4321
4749
|
id: string;
|
|
4322
4750
|
name: string;
|
|
@@ -4402,6 +4830,57 @@ export declare const MODELS: {
|
|
|
4402
4830
|
contextWindow: number;
|
|
4403
4831
|
maxTokens: number;
|
|
4404
4832
|
};
|
|
4833
|
+
readonly "accounts/fireworks/models/muse-glimmer-30b": {
|
|
4834
|
+
id: string;
|
|
4835
|
+
name: string;
|
|
4836
|
+
api: "anthropic-messages";
|
|
4837
|
+
provider: string;
|
|
4838
|
+
baseUrl: string;
|
|
4839
|
+
reasoning: true;
|
|
4840
|
+
input: ("image" | "text")[];
|
|
4841
|
+
cost: {
|
|
4842
|
+
input: number;
|
|
4843
|
+
output: number;
|
|
4844
|
+
cacheRead: number;
|
|
4845
|
+
cacheWrite: number;
|
|
4846
|
+
};
|
|
4847
|
+
contextWindow: number;
|
|
4848
|
+
maxTokens: number;
|
|
4849
|
+
};
|
|
4850
|
+
readonly "accounts/fireworks/models/nemotron-3-ultra-nvfp4": {
|
|
4851
|
+
id: string;
|
|
4852
|
+
name: string;
|
|
4853
|
+
api: "anthropic-messages";
|
|
4854
|
+
provider: string;
|
|
4855
|
+
baseUrl: string;
|
|
4856
|
+
reasoning: true;
|
|
4857
|
+
input: "text"[];
|
|
4858
|
+
cost: {
|
|
4859
|
+
input: number;
|
|
4860
|
+
output: number;
|
|
4861
|
+
cacheRead: number;
|
|
4862
|
+
cacheWrite: number;
|
|
4863
|
+
};
|
|
4864
|
+
contextWindow: number;
|
|
4865
|
+
maxTokens: number;
|
|
4866
|
+
};
|
|
4867
|
+
readonly "accounts/fireworks/models/nemotron-lightning-3p5-30b-a3b": {
|
|
4868
|
+
id: string;
|
|
4869
|
+
name: string;
|
|
4870
|
+
api: "anthropic-messages";
|
|
4871
|
+
provider: string;
|
|
4872
|
+
baseUrl: string;
|
|
4873
|
+
reasoning: true;
|
|
4874
|
+
input: "text"[];
|
|
4875
|
+
cost: {
|
|
4876
|
+
input: number;
|
|
4877
|
+
output: number;
|
|
4878
|
+
cacheRead: number;
|
|
4879
|
+
cacheWrite: number;
|
|
4880
|
+
};
|
|
4881
|
+
contextWindow: number;
|
|
4882
|
+
maxTokens: number;
|
|
4883
|
+
};
|
|
4405
4884
|
readonly "accounts/fireworks/models/qwen3p7-plus": {
|
|
4406
4885
|
id: string;
|
|
4407
4886
|
name: string;
|
|
@@ -4419,6 +4898,23 @@ export declare const MODELS: {
|
|
|
4419
4898
|
contextWindow: number;
|
|
4420
4899
|
maxTokens: number;
|
|
4421
4900
|
};
|
|
4901
|
+
readonly "accounts/fireworks/models/qwen3p8-max": {
|
|
4902
|
+
id: string;
|
|
4903
|
+
name: string;
|
|
4904
|
+
api: "anthropic-messages";
|
|
4905
|
+
provider: string;
|
|
4906
|
+
baseUrl: string;
|
|
4907
|
+
reasoning: true;
|
|
4908
|
+
input: "text"[];
|
|
4909
|
+
cost: {
|
|
4910
|
+
input: number;
|
|
4911
|
+
output: number;
|
|
4912
|
+
cacheRead: number;
|
|
4913
|
+
cacheWrite: number;
|
|
4914
|
+
};
|
|
4915
|
+
contextWindow: number;
|
|
4916
|
+
maxTokens: number;
|
|
4917
|
+
};
|
|
4422
4918
|
readonly "accounts/fireworks/routers/glm-5p2-fast": {
|
|
4423
4919
|
id: string;
|
|
4424
4920
|
name: string;
|
|
@@ -4803,7 +5299,35 @@ export declare const MODELS: {
|
|
|
4803
5299
|
contextWindow: number;
|
|
4804
5300
|
maxTokens: number;
|
|
4805
5301
|
};
|
|
4806
|
-
readonly "gemini-3.1-pro-preview": {
|
|
5302
|
+
readonly "gemini-3.1-pro-preview": {
|
|
5303
|
+
id: string;
|
|
5304
|
+
name: string;
|
|
5305
|
+
api: "openai-completions";
|
|
5306
|
+
provider: string;
|
|
5307
|
+
baseUrl: string;
|
|
5308
|
+
headers: {
|
|
5309
|
+
"User-Agent": string;
|
|
5310
|
+
"Editor-Version": string;
|
|
5311
|
+
"Editor-Plugin-Version": string;
|
|
5312
|
+
"Copilot-Integration-Id": string;
|
|
5313
|
+
};
|
|
5314
|
+
compat: {
|
|
5315
|
+
supportsStore: false;
|
|
5316
|
+
supportsDeveloperRole: false;
|
|
5317
|
+
supportsReasoningEffort: false;
|
|
5318
|
+
};
|
|
5319
|
+
reasoning: true;
|
|
5320
|
+
input: ("image" | "text")[];
|
|
5321
|
+
cost: {
|
|
5322
|
+
input: number;
|
|
5323
|
+
output: number;
|
|
5324
|
+
cacheRead: number;
|
|
5325
|
+
cacheWrite: number;
|
|
5326
|
+
};
|
|
5327
|
+
contextWindow: number;
|
|
5328
|
+
maxTokens: number;
|
|
5329
|
+
};
|
|
5330
|
+
readonly "gemini-3.5-flash": {
|
|
4807
5331
|
id: string;
|
|
4808
5332
|
name: string;
|
|
4809
5333
|
api: "openai-completions";
|
|
@@ -4831,7 +5355,7 @@ export declare const MODELS: {
|
|
|
4831
5355
|
contextWindow: number;
|
|
4832
5356
|
maxTokens: number;
|
|
4833
5357
|
};
|
|
4834
|
-
readonly "gemini-3.
|
|
5358
|
+
readonly "gemini-3.6-flash": {
|
|
4835
5359
|
id: string;
|
|
4836
5360
|
name: string;
|
|
4837
5361
|
api: "openai-completions";
|
|
@@ -4859,7 +5383,7 @@ export declare const MODELS: {
|
|
|
4859
5383
|
contextWindow: number;
|
|
4860
5384
|
maxTokens: number;
|
|
4861
5385
|
};
|
|
4862
|
-
readonly "gemini-3.
|
|
5386
|
+
readonly "gemini-3.7-flash": {
|
|
4863
5387
|
id: string;
|
|
4864
5388
|
name: string;
|
|
4865
5389
|
api: "openai-completions";
|
|
@@ -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;
|
|
@@ -5320,6 +5872,34 @@ export declare const MODELS: {
|
|
|
5320
5872
|
contextWindow: number;
|
|
5321
5873
|
maxTokens: number;
|
|
5322
5874
|
};
|
|
5875
|
+
readonly "mai-code-1.1-flash": {
|
|
5876
|
+
id: string;
|
|
5877
|
+
name: string;
|
|
5878
|
+
api: "openai-completions";
|
|
5879
|
+
provider: string;
|
|
5880
|
+
baseUrl: string;
|
|
5881
|
+
headers: {
|
|
5882
|
+
"User-Agent": string;
|
|
5883
|
+
"Editor-Version": string;
|
|
5884
|
+
"Editor-Plugin-Version": string;
|
|
5885
|
+
"Copilot-Integration-Id": string;
|
|
5886
|
+
};
|
|
5887
|
+
compat: {
|
|
5888
|
+
supportsStore: false;
|
|
5889
|
+
supportsDeveloperRole: false;
|
|
5890
|
+
supportsReasoningEffort: false;
|
|
5891
|
+
};
|
|
5892
|
+
reasoning: true;
|
|
5893
|
+
input: ("image" | "text")[];
|
|
5894
|
+
cost: {
|
|
5895
|
+
input: number;
|
|
5896
|
+
output: number;
|
|
5897
|
+
cacheRead: number;
|
|
5898
|
+
cacheWrite: number;
|
|
5899
|
+
};
|
|
5900
|
+
contextWindow: number;
|
|
5901
|
+
maxTokens: number;
|
|
5902
|
+
};
|
|
5323
5903
|
};
|
|
5324
5904
|
readonly google: {
|
|
5325
5905
|
readonly "deep-research-max-preview-04-2026": {
|
|
@@ -5632,6 +6212,26 @@ export declare const MODELS: {
|
|
|
5632
6212
|
contextWindow: number;
|
|
5633
6213
|
maxTokens: number;
|
|
5634
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
|
+
};
|
|
5635
6235
|
readonly "gemini-flash-latest": {
|
|
5636
6236
|
id: string;
|
|
5637
6237
|
name: string;
|
|
@@ -6184,6 +6784,26 @@ export declare const MODELS: {
|
|
|
6184
6784
|
contextWindow: number;
|
|
6185
6785
|
maxTokens: number;
|
|
6186
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
|
+
};
|
|
6187
6807
|
readonly "Qwen/Qwen3-235B-A22B": {
|
|
6188
6808
|
id: string;
|
|
6189
6809
|
name: string;
|
|
@@ -6244,6 +6864,26 @@ export declare const MODELS: {
|
|
|
6244
6864
|
contextWindow: number;
|
|
6245
6865
|
maxTokens: number;
|
|
6246
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
|
+
};
|
|
6247
6887
|
readonly "Qwen/Qwen3-32B": {
|
|
6248
6888
|
id: string;
|
|
6249
6889
|
name: string;
|
|
@@ -6604,6 +7244,26 @@ export declare const MODELS: {
|
|
|
6604
7244
|
contextWindow: number;
|
|
6605
7245
|
maxTokens: number;
|
|
6606
7246
|
};
|
|
7247
|
+
readonly "deepseek-ai/DeepSeek-V3-0324": {
|
|
7248
|
+
id: string;
|
|
7249
|
+
name: string;
|
|
7250
|
+
api: "openai-completions";
|
|
7251
|
+
provider: string;
|
|
7252
|
+
baseUrl: string;
|
|
7253
|
+
compat: {
|
|
7254
|
+
supportsDeveloperRole: false;
|
|
7255
|
+
};
|
|
7256
|
+
reasoning: false;
|
|
7257
|
+
input: "text"[];
|
|
7258
|
+
cost: {
|
|
7259
|
+
input: number;
|
|
7260
|
+
output: number;
|
|
7261
|
+
cacheRead: number;
|
|
7262
|
+
cacheWrite: number;
|
|
7263
|
+
};
|
|
7264
|
+
contextWindow: number;
|
|
7265
|
+
maxTokens: number;
|
|
7266
|
+
};
|
|
6607
7267
|
readonly "deepseek-ai/DeepSeek-V3.1": {
|
|
6608
7268
|
id: string;
|
|
6609
7269
|
name: string;
|
|
@@ -6704,6 +7364,26 @@ export declare const MODELS: {
|
|
|
6704
7364
|
contextWindow: number;
|
|
6705
7365
|
maxTokens: number;
|
|
6706
7366
|
};
|
|
7367
|
+
readonly "deepseek-ai/DeepSeek-V4-Pro-0813": {
|
|
7368
|
+
id: string;
|
|
7369
|
+
name: string;
|
|
7370
|
+
api: "openai-completions";
|
|
7371
|
+
provider: string;
|
|
7372
|
+
baseUrl: string;
|
|
7373
|
+
compat: {
|
|
7374
|
+
supportsDeveloperRole: false;
|
|
7375
|
+
};
|
|
7376
|
+
reasoning: true;
|
|
7377
|
+
input: "text"[];
|
|
7378
|
+
cost: {
|
|
7379
|
+
input: number;
|
|
7380
|
+
output: number;
|
|
7381
|
+
cacheRead: number;
|
|
7382
|
+
cacheWrite: number;
|
|
7383
|
+
};
|
|
7384
|
+
contextWindow: number;
|
|
7385
|
+
maxTokens: number;
|
|
7386
|
+
};
|
|
6707
7387
|
readonly "google/gemma-4-26B-A4B-it": {
|
|
6708
7388
|
id: string;
|
|
6709
7389
|
name: string;
|
|
@@ -6744,6 +7424,26 @@ export declare const MODELS: {
|
|
|
6744
7424
|
contextWindow: number;
|
|
6745
7425
|
maxTokens: number;
|
|
6746
7426
|
};
|
|
7427
|
+
readonly "meta-llama/Llama-3.1-8B-Instruct": {
|
|
7428
|
+
id: string;
|
|
7429
|
+
name: string;
|
|
7430
|
+
api: "openai-completions";
|
|
7431
|
+
provider: string;
|
|
7432
|
+
baseUrl: string;
|
|
7433
|
+
compat: {
|
|
7434
|
+
supportsDeveloperRole: false;
|
|
7435
|
+
};
|
|
7436
|
+
reasoning: false;
|
|
7437
|
+
input: "text"[];
|
|
7438
|
+
cost: {
|
|
7439
|
+
input: number;
|
|
7440
|
+
output: number;
|
|
7441
|
+
cacheRead: number;
|
|
7442
|
+
cacheWrite: number;
|
|
7443
|
+
};
|
|
7444
|
+
contextWindow: number;
|
|
7445
|
+
maxTokens: number;
|
|
7446
|
+
};
|
|
6747
7447
|
readonly "meta-llama/Llama-3.3-70B-Instruct": {
|
|
6748
7448
|
id: string;
|
|
6749
7449
|
name: string;
|
|
@@ -9760,6 +10460,26 @@ export declare const MODELS: {
|
|
|
9760
10460
|
contextWindow: number;
|
|
9761
10461
|
maxTokens: number;
|
|
9762
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
|
+
};
|
|
9763
10483
|
readonly "glm-5": {
|
|
9764
10484
|
id: string;
|
|
9765
10485
|
name: string;
|
|
@@ -10217,6 +10937,23 @@ export declare const MODELS: {
|
|
|
10217
10937
|
contextWindow: number;
|
|
10218
10938
|
maxTokens: number;
|
|
10219
10939
|
};
|
|
10940
|
+
readonly "grok-4.6": {
|
|
10941
|
+
id: string;
|
|
10942
|
+
name: string;
|
|
10943
|
+
api: "openai-responses";
|
|
10944
|
+
provider: string;
|
|
10945
|
+
baseUrl: string;
|
|
10946
|
+
reasoning: true;
|
|
10947
|
+
input: ("image" | "text")[];
|
|
10948
|
+
cost: {
|
|
10949
|
+
input: number;
|
|
10950
|
+
output: number;
|
|
10951
|
+
cacheRead: number;
|
|
10952
|
+
cacheWrite: number;
|
|
10953
|
+
};
|
|
10954
|
+
contextWindow: number;
|
|
10955
|
+
maxTokens: number;
|
|
10956
|
+
};
|
|
10220
10957
|
readonly "grok-build-0.1": {
|
|
10221
10958
|
id: string;
|
|
10222
10959
|
name: string;
|
|
@@ -10336,14 +11073,14 @@ export declare const MODELS: {
|
|
|
10336
11073
|
contextWindow: number;
|
|
10337
11074
|
maxTokens: number;
|
|
10338
11075
|
};
|
|
10339
|
-
readonly "
|
|
11076
|
+
readonly "mimo-v2.5-free": {
|
|
10340
11077
|
id: string;
|
|
10341
11078
|
name: string;
|
|
10342
11079
|
api: "openai-completions";
|
|
10343
11080
|
provider: string;
|
|
10344
11081
|
baseUrl: string;
|
|
10345
11082
|
reasoning: true;
|
|
10346
|
-
input: "text"[];
|
|
11083
|
+
input: ("image" | "text")[];
|
|
10347
11084
|
cost: {
|
|
10348
11085
|
input: number;
|
|
10349
11086
|
output: number;
|
|
@@ -10353,14 +11090,14 @@ export declare const MODELS: {
|
|
|
10353
11090
|
contextWindow: number;
|
|
10354
11091
|
maxTokens: number;
|
|
10355
11092
|
};
|
|
10356
|
-
readonly "
|
|
11093
|
+
readonly "minimax-m2.5": {
|
|
10357
11094
|
id: string;
|
|
10358
11095
|
name: string;
|
|
10359
11096
|
api: "openai-completions";
|
|
10360
11097
|
provider: string;
|
|
10361
11098
|
baseUrl: string;
|
|
10362
11099
|
reasoning: true;
|
|
10363
|
-
input:
|
|
11100
|
+
input: "text"[];
|
|
10364
11101
|
cost: {
|
|
10365
11102
|
input: number;
|
|
10366
11103
|
output: number;
|
|
@@ -10370,7 +11107,7 @@ export declare const MODELS: {
|
|
|
10370
11107
|
contextWindow: number;
|
|
10371
11108
|
maxTokens: number;
|
|
10372
11109
|
};
|
|
10373
|
-
readonly "minimax-m2.
|
|
11110
|
+
readonly "minimax-m2.7": {
|
|
10374
11111
|
id: string;
|
|
10375
11112
|
name: string;
|
|
10376
11113
|
api: "openai-completions";
|
|
@@ -10387,14 +11124,14 @@ export declare const MODELS: {
|
|
|
10387
11124
|
contextWindow: number;
|
|
10388
11125
|
maxTokens: number;
|
|
10389
11126
|
};
|
|
10390
|
-
readonly "minimax-
|
|
11127
|
+
readonly "minimax-m3": {
|
|
10391
11128
|
id: string;
|
|
10392
11129
|
name: string;
|
|
10393
11130
|
api: "openai-completions";
|
|
10394
11131
|
provider: string;
|
|
10395
11132
|
baseUrl: string;
|
|
10396
11133
|
reasoning: true;
|
|
10397
|
-
input: "text"[];
|
|
11134
|
+
input: ("image" | "text")[];
|
|
10398
11135
|
cost: {
|
|
10399
11136
|
input: number;
|
|
10400
11137
|
output: number;
|
|
@@ -10404,10 +11141,10 @@ export declare const MODELS: {
|
|
|
10404
11141
|
contextWindow: number;
|
|
10405
11142
|
maxTokens: number;
|
|
10406
11143
|
};
|
|
10407
|
-
readonly "
|
|
11144
|
+
readonly "muse-spark-1.2": {
|
|
10408
11145
|
id: string;
|
|
10409
11146
|
name: string;
|
|
10410
|
-
api: "openai-
|
|
11147
|
+
api: "openai-responses";
|
|
10411
11148
|
provider: string;
|
|
10412
11149
|
baseUrl: string;
|
|
10413
11150
|
reasoning: true;
|
|
@@ -10581,6 +11318,23 @@ export declare const MODELS: {
|
|
|
10581
11318
|
contextWindow: number;
|
|
10582
11319
|
maxTokens: number;
|
|
10583
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
|
+
};
|
|
10584
11338
|
readonly "gpt-5.6-luna": {
|
|
10585
11339
|
id: string;
|
|
10586
11340
|
name: string;
|
|
@@ -11591,6 +12345,23 @@ export declare const MODELS: {
|
|
|
11591
12345
|
contextWindow: number;
|
|
11592
12346
|
maxTokens: number;
|
|
11593
12347
|
};
|
|
12348
|
+
readonly "bytedance-seed/seed-2-1-turbo": {
|
|
12349
|
+
id: string;
|
|
12350
|
+
name: string;
|
|
12351
|
+
api: "openai-completions";
|
|
12352
|
+
provider: string;
|
|
12353
|
+
baseUrl: string;
|
|
12354
|
+
reasoning: true;
|
|
12355
|
+
input: ("image" | "text")[];
|
|
12356
|
+
cost: {
|
|
12357
|
+
input: number;
|
|
12358
|
+
output: number;
|
|
12359
|
+
cacheRead: number;
|
|
12360
|
+
cacheWrite: number;
|
|
12361
|
+
};
|
|
12362
|
+
contextWindow: number;
|
|
12363
|
+
maxTokens: number;
|
|
12364
|
+
};
|
|
11594
12365
|
readonly "bytedance-seed/seed-2.0-code": {
|
|
11595
12366
|
id: string;
|
|
11596
12367
|
name: string;
|
|
@@ -11913,6 +12684,51 @@ export declare const MODELS: {
|
|
|
11913
12684
|
contextWindow: number;
|
|
11914
12685
|
maxTokens: number;
|
|
11915
12686
|
};
|
|
12687
|
+
readonly "deepseek/deepseek-v4-pro-0813": {
|
|
12688
|
+
id: string;
|
|
12689
|
+
name: string;
|
|
12690
|
+
api: "openai-completions";
|
|
12691
|
+
provider: string;
|
|
12692
|
+
baseUrl: string;
|
|
12693
|
+
compat: {
|
|
12694
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
12695
|
+
thinkingFormat: "deepseek";
|
|
12696
|
+
};
|
|
12697
|
+
reasoning: true;
|
|
12698
|
+
thinkingLevelMap: {
|
|
12699
|
+
minimal: null;
|
|
12700
|
+
low: null;
|
|
12701
|
+
medium: null;
|
|
12702
|
+
high: string;
|
|
12703
|
+
xhigh: string;
|
|
12704
|
+
};
|
|
12705
|
+
input: "text"[];
|
|
12706
|
+
cost: {
|
|
12707
|
+
input: number;
|
|
12708
|
+
output: number;
|
|
12709
|
+
cacheRead: number;
|
|
12710
|
+
cacheWrite: number;
|
|
12711
|
+
};
|
|
12712
|
+
contextWindow: number;
|
|
12713
|
+
maxTokens: number;
|
|
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
|
+
};
|
|
11916
12732
|
readonly "google/gemini-2.5-flash": {
|
|
11917
12733
|
id: string;
|
|
11918
12734
|
name: string;
|
|
@@ -12304,6 +13120,40 @@ export declare const MODELS: {
|
|
|
12304
13120
|
contextWindow: number;
|
|
12305
13121
|
maxTokens: number;
|
|
12306
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
|
+
};
|
|
12307
13157
|
readonly "google/gemma-3-12b-it": {
|
|
12308
13158
|
id: string;
|
|
12309
13159
|
name: string;
|
|
@@ -12491,23 +13341,6 @@ export declare const MODELS: {
|
|
|
12491
13341
|
contextWindow: number;
|
|
12492
13342
|
maxTokens: number;
|
|
12493
13343
|
};
|
|
12494
|
-
readonly "inclusionai/ling-3.0-tiny:free": {
|
|
12495
|
-
id: string;
|
|
12496
|
-
name: string;
|
|
12497
|
-
api: "openai-completions";
|
|
12498
|
-
provider: string;
|
|
12499
|
-
baseUrl: string;
|
|
12500
|
-
reasoning: true;
|
|
12501
|
-
input: "text"[];
|
|
12502
|
-
cost: {
|
|
12503
|
-
input: number;
|
|
12504
|
-
output: number;
|
|
12505
|
-
cacheRead: number;
|
|
12506
|
-
cacheWrite: number;
|
|
12507
|
-
};
|
|
12508
|
-
contextWindow: number;
|
|
12509
|
-
maxTokens: number;
|
|
12510
|
-
};
|
|
12511
13344
|
readonly "inclusionai/ring-2.6-1t": {
|
|
12512
13345
|
id: string;
|
|
12513
13346
|
name: string;
|
|
@@ -13443,6 +14276,23 @@ export declare const MODELS: {
|
|
|
13443
14276
|
contextWindow: number;
|
|
13444
14277
|
maxTokens: number;
|
|
13445
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
|
+
};
|
|
13446
14296
|
readonly "nvidia/nemotron-3.5-lightning:free": {
|
|
13447
14297
|
id: string;
|
|
13448
14298
|
name: string;
|
|
@@ -15846,6 +16696,40 @@ export declare const MODELS: {
|
|
|
15846
16696
|
contextWindow: number;
|
|
15847
16697
|
maxTokens: number;
|
|
15848
16698
|
};
|
|
16699
|
+
readonly "qwen/qwen3.8-2.4t-a95b": {
|
|
16700
|
+
id: string;
|
|
16701
|
+
name: string;
|
|
16702
|
+
api: "openai-completions";
|
|
16703
|
+
provider: string;
|
|
16704
|
+
baseUrl: string;
|
|
16705
|
+
reasoning: true;
|
|
16706
|
+
input: "text"[];
|
|
16707
|
+
cost: {
|
|
16708
|
+
input: number;
|
|
16709
|
+
output: number;
|
|
16710
|
+
cacheRead: number;
|
|
16711
|
+
cacheWrite: number;
|
|
16712
|
+
};
|
|
16713
|
+
contextWindow: number;
|
|
16714
|
+
maxTokens: number;
|
|
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
|
+
};
|
|
15849
16733
|
readonly "qwen/qwen3.8-max": {
|
|
15850
16734
|
id: string;
|
|
15851
16735
|
name: string;
|
|
@@ -16152,6 +17036,23 @@ export declare const MODELS: {
|
|
|
16152
17036
|
contextWindow: number;
|
|
16153
17037
|
maxTokens: number;
|
|
16154
17038
|
};
|
|
17039
|
+
readonly "x-ai/grok-4.6": {
|
|
17040
|
+
id: string;
|
|
17041
|
+
name: string;
|
|
17042
|
+
api: "openai-completions";
|
|
17043
|
+
provider: string;
|
|
17044
|
+
baseUrl: string;
|
|
17045
|
+
reasoning: true;
|
|
17046
|
+
input: ("image" | "text")[];
|
|
17047
|
+
cost: {
|
|
17048
|
+
input: number;
|
|
17049
|
+
output: number;
|
|
17050
|
+
cacheRead: number;
|
|
17051
|
+
cacheWrite: number;
|
|
17052
|
+
};
|
|
17053
|
+
contextWindow: number;
|
|
17054
|
+
maxTokens: number;
|
|
17055
|
+
};
|
|
16155
17056
|
readonly "x-ai/grok-build-0.1": {
|
|
16156
17057
|
id: string;
|
|
16157
17058
|
name: string;
|
|
@@ -17598,6 +18499,23 @@ export declare const MODELS: {
|
|
|
17598
18499
|
contextWindow: number;
|
|
17599
18500
|
maxTokens: number;
|
|
17600
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
|
+
};
|
|
17601
18519
|
readonly "alibaba/qwen3.8-max": {
|
|
17602
18520
|
id: string;
|
|
17603
18521
|
name: string;
|
|
@@ -18203,6 +19121,23 @@ export declare const MODELS: {
|
|
|
18203
19121
|
contextWindow: number;
|
|
18204
19122
|
maxTokens: number;
|
|
18205
19123
|
};
|
|
19124
|
+
readonly "deepseek/deepseek-v4-pro-0813": {
|
|
19125
|
+
id: string;
|
|
19126
|
+
name: string;
|
|
19127
|
+
api: "anthropic-messages";
|
|
19128
|
+
provider: string;
|
|
19129
|
+
baseUrl: string;
|
|
19130
|
+
reasoning: true;
|
|
19131
|
+
input: "text"[];
|
|
19132
|
+
cost: {
|
|
19133
|
+
input: number;
|
|
19134
|
+
output: number;
|
|
19135
|
+
cacheRead: number;
|
|
19136
|
+
cacheWrite: number;
|
|
19137
|
+
};
|
|
19138
|
+
contextWindow: number;
|
|
19139
|
+
maxTokens: number;
|
|
19140
|
+
};
|
|
18206
19141
|
readonly "google/gemini-2.5-flash": {
|
|
18207
19142
|
id: string;
|
|
18208
19143
|
name: string;
|
|
@@ -18356,7 +19291,7 @@ export declare const MODELS: {
|
|
|
18356
19291
|
contextWindow: number;
|
|
18357
19292
|
maxTokens: number;
|
|
18358
19293
|
};
|
|
18359
|
-
readonly "google/
|
|
19294
|
+
readonly "google/gemini-3.7-flash": {
|
|
18360
19295
|
id: string;
|
|
18361
19296
|
name: string;
|
|
18362
19297
|
api: "anthropic-messages";
|
|
@@ -18373,7 +19308,7 @@ export declare const MODELS: {
|
|
|
18373
19308
|
contextWindow: number;
|
|
18374
19309
|
maxTokens: number;
|
|
18375
19310
|
};
|
|
18376
|
-
readonly "google/gemma-4-
|
|
19311
|
+
readonly "google/gemma-4-26b-a4b-it": {
|
|
18377
19312
|
id: string;
|
|
18378
19313
|
name: string;
|
|
18379
19314
|
api: "anthropic-messages";
|
|
@@ -18390,14 +19325,14 @@ export declare const MODELS: {
|
|
|
18390
19325
|
contextWindow: number;
|
|
18391
19326
|
maxTokens: number;
|
|
18392
19327
|
};
|
|
18393
|
-
readonly "
|
|
19328
|
+
readonly "google/gemma-4-31b-it": {
|
|
18394
19329
|
id: string;
|
|
18395
19330
|
name: string;
|
|
18396
19331
|
api: "anthropic-messages";
|
|
18397
19332
|
provider: string;
|
|
18398
19333
|
baseUrl: string;
|
|
18399
19334
|
reasoning: true;
|
|
18400
|
-
input: "text"[];
|
|
19335
|
+
input: ("image" | "text")[];
|
|
18401
19336
|
cost: {
|
|
18402
19337
|
input: number;
|
|
18403
19338
|
output: number;
|
|
@@ -18407,13 +19342,13 @@ export declare const MODELS: {
|
|
|
18407
19342
|
contextWindow: number;
|
|
18408
19343
|
maxTokens: number;
|
|
18409
19344
|
};
|
|
18410
|
-
readonly "inception/mercury-
|
|
19345
|
+
readonly "inception/mercury-2": {
|
|
18411
19346
|
id: string;
|
|
18412
19347
|
name: string;
|
|
18413
19348
|
api: "anthropic-messages";
|
|
18414
19349
|
provider: string;
|
|
18415
19350
|
baseUrl: string;
|
|
18416
|
-
reasoning:
|
|
19351
|
+
reasoning: true;
|
|
18417
19352
|
input: "text"[];
|
|
18418
19353
|
cost: {
|
|
18419
19354
|
input: number;
|
|
@@ -18424,13 +19359,13 @@ export declare const MODELS: {
|
|
|
18424
19359
|
contextWindow: number;
|
|
18425
19360
|
maxTokens: number;
|
|
18426
19361
|
};
|
|
18427
|
-
readonly "
|
|
19362
|
+
readonly "inception/mercury-coder-small": {
|
|
18428
19363
|
id: string;
|
|
18429
19364
|
name: string;
|
|
18430
19365
|
api: "anthropic-messages";
|
|
18431
19366
|
provider: string;
|
|
18432
19367
|
baseUrl: string;
|
|
18433
|
-
reasoning:
|
|
19368
|
+
reasoning: false;
|
|
18434
19369
|
input: "text"[];
|
|
18435
19370
|
cost: {
|
|
18436
19371
|
input: number;
|
|
@@ -18441,7 +19376,7 @@ export declare const MODELS: {
|
|
|
18441
19376
|
contextWindow: number;
|
|
18442
19377
|
maxTokens: number;
|
|
18443
19378
|
};
|
|
18444
|
-
readonly "inclusionai/ling-3.0-
|
|
19379
|
+
readonly "inclusionai/ling-3.0-flash": {
|
|
18445
19380
|
id: string;
|
|
18446
19381
|
name: string;
|
|
18447
19382
|
api: "anthropic-messages";
|
|
@@ -20273,6 +21208,23 @@ export declare const MODELS: {
|
|
|
20273
21208
|
contextWindow: number;
|
|
20274
21209
|
maxTokens: number;
|
|
20275
21210
|
};
|
|
21211
|
+
readonly "xai/grok-4.6": {
|
|
21212
|
+
id: string;
|
|
21213
|
+
name: string;
|
|
21214
|
+
api: "anthropic-messages";
|
|
21215
|
+
provider: string;
|
|
21216
|
+
baseUrl: string;
|
|
21217
|
+
reasoning: true;
|
|
21218
|
+
input: ("image" | "text")[];
|
|
21219
|
+
cost: {
|
|
21220
|
+
input: number;
|
|
21221
|
+
output: number;
|
|
21222
|
+
cacheRead: number;
|
|
21223
|
+
cacheWrite: number;
|
|
21224
|
+
};
|
|
21225
|
+
contextWindow: number;
|
|
21226
|
+
maxTokens: number;
|
|
21227
|
+
};
|
|
20276
21228
|
readonly "xai/grok-build-0.1": {
|
|
20277
21229
|
id: string;
|
|
20278
21230
|
name: string;
|
|
@@ -20649,6 +21601,23 @@ export declare const MODELS: {
|
|
|
20649
21601
|
contextWindow: number;
|
|
20650
21602
|
maxTokens: number;
|
|
20651
21603
|
};
|
|
21604
|
+
readonly "grok-4.6": {
|
|
21605
|
+
id: string;
|
|
21606
|
+
name: string;
|
|
21607
|
+
api: "openai-completions";
|
|
21608
|
+
provider: string;
|
|
21609
|
+
baseUrl: string;
|
|
21610
|
+
reasoning: true;
|
|
21611
|
+
input: ("image" | "text")[];
|
|
21612
|
+
cost: {
|
|
21613
|
+
input: number;
|
|
21614
|
+
output: number;
|
|
21615
|
+
cacheRead: number;
|
|
21616
|
+
cacheWrite: number;
|
|
21617
|
+
};
|
|
21618
|
+
contextWindow: number;
|
|
21619
|
+
maxTokens: number;
|
|
21620
|
+
};
|
|
20652
21621
|
readonly "grok-build-0.1": {
|
|
20653
21622
|
id: string;
|
|
20654
21623
|
name: string;
|
|
@@ -20985,6 +21954,28 @@ export declare const MODELS: {
|
|
|
20985
21954
|
contextWindow: number;
|
|
20986
21955
|
maxTokens: number;
|
|
20987
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
|
+
};
|
|
20988
21979
|
};
|
|
20989
21980
|
};
|
|
20990
21981
|
//# sourceMappingURL=models.generated.d.ts.map
|