@dreb/ai 2.51.0 → 2.53.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.
- package/dist/models.generated.d.ts +64 -44
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +134 -116
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
|
@@ -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: {
|
|
@@ -4577,23 +4577,6 @@ export declare const MODELS: {
|
|
|
4577
4577
|
contextWindow: number;
|
|
4578
4578
|
maxTokens: number;
|
|
4579
4579
|
};
|
|
4580
|
-
readonly "meta-llama/llama-4-scout-17b-16e-instruct": {
|
|
4581
|
-
id: string;
|
|
4582
|
-
name: string;
|
|
4583
|
-
api: "openai-completions";
|
|
4584
|
-
provider: string;
|
|
4585
|
-
baseUrl: string;
|
|
4586
|
-
reasoning: false;
|
|
4587
|
-
input: ("image" | "text")[];
|
|
4588
|
-
cost: {
|
|
4589
|
-
input: number;
|
|
4590
|
-
output: number;
|
|
4591
|
-
cacheRead: number;
|
|
4592
|
-
cacheWrite: number;
|
|
4593
|
-
};
|
|
4594
|
-
contextWindow: number;
|
|
4595
|
-
maxTokens: number;
|
|
4596
|
-
};
|
|
4597
4580
|
readonly "openai/gpt-oss-120b": {
|
|
4598
4581
|
id: string;
|
|
4599
4582
|
name: string;
|
|
@@ -4645,14 +4628,14 @@ export declare const MODELS: {
|
|
|
4645
4628
|
contextWindow: number;
|
|
4646
4629
|
maxTokens: number;
|
|
4647
4630
|
};
|
|
4648
|
-
readonly "qwen/qwen3-
|
|
4631
|
+
readonly "qwen/qwen3.6-27b": {
|
|
4649
4632
|
id: string;
|
|
4650
4633
|
name: string;
|
|
4651
4634
|
api: "openai-completions";
|
|
4652
4635
|
provider: string;
|
|
4653
4636
|
baseUrl: string;
|
|
4654
4637
|
reasoning: true;
|
|
4655
|
-
input: "text"[];
|
|
4638
|
+
input: ("image" | "text")[];
|
|
4656
4639
|
cost: {
|
|
4657
4640
|
input: number;
|
|
4658
4641
|
output: number;
|
|
@@ -5204,6 +5187,26 @@ export declare const MODELS: {
|
|
|
5204
5187
|
contextWindow: number;
|
|
5205
5188
|
maxTokens: number;
|
|
5206
5189
|
};
|
|
5190
|
+
readonly "deepseek-ai/DeepSeek-V4-Flash-0731": {
|
|
5191
|
+
id: string;
|
|
5192
|
+
name: string;
|
|
5193
|
+
api: "openai-completions";
|
|
5194
|
+
provider: string;
|
|
5195
|
+
baseUrl: string;
|
|
5196
|
+
compat: {
|
|
5197
|
+
supportsDeveloperRole: false;
|
|
5198
|
+
};
|
|
5199
|
+
reasoning: true;
|
|
5200
|
+
input: "text"[];
|
|
5201
|
+
cost: {
|
|
5202
|
+
input: number;
|
|
5203
|
+
output: number;
|
|
5204
|
+
cacheRead: number;
|
|
5205
|
+
cacheWrite: number;
|
|
5206
|
+
};
|
|
5207
|
+
contextWindow: number;
|
|
5208
|
+
maxTokens: number;
|
|
5209
|
+
};
|
|
5207
5210
|
readonly "deepseek-ai/DeepSeek-V4-Pro": {
|
|
5208
5211
|
id: string;
|
|
5209
5212
|
name: string;
|
|
@@ -12648,6 +12651,23 @@ export declare const MODELS: {
|
|
|
12648
12651
|
contextWindow: number;
|
|
12649
12652
|
maxTokens: number;
|
|
12650
12653
|
};
|
|
12654
|
+
readonly "qwen/qwen3.8-max": {
|
|
12655
|
+
id: string;
|
|
12656
|
+
name: string;
|
|
12657
|
+
api: "openai-completions";
|
|
12658
|
+
provider: string;
|
|
12659
|
+
baseUrl: string;
|
|
12660
|
+
reasoning: true;
|
|
12661
|
+
input: ("image" | "text")[];
|
|
12662
|
+
cost: {
|
|
12663
|
+
input: number;
|
|
12664
|
+
output: number;
|
|
12665
|
+
cacheRead: number;
|
|
12666
|
+
cacheWrite: number;
|
|
12667
|
+
};
|
|
12668
|
+
contextWindow: number;
|
|
12669
|
+
maxTokens: number;
|
|
12670
|
+
};
|
|
12651
12671
|
readonly "rekaai/reka-edge": {
|
|
12652
12672
|
id: string;
|
|
12653
12673
|
name: string;
|