@dreb/ai 2.50.0 → 2.52.0
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.
|
@@ -3217,7 +3217,7 @@ export declare const MODELS: {
|
|
|
3217
3217
|
contextWindow: number;
|
|
3218
3218
|
maxTokens: number;
|
|
3219
3219
|
};
|
|
3220
|
-
readonly "gemini-
|
|
3220
|
+
readonly "gemini-3.1-pro-preview": {
|
|
3221
3221
|
id: string;
|
|
3222
3222
|
name: string;
|
|
3223
3223
|
api: "openai-completions";
|
|
@@ -3245,7 +3245,7 @@ export declare const MODELS: {
|
|
|
3245
3245
|
contextWindow: number;
|
|
3246
3246
|
maxTokens: number;
|
|
3247
3247
|
};
|
|
3248
|
-
readonly "gemini-3-flash
|
|
3248
|
+
readonly "gemini-3.5-flash": {
|
|
3249
3249
|
id: string;
|
|
3250
3250
|
name: string;
|
|
3251
3251
|
api: "openai-completions";
|
|
@@ -3273,7 +3273,7 @@ export declare const MODELS: {
|
|
|
3273
3273
|
contextWindow: number;
|
|
3274
3274
|
maxTokens: number;
|
|
3275
3275
|
};
|
|
3276
|
-
readonly "gemini-3.
|
|
3276
|
+
readonly "gemini-3.6-flash": {
|
|
3277
3277
|
id: string;
|
|
3278
3278
|
name: string;
|
|
3279
3279
|
api: "openai-completions";
|
|
@@ -3301,7 +3301,7 @@ export declare const MODELS: {
|
|
|
3301
3301
|
contextWindow: number;
|
|
3302
3302
|
maxTokens: number;
|
|
3303
3303
|
};
|
|
3304
|
-
readonly "
|
|
3304
|
+
readonly "gpt-4.1": {
|
|
3305
3305
|
id: string;
|
|
3306
3306
|
name: string;
|
|
3307
3307
|
api: "openai-completions";
|
|
@@ -3318,7 +3318,7 @@ export declare const MODELS: {
|
|
|
3318
3318
|
supportsDeveloperRole: false;
|
|
3319
3319
|
supportsReasoningEffort: false;
|
|
3320
3320
|
};
|
|
3321
|
-
reasoning:
|
|
3321
|
+
reasoning: false;
|
|
3322
3322
|
input: ("image" | "text")[];
|
|
3323
3323
|
cost: {
|
|
3324
3324
|
input: number;
|
|
@@ -3329,10 +3329,10 @@ export declare const MODELS: {
|
|
|
3329
3329
|
contextWindow: number;
|
|
3330
3330
|
maxTokens: number;
|
|
3331
3331
|
};
|
|
3332
|
-
readonly "gpt-
|
|
3332
|
+
readonly "gpt-5-mini": {
|
|
3333
3333
|
id: string;
|
|
3334
3334
|
name: string;
|
|
3335
|
-
api: "openai-
|
|
3335
|
+
api: "openai-responses";
|
|
3336
3336
|
provider: string;
|
|
3337
3337
|
baseUrl: string;
|
|
3338
3338
|
headers: {
|
|
@@ -3341,12 +3341,7 @@ export declare const MODELS: {
|
|
|
3341
3341
|
"Editor-Plugin-Version": string;
|
|
3342
3342
|
"Copilot-Integration-Id": string;
|
|
3343
3343
|
};
|
|
3344
|
-
|
|
3345
|
-
supportsStore: false;
|
|
3346
|
-
supportsDeveloperRole: false;
|
|
3347
|
-
supportsReasoningEffort: false;
|
|
3348
|
-
};
|
|
3349
|
-
reasoning: false;
|
|
3344
|
+
reasoning: true;
|
|
3350
3345
|
input: ("image" | "text")[];
|
|
3351
3346
|
cost: {
|
|
3352
3347
|
input: number;
|
|
@@ -3357,7 +3352,7 @@ export declare const MODELS: {
|
|
|
3357
3352
|
contextWindow: number;
|
|
3358
3353
|
maxTokens: number;
|
|
3359
3354
|
};
|
|
3360
|
-
readonly "gpt-5
|
|
3355
|
+
readonly "gpt-5.2": {
|
|
3361
3356
|
id: string;
|
|
3362
3357
|
name: string;
|
|
3363
3358
|
api: "openai-responses";
|
|
@@ -3380,7 +3375,7 @@ export declare const MODELS: {
|
|
|
3380
3375
|
contextWindow: number;
|
|
3381
3376
|
maxTokens: number;
|
|
3382
3377
|
};
|
|
3383
|
-
readonly "gpt-5.2": {
|
|
3378
|
+
readonly "gpt-5.2-codex": {
|
|
3384
3379
|
id: string;
|
|
3385
3380
|
name: string;
|
|
3386
3381
|
api: "openai-responses";
|
|
@@ -3403,7 +3398,7 @@ export declare const MODELS: {
|
|
|
3403
3398
|
contextWindow: number;
|
|
3404
3399
|
maxTokens: number;
|
|
3405
3400
|
};
|
|
3406
|
-
readonly "gpt-5.
|
|
3401
|
+
readonly "gpt-5.3-codex": {
|
|
3407
3402
|
id: string;
|
|
3408
3403
|
name: string;
|
|
3409
3404
|
api: "openai-responses";
|
|
@@ -3426,7 +3421,7 @@ export declare const MODELS: {
|
|
|
3426
3421
|
contextWindow: number;
|
|
3427
3422
|
maxTokens: number;
|
|
3428
3423
|
};
|
|
3429
|
-
readonly "gpt-5.
|
|
3424
|
+
readonly "gpt-5.4": {
|
|
3430
3425
|
id: string;
|
|
3431
3426
|
name: string;
|
|
3432
3427
|
api: "openai-responses";
|
|
@@ -3449,7 +3444,7 @@ export declare const MODELS: {
|
|
|
3449
3444
|
contextWindow: number;
|
|
3450
3445
|
maxTokens: number;
|
|
3451
3446
|
};
|
|
3452
|
-
readonly "gpt-5.4": {
|
|
3447
|
+
readonly "gpt-5.4-mini": {
|
|
3453
3448
|
id: string;
|
|
3454
3449
|
name: string;
|
|
3455
3450
|
api: "openai-responses";
|
|
@@ -3472,7 +3467,7 @@ export declare const MODELS: {
|
|
|
3472
3467
|
contextWindow: number;
|
|
3473
3468
|
maxTokens: number;
|
|
3474
3469
|
};
|
|
3475
|
-
readonly "gpt-5.4-
|
|
3470
|
+
readonly "gpt-5.4-nano": {
|
|
3476
3471
|
id: string;
|
|
3477
3472
|
name: string;
|
|
3478
3473
|
api: "openai-responses";
|
|
@@ -3495,7 +3490,7 @@ export declare const MODELS: {
|
|
|
3495
3490
|
contextWindow: number;
|
|
3496
3491
|
maxTokens: number;
|
|
3497
3492
|
};
|
|
3498
|
-
readonly "gpt-5.
|
|
3493
|
+
readonly "gpt-5.5": {
|
|
3499
3494
|
id: string;
|
|
3500
3495
|
name: string;
|
|
3501
3496
|
api: "openai-responses";
|
|
@@ -3518,7 +3513,7 @@ export declare const MODELS: {
|
|
|
3518
3513
|
contextWindow: number;
|
|
3519
3514
|
maxTokens: number;
|
|
3520
3515
|
};
|
|
3521
|
-
readonly "gpt-5.
|
|
3516
|
+
readonly "gpt-5.6-luna": {
|
|
3522
3517
|
id: string;
|
|
3523
3518
|
name: string;
|
|
3524
3519
|
api: "openai-responses";
|
|
@@ -3541,7 +3536,7 @@ export declare const MODELS: {
|
|
|
3541
3536
|
contextWindow: number;
|
|
3542
3537
|
maxTokens: number;
|
|
3543
3538
|
};
|
|
3544
|
-
readonly "gpt-5.6-
|
|
3539
|
+
readonly "gpt-5.6-sol": {
|
|
3545
3540
|
id: string;
|
|
3546
3541
|
name: string;
|
|
3547
3542
|
api: "openai-responses";
|
|
@@ -3564,7 +3559,7 @@ export declare const MODELS: {
|
|
|
3564
3559
|
contextWindow: number;
|
|
3565
3560
|
maxTokens: number;
|
|
3566
3561
|
};
|
|
3567
|
-
readonly "gpt-5.6-
|
|
3562
|
+
readonly "gpt-5.6-terra": {
|
|
3568
3563
|
id: string;
|
|
3569
3564
|
name: string;
|
|
3570
3565
|
api: "openai-responses";
|
|
@@ -3587,10 +3582,10 @@ export declare const MODELS: {
|
|
|
3587
3582
|
contextWindow: number;
|
|
3588
3583
|
maxTokens: number;
|
|
3589
3584
|
};
|
|
3590
|
-
readonly "
|
|
3585
|
+
readonly "grok-4.5": {
|
|
3591
3586
|
id: string;
|
|
3592
3587
|
name: string;
|
|
3593
|
-
api: "openai-
|
|
3588
|
+
api: "openai-completions";
|
|
3594
3589
|
provider: string;
|
|
3595
3590
|
baseUrl: string;
|
|
3596
3591
|
headers: {
|
|
@@ -3599,6 +3594,11 @@ export declare const MODELS: {
|
|
|
3599
3594
|
"Editor-Plugin-Version": string;
|
|
3600
3595
|
"Copilot-Integration-Id": string;
|
|
3601
3596
|
};
|
|
3597
|
+
compat: {
|
|
3598
|
+
supportsStore: false;
|
|
3599
|
+
supportsDeveloperRole: false;
|
|
3600
|
+
supportsReasoningEffort: false;
|
|
3601
|
+
};
|
|
3602
3602
|
reasoning: true;
|
|
3603
3603
|
input: ("image" | "text")[];
|
|
3604
3604
|
cost: {
|
|
@@ -5204,6 +5204,26 @@ export declare const MODELS: {
|
|
|
5204
5204
|
contextWindow: number;
|
|
5205
5205
|
maxTokens: number;
|
|
5206
5206
|
};
|
|
5207
|
+
readonly "deepseek-ai/DeepSeek-V4-Flash-0731": {
|
|
5208
|
+
id: string;
|
|
5209
|
+
name: string;
|
|
5210
|
+
api: "openai-completions";
|
|
5211
|
+
provider: string;
|
|
5212
|
+
baseUrl: string;
|
|
5213
|
+
compat: {
|
|
5214
|
+
supportsDeveloperRole: false;
|
|
5215
|
+
};
|
|
5216
|
+
reasoning: true;
|
|
5217
|
+
input: "text"[];
|
|
5218
|
+
cost: {
|
|
5219
|
+
input: number;
|
|
5220
|
+
output: number;
|
|
5221
|
+
cacheRead: number;
|
|
5222
|
+
cacheWrite: number;
|
|
5223
|
+
};
|
|
5224
|
+
contextWindow: number;
|
|
5225
|
+
maxTokens: number;
|
|
5226
|
+
};
|
|
5207
5227
|
readonly "deepseek-ai/DeepSeek-V4-Pro": {
|
|
5208
5228
|
id: string;
|
|
5209
5229
|
name: string;
|
|
@@ -8702,6 +8722,23 @@ export declare const MODELS: {
|
|
|
8702
8722
|
contextWindow: number;
|
|
8703
8723
|
maxTokens: number;
|
|
8704
8724
|
};
|
|
8725
|
+
readonly "qwen3.8-max": {
|
|
8726
|
+
id: string;
|
|
8727
|
+
name: string;
|
|
8728
|
+
api: "anthropic-messages";
|
|
8729
|
+
provider: string;
|
|
8730
|
+
baseUrl: string;
|
|
8731
|
+
reasoning: true;
|
|
8732
|
+
input: ("image" | "text")[];
|
|
8733
|
+
cost: {
|
|
8734
|
+
input: number;
|
|
8735
|
+
output: number;
|
|
8736
|
+
cacheRead: number;
|
|
8737
|
+
cacheWrite: number;
|
|
8738
|
+
};
|
|
8739
|
+
contextWindow: number;
|
|
8740
|
+
maxTokens: number;
|
|
8741
|
+
};
|
|
8705
8742
|
};
|
|
8706
8743
|
readonly openrouter: {
|
|
8707
8744
|
readonly "ai21/jamba-large-1.7": {
|
|
@@ -12631,6 +12668,23 @@ export declare const MODELS: {
|
|
|
12631
12668
|
contextWindow: number;
|
|
12632
12669
|
maxTokens: number;
|
|
12633
12670
|
};
|
|
12671
|
+
readonly "qwen/qwen3.8-max": {
|
|
12672
|
+
id: string;
|
|
12673
|
+
name: string;
|
|
12674
|
+
api: "openai-completions";
|
|
12675
|
+
provider: string;
|
|
12676
|
+
baseUrl: string;
|
|
12677
|
+
reasoning: true;
|
|
12678
|
+
input: ("image" | "text")[];
|
|
12679
|
+
cost: {
|
|
12680
|
+
input: number;
|
|
12681
|
+
output: number;
|
|
12682
|
+
cacheRead: number;
|
|
12683
|
+
cacheWrite: number;
|
|
12684
|
+
};
|
|
12685
|
+
contextWindow: number;
|
|
12686
|
+
maxTokens: number;
|
|
12687
|
+
};
|
|
12634
12688
|
readonly "rekaai/reka-edge": {
|
|
12635
12689
|
id: string;
|
|
12636
12690
|
name: string;
|
|
@@ -13755,6 +13809,23 @@ export declare const MODELS: {
|
|
|
13755
13809
|
contextWindow: number;
|
|
13756
13810
|
maxTokens: number;
|
|
13757
13811
|
};
|
|
13812
|
+
readonly "alibaba/qwen3.8-max": {
|
|
13813
|
+
id: string;
|
|
13814
|
+
name: string;
|
|
13815
|
+
api: "anthropic-messages";
|
|
13816
|
+
provider: string;
|
|
13817
|
+
baseUrl: string;
|
|
13818
|
+
reasoning: true;
|
|
13819
|
+
input: ("image" | "text")[];
|
|
13820
|
+
cost: {
|
|
13821
|
+
input: number;
|
|
13822
|
+
output: number;
|
|
13823
|
+
cacheRead: number;
|
|
13824
|
+
cacheWrite: number;
|
|
13825
|
+
};
|
|
13826
|
+
contextWindow: number;
|
|
13827
|
+
maxTokens: number;
|
|
13828
|
+
};
|
|
13758
13829
|
readonly "amazon/nova-2-lite": {
|
|
13759
13830
|
id: string;
|
|
13760
13831
|
name: string;
|