@dreb/ai 2.43.3 → 2.45.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 +317 -25
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +421 -131
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
|
@@ -3827,6 +3827,40 @@ export declare const MODELS: {
|
|
|
3827
3827
|
contextWindow: number;
|
|
3828
3828
|
maxTokens: number;
|
|
3829
3829
|
};
|
|
3830
|
+
readonly "gemini-3.5-flash-lite": {
|
|
3831
|
+
id: string;
|
|
3832
|
+
name: string;
|
|
3833
|
+
api: "google-generative-ai";
|
|
3834
|
+
provider: string;
|
|
3835
|
+
baseUrl: string;
|
|
3836
|
+
reasoning: true;
|
|
3837
|
+
input: ("image" | "text")[];
|
|
3838
|
+
cost: {
|
|
3839
|
+
input: number;
|
|
3840
|
+
output: number;
|
|
3841
|
+
cacheRead: number;
|
|
3842
|
+
cacheWrite: number;
|
|
3843
|
+
};
|
|
3844
|
+
contextWindow: number;
|
|
3845
|
+
maxTokens: number;
|
|
3846
|
+
};
|
|
3847
|
+
readonly "gemini-3.6-flash": {
|
|
3848
|
+
id: string;
|
|
3849
|
+
name: string;
|
|
3850
|
+
api: "google-generative-ai";
|
|
3851
|
+
provider: string;
|
|
3852
|
+
baseUrl: string;
|
|
3853
|
+
reasoning: true;
|
|
3854
|
+
input: ("image" | "text")[];
|
|
3855
|
+
cost: {
|
|
3856
|
+
input: number;
|
|
3857
|
+
output: number;
|
|
3858
|
+
cacheRead: number;
|
|
3859
|
+
cacheWrite: number;
|
|
3860
|
+
};
|
|
3861
|
+
contextWindow: number;
|
|
3862
|
+
maxTokens: number;
|
|
3863
|
+
};
|
|
3830
3864
|
readonly "gemini-flash-latest": {
|
|
3831
3865
|
id: string;
|
|
3832
3866
|
name: string;
|
|
@@ -4903,6 +4937,26 @@ export declare const MODELS: {
|
|
|
4903
4937
|
contextWindow: number;
|
|
4904
4938
|
maxTokens: number;
|
|
4905
4939
|
};
|
|
4940
|
+
readonly "XiaomiMiMo/MiMo-V2.5": {
|
|
4941
|
+
id: string;
|
|
4942
|
+
name: string;
|
|
4943
|
+
api: "openai-completions";
|
|
4944
|
+
provider: string;
|
|
4945
|
+
baseUrl: string;
|
|
4946
|
+
compat: {
|
|
4947
|
+
supportsDeveloperRole: false;
|
|
4948
|
+
};
|
|
4949
|
+
reasoning: true;
|
|
4950
|
+
input: "text"[];
|
|
4951
|
+
cost: {
|
|
4952
|
+
input: number;
|
|
4953
|
+
output: number;
|
|
4954
|
+
cacheRead: number;
|
|
4955
|
+
cacheWrite: number;
|
|
4956
|
+
};
|
|
4957
|
+
contextWindow: number;
|
|
4958
|
+
maxTokens: number;
|
|
4959
|
+
};
|
|
4906
4960
|
readonly "XiaomiMiMo/MiMo-V2.5-Pro": {
|
|
4907
4961
|
id: string;
|
|
4908
4962
|
name: string;
|
|
@@ -5482,7 +5536,7 @@ export declare const MODELS: {
|
|
|
5482
5536
|
contextWindow: number;
|
|
5483
5537
|
maxTokens: number;
|
|
5484
5538
|
};
|
|
5485
|
-
readonly
|
|
5539
|
+
readonly k3: {
|
|
5486
5540
|
id: string;
|
|
5487
5541
|
name: string;
|
|
5488
5542
|
api: "anthropic-messages";
|
|
@@ -5499,7 +5553,7 @@ export declare const MODELS: {
|
|
|
5499
5553
|
contextWindow: number;
|
|
5500
5554
|
maxTokens: number;
|
|
5501
5555
|
};
|
|
5502
|
-
readonly
|
|
5556
|
+
readonly "kimi-for-coding": {
|
|
5503
5557
|
id: string;
|
|
5504
5558
|
name: string;
|
|
5505
5559
|
api: "anthropic-messages";
|
|
@@ -7501,6 +7555,40 @@ export declare const MODELS: {
|
|
|
7501
7555
|
contextWindow: number;
|
|
7502
7556
|
maxTokens: number;
|
|
7503
7557
|
};
|
|
7558
|
+
readonly "gemini-3.5-flash-lite": {
|
|
7559
|
+
id: string;
|
|
7560
|
+
name: string;
|
|
7561
|
+
api: "google-generative-ai";
|
|
7562
|
+
provider: string;
|
|
7563
|
+
baseUrl: string;
|
|
7564
|
+
reasoning: true;
|
|
7565
|
+
input: ("image" | "text")[];
|
|
7566
|
+
cost: {
|
|
7567
|
+
input: number;
|
|
7568
|
+
output: number;
|
|
7569
|
+
cacheRead: number;
|
|
7570
|
+
cacheWrite: number;
|
|
7571
|
+
};
|
|
7572
|
+
contextWindow: number;
|
|
7573
|
+
maxTokens: number;
|
|
7574
|
+
};
|
|
7575
|
+
readonly "gemini-3.6-flash": {
|
|
7576
|
+
id: string;
|
|
7577
|
+
name: string;
|
|
7578
|
+
api: "google-generative-ai";
|
|
7579
|
+
provider: string;
|
|
7580
|
+
baseUrl: string;
|
|
7581
|
+
reasoning: true;
|
|
7582
|
+
input: ("image" | "text")[];
|
|
7583
|
+
cost: {
|
|
7584
|
+
input: number;
|
|
7585
|
+
output: number;
|
|
7586
|
+
cacheRead: number;
|
|
7587
|
+
cacheWrite: number;
|
|
7588
|
+
};
|
|
7589
|
+
contextWindow: number;
|
|
7590
|
+
maxTokens: number;
|
|
7591
|
+
};
|
|
7504
7592
|
readonly "glm-5": {
|
|
7505
7593
|
id: string;
|
|
7506
7594
|
name: string;
|
|
@@ -7909,14 +7997,14 @@ export declare const MODELS: {
|
|
|
7909
7997
|
contextWindow: number;
|
|
7910
7998
|
maxTokens: number;
|
|
7911
7999
|
};
|
|
7912
|
-
readonly "
|
|
8000
|
+
readonly "kimi-k2.5": {
|
|
7913
8001
|
id: string;
|
|
7914
8002
|
name: string;
|
|
7915
8003
|
api: "openai-completions";
|
|
7916
8004
|
provider: string;
|
|
7917
8005
|
baseUrl: string;
|
|
7918
8006
|
reasoning: true;
|
|
7919
|
-
input: "text"[];
|
|
8007
|
+
input: ("image" | "text")[];
|
|
7920
8008
|
cost: {
|
|
7921
8009
|
input: number;
|
|
7922
8010
|
output: number;
|
|
@@ -7926,7 +8014,7 @@ export declare const MODELS: {
|
|
|
7926
8014
|
contextWindow: number;
|
|
7927
8015
|
maxTokens: number;
|
|
7928
8016
|
};
|
|
7929
|
-
readonly "kimi-k2.
|
|
8017
|
+
readonly "kimi-k2.6": {
|
|
7930
8018
|
id: string;
|
|
7931
8019
|
name: string;
|
|
7932
8020
|
api: "openai-completions";
|
|
@@ -7943,7 +8031,7 @@ export declare const MODELS: {
|
|
|
7943
8031
|
contextWindow: number;
|
|
7944
8032
|
maxTokens: number;
|
|
7945
8033
|
};
|
|
7946
|
-
readonly "kimi-k2.
|
|
8034
|
+
readonly "kimi-k2.7-code": {
|
|
7947
8035
|
id: string;
|
|
7948
8036
|
name: string;
|
|
7949
8037
|
api: "openai-completions";
|
|
@@ -7960,14 +8048,14 @@ export declare const MODELS: {
|
|
|
7960
8048
|
contextWindow: number;
|
|
7961
8049
|
maxTokens: number;
|
|
7962
8050
|
};
|
|
7963
|
-
readonly "
|
|
8051
|
+
readonly "laguna-s-2.1-free": {
|
|
7964
8052
|
id: string;
|
|
7965
8053
|
name: string;
|
|
7966
8054
|
api: "openai-completions";
|
|
7967
8055
|
provider: string;
|
|
7968
8056
|
baseUrl: string;
|
|
7969
8057
|
reasoning: true;
|
|
7970
|
-
input:
|
|
8058
|
+
input: "text"[];
|
|
7971
8059
|
cost: {
|
|
7972
8060
|
input: number;
|
|
7973
8061
|
output: number;
|
|
@@ -8200,6 +8288,23 @@ export declare const MODELS: {
|
|
|
8200
8288
|
contextWindow: number;
|
|
8201
8289
|
maxTokens: number;
|
|
8202
8290
|
};
|
|
8291
|
+
readonly hy3: {
|
|
8292
|
+
id: string;
|
|
8293
|
+
name: string;
|
|
8294
|
+
api: "openai-completions";
|
|
8295
|
+
provider: string;
|
|
8296
|
+
baseUrl: string;
|
|
8297
|
+
reasoning: true;
|
|
8298
|
+
input: "text"[];
|
|
8299
|
+
cost: {
|
|
8300
|
+
input: number;
|
|
8301
|
+
output: number;
|
|
8302
|
+
cacheRead: number;
|
|
8303
|
+
cacheWrite: number;
|
|
8304
|
+
};
|
|
8305
|
+
contextWindow: number;
|
|
8306
|
+
maxTokens: number;
|
|
8307
|
+
};
|
|
8203
8308
|
readonly "kimi-k2.6": {
|
|
8204
8309
|
id: string;
|
|
8205
8310
|
name: string;
|
|
@@ -9324,6 +9429,40 @@ export declare const MODELS: {
|
|
|
9324
9429
|
contextWindow: number;
|
|
9325
9430
|
maxTokens: number;
|
|
9326
9431
|
};
|
|
9432
|
+
readonly "google/gemini-3.5-flash-lite": {
|
|
9433
|
+
id: string;
|
|
9434
|
+
name: string;
|
|
9435
|
+
api: "openai-completions";
|
|
9436
|
+
provider: string;
|
|
9437
|
+
baseUrl: string;
|
|
9438
|
+
reasoning: true;
|
|
9439
|
+
input: ("image" | "text")[];
|
|
9440
|
+
cost: {
|
|
9441
|
+
input: number;
|
|
9442
|
+
output: number;
|
|
9443
|
+
cacheRead: number;
|
|
9444
|
+
cacheWrite: number;
|
|
9445
|
+
};
|
|
9446
|
+
contextWindow: number;
|
|
9447
|
+
maxTokens: number;
|
|
9448
|
+
};
|
|
9449
|
+
readonly "google/gemini-3.6-flash": {
|
|
9450
|
+
id: string;
|
|
9451
|
+
name: string;
|
|
9452
|
+
api: "openai-completions";
|
|
9453
|
+
provider: string;
|
|
9454
|
+
baseUrl: string;
|
|
9455
|
+
reasoning: true;
|
|
9456
|
+
input: ("image" | "text")[];
|
|
9457
|
+
cost: {
|
|
9458
|
+
input: number;
|
|
9459
|
+
output: number;
|
|
9460
|
+
cacheRead: number;
|
|
9461
|
+
cacheWrite: number;
|
|
9462
|
+
};
|
|
9463
|
+
contextWindow: number;
|
|
9464
|
+
maxTokens: number;
|
|
9465
|
+
};
|
|
9327
9466
|
readonly "google/gemma-3-12b-it": {
|
|
9328
9467
|
id: string;
|
|
9329
9468
|
name: string;
|
|
@@ -9494,6 +9633,23 @@ export declare const MODELS: {
|
|
|
9494
9633
|
contextWindow: number;
|
|
9495
9634
|
maxTokens: number;
|
|
9496
9635
|
};
|
|
9636
|
+
readonly "inclusionai/ling-3.0-flash:free": {
|
|
9637
|
+
id: string;
|
|
9638
|
+
name: string;
|
|
9639
|
+
api: "openai-completions";
|
|
9640
|
+
provider: string;
|
|
9641
|
+
baseUrl: string;
|
|
9642
|
+
reasoning: true;
|
|
9643
|
+
input: "text"[];
|
|
9644
|
+
cost: {
|
|
9645
|
+
input: number;
|
|
9646
|
+
output: number;
|
|
9647
|
+
cacheRead: number;
|
|
9648
|
+
cacheWrite: number;
|
|
9649
|
+
};
|
|
9650
|
+
contextWindow: number;
|
|
9651
|
+
maxTokens: number;
|
|
9652
|
+
};
|
|
9497
9653
|
readonly "inclusionai/ring-2.6-1t": {
|
|
9498
9654
|
id: string;
|
|
9499
9655
|
name: string;
|
|
@@ -9562,6 +9718,23 @@ export declare const MODELS: {
|
|
|
9562
9718
|
contextWindow: number;
|
|
9563
9719
|
maxTokens: number;
|
|
9564
9720
|
};
|
|
9721
|
+
readonly "meituan/longcat-2.0": {
|
|
9722
|
+
id: string;
|
|
9723
|
+
name: string;
|
|
9724
|
+
api: "openai-completions";
|
|
9725
|
+
provider: string;
|
|
9726
|
+
baseUrl: string;
|
|
9727
|
+
reasoning: true;
|
|
9728
|
+
input: "text"[];
|
|
9729
|
+
cost: {
|
|
9730
|
+
input: number;
|
|
9731
|
+
output: number;
|
|
9732
|
+
cacheRead: number;
|
|
9733
|
+
cacheWrite: number;
|
|
9734
|
+
};
|
|
9735
|
+
contextWindow: number;
|
|
9736
|
+
maxTokens: number;
|
|
9737
|
+
};
|
|
9565
9738
|
readonly "meta-llama/llama-3.1-70b-instruct": {
|
|
9566
9739
|
id: string;
|
|
9567
9740
|
name: string;
|
|
@@ -11449,6 +11622,40 @@ export declare const MODELS: {
|
|
|
11449
11622
|
contextWindow: number;
|
|
11450
11623
|
maxTokens: number;
|
|
11451
11624
|
};
|
|
11625
|
+
readonly "poolside/laguna-s-2.1": {
|
|
11626
|
+
id: string;
|
|
11627
|
+
name: string;
|
|
11628
|
+
api: "openai-completions";
|
|
11629
|
+
provider: string;
|
|
11630
|
+
baseUrl: string;
|
|
11631
|
+
reasoning: true;
|
|
11632
|
+
input: "text"[];
|
|
11633
|
+
cost: {
|
|
11634
|
+
input: number;
|
|
11635
|
+
output: number;
|
|
11636
|
+
cacheRead: number;
|
|
11637
|
+
cacheWrite: number;
|
|
11638
|
+
};
|
|
11639
|
+
contextWindow: number;
|
|
11640
|
+
maxTokens: number;
|
|
11641
|
+
};
|
|
11642
|
+
readonly "poolside/laguna-s-2.1:free": {
|
|
11643
|
+
id: string;
|
|
11644
|
+
name: string;
|
|
11645
|
+
api: "openai-completions";
|
|
11646
|
+
provider: string;
|
|
11647
|
+
baseUrl: string;
|
|
11648
|
+
reasoning: true;
|
|
11649
|
+
input: "text"[];
|
|
11650
|
+
cost: {
|
|
11651
|
+
input: number;
|
|
11652
|
+
output: number;
|
|
11653
|
+
cacheRead: number;
|
|
11654
|
+
cacheWrite: number;
|
|
11655
|
+
};
|
|
11656
|
+
contextWindow: number;
|
|
11657
|
+
maxTokens: number;
|
|
11658
|
+
};
|
|
11452
11659
|
readonly "poolside/laguna-xs-2.1": {
|
|
11453
11660
|
id: string;
|
|
11454
11661
|
name: string;
|
|
@@ -12384,23 +12591,6 @@ export declare const MODELS: {
|
|
|
12384
12591
|
contextWindow: number;
|
|
12385
12592
|
maxTokens: number;
|
|
12386
12593
|
};
|
|
12387
|
-
readonly "tencent/hy3:free": {
|
|
12388
|
-
id: string;
|
|
12389
|
-
name: string;
|
|
12390
|
-
api: "openai-completions";
|
|
12391
|
-
provider: string;
|
|
12392
|
-
baseUrl: string;
|
|
12393
|
-
reasoning: true;
|
|
12394
|
-
input: "text"[];
|
|
12395
|
-
cost: {
|
|
12396
|
-
input: number;
|
|
12397
|
-
output: number;
|
|
12398
|
-
cacheRead: number;
|
|
12399
|
-
cacheWrite: number;
|
|
12400
|
-
};
|
|
12401
|
-
contextWindow: number;
|
|
12402
|
-
maxTokens: number;
|
|
12403
|
-
};
|
|
12404
12594
|
readonly "thedrummer/unslopnemo-12b": {
|
|
12405
12595
|
id: string;
|
|
12406
12596
|
name: string;
|
|
@@ -14035,6 +14225,40 @@ export declare const MODELS: {
|
|
|
14035
14225
|
contextWindow: number;
|
|
14036
14226
|
maxTokens: number;
|
|
14037
14227
|
};
|
|
14228
|
+
readonly "google/gemini-3.5-flash-lite": {
|
|
14229
|
+
id: string;
|
|
14230
|
+
name: string;
|
|
14231
|
+
api: "anthropic-messages";
|
|
14232
|
+
provider: string;
|
|
14233
|
+
baseUrl: string;
|
|
14234
|
+
reasoning: true;
|
|
14235
|
+
input: ("image" | "text")[];
|
|
14236
|
+
cost: {
|
|
14237
|
+
input: number;
|
|
14238
|
+
output: number;
|
|
14239
|
+
cacheRead: number;
|
|
14240
|
+
cacheWrite: number;
|
|
14241
|
+
};
|
|
14242
|
+
contextWindow: number;
|
|
14243
|
+
maxTokens: number;
|
|
14244
|
+
};
|
|
14245
|
+
readonly "google/gemini-3.6-flash": {
|
|
14246
|
+
id: string;
|
|
14247
|
+
name: string;
|
|
14248
|
+
api: "anthropic-messages";
|
|
14249
|
+
provider: string;
|
|
14250
|
+
baseUrl: string;
|
|
14251
|
+
reasoning: true;
|
|
14252
|
+
input: ("image" | "text")[];
|
|
14253
|
+
cost: {
|
|
14254
|
+
input: number;
|
|
14255
|
+
output: number;
|
|
14256
|
+
cacheRead: number;
|
|
14257
|
+
cacheWrite: number;
|
|
14258
|
+
};
|
|
14259
|
+
contextWindow: number;
|
|
14260
|
+
maxTokens: number;
|
|
14261
|
+
};
|
|
14038
14262
|
readonly "google/gemma-4-26b-a4b-it": {
|
|
14039
14263
|
id: string;
|
|
14040
14264
|
name: string;
|
|
@@ -14103,6 +14327,23 @@ export declare const MODELS: {
|
|
|
14103
14327
|
contextWindow: number;
|
|
14104
14328
|
maxTokens: number;
|
|
14105
14329
|
};
|
|
14330
|
+
readonly "inclusionai/ling-3.0-flash-free": {
|
|
14331
|
+
id: string;
|
|
14332
|
+
name: string;
|
|
14333
|
+
api: "anthropic-messages";
|
|
14334
|
+
provider: string;
|
|
14335
|
+
baseUrl: string;
|
|
14336
|
+
reasoning: true;
|
|
14337
|
+
input: "text"[];
|
|
14338
|
+
cost: {
|
|
14339
|
+
input: number;
|
|
14340
|
+
output: number;
|
|
14341
|
+
cacheRead: number;
|
|
14342
|
+
cacheWrite: number;
|
|
14343
|
+
};
|
|
14344
|
+
contextWindow: number;
|
|
14345
|
+
maxTokens: number;
|
|
14346
|
+
};
|
|
14106
14347
|
readonly "interfaze/interfaze-beta": {
|
|
14107
14348
|
id: string;
|
|
14108
14349
|
name: string;
|
|
@@ -15582,6 +15823,40 @@ export declare const MODELS: {
|
|
|
15582
15823
|
contextWindow: number;
|
|
15583
15824
|
maxTokens: number;
|
|
15584
15825
|
};
|
|
15826
|
+
readonly "poolside/laguna-s-2.1": {
|
|
15827
|
+
id: string;
|
|
15828
|
+
name: string;
|
|
15829
|
+
api: "anthropic-messages";
|
|
15830
|
+
provider: string;
|
|
15831
|
+
baseUrl: string;
|
|
15832
|
+
reasoning: true;
|
|
15833
|
+
input: "text"[];
|
|
15834
|
+
cost: {
|
|
15835
|
+
input: number;
|
|
15836
|
+
output: number;
|
|
15837
|
+
cacheRead: number;
|
|
15838
|
+
cacheWrite: number;
|
|
15839
|
+
};
|
|
15840
|
+
contextWindow: number;
|
|
15841
|
+
maxTokens: number;
|
|
15842
|
+
};
|
|
15843
|
+
readonly "poolside/laguna-s-2.1-free": {
|
|
15844
|
+
id: string;
|
|
15845
|
+
name: string;
|
|
15846
|
+
api: "anthropic-messages";
|
|
15847
|
+
provider: string;
|
|
15848
|
+
baseUrl: string;
|
|
15849
|
+
reasoning: true;
|
|
15850
|
+
input: "text"[];
|
|
15851
|
+
cost: {
|
|
15852
|
+
input: number;
|
|
15853
|
+
output: number;
|
|
15854
|
+
cacheRead: number;
|
|
15855
|
+
cacheWrite: number;
|
|
15856
|
+
};
|
|
15857
|
+
contextWindow: number;
|
|
15858
|
+
maxTokens: number;
|
|
15859
|
+
};
|
|
15585
15860
|
readonly "sakana/fugu-ultra": {
|
|
15586
15861
|
id: string;
|
|
15587
15862
|
name: string;
|
|
@@ -15633,6 +15908,23 @@ export declare const MODELS: {
|
|
|
15633
15908
|
contextWindow: number;
|
|
15634
15909
|
maxTokens: number;
|
|
15635
15910
|
};
|
|
15911
|
+
readonly "tencent/hy3": {
|
|
15912
|
+
id: string;
|
|
15913
|
+
name: string;
|
|
15914
|
+
api: "anthropic-messages";
|
|
15915
|
+
provider: string;
|
|
15916
|
+
baseUrl: string;
|
|
15917
|
+
reasoning: true;
|
|
15918
|
+
input: "text"[];
|
|
15919
|
+
cost: {
|
|
15920
|
+
input: number;
|
|
15921
|
+
output: number;
|
|
15922
|
+
cacheRead: number;
|
|
15923
|
+
cacheWrite: number;
|
|
15924
|
+
};
|
|
15925
|
+
contextWindow: number;
|
|
15926
|
+
maxTokens: number;
|
|
15927
|
+
};
|
|
15636
15928
|
readonly "thinkingmachines/inkling": {
|
|
15637
15929
|
id: string;
|
|
15638
15930
|
name: string;
|