@mariozechner/pi-ai 0.23.2 → 0.23.4

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.
@@ -2481,6 +2481,34 @@ export declare const MODELS: {
2481
2481
  };
2482
2482
  };
2483
2483
  readonly "github-copilot": {
2484
+ readonly "gemini-3-flash-preview": {
2485
+ id: string;
2486
+ name: string;
2487
+ api: "openai-completions";
2488
+ provider: string;
2489
+ baseUrl: string;
2490
+ headers: {
2491
+ "User-Agent": string;
2492
+ "Editor-Version": string;
2493
+ "Editor-Plugin-Version": string;
2494
+ "Copilot-Integration-Id": string;
2495
+ };
2496
+ compat: {
2497
+ supportsStore: false;
2498
+ supportsDeveloperRole: false;
2499
+ supportsReasoningEffort: false;
2500
+ };
2501
+ reasoning: true;
2502
+ input: ("image" | "text")[];
2503
+ cost: {
2504
+ input: number;
2505
+ output: number;
2506
+ cacheRead: number;
2507
+ cacheWrite: number;
2508
+ };
2509
+ contextWindow: number;
2510
+ maxTokens: number;
2511
+ };
2484
2512
  readonly "grok-code-fast-1": {
2485
2513
  id: string;
2486
2514
  name: string;
@@ -3168,23 +3196,6 @@ export declare const MODELS: {
3168
3196
  contextWindow: number;
3169
3197
  maxTokens: number;
3170
3198
  };
3171
- readonly "amazon/nova-2-lite-v1:free": {
3172
- id: string;
3173
- name: string;
3174
- api: "openai-completions";
3175
- provider: string;
3176
- baseUrl: string;
3177
- reasoning: true;
3178
- input: ("image" | "text")[];
3179
- cost: {
3180
- input: number;
3181
- output: number;
3182
- cacheRead: number;
3183
- cacheWrite: number;
3184
- };
3185
- contextWindow: number;
3186
- maxTokens: number;
3187
- };
3188
3199
  readonly "amazon/nova-2-lite-v1": {
3189
3200
  id: string;
3190
3201
  name: string;