@mariozechner/pi-ai 0.7.19 → 0.7.21

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.
@@ -3567,23 +3567,6 @@ export declare const MODELS: {
3567
3567
  contextWindow: number;
3568
3568
  maxTokens: number;
3569
3569
  };
3570
- readonly "google/gemini-2.5-flash-lite-preview-06-17": {
3571
- id: string;
3572
- name: string;
3573
- api: "openai-completions";
3574
- provider: string;
3575
- baseUrl: string;
3576
- reasoning: true;
3577
- input: ("image" | "text")[];
3578
- cost: {
3579
- input: number;
3580
- output: number;
3581
- cacheRead: number;
3582
- cacheWrite: number;
3583
- };
3584
- contextWindow: number;
3585
- maxTokens: number;
3586
- };
3587
3570
  readonly "google/gemini-2.5-flash": {
3588
3571
  id: string;
3589
3572
  name: string;