@mariozechner/pi-ai 0.23.3 → 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;
@@ -6109,7 +6137,7 @@ export declare const MODELS: {
6109
6137
  contextWindow: number;
6110
6138
  maxTokens: number;
6111
6139
  };
6112
- readonly "anthropic/claude-3.5-haiku": {
6140
+ readonly "anthropic/claude-3.5-haiku-20241022": {
6113
6141
  id: string;
6114
6142
  name: string;
6115
6143
  api: "openai-completions";
@@ -6126,7 +6154,7 @@ export declare const MODELS: {
6126
6154
  contextWindow: number;
6127
6155
  maxTokens: number;
6128
6156
  };
6129
- readonly "anthropic/claude-3.5-haiku-20241022": {
6157
+ readonly "anthropic/claude-3.5-haiku": {
6130
6158
  id: string;
6131
6159
  name: string;
6132
6160
  api: "openai-completions";
@@ -6364,7 +6392,7 @@ export declare const MODELS: {
6364
6392
  contextWindow: number;
6365
6393
  maxTokens: number;
6366
6394
  };
6367
- readonly "meta-llama/llama-3.1-405b-instruct": {
6395
+ readonly "meta-llama/llama-3.1-8b-instruct": {
6368
6396
  id: string;
6369
6397
  name: string;
6370
6398
  api: "openai-completions";
@@ -6381,7 +6409,7 @@ export declare const MODELS: {
6381
6409
  contextWindow: number;
6382
6410
  maxTokens: number;
6383
6411
  };
6384
- readonly "meta-llama/llama-3.1-8b-instruct": {
6412
+ readonly "meta-llama/llama-3.1-405b-instruct": {
6385
6413
  id: string;
6386
6414
  name: string;
6387
6415
  api: "openai-completions";