@mariozechner/pi-ai 0.63.0 → 0.63.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.
@@ -4071,6 +4071,23 @@ export declare const MODELS: {
4071
4071
  contextWindow: number;
4072
4072
  maxTokens: number;
4073
4073
  };
4074
+ readonly "gemini-3.1-pro-preview-customtools": {
4075
+ id: string;
4076
+ name: string;
4077
+ api: "google-vertex";
4078
+ provider: string;
4079
+ baseUrl: string;
4080
+ reasoning: true;
4081
+ input: ("image" | "text")[];
4082
+ cost: {
4083
+ input: number;
4084
+ output: number;
4085
+ cacheRead: number;
4086
+ cacheWrite: number;
4087
+ };
4088
+ contextWindow: number;
4089
+ maxTokens: number;
4090
+ };
4074
4091
  };
4075
4092
  readonly groq: {
4076
4093
  readonly "deepseek-r1-distill-llama-70b": {