@mariozechner/pi-ai 0.12.4 → 0.12.5
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,14 +1969,14 @@ export declare const MODELS: {
|
|
|
1969
1969
|
};
|
|
1970
1970
|
};
|
|
1971
1971
|
readonly openrouter: {
|
|
1972
|
-
readonly "
|
|
1972
|
+
readonly "amazon/nova-2-lite-v1:free": {
|
|
1973
1973
|
id: string;
|
|
1974
1974
|
name: string;
|
|
1975
1975
|
api: "openai-completions";
|
|
1976
1976
|
provider: string;
|
|
1977
1977
|
baseUrl: string;
|
|
1978
1978
|
reasoning: true;
|
|
1979
|
-
input: "text"[];
|
|
1979
|
+
input: ("image" | "text")[];
|
|
1980
1980
|
cost: {
|
|
1981
1981
|
input: number;
|
|
1982
1982
|
output: number;
|
|
@@ -1986,7 +1986,41 @@ export declare const MODELS: {
|
|
|
1986
1986
|
contextWindow: number;
|
|
1987
1987
|
maxTokens: number;
|
|
1988
1988
|
};
|
|
1989
|
-
readonly "
|
|
1989
|
+
readonly "amazon/nova-2-lite-v1": {
|
|
1990
|
+
id: string;
|
|
1991
|
+
name: string;
|
|
1992
|
+
api: "openai-completions";
|
|
1993
|
+
provider: string;
|
|
1994
|
+
baseUrl: string;
|
|
1995
|
+
reasoning: true;
|
|
1996
|
+
input: ("image" | "text")[];
|
|
1997
|
+
cost: {
|
|
1998
|
+
input: number;
|
|
1999
|
+
output: number;
|
|
2000
|
+
cacheRead: number;
|
|
2001
|
+
cacheWrite: number;
|
|
2002
|
+
};
|
|
2003
|
+
contextWindow: number;
|
|
2004
|
+
maxTokens: number;
|
|
2005
|
+
};
|
|
2006
|
+
readonly "mistralai/mistral-large-2512": {
|
|
2007
|
+
id: string;
|
|
2008
|
+
name: string;
|
|
2009
|
+
api: "openai-completions";
|
|
2010
|
+
provider: string;
|
|
2011
|
+
baseUrl: string;
|
|
2012
|
+
reasoning: false;
|
|
2013
|
+
input: ("image" | "text")[];
|
|
2014
|
+
cost: {
|
|
2015
|
+
input: number;
|
|
2016
|
+
output: number;
|
|
2017
|
+
cacheRead: number;
|
|
2018
|
+
cacheWrite: number;
|
|
2019
|
+
};
|
|
2020
|
+
contextWindow: number;
|
|
2021
|
+
maxTokens: number;
|
|
2022
|
+
};
|
|
2023
|
+
readonly "arcee-ai/trinity-mini:free": {
|
|
1990
2024
|
id: string;
|
|
1991
2025
|
name: string;
|
|
1992
2026
|
api: "openai-completions";
|
|
@@ -2003,7 +2037,7 @@ export declare const MODELS: {
|
|
|
2003
2037
|
contextWindow: number;
|
|
2004
2038
|
maxTokens: number;
|
|
2005
2039
|
};
|
|
2006
|
-
readonly "
|
|
2040
|
+
readonly "arcee-ai/trinity-mini": {
|
|
2007
2041
|
id: string;
|
|
2008
2042
|
name: string;
|
|
2009
2043
|
api: "openai-completions";
|
|
@@ -2020,7 +2054,7 @@ export declare const MODELS: {
|
|
|
2020
2054
|
contextWindow: number;
|
|
2021
2055
|
maxTokens: number;
|
|
2022
2056
|
};
|
|
2023
|
-
readonly "
|
|
2057
|
+
readonly "deepseek/deepseek-v3.2": {
|
|
2024
2058
|
id: string;
|
|
2025
2059
|
name: string;
|
|
2026
2060
|
api: "openai-completions";
|
|
@@ -2037,7 +2071,7 @@ export declare const MODELS: {
|
|
|
2037
2071
|
contextWindow: number;
|
|
2038
2072
|
maxTokens: number;
|
|
2039
2073
|
};
|
|
2040
|
-
readonly "
|
|
2074
|
+
readonly "prime-intellect/intellect-3": {
|
|
2041
2075
|
id: string;
|
|
2042
2076
|
name: string;
|
|
2043
2077
|
api: "openai-completions";
|
|
@@ -2054,7 +2088,7 @@ export declare const MODELS: {
|
|
|
2054
2088
|
contextWindow: number;
|
|
2055
2089
|
maxTokens: number;
|
|
2056
2090
|
};
|
|
2057
|
-
readonly "tngtech/tng-r1t-chimera": {
|
|
2091
|
+
readonly "tngtech/tng-r1t-chimera:free": {
|
|
2058
2092
|
id: string;
|
|
2059
2093
|
name: string;
|
|
2060
2094
|
api: "openai-completions";
|
|
@@ -2071,14 +2105,14 @@ export declare const MODELS: {
|
|
|
2071
2105
|
contextWindow: number;
|
|
2072
2106
|
maxTokens: number;
|
|
2073
2107
|
};
|
|
2074
|
-
readonly "
|
|
2108
|
+
readonly "tngtech/tng-r1t-chimera": {
|
|
2075
2109
|
id: string;
|
|
2076
2110
|
name: string;
|
|
2077
2111
|
api: "openai-completions";
|
|
2078
2112
|
provider: string;
|
|
2079
2113
|
baseUrl: string;
|
|
2080
2114
|
reasoning: true;
|
|
2081
|
-
input:
|
|
2115
|
+
input: "text"[];
|
|
2082
2116
|
cost: {
|
|
2083
2117
|
input: number;
|
|
2084
2118
|
output: number;
|
|
@@ -2088,13 +2122,13 @@ export declare const MODELS: {
|
|
|
2088
2122
|
contextWindow: number;
|
|
2089
2123
|
maxTokens: number;
|
|
2090
2124
|
};
|
|
2091
|
-
readonly "
|
|
2125
|
+
readonly "anthropic/claude-opus-4.5": {
|
|
2092
2126
|
id: string;
|
|
2093
2127
|
name: string;
|
|
2094
2128
|
api: "openai-completions";
|
|
2095
2129
|
provider: string;
|
|
2096
2130
|
baseUrl: string;
|
|
2097
|
-
reasoning:
|
|
2131
|
+
reasoning: true;
|
|
2098
2132
|
input: ("image" | "text")[];
|
|
2099
2133
|
cost: {
|
|
2100
2134
|
input: number;
|
|
@@ -2734,7 +2768,7 @@ export declare const MODELS: {
|
|
|
2734
2768
|
contextWindow: number;
|
|
2735
2769
|
maxTokens: number;
|
|
2736
2770
|
};
|
|
2737
|
-
readonly "deepseek/deepseek-v3.1-terminus": {
|
|
2771
|
+
readonly "deepseek/deepseek-v3.1-terminus:exacto": {
|
|
2738
2772
|
id: string;
|
|
2739
2773
|
name: string;
|
|
2740
2774
|
api: "openai-completions";
|
|
@@ -2751,7 +2785,7 @@ export declare const MODELS: {
|
|
|
2751
2785
|
contextWindow: number;
|
|
2752
2786
|
maxTokens: number;
|
|
2753
2787
|
};
|
|
2754
|
-
readonly "deepseek/deepseek-v3.1-terminus
|
|
2788
|
+
readonly "deepseek/deepseek-v3.1-terminus": {
|
|
2755
2789
|
id: string;
|
|
2756
2790
|
name: string;
|
|
2757
2791
|
api: "openai-completions";
|