@dreb/ai 2.27.3 → 2.28.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.
|
@@ -2811,14 +2811,27 @@ export declare const MODELS: {
|
|
|
2811
2811
|
contextWindow: number;
|
|
2812
2812
|
maxTokens: number;
|
|
2813
2813
|
};
|
|
2814
|
-
|
|
2814
|
+
};
|
|
2815
|
+
readonly "github-copilot": {
|
|
2816
|
+
readonly "claude-fable-5": {
|
|
2815
2817
|
id: string;
|
|
2816
2818
|
name: string;
|
|
2817
2819
|
api: "openai-completions";
|
|
2818
2820
|
provider: string;
|
|
2819
2821
|
baseUrl: string;
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
+
headers: {
|
|
2823
|
+
"User-Agent": string;
|
|
2824
|
+
"Editor-Version": string;
|
|
2825
|
+
"Editor-Plugin-Version": string;
|
|
2826
|
+
"Copilot-Integration-Id": string;
|
|
2827
|
+
};
|
|
2828
|
+
compat: {
|
|
2829
|
+
supportsStore: false;
|
|
2830
|
+
supportsDeveloperRole: false;
|
|
2831
|
+
supportsReasoningEffort: false;
|
|
2832
|
+
};
|
|
2833
|
+
reasoning: true;
|
|
2834
|
+
input: ("image" | "text")[];
|
|
2822
2835
|
cost: {
|
|
2823
2836
|
input: number;
|
|
2824
2837
|
output: number;
|
|
@@ -2828,8 +2841,6 @@ export declare const MODELS: {
|
|
|
2828
2841
|
contextWindow: number;
|
|
2829
2842
|
maxTokens: number;
|
|
2830
2843
|
};
|
|
2831
|
-
};
|
|
2832
|
-
readonly "github-copilot": {
|
|
2833
2844
|
readonly "claude-haiku-4.5": {
|
|
2834
2845
|
id: string;
|
|
2835
2846
|
name: string;
|
|
@@ -8891,6 +8902,23 @@ export declare const MODELS: {
|
|
|
8891
8902
|
contextWindow: number;
|
|
8892
8903
|
maxTokens: number;
|
|
8893
8904
|
};
|
|
8905
|
+
readonly "moonshotai/kimi-k2.7-code": {
|
|
8906
|
+
id: string;
|
|
8907
|
+
name: string;
|
|
8908
|
+
api: "openai-completions";
|
|
8909
|
+
provider: string;
|
|
8910
|
+
baseUrl: string;
|
|
8911
|
+
reasoning: true;
|
|
8912
|
+
input: ("image" | "text")[];
|
|
8913
|
+
cost: {
|
|
8914
|
+
input: number;
|
|
8915
|
+
output: number;
|
|
8916
|
+
cacheRead: number;
|
|
8917
|
+
cacheWrite: number;
|
|
8918
|
+
};
|
|
8919
|
+
contextWindow: number;
|
|
8920
|
+
maxTokens: number;
|
|
8921
|
+
};
|
|
8894
8922
|
readonly "nex-agi/nex-n2-pro:free": {
|
|
8895
8923
|
id: string;
|
|
8896
8924
|
name: string;
|
|
@@ -13007,31 +13035,14 @@ export declare const MODELS: {
|
|
|
13007
13035
|
contextWindow: number;
|
|
13008
13036
|
maxTokens: number;
|
|
13009
13037
|
};
|
|
13010
|
-
readonly "moonshotai/kimi-k2
|
|
13038
|
+
readonly "moonshotai/kimi-k2.5": {
|
|
13011
13039
|
id: string;
|
|
13012
13040
|
name: string;
|
|
13013
13041
|
api: "anthropic-messages";
|
|
13014
13042
|
provider: string;
|
|
13015
13043
|
baseUrl: string;
|
|
13016
13044
|
reasoning: true;
|
|
13017
|
-
input: "text"[];
|
|
13018
|
-
cost: {
|
|
13019
|
-
input: number;
|
|
13020
|
-
output: number;
|
|
13021
|
-
cacheRead: number;
|
|
13022
|
-
cacheWrite: number;
|
|
13023
|
-
};
|
|
13024
|
-
contextWindow: number;
|
|
13025
|
-
maxTokens: number;
|
|
13026
|
-
};
|
|
13027
|
-
readonly "moonshotai/kimi-k2-turbo": {
|
|
13028
|
-
id: string;
|
|
13029
|
-
name: string;
|
|
13030
|
-
api: "anthropic-messages";
|
|
13031
|
-
provider: string;
|
|
13032
|
-
baseUrl: string;
|
|
13033
|
-
reasoning: false;
|
|
13034
|
-
input: "text"[];
|
|
13045
|
+
input: ("image" | "text")[];
|
|
13035
13046
|
cost: {
|
|
13036
13047
|
input: number;
|
|
13037
13048
|
output: number;
|
|
@@ -13041,7 +13052,7 @@ export declare const MODELS: {
|
|
|
13041
13052
|
contextWindow: number;
|
|
13042
13053
|
maxTokens: number;
|
|
13043
13054
|
};
|
|
13044
|
-
readonly "moonshotai/kimi-k2.
|
|
13055
|
+
readonly "moonshotai/kimi-k2.6": {
|
|
13045
13056
|
id: string;
|
|
13046
13057
|
name: string;
|
|
13047
13058
|
api: "anthropic-messages";
|
|
@@ -13058,7 +13069,7 @@ export declare const MODELS: {
|
|
|
13058
13069
|
contextWindow: number;
|
|
13059
13070
|
maxTokens: number;
|
|
13060
13071
|
};
|
|
13061
|
-
readonly "moonshotai/kimi-k2.
|
|
13072
|
+
readonly "moonshotai/kimi-k2.7-code": {
|
|
13062
13073
|
id: string;
|
|
13063
13074
|
name: string;
|
|
13064
13075
|
api: "anthropic-messages";
|