@mariozechner/pi-ai 0.25.1 → 0.25.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.
@@ -6149,7 +6149,7 @@ export declare const MODELS: {
6149
6149
  contextWindow: number;
6150
6150
  maxTokens: number;
6151
6151
  };
6152
- readonly "anthropic/claude-3.5-haiku": {
6152
+ readonly "anthropic/claude-3.5-haiku-20241022": {
6153
6153
  id: string;
6154
6154
  name: string;
6155
6155
  api: "openai-completions";
@@ -6166,7 +6166,7 @@ export declare const MODELS: {
6166
6166
  contextWindow: number;
6167
6167
  maxTokens: number;
6168
6168
  };
6169
- readonly "anthropic/claude-3.5-haiku-20241022": {
6169
+ readonly "anthropic/claude-3.5-haiku": {
6170
6170
  id: string;
6171
6171
  name: string;
6172
6172
  api: "openai-completions";
@@ -6404,7 +6404,7 @@ export declare const MODELS: {
6404
6404
  contextWindow: number;
6405
6405
  maxTokens: number;
6406
6406
  };
6407
- readonly "meta-llama/llama-3.1-405b-instruct": {
6407
+ readonly "meta-llama/llama-3.1-8b-instruct": {
6408
6408
  id: string;
6409
6409
  name: string;
6410
6410
  api: "openai-completions";
@@ -6421,7 +6421,7 @@ export declare const MODELS: {
6421
6421
  contextWindow: number;
6422
6422
  maxTokens: number;
6423
6423
  };
6424
- readonly "meta-llama/llama-3.1-8b-instruct": {
6424
+ readonly "meta-llama/llama-3.1-405b-instruct": {
6425
6425
  id: string;
6426
6426
  name: string;
6427
6427
  api: "openai-completions";
@@ -6984,6 +6984,40 @@ export declare const MODELS: {
6984
6984
  contextWindow: number;
6985
6985
  maxTokens: number;
6986
6986
  };
6987
+ readonly "gemini-3-pro-preview": {
6988
+ id: string;
6989
+ name: string;
6990
+ api: "google-gemini-cli";
6991
+ provider: string;
6992
+ baseUrl: string;
6993
+ reasoning: true;
6994
+ input: ("image" | "text")[];
6995
+ cost: {
6996
+ input: number;
6997
+ output: number;
6998
+ cacheRead: number;
6999
+ cacheWrite: number;
7000
+ };
7001
+ contextWindow: number;
7002
+ maxTokens: number;
7003
+ };
7004
+ readonly "gemini-3-flash-preview": {
7005
+ id: string;
7006
+ name: string;
7007
+ api: "google-gemini-cli";
7008
+ provider: string;
7009
+ baseUrl: string;
7010
+ reasoning: true;
7011
+ input: ("image" | "text")[];
7012
+ cost: {
7013
+ input: number;
7014
+ output: number;
7015
+ cacheRead: number;
7016
+ cacheWrite: number;
7017
+ };
7018
+ contextWindow: number;
7019
+ maxTokens: number;
7020
+ };
6987
7021
  };
6988
7022
  readonly "google-antigravity": {
6989
7023
  readonly "gemini-3-pro-high": {