@dreb/ai 2.11.0 → 2.12.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 +183 -44
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +223 -86
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
|
@@ -4843,6 +4843,26 @@ export declare const MODELS: {
|
|
|
4843
4843
|
contextWindow: number;
|
|
4844
4844
|
maxTokens: number;
|
|
4845
4845
|
};
|
|
4846
|
+
readonly "moonshotai/Kimi-K2.6": {
|
|
4847
|
+
id: string;
|
|
4848
|
+
name: string;
|
|
4849
|
+
api: "openai-completions";
|
|
4850
|
+
provider: string;
|
|
4851
|
+
baseUrl: string;
|
|
4852
|
+
compat: {
|
|
4853
|
+
supportsDeveloperRole: false;
|
|
4854
|
+
};
|
|
4855
|
+
reasoning: true;
|
|
4856
|
+
input: ("image" | "text")[];
|
|
4857
|
+
cost: {
|
|
4858
|
+
input: number;
|
|
4859
|
+
output: number;
|
|
4860
|
+
cacheRead: number;
|
|
4861
|
+
cacheWrite: number;
|
|
4862
|
+
};
|
|
4863
|
+
contextWindow: number;
|
|
4864
|
+
maxTokens: number;
|
|
4865
|
+
};
|
|
4846
4866
|
readonly "zai-org/GLM-4.7": {
|
|
4847
4867
|
id: string;
|
|
4848
4868
|
name: string;
|
|
@@ -4942,6 +4962,23 @@ export declare const MODELS: {
|
|
|
4942
4962
|
contextWindow: number;
|
|
4943
4963
|
maxTokens: number;
|
|
4944
4964
|
};
|
|
4965
|
+
readonly k2p6: {
|
|
4966
|
+
id: string;
|
|
4967
|
+
name: string;
|
|
4968
|
+
api: "anthropic-messages";
|
|
4969
|
+
provider: string;
|
|
4970
|
+
baseUrl: string;
|
|
4971
|
+
reasoning: true;
|
|
4972
|
+
input: ("image" | "text")[];
|
|
4973
|
+
cost: {
|
|
4974
|
+
input: number;
|
|
4975
|
+
output: number;
|
|
4976
|
+
cacheRead: number;
|
|
4977
|
+
cacheWrite: number;
|
|
4978
|
+
};
|
|
4979
|
+
contextWindow: number;
|
|
4980
|
+
maxTokens: number;
|
|
4981
|
+
};
|
|
4945
4982
|
readonly "kimi-k2-thinking": {
|
|
4946
4983
|
id: string;
|
|
4947
4984
|
name: string;
|
|
@@ -6830,6 +6867,40 @@ export declare const MODELS: {
|
|
|
6830
6867
|
contextWindow: number;
|
|
6831
6868
|
maxTokens: number;
|
|
6832
6869
|
};
|
|
6870
|
+
readonly "kimi-k2.6": {
|
|
6871
|
+
id: string;
|
|
6872
|
+
name: string;
|
|
6873
|
+
api: "openai-completions";
|
|
6874
|
+
provider: string;
|
|
6875
|
+
baseUrl: string;
|
|
6876
|
+
reasoning: true;
|
|
6877
|
+
input: ("image" | "text")[];
|
|
6878
|
+
cost: {
|
|
6879
|
+
input: number;
|
|
6880
|
+
output: number;
|
|
6881
|
+
cacheRead: number;
|
|
6882
|
+
cacheWrite: number;
|
|
6883
|
+
};
|
|
6884
|
+
contextWindow: number;
|
|
6885
|
+
maxTokens: number;
|
|
6886
|
+
};
|
|
6887
|
+
readonly "ling-2.6-flash-free": {
|
|
6888
|
+
id: string;
|
|
6889
|
+
name: string;
|
|
6890
|
+
api: "openai-completions";
|
|
6891
|
+
provider: string;
|
|
6892
|
+
baseUrl: string;
|
|
6893
|
+
reasoning: false;
|
|
6894
|
+
input: "text"[];
|
|
6895
|
+
cost: {
|
|
6896
|
+
input: number;
|
|
6897
|
+
output: number;
|
|
6898
|
+
cacheRead: number;
|
|
6899
|
+
cacheWrite: number;
|
|
6900
|
+
};
|
|
6901
|
+
contextWindow: number;
|
|
6902
|
+
maxTokens: number;
|
|
6903
|
+
};
|
|
6833
6904
|
readonly "minimax-m2.5": {
|
|
6834
6905
|
id: string;
|
|
6835
6906
|
name: string;
|
|
@@ -6864,6 +6935,23 @@ export declare const MODELS: {
|
|
|
6864
6935
|
contextWindow: number;
|
|
6865
6936
|
maxTokens: number;
|
|
6866
6937
|
};
|
|
6938
|
+
readonly "minimax-m2.7": {
|
|
6939
|
+
id: string;
|
|
6940
|
+
name: string;
|
|
6941
|
+
api: "openai-completions";
|
|
6942
|
+
provider: string;
|
|
6943
|
+
baseUrl: string;
|
|
6944
|
+
reasoning: true;
|
|
6945
|
+
input: "text"[];
|
|
6946
|
+
cost: {
|
|
6947
|
+
input: number;
|
|
6948
|
+
output: number;
|
|
6949
|
+
cacheRead: number;
|
|
6950
|
+
cacheWrite: number;
|
|
6951
|
+
};
|
|
6952
|
+
contextWindow: number;
|
|
6953
|
+
maxTokens: number;
|
|
6954
|
+
};
|
|
6867
6955
|
readonly "nemotron-3-super-free": {
|
|
6868
6956
|
id: string;
|
|
6869
6957
|
name: string;
|
|
@@ -6968,6 +7056,23 @@ export declare const MODELS: {
|
|
|
6968
7056
|
contextWindow: number;
|
|
6969
7057
|
maxTokens: number;
|
|
6970
7058
|
};
|
|
7059
|
+
readonly "kimi-k2.6": {
|
|
7060
|
+
id: string;
|
|
7061
|
+
name: string;
|
|
7062
|
+
api: "openai-completions";
|
|
7063
|
+
provider: string;
|
|
7064
|
+
baseUrl: string;
|
|
7065
|
+
reasoning: true;
|
|
7066
|
+
input: ("image" | "text")[];
|
|
7067
|
+
cost: {
|
|
7068
|
+
input: number;
|
|
7069
|
+
output: number;
|
|
7070
|
+
cacheRead: number;
|
|
7071
|
+
cacheWrite: number;
|
|
7072
|
+
};
|
|
7073
|
+
contextWindow: number;
|
|
7074
|
+
maxTokens: number;
|
|
7075
|
+
};
|
|
6971
7076
|
readonly "mimo-v2-omni": {
|
|
6972
7077
|
id: string;
|
|
6973
7078
|
name: string;
|
|
@@ -7005,7 +7110,7 @@ export declare const MODELS: {
|
|
|
7005
7110
|
readonly "minimax-m2.5": {
|
|
7006
7111
|
id: string;
|
|
7007
7112
|
name: string;
|
|
7008
|
-
api: "
|
|
7113
|
+
api: "openai-completions";
|
|
7009
7114
|
provider: string;
|
|
7010
7115
|
baseUrl: string;
|
|
7011
7116
|
reasoning: true;
|
|
@@ -8109,7 +8214,7 @@ export declare const MODELS: {
|
|
|
8109
8214
|
contextWindow: number;
|
|
8110
8215
|
maxTokens: number;
|
|
8111
8216
|
};
|
|
8112
|
-
readonly "
|
|
8217
|
+
readonly "inclusionai/ling-2.6-flash:free": {
|
|
8113
8218
|
id: string;
|
|
8114
8219
|
name: string;
|
|
8115
8220
|
api: "openai-completions";
|
|
@@ -8126,7 +8231,7 @@ export declare const MODELS: {
|
|
|
8126
8231
|
contextWindow: number;
|
|
8127
8232
|
maxTokens: number;
|
|
8128
8233
|
};
|
|
8129
|
-
readonly "
|
|
8234
|
+
readonly "kwaipilot/kat-coder-pro-v2": {
|
|
8130
8235
|
id: string;
|
|
8131
8236
|
name: string;
|
|
8132
8237
|
api: "openai-completions";
|
|
@@ -8143,7 +8248,7 @@ export declare const MODELS: {
|
|
|
8143
8248
|
contextWindow: number;
|
|
8144
8249
|
maxTokens: number;
|
|
8145
8250
|
};
|
|
8146
|
-
readonly "meta-llama/llama-3
|
|
8251
|
+
readonly "meta-llama/llama-3-8b-instruct": {
|
|
8147
8252
|
id: string;
|
|
8148
8253
|
name: string;
|
|
8149
8254
|
api: "openai-completions";
|
|
@@ -8160,7 +8265,7 @@ export declare const MODELS: {
|
|
|
8160
8265
|
contextWindow: number;
|
|
8161
8266
|
maxTokens: number;
|
|
8162
8267
|
};
|
|
8163
|
-
readonly "meta-llama/llama-3.1-
|
|
8268
|
+
readonly "meta-llama/llama-3.1-70b-instruct": {
|
|
8164
8269
|
id: string;
|
|
8165
8270
|
name: string;
|
|
8166
8271
|
api: "openai-completions";
|
|
@@ -8177,7 +8282,7 @@ export declare const MODELS: {
|
|
|
8177
8282
|
contextWindow: number;
|
|
8178
8283
|
maxTokens: number;
|
|
8179
8284
|
};
|
|
8180
|
-
readonly "meta-llama/llama-3.
|
|
8285
|
+
readonly "meta-llama/llama-3.1-8b-instruct": {
|
|
8181
8286
|
id: string;
|
|
8182
8287
|
name: string;
|
|
8183
8288
|
api: "openai-completions";
|
|
@@ -8194,7 +8299,7 @@ export declare const MODELS: {
|
|
|
8194
8299
|
contextWindow: number;
|
|
8195
8300
|
maxTokens: number;
|
|
8196
8301
|
};
|
|
8197
|
-
readonly "meta-llama/llama-3.3-70b-instruct
|
|
8302
|
+
readonly "meta-llama/llama-3.3-70b-instruct": {
|
|
8198
8303
|
id: string;
|
|
8199
8304
|
name: string;
|
|
8200
8305
|
api: "openai-completions";
|
|
@@ -8211,14 +8316,14 @@ export declare const MODELS: {
|
|
|
8211
8316
|
contextWindow: number;
|
|
8212
8317
|
maxTokens: number;
|
|
8213
8318
|
};
|
|
8214
|
-
readonly "meta-llama/llama-
|
|
8319
|
+
readonly "meta-llama/llama-3.3-70b-instruct:free": {
|
|
8215
8320
|
id: string;
|
|
8216
8321
|
name: string;
|
|
8217
8322
|
api: "openai-completions";
|
|
8218
8323
|
provider: string;
|
|
8219
8324
|
baseUrl: string;
|
|
8220
8325
|
reasoning: false;
|
|
8221
|
-
input:
|
|
8326
|
+
input: "text"[];
|
|
8222
8327
|
cost: {
|
|
8223
8328
|
input: number;
|
|
8224
8329
|
output: number;
|
|
@@ -8789,6 +8894,23 @@ export declare const MODELS: {
|
|
|
8789
8894
|
contextWindow: number;
|
|
8790
8895
|
maxTokens: number;
|
|
8791
8896
|
};
|
|
8897
|
+
readonly "moonshotai/kimi-k2.6": {
|
|
8898
|
+
id: string;
|
|
8899
|
+
name: string;
|
|
8900
|
+
api: "openai-completions";
|
|
8901
|
+
provider: string;
|
|
8902
|
+
baseUrl: string;
|
|
8903
|
+
reasoning: true;
|
|
8904
|
+
input: ("image" | "text")[];
|
|
8905
|
+
cost: {
|
|
8906
|
+
input: number;
|
|
8907
|
+
output: number;
|
|
8908
|
+
cacheRead: number;
|
|
8909
|
+
cacheWrite: number;
|
|
8910
|
+
};
|
|
8911
|
+
contextWindow: number;
|
|
8912
|
+
maxTokens: number;
|
|
8913
|
+
};
|
|
8792
8914
|
readonly "nex-agi/deepseek-v3.1-nex-n1": {
|
|
8793
8915
|
id: string;
|
|
8794
8916
|
name: string;
|
|
@@ -9265,23 +9387,6 @@ export declare const MODELS: {
|
|
|
9265
9387
|
contextWindow: number;
|
|
9266
9388
|
maxTokens: number;
|
|
9267
9389
|
};
|
|
9268
|
-
readonly "openai/gpt-4o:extended": {
|
|
9269
|
-
id: string;
|
|
9270
|
-
name: string;
|
|
9271
|
-
api: "openai-completions";
|
|
9272
|
-
provider: string;
|
|
9273
|
-
baseUrl: string;
|
|
9274
|
-
reasoning: false;
|
|
9275
|
-
input: ("image" | "text")[];
|
|
9276
|
-
cost: {
|
|
9277
|
-
input: number;
|
|
9278
|
-
output: number;
|
|
9279
|
-
cacheRead: number;
|
|
9280
|
-
cacheWrite: number;
|
|
9281
|
-
};
|
|
9282
|
-
contextWindow: number;
|
|
9283
|
-
maxTokens: number;
|
|
9284
|
-
};
|
|
9285
9390
|
readonly "openai/gpt-5": {
|
|
9286
9391
|
id: string;
|
|
9287
9392
|
name: string;
|
|
@@ -9945,23 +10050,6 @@ export declare const MODELS: {
|
|
|
9945
10050
|
contextWindow: number;
|
|
9946
10051
|
maxTokens: number;
|
|
9947
10052
|
};
|
|
9948
|
-
readonly "openrouter/elephant-alpha": {
|
|
9949
|
-
id: string;
|
|
9950
|
-
name: string;
|
|
9951
|
-
api: "openai-completions";
|
|
9952
|
-
provider: string;
|
|
9953
|
-
baseUrl: string;
|
|
9954
|
-
reasoning: false;
|
|
9955
|
-
input: "text"[];
|
|
9956
|
-
cost: {
|
|
9957
|
-
input: number;
|
|
9958
|
-
output: number;
|
|
9959
|
-
cacheRead: number;
|
|
9960
|
-
cacheWrite: number;
|
|
9961
|
-
};
|
|
9962
|
-
contextWindow: number;
|
|
9963
|
-
maxTokens: number;
|
|
9964
|
-
};
|
|
9965
10053
|
readonly "openrouter/free": {
|
|
9966
10054
|
id: string;
|
|
9967
10055
|
name: string;
|
|
@@ -10172,7 +10260,7 @@ export declare const MODELS: {
|
|
|
10172
10260
|
api: "openai-completions";
|
|
10173
10261
|
provider: string;
|
|
10174
10262
|
baseUrl: string;
|
|
10175
|
-
reasoning:
|
|
10263
|
+
reasoning: false;
|
|
10176
10264
|
input: "text"[];
|
|
10177
10265
|
cost: {
|
|
10178
10266
|
input: number;
|
|
@@ -11322,6 +11410,23 @@ export declare const MODELS: {
|
|
|
11322
11410
|
contextWindow: number;
|
|
11323
11411
|
maxTokens: number;
|
|
11324
11412
|
};
|
|
11413
|
+
readonly "~anthropic/claude-opus-latest": {
|
|
11414
|
+
id: string;
|
|
11415
|
+
name: string;
|
|
11416
|
+
api: "openai-completions";
|
|
11417
|
+
provider: string;
|
|
11418
|
+
baseUrl: string;
|
|
11419
|
+
reasoning: true;
|
|
11420
|
+
input: ("image" | "text")[];
|
|
11421
|
+
cost: {
|
|
11422
|
+
input: number;
|
|
11423
|
+
output: number;
|
|
11424
|
+
cacheRead: number;
|
|
11425
|
+
cacheWrite: number;
|
|
11426
|
+
};
|
|
11427
|
+
contextWindow: number;
|
|
11428
|
+
maxTokens: number;
|
|
11429
|
+
};
|
|
11325
11430
|
};
|
|
11326
11431
|
readonly "vercel-ai-gateway": {
|
|
11327
11432
|
readonly "alibaba/qwen-3-14b": {
|
|
@@ -11392,6 +11497,23 @@ export declare const MODELS: {
|
|
|
11392
11497
|
contextWindow: number;
|
|
11393
11498
|
maxTokens: number;
|
|
11394
11499
|
};
|
|
11500
|
+
readonly "alibaba/qwen-3.6-max-preview": {
|
|
11501
|
+
id: string;
|
|
11502
|
+
name: string;
|
|
11503
|
+
api: "anthropic-messages";
|
|
11504
|
+
provider: string;
|
|
11505
|
+
baseUrl: string;
|
|
11506
|
+
reasoning: true;
|
|
11507
|
+
input: ("image" | "text")[];
|
|
11508
|
+
cost: {
|
|
11509
|
+
input: number;
|
|
11510
|
+
output: number;
|
|
11511
|
+
cacheRead: number;
|
|
11512
|
+
cacheWrite: number;
|
|
11513
|
+
};
|
|
11514
|
+
contextWindow: number;
|
|
11515
|
+
maxTokens: number;
|
|
11516
|
+
};
|
|
11395
11517
|
readonly "alibaba/qwen3-235b-a22b-thinking": {
|
|
11396
11518
|
id: string;
|
|
11397
11519
|
name: string;
|
|
@@ -12735,6 +12857,23 @@ export declare const MODELS: {
|
|
|
12735
12857
|
contextWindow: number;
|
|
12736
12858
|
maxTokens: number;
|
|
12737
12859
|
};
|
|
12860
|
+
readonly "moonshotai/kimi-k2.6": {
|
|
12861
|
+
id: string;
|
|
12862
|
+
name: string;
|
|
12863
|
+
api: "anthropic-messages";
|
|
12864
|
+
provider: string;
|
|
12865
|
+
baseUrl: string;
|
|
12866
|
+
reasoning: true;
|
|
12867
|
+
input: ("image" | "text")[];
|
|
12868
|
+
cost: {
|
|
12869
|
+
input: number;
|
|
12870
|
+
output: number;
|
|
12871
|
+
cacheRead: number;
|
|
12872
|
+
cacheWrite: number;
|
|
12873
|
+
};
|
|
12874
|
+
contextWindow: number;
|
|
12875
|
+
maxTokens: number;
|
|
12876
|
+
};
|
|
12738
12877
|
readonly "nvidia/nemotron-nano-12b-v2-vl": {
|
|
12739
12878
|
id: string;
|
|
12740
12879
|
name: string;
|