@dreb/ai 2.55.6 → 2.57.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 +278 -46
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +324 -101
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
|
@@ -3660,6 +3660,34 @@ export declare const MODELS: {
|
|
|
3660
3660
|
contextWindow: number;
|
|
3661
3661
|
maxTokens: number;
|
|
3662
3662
|
};
|
|
3663
|
+
readonly "mai-code-1.1-flash": {
|
|
3664
|
+
id: string;
|
|
3665
|
+
name: string;
|
|
3666
|
+
api: "openai-completions";
|
|
3667
|
+
provider: string;
|
|
3668
|
+
baseUrl: string;
|
|
3669
|
+
headers: {
|
|
3670
|
+
"User-Agent": string;
|
|
3671
|
+
"Editor-Version": string;
|
|
3672
|
+
"Editor-Plugin-Version": string;
|
|
3673
|
+
"Copilot-Integration-Id": string;
|
|
3674
|
+
};
|
|
3675
|
+
compat: {
|
|
3676
|
+
supportsStore: false;
|
|
3677
|
+
supportsDeveloperRole: false;
|
|
3678
|
+
supportsReasoningEffort: false;
|
|
3679
|
+
};
|
|
3680
|
+
reasoning: true;
|
|
3681
|
+
input: ("image" | "text")[];
|
|
3682
|
+
cost: {
|
|
3683
|
+
input: number;
|
|
3684
|
+
output: number;
|
|
3685
|
+
cacheRead: number;
|
|
3686
|
+
cacheWrite: number;
|
|
3687
|
+
};
|
|
3688
|
+
contextWindow: number;
|
|
3689
|
+
maxTokens: number;
|
|
3690
|
+
};
|
|
3663
3691
|
};
|
|
3664
3692
|
readonly google: {
|
|
3665
3693
|
readonly "deep-research-max-preview-04-2026": {
|
|
@@ -3934,6 +3962,23 @@ export declare const MODELS: {
|
|
|
3934
3962
|
contextWindow: number;
|
|
3935
3963
|
maxTokens: number;
|
|
3936
3964
|
};
|
|
3965
|
+
readonly "gemini-3.7-flash": {
|
|
3966
|
+
id: string;
|
|
3967
|
+
name: string;
|
|
3968
|
+
api: "google-generative-ai";
|
|
3969
|
+
provider: string;
|
|
3970
|
+
baseUrl: string;
|
|
3971
|
+
reasoning: true;
|
|
3972
|
+
input: ("image" | "text")[];
|
|
3973
|
+
cost: {
|
|
3974
|
+
input: number;
|
|
3975
|
+
output: number;
|
|
3976
|
+
cacheRead: number;
|
|
3977
|
+
cacheWrite: number;
|
|
3978
|
+
};
|
|
3979
|
+
contextWindow: number;
|
|
3980
|
+
maxTokens: number;
|
|
3981
|
+
};
|
|
3937
3982
|
readonly "gemini-flash-latest": {
|
|
3938
3983
|
id: string;
|
|
3939
3984
|
name: string;
|
|
@@ -7754,6 +7799,23 @@ export declare const MODELS: {
|
|
|
7754
7799
|
contextWindow: number;
|
|
7755
7800
|
maxTokens: number;
|
|
7756
7801
|
};
|
|
7802
|
+
readonly "gemini-3.7-flash": {
|
|
7803
|
+
id: string;
|
|
7804
|
+
name: string;
|
|
7805
|
+
api: "google-generative-ai";
|
|
7806
|
+
provider: string;
|
|
7807
|
+
baseUrl: string;
|
|
7808
|
+
reasoning: true;
|
|
7809
|
+
input: ("image" | "text")[];
|
|
7810
|
+
cost: {
|
|
7811
|
+
input: number;
|
|
7812
|
+
output: number;
|
|
7813
|
+
cacheRead: number;
|
|
7814
|
+
cacheWrite: number;
|
|
7815
|
+
};
|
|
7816
|
+
contextWindow: number;
|
|
7817
|
+
maxTokens: number;
|
|
7818
|
+
};
|
|
7757
7819
|
readonly "glm-5": {
|
|
7758
7820
|
id: string;
|
|
7759
7821
|
name: string;
|
|
@@ -8145,7 +8207,7 @@ export declare const MODELS: {
|
|
|
8145
8207
|
contextWindow: number;
|
|
8146
8208
|
maxTokens: number;
|
|
8147
8209
|
};
|
|
8148
|
-
readonly "grok-
|
|
8210
|
+
readonly "grok-4.6": {
|
|
8149
8211
|
id: string;
|
|
8150
8212
|
name: string;
|
|
8151
8213
|
api: "openai-responses";
|
|
@@ -8162,27 +8224,10 @@ export declare const MODELS: {
|
|
|
8162
8224
|
contextWindow: number;
|
|
8163
8225
|
maxTokens: number;
|
|
8164
8226
|
};
|
|
8165
|
-
readonly "
|
|
8166
|
-
id: string;
|
|
8167
|
-
name: string;
|
|
8168
|
-
api: "openai-completions";
|
|
8169
|
-
provider: string;
|
|
8170
|
-
baseUrl: string;
|
|
8171
|
-
reasoning: true;
|
|
8172
|
-
input: "text"[];
|
|
8173
|
-
cost: {
|
|
8174
|
-
input: number;
|
|
8175
|
-
output: number;
|
|
8176
|
-
cacheRead: number;
|
|
8177
|
-
cacheWrite: number;
|
|
8178
|
-
};
|
|
8179
|
-
contextWindow: number;
|
|
8180
|
-
maxTokens: number;
|
|
8181
|
-
};
|
|
8182
|
-
readonly "kimi-k2.5": {
|
|
8227
|
+
readonly "grok-build-0.1": {
|
|
8183
8228
|
id: string;
|
|
8184
8229
|
name: string;
|
|
8185
|
-
api: "openai-
|
|
8230
|
+
api: "openai-responses";
|
|
8186
8231
|
provider: string;
|
|
8187
8232
|
baseUrl: string;
|
|
8188
8233
|
reasoning: true;
|
|
@@ -8196,14 +8241,14 @@ export declare const MODELS: {
|
|
|
8196
8241
|
contextWindow: number;
|
|
8197
8242
|
maxTokens: number;
|
|
8198
8243
|
};
|
|
8199
|
-
readonly "
|
|
8244
|
+
readonly "hy3-free": {
|
|
8200
8245
|
id: string;
|
|
8201
8246
|
name: string;
|
|
8202
8247
|
api: "openai-completions";
|
|
8203
8248
|
provider: string;
|
|
8204
8249
|
baseUrl: string;
|
|
8205
8250
|
reasoning: true;
|
|
8206
|
-
input:
|
|
8251
|
+
input: "text"[];
|
|
8207
8252
|
cost: {
|
|
8208
8253
|
input: number;
|
|
8209
8254
|
output: number;
|
|
@@ -8213,7 +8258,7 @@ export declare const MODELS: {
|
|
|
8213
8258
|
contextWindow: number;
|
|
8214
8259
|
maxTokens: number;
|
|
8215
8260
|
};
|
|
8216
|
-
readonly "kimi-k2.
|
|
8261
|
+
readonly "kimi-k2.5": {
|
|
8217
8262
|
id: string;
|
|
8218
8263
|
name: string;
|
|
8219
8264
|
api: "openai-completions";
|
|
@@ -8230,7 +8275,7 @@ export declare const MODELS: {
|
|
|
8230
8275
|
contextWindow: number;
|
|
8231
8276
|
maxTokens: number;
|
|
8232
8277
|
};
|
|
8233
|
-
readonly "kimi-
|
|
8278
|
+
readonly "kimi-k2.6": {
|
|
8234
8279
|
id: string;
|
|
8235
8280
|
name: string;
|
|
8236
8281
|
api: "openai-completions";
|
|
@@ -8247,14 +8292,14 @@ export declare const MODELS: {
|
|
|
8247
8292
|
contextWindow: number;
|
|
8248
8293
|
maxTokens: number;
|
|
8249
8294
|
};
|
|
8250
|
-
readonly "
|
|
8295
|
+
readonly "kimi-k2.7-code": {
|
|
8251
8296
|
id: string;
|
|
8252
8297
|
name: string;
|
|
8253
8298
|
api: "openai-completions";
|
|
8254
8299
|
provider: string;
|
|
8255
8300
|
baseUrl: string;
|
|
8256
8301
|
reasoning: true;
|
|
8257
|
-
input: "text"[];
|
|
8302
|
+
input: ("image" | "text")[];
|
|
8258
8303
|
cost: {
|
|
8259
8304
|
input: number;
|
|
8260
8305
|
output: number;
|
|
@@ -8264,14 +8309,14 @@ export declare const MODELS: {
|
|
|
8264
8309
|
contextWindow: number;
|
|
8265
8310
|
maxTokens: number;
|
|
8266
8311
|
};
|
|
8267
|
-
readonly "
|
|
8312
|
+
readonly "kimi-k3": {
|
|
8268
8313
|
id: string;
|
|
8269
8314
|
name: string;
|
|
8270
8315
|
api: "openai-completions";
|
|
8271
8316
|
provider: string;
|
|
8272
8317
|
baseUrl: string;
|
|
8273
8318
|
reasoning: true;
|
|
8274
|
-
input: "text"[];
|
|
8319
|
+
input: ("image" | "text")[];
|
|
8275
8320
|
cost: {
|
|
8276
8321
|
input: number;
|
|
8277
8322
|
output: number;
|
|
@@ -8281,7 +8326,7 @@ export declare const MODELS: {
|
|
|
8281
8326
|
contextWindow: number;
|
|
8282
8327
|
maxTokens: number;
|
|
8283
8328
|
};
|
|
8284
|
-
readonly "
|
|
8329
|
+
readonly "laguna-s-2.1-free": {
|
|
8285
8330
|
id: string;
|
|
8286
8331
|
name: string;
|
|
8287
8332
|
api: "openai-completions";
|
|
@@ -9458,6 +9503,23 @@ export declare const MODELS: {
|
|
|
9458
9503
|
contextWindow: number;
|
|
9459
9504
|
maxTokens: number;
|
|
9460
9505
|
};
|
|
9506
|
+
readonly "bytedance-seed/seed-2-1-turbo": {
|
|
9507
|
+
id: string;
|
|
9508
|
+
name: string;
|
|
9509
|
+
api: "openai-completions";
|
|
9510
|
+
provider: string;
|
|
9511
|
+
baseUrl: string;
|
|
9512
|
+
reasoning: true;
|
|
9513
|
+
input: ("image" | "text")[];
|
|
9514
|
+
cost: {
|
|
9515
|
+
input: number;
|
|
9516
|
+
output: number;
|
|
9517
|
+
cacheRead: number;
|
|
9518
|
+
cacheWrite: number;
|
|
9519
|
+
};
|
|
9520
|
+
contextWindow: number;
|
|
9521
|
+
maxTokens: number;
|
|
9522
|
+
};
|
|
9461
9523
|
readonly "bytedance-seed/seed-2.0-code": {
|
|
9462
9524
|
id: string;
|
|
9463
9525
|
name: string;
|
|
@@ -9747,6 +9809,23 @@ export declare const MODELS: {
|
|
|
9747
9809
|
contextWindow: number;
|
|
9748
9810
|
maxTokens: number;
|
|
9749
9811
|
};
|
|
9812
|
+
readonly "deepseek/deepseek-v4-pro-0813": {
|
|
9813
|
+
id: string;
|
|
9814
|
+
name: string;
|
|
9815
|
+
api: "openai-completions";
|
|
9816
|
+
provider: string;
|
|
9817
|
+
baseUrl: string;
|
|
9818
|
+
reasoning: true;
|
|
9819
|
+
input: "text"[];
|
|
9820
|
+
cost: {
|
|
9821
|
+
input: number;
|
|
9822
|
+
output: number;
|
|
9823
|
+
cacheRead: number;
|
|
9824
|
+
cacheWrite: number;
|
|
9825
|
+
};
|
|
9826
|
+
contextWindow: number;
|
|
9827
|
+
maxTokens: number;
|
|
9828
|
+
};
|
|
9750
9829
|
readonly "google/gemini-2.5-flash": {
|
|
9751
9830
|
id: string;
|
|
9752
9831
|
name: string;
|
|
@@ -10138,6 +10217,40 @@ export declare const MODELS: {
|
|
|
10138
10217
|
contextWindow: number;
|
|
10139
10218
|
maxTokens: number;
|
|
10140
10219
|
};
|
|
10220
|
+
readonly "google/gemini-3.7-flash": {
|
|
10221
|
+
id: string;
|
|
10222
|
+
name: string;
|
|
10223
|
+
api: "openai-completions";
|
|
10224
|
+
provider: string;
|
|
10225
|
+
baseUrl: string;
|
|
10226
|
+
reasoning: true;
|
|
10227
|
+
input: ("image" | "text")[];
|
|
10228
|
+
cost: {
|
|
10229
|
+
input: number;
|
|
10230
|
+
output: number;
|
|
10231
|
+
cacheRead: number;
|
|
10232
|
+
cacheWrite: number;
|
|
10233
|
+
};
|
|
10234
|
+
contextWindow: number;
|
|
10235
|
+
maxTokens: number;
|
|
10236
|
+
};
|
|
10237
|
+
readonly "google/gemini-3.7-flash:batch": {
|
|
10238
|
+
id: string;
|
|
10239
|
+
name: string;
|
|
10240
|
+
api: "openai-completions";
|
|
10241
|
+
provider: string;
|
|
10242
|
+
baseUrl: string;
|
|
10243
|
+
reasoning: true;
|
|
10244
|
+
input: ("image" | "text")[];
|
|
10245
|
+
cost: {
|
|
10246
|
+
input: number;
|
|
10247
|
+
output: number;
|
|
10248
|
+
cacheRead: number;
|
|
10249
|
+
cacheWrite: number;
|
|
10250
|
+
};
|
|
10251
|
+
contextWindow: number;
|
|
10252
|
+
maxTokens: number;
|
|
10253
|
+
};
|
|
10141
10254
|
readonly "google/gemma-3-12b-it": {
|
|
10142
10255
|
id: string;
|
|
10143
10256
|
name: string;
|
|
@@ -10325,23 +10438,6 @@ export declare const MODELS: {
|
|
|
10325
10438
|
contextWindow: number;
|
|
10326
10439
|
maxTokens: number;
|
|
10327
10440
|
};
|
|
10328
|
-
readonly "inclusionai/ling-3.0-tiny:free": {
|
|
10329
|
-
id: string;
|
|
10330
|
-
name: string;
|
|
10331
|
-
api: "openai-completions";
|
|
10332
|
-
provider: string;
|
|
10333
|
-
baseUrl: string;
|
|
10334
|
-
reasoning: true;
|
|
10335
|
-
input: "text"[];
|
|
10336
|
-
cost: {
|
|
10337
|
-
input: number;
|
|
10338
|
-
output: number;
|
|
10339
|
-
cacheRead: number;
|
|
10340
|
-
cacheWrite: number;
|
|
10341
|
-
};
|
|
10342
|
-
contextWindow: number;
|
|
10343
|
-
maxTokens: number;
|
|
10344
|
-
};
|
|
10345
10441
|
readonly "inclusionai/ring-2.6-1t": {
|
|
10346
10442
|
id: string;
|
|
10347
10443
|
name: string;
|
|
@@ -11277,6 +11373,23 @@ export declare const MODELS: {
|
|
|
11277
11373
|
contextWindow: number;
|
|
11278
11374
|
maxTokens: number;
|
|
11279
11375
|
};
|
|
11376
|
+
readonly "nvidia/nemotron-3.5-lightning": {
|
|
11377
|
+
id: string;
|
|
11378
|
+
name: string;
|
|
11379
|
+
api: "openai-completions";
|
|
11380
|
+
provider: string;
|
|
11381
|
+
baseUrl: string;
|
|
11382
|
+
reasoning: true;
|
|
11383
|
+
input: "text"[];
|
|
11384
|
+
cost: {
|
|
11385
|
+
input: number;
|
|
11386
|
+
output: number;
|
|
11387
|
+
cacheRead: number;
|
|
11388
|
+
cacheWrite: number;
|
|
11389
|
+
};
|
|
11390
|
+
contextWindow: number;
|
|
11391
|
+
maxTokens: number;
|
|
11392
|
+
};
|
|
11280
11393
|
readonly "nvidia/nemotron-3.5-lightning:free": {
|
|
11281
11394
|
id: string;
|
|
11282
11395
|
name: string;
|
|
@@ -13725,6 +13838,23 @@ export declare const MODELS: {
|
|
|
13725
13838
|
contextWindow: number;
|
|
13726
13839
|
maxTokens: number;
|
|
13727
13840
|
};
|
|
13841
|
+
readonly "qwen/qwen3.8-2.4t-a95b": {
|
|
13842
|
+
id: string;
|
|
13843
|
+
name: string;
|
|
13844
|
+
api: "openai-completions";
|
|
13845
|
+
provider: string;
|
|
13846
|
+
baseUrl: string;
|
|
13847
|
+
reasoning: true;
|
|
13848
|
+
input: "text"[];
|
|
13849
|
+
cost: {
|
|
13850
|
+
input: number;
|
|
13851
|
+
output: number;
|
|
13852
|
+
cacheRead: number;
|
|
13853
|
+
cacheWrite: number;
|
|
13854
|
+
};
|
|
13855
|
+
contextWindow: number;
|
|
13856
|
+
maxTokens: number;
|
|
13857
|
+
};
|
|
13728
13858
|
readonly "qwen/qwen3.8-max": {
|
|
13729
13859
|
id: string;
|
|
13730
13860
|
name: string;
|
|
@@ -14048,6 +14178,23 @@ export declare const MODELS: {
|
|
|
14048
14178
|
contextWindow: number;
|
|
14049
14179
|
maxTokens: number;
|
|
14050
14180
|
};
|
|
14181
|
+
readonly "x-ai/grok-4.6": {
|
|
14182
|
+
id: string;
|
|
14183
|
+
name: string;
|
|
14184
|
+
api: "openai-completions";
|
|
14185
|
+
provider: string;
|
|
14186
|
+
baseUrl: string;
|
|
14187
|
+
reasoning: true;
|
|
14188
|
+
input: ("image" | "text")[];
|
|
14189
|
+
cost: {
|
|
14190
|
+
input: number;
|
|
14191
|
+
output: number;
|
|
14192
|
+
cacheRead: number;
|
|
14193
|
+
cacheWrite: number;
|
|
14194
|
+
};
|
|
14195
|
+
contextWindow: number;
|
|
14196
|
+
maxTokens: number;
|
|
14197
|
+
};
|
|
14051
14198
|
readonly "x-ai/grok-build-0.1": {
|
|
14052
14199
|
id: string;
|
|
14053
14200
|
name: string;
|
|
@@ -14934,6 +15081,23 @@ export declare const MODELS: {
|
|
|
14934
15081
|
contextWindow: number;
|
|
14935
15082
|
maxTokens: number;
|
|
14936
15083
|
};
|
|
15084
|
+
readonly "alibaba/qwen3.8-2.4t-a95b": {
|
|
15085
|
+
id: string;
|
|
15086
|
+
name: string;
|
|
15087
|
+
api: "anthropic-messages";
|
|
15088
|
+
provider: string;
|
|
15089
|
+
baseUrl: string;
|
|
15090
|
+
reasoning: true;
|
|
15091
|
+
input: "text"[];
|
|
15092
|
+
cost: {
|
|
15093
|
+
input: number;
|
|
15094
|
+
output: number;
|
|
15095
|
+
cacheRead: number;
|
|
15096
|
+
cacheWrite: number;
|
|
15097
|
+
};
|
|
15098
|
+
contextWindow: number;
|
|
15099
|
+
maxTokens: number;
|
|
15100
|
+
};
|
|
14937
15101
|
readonly "alibaba/qwen3.8-max": {
|
|
14938
15102
|
id: string;
|
|
14939
15103
|
name: string;
|
|
@@ -15512,6 +15676,23 @@ export declare const MODELS: {
|
|
|
15512
15676
|
contextWindow: number;
|
|
15513
15677
|
maxTokens: number;
|
|
15514
15678
|
};
|
|
15679
|
+
readonly "deepseek/deepseek-v4-pro-0813": {
|
|
15680
|
+
id: string;
|
|
15681
|
+
name: string;
|
|
15682
|
+
api: "anthropic-messages";
|
|
15683
|
+
provider: string;
|
|
15684
|
+
baseUrl: string;
|
|
15685
|
+
reasoning: true;
|
|
15686
|
+
input: "text"[];
|
|
15687
|
+
cost: {
|
|
15688
|
+
input: number;
|
|
15689
|
+
output: number;
|
|
15690
|
+
cacheRead: number;
|
|
15691
|
+
cacheWrite: number;
|
|
15692
|
+
};
|
|
15693
|
+
contextWindow: number;
|
|
15694
|
+
maxTokens: number;
|
|
15695
|
+
};
|
|
15515
15696
|
readonly "google/gemini-2.5-flash": {
|
|
15516
15697
|
id: string;
|
|
15517
15698
|
name: string;
|
|
@@ -15665,6 +15846,23 @@ export declare const MODELS: {
|
|
|
15665
15846
|
contextWindow: number;
|
|
15666
15847
|
maxTokens: number;
|
|
15667
15848
|
};
|
|
15849
|
+
readonly "google/gemini-3.7-flash": {
|
|
15850
|
+
id: string;
|
|
15851
|
+
name: string;
|
|
15852
|
+
api: "anthropic-messages";
|
|
15853
|
+
provider: string;
|
|
15854
|
+
baseUrl: string;
|
|
15855
|
+
reasoning: true;
|
|
15856
|
+
input: ("image" | "text")[];
|
|
15857
|
+
cost: {
|
|
15858
|
+
input: number;
|
|
15859
|
+
output: number;
|
|
15860
|
+
cacheRead: number;
|
|
15861
|
+
cacheWrite: number;
|
|
15862
|
+
};
|
|
15863
|
+
contextWindow: number;
|
|
15864
|
+
maxTokens: number;
|
|
15865
|
+
};
|
|
15668
15866
|
readonly "google/gemma-4-26b-a4b-it": {
|
|
15669
15867
|
id: string;
|
|
15670
15868
|
name: string;
|
|
@@ -17569,6 +17767,23 @@ export declare const MODELS: {
|
|
|
17569
17767
|
contextWindow: number;
|
|
17570
17768
|
maxTokens: number;
|
|
17571
17769
|
};
|
|
17770
|
+
readonly "xai/grok-4.6": {
|
|
17771
|
+
id: string;
|
|
17772
|
+
name: string;
|
|
17773
|
+
api: "anthropic-messages";
|
|
17774
|
+
provider: string;
|
|
17775
|
+
baseUrl: string;
|
|
17776
|
+
reasoning: true;
|
|
17777
|
+
input: "text"[];
|
|
17778
|
+
cost: {
|
|
17779
|
+
input: number;
|
|
17780
|
+
output: number;
|
|
17781
|
+
cacheRead: number;
|
|
17782
|
+
cacheWrite: number;
|
|
17783
|
+
};
|
|
17784
|
+
contextWindow: number;
|
|
17785
|
+
maxTokens: number;
|
|
17786
|
+
};
|
|
17572
17787
|
readonly "xai/grok-build-0.1": {
|
|
17573
17788
|
id: string;
|
|
17574
17789
|
name: string;
|
|
@@ -17945,6 +18160,23 @@ export declare const MODELS: {
|
|
|
17945
18160
|
contextWindow: number;
|
|
17946
18161
|
maxTokens: number;
|
|
17947
18162
|
};
|
|
18163
|
+
readonly "grok-4.6": {
|
|
18164
|
+
id: string;
|
|
18165
|
+
name: string;
|
|
18166
|
+
api: "openai-completions";
|
|
18167
|
+
provider: string;
|
|
18168
|
+
baseUrl: string;
|
|
18169
|
+
reasoning: true;
|
|
18170
|
+
input: ("image" | "text")[];
|
|
18171
|
+
cost: {
|
|
18172
|
+
input: number;
|
|
18173
|
+
output: number;
|
|
18174
|
+
cacheRead: number;
|
|
18175
|
+
cacheWrite: number;
|
|
18176
|
+
};
|
|
18177
|
+
contextWindow: number;
|
|
18178
|
+
maxTokens: number;
|
|
18179
|
+
};
|
|
17948
18180
|
readonly "grok-build-0.1": {
|
|
17949
18181
|
id: string;
|
|
17950
18182
|
name: string;
|