@dreb/ai 2.28.0 → 2.30.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.
|
@@ -3651,6 +3651,40 @@ export declare const MODELS: {
|
|
|
3651
3651
|
contextWindow: number;
|
|
3652
3652
|
maxTokens: number;
|
|
3653
3653
|
};
|
|
3654
|
+
readonly "gemma-4-E2B-it": {
|
|
3655
|
+
id: string;
|
|
3656
|
+
name: string;
|
|
3657
|
+
api: "google-generative-ai";
|
|
3658
|
+
provider: string;
|
|
3659
|
+
baseUrl: string;
|
|
3660
|
+
reasoning: true;
|
|
3661
|
+
input: ("image" | "text")[];
|
|
3662
|
+
cost: {
|
|
3663
|
+
input: number;
|
|
3664
|
+
output: number;
|
|
3665
|
+
cacheRead: number;
|
|
3666
|
+
cacheWrite: number;
|
|
3667
|
+
};
|
|
3668
|
+
contextWindow: number;
|
|
3669
|
+
maxTokens: number;
|
|
3670
|
+
};
|
|
3671
|
+
readonly "gemma-4-E4B-it": {
|
|
3672
|
+
id: string;
|
|
3673
|
+
name: string;
|
|
3674
|
+
api: "google-generative-ai";
|
|
3675
|
+
provider: string;
|
|
3676
|
+
baseUrl: string;
|
|
3677
|
+
reasoning: true;
|
|
3678
|
+
input: ("image" | "text")[];
|
|
3679
|
+
cost: {
|
|
3680
|
+
input: number;
|
|
3681
|
+
output: number;
|
|
3682
|
+
cacheRead: number;
|
|
3683
|
+
cacheWrite: number;
|
|
3684
|
+
};
|
|
3685
|
+
contextWindow: number;
|
|
3686
|
+
maxTokens: number;
|
|
3687
|
+
};
|
|
3654
3688
|
};
|
|
3655
3689
|
readonly "google-antigravity": {
|
|
3656
3690
|
readonly "claude-opus-4-5-thinking": {
|
|
@@ -4715,6 +4749,23 @@ export declare const MODELS: {
|
|
|
4715
4749
|
contextWindow: number;
|
|
4716
4750
|
maxTokens: number;
|
|
4717
4751
|
};
|
|
4752
|
+
readonly k2p7: {
|
|
4753
|
+
id: string;
|
|
4754
|
+
name: string;
|
|
4755
|
+
api: "anthropic-messages";
|
|
4756
|
+
provider: string;
|
|
4757
|
+
baseUrl: string;
|
|
4758
|
+
reasoning: true;
|
|
4759
|
+
input: ("image" | "text")[];
|
|
4760
|
+
cost: {
|
|
4761
|
+
input: number;
|
|
4762
|
+
output: number;
|
|
4763
|
+
cacheRead: number;
|
|
4764
|
+
cacheWrite: number;
|
|
4765
|
+
};
|
|
4766
|
+
contextWindow: number;
|
|
4767
|
+
maxTokens: number;
|
|
4768
|
+
};
|
|
4718
4769
|
readonly "kimi-k2-thinking": {
|
|
4719
4770
|
id: string;
|
|
4720
4771
|
name: string;
|
|
@@ -6195,23 +6246,6 @@ export declare const MODELS: {
|
|
|
6195
6246
|
contextWindow: number;
|
|
6196
6247
|
maxTokens: number;
|
|
6197
6248
|
};
|
|
6198
|
-
readonly "claude-fable-5": {
|
|
6199
|
-
id: string;
|
|
6200
|
-
name: string;
|
|
6201
|
-
api: "anthropic-messages";
|
|
6202
|
-
provider: string;
|
|
6203
|
-
baseUrl: string;
|
|
6204
|
-
reasoning: true;
|
|
6205
|
-
input: ("image" | "text")[];
|
|
6206
|
-
cost: {
|
|
6207
|
-
input: number;
|
|
6208
|
-
output: number;
|
|
6209
|
-
cacheRead: number;
|
|
6210
|
-
cacheWrite: number;
|
|
6211
|
-
};
|
|
6212
|
-
contextWindow: number;
|
|
6213
|
-
maxTokens: number;
|
|
6214
|
-
};
|
|
6215
6249
|
readonly "claude-haiku-4-5": {
|
|
6216
6250
|
id: string;
|
|
6217
6251
|
name: string;
|
|
@@ -7013,7 +7047,7 @@ export declare const MODELS: {
|
|
|
7013
7047
|
contextWindow: number;
|
|
7014
7048
|
maxTokens: number;
|
|
7015
7049
|
};
|
|
7016
|
-
readonly "kimi-k2.
|
|
7050
|
+
readonly "kimi-k2.6": {
|
|
7017
7051
|
id: string;
|
|
7018
7052
|
name: string;
|
|
7019
7053
|
api: "openai-completions";
|
|
@@ -7030,7 +7064,7 @@ export declare const MODELS: {
|
|
|
7030
7064
|
contextWindow: number;
|
|
7031
7065
|
maxTokens: number;
|
|
7032
7066
|
};
|
|
7033
|
-
readonly "kimi-k2.
|
|
7067
|
+
readonly "kimi-k2.7-code": {
|
|
7034
7068
|
id: string;
|
|
7035
7069
|
name: string;
|
|
7036
7070
|
api: "openai-completions";
|
|
@@ -7081,23 +7115,6 @@ export declare const MODELS: {
|
|
|
7081
7115
|
contextWindow: number;
|
|
7082
7116
|
maxTokens: number;
|
|
7083
7117
|
};
|
|
7084
|
-
readonly "minimax-m2.5": {
|
|
7085
|
-
id: string;
|
|
7086
|
-
name: string;
|
|
7087
|
-
api: "anthropic-messages";
|
|
7088
|
-
provider: string;
|
|
7089
|
-
baseUrl: string;
|
|
7090
|
-
reasoning: true;
|
|
7091
|
-
input: "text"[];
|
|
7092
|
-
cost: {
|
|
7093
|
-
input: number;
|
|
7094
|
-
output: number;
|
|
7095
|
-
cacheRead: number;
|
|
7096
|
-
cacheWrite: number;
|
|
7097
|
-
};
|
|
7098
|
-
contextWindow: number;
|
|
7099
|
-
maxTokens: number;
|
|
7100
|
-
};
|
|
7101
7118
|
readonly "minimax-m2.7": {
|
|
7102
7119
|
id: string;
|
|
7103
7120
|
name: string;
|
|
@@ -11896,23 +11913,6 @@ export declare const MODELS: {
|
|
|
11896
11913
|
contextWindow: number;
|
|
11897
11914
|
maxTokens: number;
|
|
11898
11915
|
};
|
|
11899
|
-
readonly "anthropic/claude-fable-5": {
|
|
11900
|
-
id: string;
|
|
11901
|
-
name: string;
|
|
11902
|
-
api: "anthropic-messages";
|
|
11903
|
-
provider: string;
|
|
11904
|
-
baseUrl: string;
|
|
11905
|
-
reasoning: true;
|
|
11906
|
-
input: ("image" | "text")[];
|
|
11907
|
-
cost: {
|
|
11908
|
-
input: number;
|
|
11909
|
-
output: number;
|
|
11910
|
-
cacheRead: number;
|
|
11911
|
-
cacheWrite: number;
|
|
11912
|
-
};
|
|
11913
|
-
contextWindow: number;
|
|
11914
|
-
maxTokens: number;
|
|
11915
|
-
};
|
|
11916
11916
|
readonly "anthropic/claude-haiku-4.5": {
|
|
11917
11917
|
id: string;
|
|
11918
11918
|
name: string;
|
|
@@ -13086,6 +13086,23 @@ export declare const MODELS: {
|
|
|
13086
13086
|
contextWindow: number;
|
|
13087
13087
|
maxTokens: number;
|
|
13088
13088
|
};
|
|
13089
|
+
readonly "moonshotai/kimi-k2.7-code-highspeed": {
|
|
13090
|
+
id: string;
|
|
13091
|
+
name: string;
|
|
13092
|
+
api: "anthropic-messages";
|
|
13093
|
+
provider: string;
|
|
13094
|
+
baseUrl: string;
|
|
13095
|
+
reasoning: true;
|
|
13096
|
+
input: ("image" | "text")[];
|
|
13097
|
+
cost: {
|
|
13098
|
+
input: number;
|
|
13099
|
+
output: number;
|
|
13100
|
+
cacheRead: number;
|
|
13101
|
+
cacheWrite: number;
|
|
13102
|
+
};
|
|
13103
|
+
contextWindow: number;
|
|
13104
|
+
maxTokens: number;
|
|
13105
|
+
};
|
|
13089
13106
|
readonly "nvidia/nemotron-3-super-120b-a12b": {
|
|
13090
13107
|
id: string;
|
|
13091
13108
|
name: string;
|