@mariozechner/pi-ai 0.7.17 → 0.7.19

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.
@@ -375,8 +375,8 @@ export const MODELS = {
375
375
  cacheRead: 0.2,
376
376
  cacheWrite: 0,
377
377
  },
378
- contextWindow: 200000,
379
- maxTokens: 65536,
378
+ contextWindow: 1000000,
379
+ maxTokens: 64000,
380
380
  },
381
381
  "gemini-2.5-flash": {
382
382
  id: "gemini-2.5-flash",
@@ -5524,23 +5524,6 @@ export const MODELS = {
5524
5524
  contextWindow: 128000,
5525
5525
  maxTokens: 4096,
5526
5526
  },
5527
- "mistralai/mistral-7b-instruct-v0.1": {
5528
- id: "mistralai/mistral-7b-instruct-v0.1",
5529
- name: "Mistral: Mistral 7B Instruct v0.1",
5530
- api: "openai-completions",
5531
- provider: "openrouter",
5532
- baseUrl: "https://openrouter.ai/api/v1",
5533
- reasoning: false,
5534
- input: ["text"],
5535
- cost: {
5536
- input: 0.11,
5537
- output: 0.19,
5538
- cacheRead: 0,
5539
- cacheWrite: 0,
5540
- },
5541
- contextWindow: 2824,
5542
- maxTokens: 4096,
5543
- },
5544
5527
  "openai/gpt-3.5-turbo-16k": {
5545
5528
  id: "openai/gpt-3.5-turbo-16k",
5546
5529
  name: "OpenAI: GPT-3.5 Turbo 16k",