@mariozechner/pi-ai 0.50.4 → 0.50.6

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.
@@ -5368,6 +5368,23 @@ export declare const MODELS: {
5368
5368
  contextWindow: number;
5369
5369
  maxTokens: number;
5370
5370
  };
5371
+ readonly "trinity-large-preview-free": {
5372
+ id: string;
5373
+ name: string;
5374
+ api: "openai-completions";
5375
+ provider: string;
5376
+ baseUrl: string;
5377
+ reasoning: false;
5378
+ input: "text"[];
5379
+ cost: {
5380
+ input: number;
5381
+ output: number;
5382
+ cacheRead: number;
5383
+ cacheWrite: number;
5384
+ };
5385
+ contextWindow: number;
5386
+ maxTokens: number;
5387
+ };
5371
5388
  };
5372
5389
  readonly openrouter: {
5373
5390
  readonly "ai21/jamba-large-1.7": {