@dreb/ai 2.55.5 → 2.56.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 +177 -13
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +199 -44
- 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": {
|
|
@@ -8145,7 +8173,7 @@ export declare const MODELS: {
|
|
|
8145
8173
|
contextWindow: number;
|
|
8146
8174
|
maxTokens: number;
|
|
8147
8175
|
};
|
|
8148
|
-
readonly "grok-
|
|
8176
|
+
readonly "grok-4.6": {
|
|
8149
8177
|
id: string;
|
|
8150
8178
|
name: string;
|
|
8151
8179
|
api: "openai-responses";
|
|
@@ -8162,14 +8190,14 @@ export declare const MODELS: {
|
|
|
8162
8190
|
contextWindow: number;
|
|
8163
8191
|
maxTokens: number;
|
|
8164
8192
|
};
|
|
8165
|
-
readonly "
|
|
8193
|
+
readonly "grok-build-0.1": {
|
|
8166
8194
|
id: string;
|
|
8167
8195
|
name: string;
|
|
8168
|
-
api: "openai-
|
|
8196
|
+
api: "openai-responses";
|
|
8169
8197
|
provider: string;
|
|
8170
8198
|
baseUrl: string;
|
|
8171
8199
|
reasoning: true;
|
|
8172
|
-
input: "text"[];
|
|
8200
|
+
input: ("image" | "text")[];
|
|
8173
8201
|
cost: {
|
|
8174
8202
|
input: number;
|
|
8175
8203
|
output: number;
|
|
@@ -8179,14 +8207,14 @@ export declare const MODELS: {
|
|
|
8179
8207
|
contextWindow: number;
|
|
8180
8208
|
maxTokens: number;
|
|
8181
8209
|
};
|
|
8182
|
-
readonly "
|
|
8210
|
+
readonly "hy3-free": {
|
|
8183
8211
|
id: string;
|
|
8184
8212
|
name: string;
|
|
8185
8213
|
api: "openai-completions";
|
|
8186
8214
|
provider: string;
|
|
8187
8215
|
baseUrl: string;
|
|
8188
8216
|
reasoning: true;
|
|
8189
|
-
input:
|
|
8217
|
+
input: "text"[];
|
|
8190
8218
|
cost: {
|
|
8191
8219
|
input: number;
|
|
8192
8220
|
output: number;
|
|
@@ -8196,7 +8224,7 @@ export declare const MODELS: {
|
|
|
8196
8224
|
contextWindow: number;
|
|
8197
8225
|
maxTokens: number;
|
|
8198
8226
|
};
|
|
8199
|
-
readonly "kimi-k2.
|
|
8227
|
+
readonly "kimi-k2.5": {
|
|
8200
8228
|
id: string;
|
|
8201
8229
|
name: string;
|
|
8202
8230
|
api: "openai-completions";
|
|
@@ -8213,7 +8241,7 @@ export declare const MODELS: {
|
|
|
8213
8241
|
contextWindow: number;
|
|
8214
8242
|
maxTokens: number;
|
|
8215
8243
|
};
|
|
8216
|
-
readonly "kimi-k2.
|
|
8244
|
+
readonly "kimi-k2.6": {
|
|
8217
8245
|
id: string;
|
|
8218
8246
|
name: string;
|
|
8219
8247
|
api: "openai-completions";
|
|
@@ -8230,7 +8258,7 @@ export declare const MODELS: {
|
|
|
8230
8258
|
contextWindow: number;
|
|
8231
8259
|
maxTokens: number;
|
|
8232
8260
|
};
|
|
8233
|
-
readonly "kimi-
|
|
8261
|
+
readonly "kimi-k2.7-code": {
|
|
8234
8262
|
id: string;
|
|
8235
8263
|
name: string;
|
|
8236
8264
|
api: "openai-completions";
|
|
@@ -8247,14 +8275,14 @@ export declare const MODELS: {
|
|
|
8247
8275
|
contextWindow: number;
|
|
8248
8276
|
maxTokens: number;
|
|
8249
8277
|
};
|
|
8250
|
-
readonly "
|
|
8278
|
+
readonly "kimi-k3": {
|
|
8251
8279
|
id: string;
|
|
8252
8280
|
name: string;
|
|
8253
8281
|
api: "openai-completions";
|
|
8254
8282
|
provider: string;
|
|
8255
8283
|
baseUrl: string;
|
|
8256
8284
|
reasoning: true;
|
|
8257
|
-
input: "text"[];
|
|
8285
|
+
input: ("image" | "text")[];
|
|
8258
8286
|
cost: {
|
|
8259
8287
|
input: number;
|
|
8260
8288
|
output: number;
|
|
@@ -8264,7 +8292,7 @@ export declare const MODELS: {
|
|
|
8264
8292
|
contextWindow: number;
|
|
8265
8293
|
maxTokens: number;
|
|
8266
8294
|
};
|
|
8267
|
-
readonly "
|
|
8295
|
+
readonly "laguna-s-2.1-free": {
|
|
8268
8296
|
id: string;
|
|
8269
8297
|
name: string;
|
|
8270
8298
|
api: "openai-completions";
|
|
@@ -8281,7 +8309,7 @@ export declare const MODELS: {
|
|
|
8281
8309
|
contextWindow: number;
|
|
8282
8310
|
maxTokens: number;
|
|
8283
8311
|
};
|
|
8284
|
-
readonly "
|
|
8312
|
+
readonly "ling-3.0-tiny-free": {
|
|
8285
8313
|
id: string;
|
|
8286
8314
|
name: string;
|
|
8287
8315
|
api: "openai-completions";
|
|
@@ -9458,6 +9486,23 @@ export declare const MODELS: {
|
|
|
9458
9486
|
contextWindow: number;
|
|
9459
9487
|
maxTokens: number;
|
|
9460
9488
|
};
|
|
9489
|
+
readonly "bytedance-seed/seed-2-1-turbo": {
|
|
9490
|
+
id: string;
|
|
9491
|
+
name: string;
|
|
9492
|
+
api: "openai-completions";
|
|
9493
|
+
provider: string;
|
|
9494
|
+
baseUrl: string;
|
|
9495
|
+
reasoning: true;
|
|
9496
|
+
input: ("image" | "text")[];
|
|
9497
|
+
cost: {
|
|
9498
|
+
input: number;
|
|
9499
|
+
output: number;
|
|
9500
|
+
cacheRead: number;
|
|
9501
|
+
cacheWrite: number;
|
|
9502
|
+
};
|
|
9503
|
+
contextWindow: number;
|
|
9504
|
+
maxTokens: number;
|
|
9505
|
+
};
|
|
9461
9506
|
readonly "bytedance-seed/seed-2.0-code": {
|
|
9462
9507
|
id: string;
|
|
9463
9508
|
name: string;
|
|
@@ -9747,6 +9792,23 @@ export declare const MODELS: {
|
|
|
9747
9792
|
contextWindow: number;
|
|
9748
9793
|
maxTokens: number;
|
|
9749
9794
|
};
|
|
9795
|
+
readonly "deepseek/deepseek-v4-pro-0813": {
|
|
9796
|
+
id: string;
|
|
9797
|
+
name: string;
|
|
9798
|
+
api: "openai-completions";
|
|
9799
|
+
provider: string;
|
|
9800
|
+
baseUrl: string;
|
|
9801
|
+
reasoning: true;
|
|
9802
|
+
input: "text"[];
|
|
9803
|
+
cost: {
|
|
9804
|
+
input: number;
|
|
9805
|
+
output: number;
|
|
9806
|
+
cacheRead: number;
|
|
9807
|
+
cacheWrite: number;
|
|
9808
|
+
};
|
|
9809
|
+
contextWindow: number;
|
|
9810
|
+
maxTokens: number;
|
|
9811
|
+
};
|
|
9750
9812
|
readonly "google/gemini-2.5-flash": {
|
|
9751
9813
|
id: string;
|
|
9752
9814
|
name: string;
|
|
@@ -10410,6 +10472,23 @@ export declare const MODELS: {
|
|
|
10410
10472
|
contextWindow: number;
|
|
10411
10473
|
maxTokens: number;
|
|
10412
10474
|
};
|
|
10475
|
+
readonly "liquid/lfm-2.5-2.6b:free": {
|
|
10476
|
+
id: string;
|
|
10477
|
+
name: string;
|
|
10478
|
+
api: "openai-completions";
|
|
10479
|
+
provider: string;
|
|
10480
|
+
baseUrl: string;
|
|
10481
|
+
reasoning: true;
|
|
10482
|
+
input: "text"[];
|
|
10483
|
+
cost: {
|
|
10484
|
+
input: number;
|
|
10485
|
+
output: number;
|
|
10486
|
+
cacheRead: number;
|
|
10487
|
+
cacheWrite: number;
|
|
10488
|
+
};
|
|
10489
|
+
contextWindow: number;
|
|
10490
|
+
maxTokens: number;
|
|
10491
|
+
};
|
|
10413
10492
|
readonly "meituan/longcat-2.0": {
|
|
10414
10493
|
id: string;
|
|
10415
10494
|
name: string;
|
|
@@ -13708,6 +13787,23 @@ export declare const MODELS: {
|
|
|
13708
13787
|
contextWindow: number;
|
|
13709
13788
|
maxTokens: number;
|
|
13710
13789
|
};
|
|
13790
|
+
readonly "qwen/qwen3.8-2.4t-a95b": {
|
|
13791
|
+
id: string;
|
|
13792
|
+
name: string;
|
|
13793
|
+
api: "openai-completions";
|
|
13794
|
+
provider: string;
|
|
13795
|
+
baseUrl: string;
|
|
13796
|
+
reasoning: true;
|
|
13797
|
+
input: "text"[];
|
|
13798
|
+
cost: {
|
|
13799
|
+
input: number;
|
|
13800
|
+
output: number;
|
|
13801
|
+
cacheRead: number;
|
|
13802
|
+
cacheWrite: number;
|
|
13803
|
+
};
|
|
13804
|
+
contextWindow: number;
|
|
13805
|
+
maxTokens: number;
|
|
13806
|
+
};
|
|
13711
13807
|
readonly "qwen/qwen3.8-max": {
|
|
13712
13808
|
id: string;
|
|
13713
13809
|
name: string;
|
|
@@ -14031,6 +14127,23 @@ export declare const MODELS: {
|
|
|
14031
14127
|
contextWindow: number;
|
|
14032
14128
|
maxTokens: number;
|
|
14033
14129
|
};
|
|
14130
|
+
readonly "x-ai/grok-4.6": {
|
|
14131
|
+
id: string;
|
|
14132
|
+
name: string;
|
|
14133
|
+
api: "openai-completions";
|
|
14134
|
+
provider: string;
|
|
14135
|
+
baseUrl: string;
|
|
14136
|
+
reasoning: true;
|
|
14137
|
+
input: ("image" | "text")[];
|
|
14138
|
+
cost: {
|
|
14139
|
+
input: number;
|
|
14140
|
+
output: number;
|
|
14141
|
+
cacheRead: number;
|
|
14142
|
+
cacheWrite: number;
|
|
14143
|
+
};
|
|
14144
|
+
contextWindow: number;
|
|
14145
|
+
maxTokens: number;
|
|
14146
|
+
};
|
|
14034
14147
|
readonly "x-ai/grok-build-0.1": {
|
|
14035
14148
|
id: string;
|
|
14036
14149
|
name: string;
|
|
@@ -15495,6 +15608,23 @@ export declare const MODELS: {
|
|
|
15495
15608
|
contextWindow: number;
|
|
15496
15609
|
maxTokens: number;
|
|
15497
15610
|
};
|
|
15611
|
+
readonly "deepseek/deepseek-v4-pro-0813": {
|
|
15612
|
+
id: string;
|
|
15613
|
+
name: string;
|
|
15614
|
+
api: "anthropic-messages";
|
|
15615
|
+
provider: string;
|
|
15616
|
+
baseUrl: string;
|
|
15617
|
+
reasoning: true;
|
|
15618
|
+
input: "text"[];
|
|
15619
|
+
cost: {
|
|
15620
|
+
input: number;
|
|
15621
|
+
output: number;
|
|
15622
|
+
cacheRead: number;
|
|
15623
|
+
cacheWrite: number;
|
|
15624
|
+
};
|
|
15625
|
+
contextWindow: number;
|
|
15626
|
+
maxTokens: number;
|
|
15627
|
+
};
|
|
15498
15628
|
readonly "google/gemini-2.5-flash": {
|
|
15499
15629
|
id: string;
|
|
15500
15630
|
name: string;
|
|
@@ -17552,6 +17682,23 @@ export declare const MODELS: {
|
|
|
17552
17682
|
contextWindow: number;
|
|
17553
17683
|
maxTokens: number;
|
|
17554
17684
|
};
|
|
17685
|
+
readonly "xai/grok-4.6": {
|
|
17686
|
+
id: string;
|
|
17687
|
+
name: string;
|
|
17688
|
+
api: "anthropic-messages";
|
|
17689
|
+
provider: string;
|
|
17690
|
+
baseUrl: string;
|
|
17691
|
+
reasoning: true;
|
|
17692
|
+
input: "text"[];
|
|
17693
|
+
cost: {
|
|
17694
|
+
input: number;
|
|
17695
|
+
output: number;
|
|
17696
|
+
cacheRead: number;
|
|
17697
|
+
cacheWrite: number;
|
|
17698
|
+
};
|
|
17699
|
+
contextWindow: number;
|
|
17700
|
+
maxTokens: number;
|
|
17701
|
+
};
|
|
17555
17702
|
readonly "xai/grok-build-0.1": {
|
|
17556
17703
|
id: string;
|
|
17557
17704
|
name: string;
|
|
@@ -17928,6 +18075,23 @@ export declare const MODELS: {
|
|
|
17928
18075
|
contextWindow: number;
|
|
17929
18076
|
maxTokens: number;
|
|
17930
18077
|
};
|
|
18078
|
+
readonly "grok-4.6": {
|
|
18079
|
+
id: string;
|
|
18080
|
+
name: string;
|
|
18081
|
+
api: "openai-completions";
|
|
18082
|
+
provider: string;
|
|
18083
|
+
baseUrl: string;
|
|
18084
|
+
reasoning: true;
|
|
18085
|
+
input: ("image" | "text")[];
|
|
18086
|
+
cost: {
|
|
18087
|
+
input: number;
|
|
18088
|
+
output: number;
|
|
18089
|
+
cacheRead: number;
|
|
18090
|
+
cacheWrite: number;
|
|
18091
|
+
};
|
|
18092
|
+
contextWindow: number;
|
|
18093
|
+
maxTokens: number;
|
|
18094
|
+
};
|
|
17931
18095
|
readonly "grok-build-0.1": {
|
|
17932
18096
|
id: string;
|
|
17933
18097
|
name: string;
|