@mariozechner/pi-ai 0.9.2 → 0.9.3
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.
|
@@ -102,6 +102,23 @@ export declare const MODELS: {
|
|
|
102
102
|
contextWindow: number;
|
|
103
103
|
maxTokens: number;
|
|
104
104
|
};
|
|
105
|
+
readonly "claude-opus-4-5": {
|
|
106
|
+
id: string;
|
|
107
|
+
name: string;
|
|
108
|
+
api: "anthropic-messages";
|
|
109
|
+
provider: string;
|
|
110
|
+
baseUrl: string;
|
|
111
|
+
reasoning: true;
|
|
112
|
+
input: ("image" | "text")[];
|
|
113
|
+
cost: {
|
|
114
|
+
input: number;
|
|
115
|
+
output: number;
|
|
116
|
+
cacheRead: number;
|
|
117
|
+
cacheWrite: number;
|
|
118
|
+
};
|
|
119
|
+
contextWindow: number;
|
|
120
|
+
maxTokens: number;
|
|
121
|
+
};
|
|
105
122
|
readonly "claude-3-opus-20240229": {
|
|
106
123
|
id: string;
|
|
107
124
|
name: string;
|
|
@@ -1935,6 +1952,23 @@ export declare const MODELS: {
|
|
|
1935
1952
|
};
|
|
1936
1953
|
};
|
|
1937
1954
|
readonly openrouter: {
|
|
1955
|
+
readonly "anthropic/claude-opus-4.5": {
|
|
1956
|
+
id: string;
|
|
1957
|
+
name: string;
|
|
1958
|
+
api: "openai-completions";
|
|
1959
|
+
provider: string;
|
|
1960
|
+
baseUrl: string;
|
|
1961
|
+
reasoning: true;
|
|
1962
|
+
input: ("image" | "text")[];
|
|
1963
|
+
cost: {
|
|
1964
|
+
input: number;
|
|
1965
|
+
output: number;
|
|
1966
|
+
cacheRead: number;
|
|
1967
|
+
cacheWrite: number;
|
|
1968
|
+
};
|
|
1969
|
+
contextWindow: number;
|
|
1970
|
+
maxTokens: number;
|
|
1971
|
+
};
|
|
1938
1972
|
readonly "allenai/olmo-3-7b-instruct": {
|
|
1939
1973
|
id: string;
|
|
1940
1974
|
name: string;
|
|
@@ -4978,7 +5012,7 @@ export declare const MODELS: {
|
|
|
4978
5012
|
contextWindow: number;
|
|
4979
5013
|
maxTokens: number;
|
|
4980
5014
|
};
|
|
4981
|
-
readonly "cohere/command-r-08-2024": {
|
|
5015
|
+
readonly "cohere/command-r-plus-08-2024": {
|
|
4982
5016
|
id: string;
|
|
4983
5017
|
name: string;
|
|
4984
5018
|
api: "openai-completions";
|
|
@@ -4995,7 +5029,7 @@ export declare const MODELS: {
|
|
|
4995
5029
|
contextWindow: number;
|
|
4996
5030
|
maxTokens: number;
|
|
4997
5031
|
};
|
|
4998
|
-
readonly "cohere/command-r-
|
|
5032
|
+
readonly "cohere/command-r-08-2024": {
|
|
4999
5033
|
id: string;
|
|
5000
5034
|
name: string;
|
|
5001
5035
|
api: "openai-completions";
|
|
@@ -5080,7 +5114,7 @@ export declare const MODELS: {
|
|
|
5080
5114
|
contextWindow: number;
|
|
5081
5115
|
maxTokens: number;
|
|
5082
5116
|
};
|
|
5083
|
-
readonly "meta-llama/llama-3.1-
|
|
5117
|
+
readonly "meta-llama/llama-3.1-405b-instruct": {
|
|
5084
5118
|
id: string;
|
|
5085
5119
|
name: string;
|
|
5086
5120
|
api: "openai-completions";
|
|
@@ -5097,7 +5131,7 @@ export declare const MODELS: {
|
|
|
5097
5131
|
contextWindow: number;
|
|
5098
5132
|
maxTokens: number;
|
|
5099
5133
|
};
|
|
5100
|
-
readonly "meta-llama/llama-3.1-
|
|
5134
|
+
readonly "meta-llama/llama-3.1-70b-instruct": {
|
|
5101
5135
|
id: string;
|
|
5102
5136
|
name: string;
|
|
5103
5137
|
api: "openai-completions";
|
|
@@ -5114,7 +5148,7 @@ export declare const MODELS: {
|
|
|
5114
5148
|
contextWindow: number;
|
|
5115
5149
|
maxTokens: number;
|
|
5116
5150
|
};
|
|
5117
|
-
readonly "meta-llama/llama-3.1-
|
|
5151
|
+
readonly "meta-llama/llama-3.1-8b-instruct": {
|
|
5118
5152
|
id: string;
|
|
5119
5153
|
name: string;
|
|
5120
5154
|
api: "openai-completions";
|
|
@@ -5437,7 +5471,7 @@ export declare const MODELS: {
|
|
|
5437
5471
|
contextWindow: number;
|
|
5438
5472
|
maxTokens: number;
|
|
5439
5473
|
};
|
|
5440
|
-
readonly "openai/gpt-
|
|
5474
|
+
readonly "openai/gpt-3.5-turbo-0613": {
|
|
5441
5475
|
id: string;
|
|
5442
5476
|
name: string;
|
|
5443
5477
|
api: "openai-completions";
|
|
@@ -5454,7 +5488,7 @@ export declare const MODELS: {
|
|
|
5454
5488
|
contextWindow: number;
|
|
5455
5489
|
maxTokens: number;
|
|
5456
5490
|
};
|
|
5457
|
-
readonly "openai/gpt-
|
|
5491
|
+
readonly "openai/gpt-4-turbo-preview": {
|
|
5458
5492
|
id: string;
|
|
5459
5493
|
name: string;
|
|
5460
5494
|
api: "openai-completions";
|
|
@@ -5556,7 +5590,7 @@ export declare const MODELS: {
|
|
|
5556
5590
|
contextWindow: number;
|
|
5557
5591
|
maxTokens: number;
|
|
5558
5592
|
};
|
|
5559
|
-
readonly "openai/gpt-
|
|
5593
|
+
readonly "openai/gpt-3.5-turbo": {
|
|
5560
5594
|
id: string;
|
|
5561
5595
|
name: string;
|
|
5562
5596
|
api: "openai-completions";
|
|
@@ -5573,7 +5607,7 @@ export declare const MODELS: {
|
|
|
5573
5607
|
contextWindow: number;
|
|
5574
5608
|
maxTokens: number;
|
|
5575
5609
|
};
|
|
5576
|
-
readonly "openai/gpt-4": {
|
|
5610
|
+
readonly "openai/gpt-4-0314": {
|
|
5577
5611
|
id: string;
|
|
5578
5612
|
name: string;
|
|
5579
5613
|
api: "openai-completions";
|
|
@@ -5590,7 +5624,7 @@ export declare const MODELS: {
|
|
|
5590
5624
|
contextWindow: number;
|
|
5591
5625
|
maxTokens: number;
|
|
5592
5626
|
};
|
|
5593
|
-
readonly "openai/gpt-
|
|
5627
|
+
readonly "openai/gpt-4": {
|
|
5594
5628
|
id: string;
|
|
5595
5629
|
name: string;
|
|
5596
5630
|
api: "openai-completions";
|