@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.
@@ -5522,23 +5522,6 @@ export declare const MODELS: {
5522
5522
  contextWindow: number;
5523
5523
  maxTokens: number;
5524
5524
  };
5525
- readonly "mistralai/mistral-7b-instruct-v0.1": {
5526
- id: string;
5527
- name: string;
5528
- api: "openai-completions";
5529
- provider: string;
5530
- baseUrl: string;
5531
- reasoning: false;
5532
- input: "text"[];
5533
- cost: {
5534
- input: number;
5535
- output: number;
5536
- cacheRead: number;
5537
- cacheWrite: number;
5538
- };
5539
- contextWindow: number;
5540
- maxTokens: number;
5541
- };
5542
5525
  readonly "openai/gpt-3.5-turbo-16k": {
5543
5526
  id: string;
5544
5527
  name: string;