@dreb/ai 2.40.1 → 2.41.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 +136 -0
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +277 -141
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
|
@@ -5516,6 +5516,40 @@ export declare const MODELS: {
|
|
|
5516
5516
|
contextWindow: number;
|
|
5517
5517
|
maxTokens: number;
|
|
5518
5518
|
};
|
|
5519
|
+
readonly k3: {
|
|
5520
|
+
id: string;
|
|
5521
|
+
name: string;
|
|
5522
|
+
api: "anthropic-messages";
|
|
5523
|
+
provider: string;
|
|
5524
|
+
baseUrl: string;
|
|
5525
|
+
reasoning: true;
|
|
5526
|
+
input: ("image" | "text")[];
|
|
5527
|
+
cost: {
|
|
5528
|
+
input: number;
|
|
5529
|
+
output: number;
|
|
5530
|
+
cacheRead: number;
|
|
5531
|
+
cacheWrite: number;
|
|
5532
|
+
};
|
|
5533
|
+
contextWindow: number;
|
|
5534
|
+
maxTokens: number;
|
|
5535
|
+
};
|
|
5536
|
+
readonly "kimi-for-coding-highspeed": {
|
|
5537
|
+
id: string;
|
|
5538
|
+
name: string;
|
|
5539
|
+
api: "anthropic-messages";
|
|
5540
|
+
provider: string;
|
|
5541
|
+
baseUrl: string;
|
|
5542
|
+
reasoning: true;
|
|
5543
|
+
input: ("image" | "text")[];
|
|
5544
|
+
cost: {
|
|
5545
|
+
input: number;
|
|
5546
|
+
output: number;
|
|
5547
|
+
cacheRead: number;
|
|
5548
|
+
cacheWrite: number;
|
|
5549
|
+
};
|
|
5550
|
+
contextWindow: number;
|
|
5551
|
+
maxTokens: number;
|
|
5552
|
+
};
|
|
5519
5553
|
readonly "kimi-k2-thinking": {
|
|
5520
5554
|
id: string;
|
|
5521
5555
|
name: string;
|
|
@@ -9550,6 +9584,23 @@ export declare const MODELS: {
|
|
|
9550
9584
|
contextWindow: number;
|
|
9551
9585
|
maxTokens: number;
|
|
9552
9586
|
};
|
|
9587
|
+
readonly "meta/muse-spark-1.1": {
|
|
9588
|
+
id: string;
|
|
9589
|
+
name: string;
|
|
9590
|
+
api: "openai-completions";
|
|
9591
|
+
provider: string;
|
|
9592
|
+
baseUrl: string;
|
|
9593
|
+
reasoning: true;
|
|
9594
|
+
input: ("image" | "text")[];
|
|
9595
|
+
cost: {
|
|
9596
|
+
input: number;
|
|
9597
|
+
output: number;
|
|
9598
|
+
cacheRead: number;
|
|
9599
|
+
cacheWrite: number;
|
|
9600
|
+
};
|
|
9601
|
+
contextWindow: number;
|
|
9602
|
+
maxTokens: number;
|
|
9603
|
+
};
|
|
9553
9604
|
readonly "minimax/minimax-m1": {
|
|
9554
9605
|
id: string;
|
|
9555
9606
|
name: string;
|
|
@@ -10043,6 +10094,23 @@ export declare const MODELS: {
|
|
|
10043
10094
|
contextWindow: number;
|
|
10044
10095
|
maxTokens: number;
|
|
10045
10096
|
};
|
|
10097
|
+
readonly "moonshotai/kimi-k3": {
|
|
10098
|
+
id: string;
|
|
10099
|
+
name: string;
|
|
10100
|
+
api: "openai-completions";
|
|
10101
|
+
provider: string;
|
|
10102
|
+
baseUrl: string;
|
|
10103
|
+
reasoning: true;
|
|
10104
|
+
input: ("image" | "text")[];
|
|
10105
|
+
cost: {
|
|
10106
|
+
input: number;
|
|
10107
|
+
output: number;
|
|
10108
|
+
cacheRead: number;
|
|
10109
|
+
cacheWrite: number;
|
|
10110
|
+
};
|
|
10111
|
+
contextWindow: number;
|
|
10112
|
+
maxTokens: number;
|
|
10113
|
+
};
|
|
10046
10114
|
readonly "nex-agi/nex-n2-mini": {
|
|
10047
10115
|
id: string;
|
|
10048
10116
|
name: string;
|
|
@@ -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;
|
|
@@ -14652,6 +14754,23 @@ export declare const MODELS: {
|
|
|
14652
14754
|
contextWindow: number;
|
|
14653
14755
|
maxTokens: number;
|
|
14654
14756
|
};
|
|
14757
|
+
readonly "moonshotai/kimi-k3": {
|
|
14758
|
+
id: string;
|
|
14759
|
+
name: string;
|
|
14760
|
+
api: "anthropic-messages";
|
|
14761
|
+
provider: string;
|
|
14762
|
+
baseUrl: string;
|
|
14763
|
+
reasoning: true;
|
|
14764
|
+
input: ("image" | "text")[];
|
|
14765
|
+
cost: {
|
|
14766
|
+
input: number;
|
|
14767
|
+
output: number;
|
|
14768
|
+
cacheRead: number;
|
|
14769
|
+
cacheWrite: number;
|
|
14770
|
+
};
|
|
14771
|
+
contextWindow: number;
|
|
14772
|
+
maxTokens: number;
|
|
14773
|
+
};
|
|
14655
14774
|
readonly "nvidia/nemotron-3-nano-30b-a3b": {
|
|
14656
14775
|
id: string;
|
|
14657
14776
|
name: string;
|
|
@@ -15502,6 +15621,23 @@ export declare const MODELS: {
|
|
|
15502
15621
|
contextWindow: number;
|
|
15503
15622
|
maxTokens: number;
|
|
15504
15623
|
};
|
|
15624
|
+
readonly "thinkingmachines/inkling": {
|
|
15625
|
+
id: string;
|
|
15626
|
+
name: string;
|
|
15627
|
+
api: "anthropic-messages";
|
|
15628
|
+
provider: string;
|
|
15629
|
+
baseUrl: string;
|
|
15630
|
+
reasoning: true;
|
|
15631
|
+
input: ("image" | "text")[];
|
|
15632
|
+
cost: {
|
|
15633
|
+
input: number;
|
|
15634
|
+
output: number;
|
|
15635
|
+
cacheRead: number;
|
|
15636
|
+
cacheWrite: number;
|
|
15637
|
+
};
|
|
15638
|
+
contextWindow: number;
|
|
15639
|
+
maxTokens: number;
|
|
15640
|
+
};
|
|
15505
15641
|
readonly "xai/grok-4.1-fast-non-reasoning": {
|
|
15506
15642
|
id: string;
|
|
15507
15643
|
name: string;
|