@dreb/ai 2.27.2 → 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,7 +8902,7 @@ export declare const MODELS: {
|
|
|
8891
8902
|
contextWindow: number;
|
|
8892
8903
|
maxTokens: number;
|
|
8893
8904
|
};
|
|
8894
|
-
readonly "
|
|
8905
|
+
readonly "moonshotai/kimi-k2.7-code": {
|
|
8895
8906
|
id: string;
|
|
8896
8907
|
name: string;
|
|
8897
8908
|
api: "openai-completions";
|
|
@@ -8908,14 +8919,14 @@ export declare const MODELS: {
|
|
|
8908
8919
|
contextWindow: number;
|
|
8909
8920
|
maxTokens: number;
|
|
8910
8921
|
};
|
|
8911
|
-
readonly "
|
|
8922
|
+
readonly "nex-agi/nex-n2-pro:free": {
|
|
8912
8923
|
id: string;
|
|
8913
8924
|
name: string;
|
|
8914
8925
|
api: "openai-completions";
|
|
8915
8926
|
provider: string;
|
|
8916
8927
|
baseUrl: string;
|
|
8917
8928
|
reasoning: true;
|
|
8918
|
-
input: "text"[];
|
|
8929
|
+
input: ("image" | "text")[];
|
|
8919
8930
|
cost: {
|
|
8920
8931
|
input: number;
|
|
8921
8932
|
output: number;
|
|
@@ -8925,7 +8936,7 @@ export declare const MODELS: {
|
|
|
8925
8936
|
contextWindow: number;
|
|
8926
8937
|
maxTokens: number;
|
|
8927
8938
|
};
|
|
8928
|
-
readonly "nvidia/
|
|
8939
|
+
readonly "nvidia/llama-3.3-nemotron-super-49b-v1.5": {
|
|
8929
8940
|
id: string;
|
|
8930
8941
|
name: string;
|
|
8931
8942
|
api: "openai-completions";
|
|
@@ -8942,7 +8953,7 @@ export declare const MODELS: {
|
|
|
8942
8953
|
contextWindow: number;
|
|
8943
8954
|
maxTokens: number;
|
|
8944
8955
|
};
|
|
8945
|
-
readonly "nvidia/nemotron-3-nano-30b-a3b
|
|
8956
|
+
readonly "nvidia/nemotron-3-nano-30b-a3b": {
|
|
8946
8957
|
id: string;
|
|
8947
8958
|
name: string;
|
|
8948
8959
|
api: "openai-completions";
|
|
@@ -8959,14 +8970,14 @@ export declare const MODELS: {
|
|
|
8959
8970
|
contextWindow: number;
|
|
8960
8971
|
maxTokens: number;
|
|
8961
8972
|
};
|
|
8962
|
-
readonly "nvidia/nemotron-3-nano-
|
|
8973
|
+
readonly "nvidia/nemotron-3-nano-30b-a3b:free": {
|
|
8963
8974
|
id: string;
|
|
8964
8975
|
name: string;
|
|
8965
8976
|
api: "openai-completions";
|
|
8966
8977
|
provider: string;
|
|
8967
8978
|
baseUrl: string;
|
|
8968
8979
|
reasoning: true;
|
|
8969
|
-
input:
|
|
8980
|
+
input: "text"[];
|
|
8970
8981
|
cost: {
|
|
8971
8982
|
input: number;
|
|
8972
8983
|
output: number;
|
|
@@ -8976,14 +8987,14 @@ export declare const MODELS: {
|
|
|
8976
8987
|
contextWindow: number;
|
|
8977
8988
|
maxTokens: number;
|
|
8978
8989
|
};
|
|
8979
|
-
readonly "nvidia/nemotron-3-
|
|
8990
|
+
readonly "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free": {
|
|
8980
8991
|
id: string;
|
|
8981
8992
|
name: string;
|
|
8982
8993
|
api: "openai-completions";
|
|
8983
8994
|
provider: string;
|
|
8984
8995
|
baseUrl: string;
|
|
8985
8996
|
reasoning: true;
|
|
8986
|
-
input: "text"[];
|
|
8997
|
+
input: ("image" | "text")[];
|
|
8987
8998
|
cost: {
|
|
8988
8999
|
input: number;
|
|
8989
9000
|
output: number;
|
|
@@ -8993,7 +9004,7 @@ export declare const MODELS: {
|
|
|
8993
9004
|
contextWindow: number;
|
|
8994
9005
|
maxTokens: number;
|
|
8995
9006
|
};
|
|
8996
|
-
readonly "nvidia/nemotron-3-super-120b-a12b
|
|
9007
|
+
readonly "nvidia/nemotron-3-super-120b-a12b": {
|
|
8997
9008
|
id: string;
|
|
8998
9009
|
name: string;
|
|
8999
9010
|
api: "openai-completions";
|
|
@@ -9010,7 +9021,7 @@ export declare const MODELS: {
|
|
|
9010
9021
|
contextWindow: number;
|
|
9011
9022
|
maxTokens: number;
|
|
9012
9023
|
};
|
|
9013
|
-
readonly "nvidia/nemotron-3-
|
|
9024
|
+
readonly "nvidia/nemotron-3-super-120b-a12b:free": {
|
|
9014
9025
|
id: string;
|
|
9015
9026
|
name: string;
|
|
9016
9027
|
api: "openai-completions";
|
|
@@ -9027,7 +9038,7 @@ export declare const MODELS: {
|
|
|
9027
9038
|
contextWindow: number;
|
|
9028
9039
|
maxTokens: number;
|
|
9029
9040
|
};
|
|
9030
|
-
readonly "nvidia/nemotron-3-ultra-550b-a55b
|
|
9041
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b": {
|
|
9031
9042
|
id: string;
|
|
9032
9043
|
name: string;
|
|
9033
9044
|
api: "openai-completions";
|
|
@@ -9044,14 +9055,14 @@ export declare const MODELS: {
|
|
|
9044
9055
|
contextWindow: number;
|
|
9045
9056
|
maxTokens: number;
|
|
9046
9057
|
};
|
|
9047
|
-
readonly "nvidia/nemotron-
|
|
9058
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b:free": {
|
|
9048
9059
|
id: string;
|
|
9049
9060
|
name: string;
|
|
9050
9061
|
api: "openai-completions";
|
|
9051
9062
|
provider: string;
|
|
9052
9063
|
baseUrl: string;
|
|
9053
9064
|
reasoning: true;
|
|
9054
|
-
input:
|
|
9065
|
+
input: "text"[];
|
|
9055
9066
|
cost: {
|
|
9056
9067
|
input: number;
|
|
9057
9068
|
output: number;
|
|
@@ -9061,14 +9072,14 @@ export declare const MODELS: {
|
|
|
9061
9072
|
contextWindow: number;
|
|
9062
9073
|
maxTokens: number;
|
|
9063
9074
|
};
|
|
9064
|
-
readonly "nvidia/nemotron-nano-
|
|
9075
|
+
readonly "nvidia/nemotron-nano-12b-v2-vl:free": {
|
|
9065
9076
|
id: string;
|
|
9066
9077
|
name: string;
|
|
9067
9078
|
api: "openai-completions";
|
|
9068
9079
|
provider: string;
|
|
9069
9080
|
baseUrl: string;
|
|
9070
9081
|
reasoning: true;
|
|
9071
|
-
input: "text"[];
|
|
9082
|
+
input: ("image" | "text")[];
|
|
9072
9083
|
cost: {
|
|
9073
9084
|
input: number;
|
|
9074
9085
|
output: number;
|
|
@@ -13024,31 +13035,14 @@ export declare const MODELS: {
|
|
|
13024
13035
|
contextWindow: number;
|
|
13025
13036
|
maxTokens: number;
|
|
13026
13037
|
};
|
|
13027
|
-
readonly "moonshotai/kimi-k2
|
|
13038
|
+
readonly "moonshotai/kimi-k2.5": {
|
|
13028
13039
|
id: string;
|
|
13029
13040
|
name: string;
|
|
13030
13041
|
api: "anthropic-messages";
|
|
13031
13042
|
provider: string;
|
|
13032
13043
|
baseUrl: string;
|
|
13033
13044
|
reasoning: true;
|
|
13034
|
-
input: "text"[];
|
|
13035
|
-
cost: {
|
|
13036
|
-
input: number;
|
|
13037
|
-
output: number;
|
|
13038
|
-
cacheRead: number;
|
|
13039
|
-
cacheWrite: number;
|
|
13040
|
-
};
|
|
13041
|
-
contextWindow: number;
|
|
13042
|
-
maxTokens: number;
|
|
13043
|
-
};
|
|
13044
|
-
readonly "moonshotai/kimi-k2-turbo": {
|
|
13045
|
-
id: string;
|
|
13046
|
-
name: string;
|
|
13047
|
-
api: "anthropic-messages";
|
|
13048
|
-
provider: string;
|
|
13049
|
-
baseUrl: string;
|
|
13050
|
-
reasoning: false;
|
|
13051
|
-
input: "text"[];
|
|
13045
|
+
input: ("image" | "text")[];
|
|
13052
13046
|
cost: {
|
|
13053
13047
|
input: number;
|
|
13054
13048
|
output: number;
|
|
@@ -13058,7 +13052,7 @@ export declare const MODELS: {
|
|
|
13058
13052
|
contextWindow: number;
|
|
13059
13053
|
maxTokens: number;
|
|
13060
13054
|
};
|
|
13061
|
-
readonly "moonshotai/kimi-k2.
|
|
13055
|
+
readonly "moonshotai/kimi-k2.6": {
|
|
13062
13056
|
id: string;
|
|
13063
13057
|
name: string;
|
|
13064
13058
|
api: "anthropic-messages";
|
|
@@ -13075,7 +13069,7 @@ export declare const MODELS: {
|
|
|
13075
13069
|
contextWindow: number;
|
|
13076
13070
|
maxTokens: number;
|
|
13077
13071
|
};
|
|
13078
|
-
readonly "moonshotai/kimi-k2.
|
|
13072
|
+
readonly "moonshotai/kimi-k2.7-code": {
|
|
13079
13073
|
id: string;
|
|
13080
13074
|
name: string;
|
|
13081
13075
|
api: "anthropic-messages";
|