@mariozechner/pi-ai 0.23.1 → 0.23.2

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.
@@ -359,6 +359,23 @@ export declare const MODELS: {
359
359
  };
360
360
  };
361
361
  readonly google: {
362
+ readonly "gemini-3-flash-preview": {
363
+ id: string;
364
+ name: string;
365
+ api: "google-generative-ai";
366
+ provider: string;
367
+ baseUrl: string;
368
+ reasoning: true;
369
+ input: ("image" | "text")[];
370
+ cost: {
371
+ input: number;
372
+ output: number;
373
+ cacheRead: number;
374
+ cacheWrite: number;
375
+ };
376
+ contextWindow: number;
377
+ maxTokens: number;
378
+ };
362
379
  readonly "gemini-2.5-flash-preview-05-20": {
363
380
  id: string;
364
381
  name: string;
@@ -2930,6 +2947,23 @@ export declare const MODELS: {
2930
2947
  };
2931
2948
  };
2932
2949
  readonly openrouter: {
2950
+ readonly "google/gemini-3-flash-preview": {
2951
+ id: string;
2952
+ name: string;
2953
+ api: "openai-completions";
2954
+ provider: string;
2955
+ baseUrl: string;
2956
+ reasoning: true;
2957
+ input: ("image" | "text")[];
2958
+ cost: {
2959
+ input: number;
2960
+ output: number;
2961
+ cacheRead: number;
2962
+ cacheWrite: number;
2963
+ };
2964
+ contextWindow: number;
2965
+ maxTokens: number;
2966
+ };
2933
2967
  readonly "mistralai/mistral-small-creative": {
2934
2968
  id: string;
2935
2969
  name: string;