@dreb/ai 2.40.2 → 2.42.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 +142 -40
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +308 -206
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
|
@@ -5466,6 +5466,23 @@ export declare const MODELS: {
|
|
|
5466
5466
|
};
|
|
5467
5467
|
readonly "kimi-coding": {
|
|
5468
5468
|
readonly k2p5: {
|
|
5469
|
+
id: string;
|
|
5470
|
+
name: string;
|
|
5471
|
+
api: "anthropic-messages";
|
|
5472
|
+
provider: string;
|
|
5473
|
+
baseUrl: string;
|
|
5474
|
+
reasoning: true;
|
|
5475
|
+
input: "text"[];
|
|
5476
|
+
cost: {
|
|
5477
|
+
input: number;
|
|
5478
|
+
output: number;
|
|
5479
|
+
cacheRead: number;
|
|
5480
|
+
cacheWrite: number;
|
|
5481
|
+
};
|
|
5482
|
+
contextWindow: number;
|
|
5483
|
+
maxTokens: number;
|
|
5484
|
+
};
|
|
5485
|
+
readonly k2p7: {
|
|
5469
5486
|
id: string;
|
|
5470
5487
|
name: string;
|
|
5471
5488
|
api: "anthropic-messages";
|
|
@@ -5482,7 +5499,7 @@ export declare const MODELS: {
|
|
|
5482
5499
|
contextWindow: number;
|
|
5483
5500
|
maxTokens: number;
|
|
5484
5501
|
};
|
|
5485
|
-
readonly
|
|
5502
|
+
readonly k3: {
|
|
5486
5503
|
id: string;
|
|
5487
5504
|
name: string;
|
|
5488
5505
|
api: "anthropic-messages";
|
|
@@ -5499,7 +5516,7 @@ export declare const MODELS: {
|
|
|
5499
5516
|
contextWindow: number;
|
|
5500
5517
|
maxTokens: number;
|
|
5501
5518
|
};
|
|
5502
|
-
readonly
|
|
5519
|
+
readonly "kimi-for-coding-highspeed": {
|
|
5503
5520
|
id: string;
|
|
5504
5521
|
name: string;
|
|
5505
5522
|
api: "anthropic-messages";
|
|
@@ -8103,6 +8120,23 @@ export declare const MODELS: {
|
|
|
8103
8120
|
contextWindow: number;
|
|
8104
8121
|
maxTokens: number;
|
|
8105
8122
|
};
|
|
8123
|
+
readonly "grok-4.5": {
|
|
8124
|
+
id: string;
|
|
8125
|
+
name: string;
|
|
8126
|
+
api: "openai-completions";
|
|
8127
|
+
provider: string;
|
|
8128
|
+
baseUrl: string;
|
|
8129
|
+
reasoning: true;
|
|
8130
|
+
input: ("image" | "text")[];
|
|
8131
|
+
cost: {
|
|
8132
|
+
input: number;
|
|
8133
|
+
output: number;
|
|
8134
|
+
cacheRead: number;
|
|
8135
|
+
cacheWrite: number;
|
|
8136
|
+
};
|
|
8137
|
+
contextWindow: number;
|
|
8138
|
+
maxTokens: number;
|
|
8139
|
+
};
|
|
8106
8140
|
readonly "kimi-k2.6": {
|
|
8107
8141
|
id: string;
|
|
8108
8142
|
name: string;
|
|
@@ -8137,6 +8171,23 @@ export declare const MODELS: {
|
|
|
8137
8171
|
contextWindow: number;
|
|
8138
8172
|
maxTokens: number;
|
|
8139
8173
|
};
|
|
8174
|
+
readonly "kimi-k3": {
|
|
8175
|
+
id: string;
|
|
8176
|
+
name: string;
|
|
8177
|
+
api: "openai-completions";
|
|
8178
|
+
provider: string;
|
|
8179
|
+
baseUrl: string;
|
|
8180
|
+
reasoning: true;
|
|
8181
|
+
input: ("image" | "text")[];
|
|
8182
|
+
cost: {
|
|
8183
|
+
input: number;
|
|
8184
|
+
output: number;
|
|
8185
|
+
cacheRead: number;
|
|
8186
|
+
cacheWrite: number;
|
|
8187
|
+
};
|
|
8188
|
+
contextWindow: number;
|
|
8189
|
+
maxTokens: number;
|
|
8190
|
+
};
|
|
8140
8191
|
readonly "mimo-v2.5": {
|
|
8141
8192
|
id: string;
|
|
8142
8193
|
name: string;
|
|
@@ -9550,6 +9601,23 @@ export declare const MODELS: {
|
|
|
9550
9601
|
contextWindow: number;
|
|
9551
9602
|
maxTokens: number;
|
|
9552
9603
|
};
|
|
9604
|
+
readonly "meta/muse-spark-1.1": {
|
|
9605
|
+
id: string;
|
|
9606
|
+
name: string;
|
|
9607
|
+
api: "openai-completions";
|
|
9608
|
+
provider: string;
|
|
9609
|
+
baseUrl: string;
|
|
9610
|
+
reasoning: true;
|
|
9611
|
+
input: ("image" | "text")[];
|
|
9612
|
+
cost: {
|
|
9613
|
+
input: number;
|
|
9614
|
+
output: number;
|
|
9615
|
+
cacheRead: number;
|
|
9616
|
+
cacheWrite: number;
|
|
9617
|
+
};
|
|
9618
|
+
contextWindow: number;
|
|
9619
|
+
maxTokens: number;
|
|
9620
|
+
};
|
|
9553
9621
|
readonly "minimax/minimax-m1": {
|
|
9554
9622
|
id: string;
|
|
9555
9623
|
name: string;
|
|
@@ -10043,7 +10111,7 @@ export declare const MODELS: {
|
|
|
10043
10111
|
contextWindow: number;
|
|
10044
10112
|
maxTokens: number;
|
|
10045
10113
|
};
|
|
10046
|
-
readonly "
|
|
10114
|
+
readonly "moonshotai/kimi-k3": {
|
|
10047
10115
|
id: string;
|
|
10048
10116
|
name: string;
|
|
10049
10117
|
api: "openai-completions";
|
|
@@ -10060,7 +10128,7 @@ export declare const MODELS: {
|
|
|
10060
10128
|
contextWindow: number;
|
|
10061
10129
|
maxTokens: number;
|
|
10062
10130
|
};
|
|
10063
|
-
readonly "nex-agi/nex-n2-
|
|
10131
|
+
readonly "nex-agi/nex-n2-mini": {
|
|
10064
10132
|
id: string;
|
|
10065
10133
|
name: string;
|
|
10066
10134
|
api: "openai-completions";
|
|
@@ -10077,14 +10145,14 @@ export declare const MODELS: {
|
|
|
10077
10145
|
contextWindow: number;
|
|
10078
10146
|
maxTokens: number;
|
|
10079
10147
|
};
|
|
10080
|
-
readonly "
|
|
10148
|
+
readonly "nex-agi/nex-n2-pro": {
|
|
10081
10149
|
id: string;
|
|
10082
10150
|
name: string;
|
|
10083
10151
|
api: "openai-completions";
|
|
10084
10152
|
provider: string;
|
|
10085
10153
|
baseUrl: string;
|
|
10086
10154
|
reasoning: true;
|
|
10087
|
-
input: "text"[];
|
|
10155
|
+
input: ("image" | "text")[];
|
|
10088
10156
|
cost: {
|
|
10089
10157
|
input: number;
|
|
10090
10158
|
output: number;
|
|
@@ -13428,6 +13496,23 @@ export declare const MODELS: {
|
|
|
13428
13496
|
contextWindow: number;
|
|
13429
13497
|
maxTokens: number;
|
|
13430
13498
|
};
|
|
13499
|
+
readonly "anthropic/claude-opus-4.7-fast": {
|
|
13500
|
+
id: string;
|
|
13501
|
+
name: string;
|
|
13502
|
+
api: "anthropic-messages";
|
|
13503
|
+
provider: string;
|
|
13504
|
+
baseUrl: string;
|
|
13505
|
+
reasoning: true;
|
|
13506
|
+
input: ("image" | "text")[];
|
|
13507
|
+
cost: {
|
|
13508
|
+
input: number;
|
|
13509
|
+
output: number;
|
|
13510
|
+
cacheRead: number;
|
|
13511
|
+
cacheWrite: number;
|
|
13512
|
+
};
|
|
13513
|
+
contextWindow: number;
|
|
13514
|
+
maxTokens: number;
|
|
13515
|
+
};
|
|
13431
13516
|
readonly "anthropic/claude-opus-4.8": {
|
|
13432
13517
|
id: string;
|
|
13433
13518
|
name: string;
|
|
@@ -13445,6 +13530,23 @@ export declare const MODELS: {
|
|
|
13445
13530
|
contextWindow: number;
|
|
13446
13531
|
maxTokens: number;
|
|
13447
13532
|
};
|
|
13533
|
+
readonly "anthropic/claude-opus-4.8-fast": {
|
|
13534
|
+
id: string;
|
|
13535
|
+
name: string;
|
|
13536
|
+
api: "anthropic-messages";
|
|
13537
|
+
provider: string;
|
|
13538
|
+
baseUrl: string;
|
|
13539
|
+
reasoning: true;
|
|
13540
|
+
input: ("image" | "text")[];
|
|
13541
|
+
cost: {
|
|
13542
|
+
input: number;
|
|
13543
|
+
output: number;
|
|
13544
|
+
cacheRead: number;
|
|
13545
|
+
cacheWrite: number;
|
|
13546
|
+
};
|
|
13547
|
+
contextWindow: number;
|
|
13548
|
+
maxTokens: number;
|
|
13549
|
+
};
|
|
13448
13550
|
readonly "anthropic/claude-sonnet-4": {
|
|
13449
13551
|
id: string;
|
|
13450
13552
|
name: string;
|
|
@@ -14074,40 +14176,6 @@ export declare const MODELS: {
|
|
|
14074
14176
|
contextWindow: number;
|
|
14075
14177
|
maxTokens: number;
|
|
14076
14178
|
};
|
|
14077
|
-
readonly "meta/llama-3.2-11b": {
|
|
14078
|
-
id: string;
|
|
14079
|
-
name: string;
|
|
14080
|
-
api: "anthropic-messages";
|
|
14081
|
-
provider: string;
|
|
14082
|
-
baseUrl: string;
|
|
14083
|
-
reasoning: false;
|
|
14084
|
-
input: ("image" | "text")[];
|
|
14085
|
-
cost: {
|
|
14086
|
-
input: number;
|
|
14087
|
-
output: number;
|
|
14088
|
-
cacheRead: number;
|
|
14089
|
-
cacheWrite: number;
|
|
14090
|
-
};
|
|
14091
|
-
contextWindow: number;
|
|
14092
|
-
maxTokens: number;
|
|
14093
|
-
};
|
|
14094
|
-
readonly "meta/llama-3.2-90b": {
|
|
14095
|
-
id: string;
|
|
14096
|
-
name: string;
|
|
14097
|
-
api: "anthropic-messages";
|
|
14098
|
-
provider: string;
|
|
14099
|
-
baseUrl: string;
|
|
14100
|
-
reasoning: false;
|
|
14101
|
-
input: ("image" | "text")[];
|
|
14102
|
-
cost: {
|
|
14103
|
-
input: number;
|
|
14104
|
-
output: number;
|
|
14105
|
-
cacheRead: number;
|
|
14106
|
-
cacheWrite: number;
|
|
14107
|
-
};
|
|
14108
|
-
contextWindow: number;
|
|
14109
|
-
maxTokens: number;
|
|
14110
|
-
};
|
|
14111
14179
|
readonly "meta/llama-3.3-70b": {
|
|
14112
14180
|
id: string;
|
|
14113
14181
|
name: string;
|
|
@@ -14652,6 +14720,23 @@ export declare const MODELS: {
|
|
|
14652
14720
|
contextWindow: number;
|
|
14653
14721
|
maxTokens: number;
|
|
14654
14722
|
};
|
|
14723
|
+
readonly "moonshotai/kimi-k3": {
|
|
14724
|
+
id: string;
|
|
14725
|
+
name: string;
|
|
14726
|
+
api: "anthropic-messages";
|
|
14727
|
+
provider: string;
|
|
14728
|
+
baseUrl: string;
|
|
14729
|
+
reasoning: true;
|
|
14730
|
+
input: ("image" | "text")[];
|
|
14731
|
+
cost: {
|
|
14732
|
+
input: number;
|
|
14733
|
+
output: number;
|
|
14734
|
+
cacheRead: number;
|
|
14735
|
+
cacheWrite: number;
|
|
14736
|
+
};
|
|
14737
|
+
contextWindow: number;
|
|
14738
|
+
maxTokens: number;
|
|
14739
|
+
};
|
|
14655
14740
|
readonly "nvidia/nemotron-3-nano-30b-a3b": {
|
|
14656
14741
|
id: string;
|
|
14657
14742
|
name: string;
|
|
@@ -15502,6 +15587,23 @@ export declare const MODELS: {
|
|
|
15502
15587
|
contextWindow: number;
|
|
15503
15588
|
maxTokens: number;
|
|
15504
15589
|
};
|
|
15590
|
+
readonly "thinkingmachines/inkling": {
|
|
15591
|
+
id: string;
|
|
15592
|
+
name: string;
|
|
15593
|
+
api: "anthropic-messages";
|
|
15594
|
+
provider: string;
|
|
15595
|
+
baseUrl: string;
|
|
15596
|
+
reasoning: true;
|
|
15597
|
+
input: ("image" | "text")[];
|
|
15598
|
+
cost: {
|
|
15599
|
+
input: number;
|
|
15600
|
+
output: number;
|
|
15601
|
+
cacheRead: number;
|
|
15602
|
+
cacheWrite: number;
|
|
15603
|
+
};
|
|
15604
|
+
contextWindow: number;
|
|
15605
|
+
maxTokens: number;
|
|
15606
|
+
};
|
|
15505
15607
|
readonly "xai/grok-4.1-fast-non-reasoning": {
|
|
15506
15608
|
id: string;
|
|
15507
15609
|
name: string;
|