@mariozechner/pi-ai 0.9.4 → 0.10.1
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.
|
@@ -1952,6 +1952,57 @@ export declare const MODELS: {
|
|
|
1952
1952
|
};
|
|
1953
1953
|
};
|
|
1954
1954
|
readonly openrouter: {
|
|
1955
|
+
readonly "prime-intellect/intellect-3": {
|
|
1956
|
+
id: string;
|
|
1957
|
+
name: string;
|
|
1958
|
+
api: "openai-completions";
|
|
1959
|
+
provider: string;
|
|
1960
|
+
baseUrl: string;
|
|
1961
|
+
reasoning: true;
|
|
1962
|
+
input: "text"[];
|
|
1963
|
+
cost: {
|
|
1964
|
+
input: number;
|
|
1965
|
+
output: number;
|
|
1966
|
+
cacheRead: number;
|
|
1967
|
+
cacheWrite: number;
|
|
1968
|
+
};
|
|
1969
|
+
contextWindow: number;
|
|
1970
|
+
maxTokens: number;
|
|
1971
|
+
};
|
|
1972
|
+
readonly "tngtech/tng-r1t-chimera: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 "tngtech/tng-r1t-chimera": {
|
|
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
|
+
};
|
|
1955
2006
|
readonly "anthropic/claude-opus-4.5": {
|
|
1956
2007
|
id: string;
|
|
1957
2008
|
name: string;
|
|
@@ -3567,23 +3618,6 @@ export declare const MODELS: {
|
|
|
3567
3618
|
contextWindow: number;
|
|
3568
3619
|
maxTokens: number;
|
|
3569
3620
|
};
|
|
3570
|
-
readonly "mistralai/mistral-small-3.2-24b-instruct:free": {
|
|
3571
|
-
id: string;
|
|
3572
|
-
name: string;
|
|
3573
|
-
api: "openai-completions";
|
|
3574
|
-
provider: string;
|
|
3575
|
-
baseUrl: string;
|
|
3576
|
-
reasoning: false;
|
|
3577
|
-
input: ("image" | "text")[];
|
|
3578
|
-
cost: {
|
|
3579
|
-
input: number;
|
|
3580
|
-
output: number;
|
|
3581
|
-
cacheRead: number;
|
|
3582
|
-
cacheWrite: number;
|
|
3583
|
-
};
|
|
3584
|
-
contextWindow: number;
|
|
3585
|
-
maxTokens: number;
|
|
3586
|
-
};
|
|
3587
3621
|
readonly "mistralai/mistral-small-3.2-24b-instruct": {
|
|
3588
3622
|
id: string;
|
|
3589
3623
|
name: string;
|
|
@@ -4230,23 +4264,6 @@ export declare const MODELS: {
|
|
|
4230
4264
|
contextWindow: number;
|
|
4231
4265
|
maxTokens: number;
|
|
4232
4266
|
};
|
|
4233
|
-
readonly "deepseek/deepseek-chat-v3-0324:free": {
|
|
4234
|
-
id: string;
|
|
4235
|
-
name: string;
|
|
4236
|
-
api: "openai-completions";
|
|
4237
|
-
provider: string;
|
|
4238
|
-
baseUrl: string;
|
|
4239
|
-
reasoning: false;
|
|
4240
|
-
input: "text"[];
|
|
4241
|
-
cost: {
|
|
4242
|
-
input: number;
|
|
4243
|
-
output: number;
|
|
4244
|
-
cacheRead: number;
|
|
4245
|
-
cacheWrite: number;
|
|
4246
|
-
};
|
|
4247
|
-
contextWindow: number;
|
|
4248
|
-
maxTokens: number;
|
|
4249
|
-
};
|
|
4250
4267
|
readonly "deepseek/deepseek-chat-v3-0324": {
|
|
4251
4268
|
id: string;
|
|
4252
4269
|
name: string;
|
|
@@ -4808,7 +4825,7 @@ export declare const MODELS: {
|
|
|
4808
4825
|
contextWindow: number;
|
|
4809
4826
|
maxTokens: number;
|
|
4810
4827
|
};
|
|
4811
|
-
readonly "anthropic/claude-3.5-haiku": {
|
|
4828
|
+
readonly "anthropic/claude-3.5-haiku-20241022": {
|
|
4812
4829
|
id: string;
|
|
4813
4830
|
name: string;
|
|
4814
4831
|
api: "openai-completions";
|
|
@@ -4825,7 +4842,7 @@ export declare const MODELS: {
|
|
|
4825
4842
|
contextWindow: number;
|
|
4826
4843
|
maxTokens: number;
|
|
4827
4844
|
};
|
|
4828
|
-
readonly "anthropic/claude-3.5-haiku
|
|
4845
|
+
readonly "anthropic/claude-3.5-haiku": {
|
|
4829
4846
|
id: string;
|
|
4830
4847
|
name: string;
|
|
4831
4848
|
api: "openai-completions";
|
|
@@ -4978,7 +4995,7 @@ export declare const MODELS: {
|
|
|
4978
4995
|
contextWindow: number;
|
|
4979
4996
|
maxTokens: number;
|
|
4980
4997
|
};
|
|
4981
|
-
readonly "cohere/command-r-08-2024": {
|
|
4998
|
+
readonly "cohere/command-r-plus-08-2024": {
|
|
4982
4999
|
id: string;
|
|
4983
5000
|
name: string;
|
|
4984
5001
|
api: "openai-completions";
|
|
@@ -4995,7 +5012,7 @@ export declare const MODELS: {
|
|
|
4995
5012
|
contextWindow: number;
|
|
4996
5013
|
maxTokens: number;
|
|
4997
5014
|
};
|
|
4998
|
-
readonly "cohere/command-r-
|
|
5015
|
+
readonly "cohere/command-r-08-2024": {
|
|
4999
5016
|
id: string;
|
|
5000
5017
|
name: string;
|
|
5001
5018
|
api: "openai-completions";
|
|
@@ -5573,7 +5590,7 @@ export declare const MODELS: {
|
|
|
5573
5590
|
contextWindow: number;
|
|
5574
5591
|
maxTokens: number;
|
|
5575
5592
|
};
|
|
5576
|
-
readonly "openai/gpt-
|
|
5593
|
+
readonly "openai/gpt-3.5-turbo": {
|
|
5577
5594
|
id: string;
|
|
5578
5595
|
name: string;
|
|
5579
5596
|
api: "openai-completions";
|
|
@@ -5590,7 +5607,7 @@ export declare const MODELS: {
|
|
|
5590
5607
|
contextWindow: number;
|
|
5591
5608
|
maxTokens: number;
|
|
5592
5609
|
};
|
|
5593
|
-
readonly "openai/gpt-
|
|
5610
|
+
readonly "openai/gpt-4": {
|
|
5594
5611
|
id: string;
|
|
5595
5612
|
name: string;
|
|
5596
5613
|
api: "openai-completions";
|