@mariozechner/pi-ai 0.25.2 → 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.
@@ -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": {