@dreb/ai 2.43.3 → 2.44.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 +300 -25
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +394 -121
- 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;
|
|
@@ -9562,6 +9701,23 @@ export declare const MODELS: {
|
|
|
9562
9701
|
contextWindow: number;
|
|
9563
9702
|
maxTokens: number;
|
|
9564
9703
|
};
|
|
9704
|
+
readonly "meituan/longcat-2.0": {
|
|
9705
|
+
id: string;
|
|
9706
|
+
name: string;
|
|
9707
|
+
api: "openai-completions";
|
|
9708
|
+
provider: string;
|
|
9709
|
+
baseUrl: string;
|
|
9710
|
+
reasoning: true;
|
|
9711
|
+
input: "text"[];
|
|
9712
|
+
cost: {
|
|
9713
|
+
input: number;
|
|
9714
|
+
output: number;
|
|
9715
|
+
cacheRead: number;
|
|
9716
|
+
cacheWrite: number;
|
|
9717
|
+
};
|
|
9718
|
+
contextWindow: number;
|
|
9719
|
+
maxTokens: number;
|
|
9720
|
+
};
|
|
9565
9721
|
readonly "meta-llama/llama-3.1-70b-instruct": {
|
|
9566
9722
|
id: string;
|
|
9567
9723
|
name: string;
|
|
@@ -11449,6 +11605,40 @@ export declare const MODELS: {
|
|
|
11449
11605
|
contextWindow: number;
|
|
11450
11606
|
maxTokens: number;
|
|
11451
11607
|
};
|
|
11608
|
+
readonly "poolside/laguna-s-2.1": {
|
|
11609
|
+
id: string;
|
|
11610
|
+
name: string;
|
|
11611
|
+
api: "openai-completions";
|
|
11612
|
+
provider: string;
|
|
11613
|
+
baseUrl: string;
|
|
11614
|
+
reasoning: true;
|
|
11615
|
+
input: "text"[];
|
|
11616
|
+
cost: {
|
|
11617
|
+
input: number;
|
|
11618
|
+
output: number;
|
|
11619
|
+
cacheRead: number;
|
|
11620
|
+
cacheWrite: number;
|
|
11621
|
+
};
|
|
11622
|
+
contextWindow: number;
|
|
11623
|
+
maxTokens: number;
|
|
11624
|
+
};
|
|
11625
|
+
readonly "poolside/laguna-s-2.1:free": {
|
|
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
|
+
};
|
|
11452
11642
|
readonly "poolside/laguna-xs-2.1": {
|
|
11453
11643
|
id: string;
|
|
11454
11644
|
name: string;
|
|
@@ -12384,23 +12574,6 @@ export declare const MODELS: {
|
|
|
12384
12574
|
contextWindow: number;
|
|
12385
12575
|
maxTokens: number;
|
|
12386
12576
|
};
|
|
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
12577
|
readonly "thedrummer/unslopnemo-12b": {
|
|
12405
12578
|
id: string;
|
|
12406
12579
|
name: string;
|
|
@@ -14035,6 +14208,40 @@ export declare const MODELS: {
|
|
|
14035
14208
|
contextWindow: number;
|
|
14036
14209
|
maxTokens: number;
|
|
14037
14210
|
};
|
|
14211
|
+
readonly "google/gemini-3.5-flash-lite": {
|
|
14212
|
+
id: string;
|
|
14213
|
+
name: string;
|
|
14214
|
+
api: "anthropic-messages";
|
|
14215
|
+
provider: string;
|
|
14216
|
+
baseUrl: string;
|
|
14217
|
+
reasoning: true;
|
|
14218
|
+
input: ("image" | "text")[];
|
|
14219
|
+
cost: {
|
|
14220
|
+
input: number;
|
|
14221
|
+
output: number;
|
|
14222
|
+
cacheRead: number;
|
|
14223
|
+
cacheWrite: number;
|
|
14224
|
+
};
|
|
14225
|
+
contextWindow: number;
|
|
14226
|
+
maxTokens: number;
|
|
14227
|
+
};
|
|
14228
|
+
readonly "google/gemini-3.6-flash": {
|
|
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
|
+
};
|
|
14038
14245
|
readonly "google/gemma-4-26b-a4b-it": {
|
|
14039
14246
|
id: string;
|
|
14040
14247
|
name: string;
|
|
@@ -14103,6 +14310,23 @@ export declare const MODELS: {
|
|
|
14103
14310
|
contextWindow: number;
|
|
14104
14311
|
maxTokens: number;
|
|
14105
14312
|
};
|
|
14313
|
+
readonly "inclusionai/ling-3.0-flash-free": {
|
|
14314
|
+
id: string;
|
|
14315
|
+
name: string;
|
|
14316
|
+
api: "anthropic-messages";
|
|
14317
|
+
provider: string;
|
|
14318
|
+
baseUrl: string;
|
|
14319
|
+
reasoning: true;
|
|
14320
|
+
input: "text"[];
|
|
14321
|
+
cost: {
|
|
14322
|
+
input: number;
|
|
14323
|
+
output: number;
|
|
14324
|
+
cacheRead: number;
|
|
14325
|
+
cacheWrite: number;
|
|
14326
|
+
};
|
|
14327
|
+
contextWindow: number;
|
|
14328
|
+
maxTokens: number;
|
|
14329
|
+
};
|
|
14106
14330
|
readonly "interfaze/interfaze-beta": {
|
|
14107
14331
|
id: string;
|
|
14108
14332
|
name: string;
|
|
@@ -15582,6 +15806,40 @@ export declare const MODELS: {
|
|
|
15582
15806
|
contextWindow: number;
|
|
15583
15807
|
maxTokens: number;
|
|
15584
15808
|
};
|
|
15809
|
+
readonly "poolside/laguna-s-2.1": {
|
|
15810
|
+
id: string;
|
|
15811
|
+
name: string;
|
|
15812
|
+
api: "anthropic-messages";
|
|
15813
|
+
provider: string;
|
|
15814
|
+
baseUrl: string;
|
|
15815
|
+
reasoning: true;
|
|
15816
|
+
input: "text"[];
|
|
15817
|
+
cost: {
|
|
15818
|
+
input: number;
|
|
15819
|
+
output: number;
|
|
15820
|
+
cacheRead: number;
|
|
15821
|
+
cacheWrite: number;
|
|
15822
|
+
};
|
|
15823
|
+
contextWindow: number;
|
|
15824
|
+
maxTokens: number;
|
|
15825
|
+
};
|
|
15826
|
+
readonly "poolside/laguna-s-2.1-free": {
|
|
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
|
+
};
|
|
15585
15843
|
readonly "sakana/fugu-ultra": {
|
|
15586
15844
|
id: string;
|
|
15587
15845
|
name: string;
|
|
@@ -15633,6 +15891,23 @@ export declare const MODELS: {
|
|
|
15633
15891
|
contextWindow: number;
|
|
15634
15892
|
maxTokens: number;
|
|
15635
15893
|
};
|
|
15894
|
+
readonly "tencent/hy3": {
|
|
15895
|
+
id: string;
|
|
15896
|
+
name: string;
|
|
15897
|
+
api: "anthropic-messages";
|
|
15898
|
+
provider: string;
|
|
15899
|
+
baseUrl: string;
|
|
15900
|
+
reasoning: true;
|
|
15901
|
+
input: "text"[];
|
|
15902
|
+
cost: {
|
|
15903
|
+
input: number;
|
|
15904
|
+
output: number;
|
|
15905
|
+
cacheRead: number;
|
|
15906
|
+
cacheWrite: number;
|
|
15907
|
+
};
|
|
15908
|
+
contextWindow: number;
|
|
15909
|
+
maxTokens: number;
|
|
15910
|
+
};
|
|
15636
15911
|
readonly "thinkingmachines/inkling": {
|
|
15637
15912
|
id: string;
|
|
15638
15913
|
name: string;
|