@caupulican/pi-ai 0.79.0 → 0.80.0

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.
@@ -9788,40 +9788,6 @@ export declare const MODELS: {
9788
9788
  contextWindow: number;
9789
9789
  maxTokens: number;
9790
9790
  };
9791
- readonly "google/gemini-2.0-flash-001": {
9792
- id: string;
9793
- name: string;
9794
- api: "openai-completions";
9795
- provider: string;
9796
- baseUrl: string;
9797
- reasoning: false;
9798
- input: ("image" | "text")[];
9799
- cost: {
9800
- input: number;
9801
- output: number;
9802
- cacheRead: number;
9803
- cacheWrite: number;
9804
- };
9805
- contextWindow: number;
9806
- maxTokens: number;
9807
- };
9808
- readonly "google/gemini-2.0-flash-lite-001": {
9809
- id: string;
9810
- name: string;
9811
- api: "openai-completions";
9812
- provider: string;
9813
- baseUrl: string;
9814
- reasoning: false;
9815
- input: ("image" | "text")[];
9816
- cost: {
9817
- input: number;
9818
- output: number;
9819
- cacheRead: number;
9820
- cacheWrite: number;
9821
- };
9822
- contextWindow: number;
9823
- maxTokens: number;
9824
- };
9825
9791
  readonly "google/gemini-2.5-flash": {
9826
9792
  id: string;
9827
9793
  name: string;