@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.
@@ -370,9 +370,9 @@ export const MODELS = {
370
370
  reasoning: true,
371
371
  input: ["text", "image"],
372
372
  cost: {
373
- input: 0.15,
374
- output: 0.6,
375
- cacheRead: 0.0375,
373
+ input: 0.5,
374
+ output: 3,
375
+ cacheRead: 0.05,
376
376
  cacheWrite: 0,
377
377
  },
378
378
  contextWindow: 1048576,
@@ -2483,6 +2483,25 @@ export const MODELS = {
2483
2483
  },
2484
2484
  },
2485
2485
  "github-copilot": {
2486
+ "gemini-3-flash-preview": {
2487
+ id: "gemini-3-flash-preview",
2488
+ name: "Gemini 3 Flash",
2489
+ api: "openai-completions",
2490
+ provider: "github-copilot",
2491
+ baseUrl: "https://api.individual.githubcopilot.com",
2492
+ headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
2493
+ compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
2494
+ reasoning: true,
2495
+ input: ["text", "image"],
2496
+ cost: {
2497
+ input: 0,
2498
+ output: 0,
2499
+ cacheRead: 0,
2500
+ cacheWrite: 0,
2501
+ },
2502
+ contextWindow: 128000,
2503
+ maxTokens: 64000,
2504
+ },
2486
2505
  "grok-code-fast-1": {
2487
2506
  id: "grok-code-fast-1",
2488
2507
  name: "Grok Code Fast 1",
@@ -3040,23 +3059,6 @@ export const MODELS = {
3040
3059
  contextWindow: 400000,
3041
3060
  maxTokens: 128000,
3042
3061
  },
3043
- "amazon/nova-2-lite-v1:free": {
3044
- id: "amazon/nova-2-lite-v1:free",
3045
- name: "Amazon: Nova 2 Lite (free)",
3046
- api: "openai-completions",
3047
- provider: "openrouter",
3048
- baseUrl: "https://openrouter.ai/api/v1",
3049
- reasoning: true,
3050
- input: ["text", "image"],
3051
- cost: {
3052
- input: 0,
3053
- output: 0,
3054
- cacheRead: 0,
3055
- cacheWrite: 0,
3056
- },
3057
- contextWindow: 1000000,
3058
- maxTokens: 65535,
3059
- },
3060
3062
  "amazon/nova-2-lite-v1": {
3061
3063
  id: "amazon/nova-2-lite-v1",
3062
3064
  name: "Amazon: Nova 2 Lite",
@@ -3185,13 +3187,13 @@ export const MODELS = {
3185
3187
  reasoning: true,
3186
3188
  input: ["text"],
3187
3189
  cost: {
3188
- input: 0.24,
3190
+ input: 0.26,
3189
3191
  output: 0.38,
3190
- cacheRead: 0.19,
3192
+ cacheRead: 0,
3191
3193
  cacheWrite: 0,
3192
3194
  },
3193
3195
  contextWindow: 163840,
3194
- maxTokens: 163840,
3196
+ maxTokens: 65536,
3195
3197
  },
3196
3198
  "prime-intellect/intellect-3": {
3197
3199
  id: "prime-intellect/intellect-3",
@@ -5072,8 +5074,8 @@ export const MODELS = {
5072
5074
  reasoning: true,
5073
5075
  input: ["text"],
5074
5076
  cost: {
5075
- input: 0.049999999999999996,
5076
- output: 0.19999999999999998,
5077
+ input: 0.02,
5078
+ output: 0.09999999999999999,
5077
5079
  cacheRead: 0,
5078
5080
  cacheWrite: 0,
5079
5081
  },