@mariozechner/pi-ai 0.11.3 → 0.11.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,6 +1969,23 @@ export declare const MODELS: {
1969
1969
  };
1970
1970
  };
1971
1971
  readonly openrouter: {
1972
+ readonly "deepseek/deepseek-v3.2": {
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
+ };
1972
1989
  readonly "prime-intellect/intellect-3": {
1973
1990
  id: string;
1974
1991
  name: string;
@@ -5029,7 +5046,7 @@ export declare const MODELS: {
5029
5046
  contextWindow: number;
5030
5047
  maxTokens: number;
5031
5048
  };
5032
- readonly "cohere/command-r-08-2024": {
5049
+ readonly "cohere/command-r-plus-08-2024": {
5033
5050
  id: string;
5034
5051
  name: string;
5035
5052
  api: "openai-completions";
@@ -5046,7 +5063,7 @@ export declare const MODELS: {
5046
5063
  contextWindow: number;
5047
5064
  maxTokens: number;
5048
5065
  };
5049
- readonly "cohere/command-r-plus-08-2024": {
5066
+ readonly "cohere/command-r-08-2024": {
5050
5067
  id: string;
5051
5068
  name: string;
5052
5069
  api: "openai-completions";
@@ -5114,7 +5131,7 @@ export declare const MODELS: {
5114
5131
  contextWindow: number;
5115
5132
  maxTokens: number;
5116
5133
  };
5117
- readonly "meta-llama/llama-3.1-8b-instruct": {
5134
+ readonly "meta-llama/llama-3.1-70b-instruct": {
5118
5135
  id: string;
5119
5136
  name: string;
5120
5137
  api: "openai-completions";
@@ -5131,7 +5148,7 @@ export declare const MODELS: {
5131
5148
  contextWindow: number;
5132
5149
  maxTokens: number;
5133
5150
  };
5134
- readonly "meta-llama/llama-3.1-405b-instruct": {
5151
+ readonly "meta-llama/llama-3.1-8b-instruct": {
5135
5152
  id: string;
5136
5153
  name: string;
5137
5154
  api: "openai-completions";
@@ -5148,7 +5165,7 @@ export declare const MODELS: {
5148
5165
  contextWindow: number;
5149
5166
  maxTokens: number;
5150
5167
  };
5151
- readonly "meta-llama/llama-3.1-70b-instruct": {
5168
+ readonly "meta-llama/llama-3.1-405b-instruct": {
5152
5169
  id: string;
5153
5170
  name: string;
5154
5171
  api: "openai-completions";
@@ -5182,7 +5199,7 @@ export declare const MODELS: {
5182
5199
  contextWindow: number;
5183
5200
  maxTokens: number;
5184
5201
  };
5185
- readonly "openai/gpt-4o-mini-2024-07-18": {
5202
+ readonly "openai/gpt-4o-mini": {
5186
5203
  id: string;
5187
5204
  name: string;
5188
5205
  api: "openai-completions";
@@ -5199,7 +5216,7 @@ export declare const MODELS: {
5199
5216
  contextWindow: number;
5200
5217
  maxTokens: number;
5201
5218
  };
5202
- readonly "openai/gpt-4o-mini": {
5219
+ readonly "openai/gpt-4o-mini-2024-07-18": {
5203
5220
  id: string;
5204
5221
  name: string;
5205
5222
  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-4-0314": {
5610
+ readonly "openai/gpt-3.5-turbo": {
5594
5611
  id: string;
5595
5612
  name: string;
5596
5613
  api: "openai-completions";
@@ -5607,7 +5624,7 @@ export declare const MODELS: {
5607
5624
  contextWindow: number;
5608
5625
  maxTokens: number;
5609
5626
  };
5610
- readonly "openai/gpt-4": {
5627
+ readonly "openai/gpt-4-0314": {
5611
5628
  id: string;
5612
5629
  name: string;
5613
5630
  api: "openai-completions";
@@ -5624,7 +5641,7 @@ export declare const MODELS: {
5624
5641
  contextWindow: number;
5625
5642
  maxTokens: number;
5626
5643
  };
5627
- readonly "openai/gpt-3.5-turbo": {
5644
+ readonly "openai/gpt-4": {
5628
5645
  id: string;
5629
5646
  name: string;
5630
5647
  api: "openai-completions";