@mariozechner/pi-ai 0.11.5 → 0.12.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.
|
@@ -1969,6 +1969,40 @@ export declare const MODELS: {
|
|
|
1969
1969
|
};
|
|
1970
1970
|
};
|
|
1971
1971
|
readonly openrouter: {
|
|
1972
|
+
readonly "arcee-ai/trinity-mini:free": {
|
|
1973
|
+
id: string;
|
|
1974
|
+
name: string;
|
|
1975
|
+
api: "openai-completions";
|
|
1976
|
+
provider: string;
|
|
1977
|
+
baseUrl: string;
|
|
1978
|
+
reasoning: true;
|
|
1979
|
+
input: "text"[];
|
|
1980
|
+
cost: {
|
|
1981
|
+
input: number;
|
|
1982
|
+
output: number;
|
|
1983
|
+
cacheRead: number;
|
|
1984
|
+
cacheWrite: number;
|
|
1985
|
+
};
|
|
1986
|
+
contextWindow: number;
|
|
1987
|
+
maxTokens: number;
|
|
1988
|
+
};
|
|
1989
|
+
readonly "arcee-ai/trinity-mini": {
|
|
1990
|
+
id: string;
|
|
1991
|
+
name: string;
|
|
1992
|
+
api: "openai-completions";
|
|
1993
|
+
provider: string;
|
|
1994
|
+
baseUrl: string;
|
|
1995
|
+
reasoning: true;
|
|
1996
|
+
input: "text"[];
|
|
1997
|
+
cost: {
|
|
1998
|
+
input: number;
|
|
1999
|
+
output: number;
|
|
2000
|
+
cacheRead: number;
|
|
2001
|
+
cacheWrite: number;
|
|
2002
|
+
};
|
|
2003
|
+
contextWindow: number;
|
|
2004
|
+
maxTokens: number;
|
|
2005
|
+
};
|
|
1972
2006
|
readonly "deepseek/deepseek-v3.2": {
|
|
1973
2007
|
id: string;
|
|
1974
2008
|
name: string;
|
|
@@ -2700,7 +2734,7 @@ export declare const MODELS: {
|
|
|
2700
2734
|
contextWindow: number;
|
|
2701
2735
|
maxTokens: number;
|
|
2702
2736
|
};
|
|
2703
|
-
readonly "deepseek/deepseek-v3.1-terminus
|
|
2737
|
+
readonly "deepseek/deepseek-v3.1-terminus": {
|
|
2704
2738
|
id: string;
|
|
2705
2739
|
name: string;
|
|
2706
2740
|
api: "openai-completions";
|
|
@@ -2717,7 +2751,7 @@ export declare const MODELS: {
|
|
|
2717
2751
|
contextWindow: number;
|
|
2718
2752
|
maxTokens: number;
|
|
2719
2753
|
};
|
|
2720
|
-
readonly "deepseek/deepseek-v3.1-terminus": {
|
|
2754
|
+
readonly "deepseek/deepseek-v3.1-terminus:exacto": {
|
|
2721
2755
|
id: string;
|
|
2722
2756
|
name: string;
|
|
2723
2757
|
api: "openai-completions";
|