@mariozechner/pi-ai 0.37.3 → 0.37.5

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.
@@ -4334,57 +4334,6 @@ export declare const MODELS: {
4334
4334
  contextWindow: number;
4335
4335
  maxTokens: number;
4336
4336
  };
4337
- readonly "microsoft/phi-3-medium-128k-instruct": {
4338
- id: string;
4339
- name: string;
4340
- api: "openai-completions";
4341
- provider: string;
4342
- baseUrl: string;
4343
- reasoning: false;
4344
- input: "text"[];
4345
- cost: {
4346
- input: number;
4347
- output: number;
4348
- cacheRead: number;
4349
- cacheWrite: number;
4350
- };
4351
- contextWindow: number;
4352
- maxTokens: number;
4353
- };
4354
- readonly "microsoft/phi-3-mini-128k-instruct": {
4355
- id: string;
4356
- name: string;
4357
- api: "openai-completions";
4358
- provider: string;
4359
- baseUrl: string;
4360
- reasoning: false;
4361
- input: "text"[];
4362
- cost: {
4363
- input: number;
4364
- output: number;
4365
- cacheRead: number;
4366
- cacheWrite: number;
4367
- };
4368
- contextWindow: number;
4369
- maxTokens: number;
4370
- };
4371
- readonly "microsoft/phi-3.5-mini-128k-instruct": {
4372
- id: string;
4373
- name: string;
4374
- api: "openai-completions";
4375
- provider: string;
4376
- baseUrl: string;
4377
- reasoning: false;
4378
- input: "text"[];
4379
- cost: {
4380
- input: number;
4381
- output: number;
4382
- cacheRead: number;
4383
- cacheWrite: number;
4384
- };
4385
- contextWindow: number;
4386
- maxTokens: number;
4387
- };
4388
4337
  readonly "minimax/minimax-m1": {
4389
4338
  id: string;
4390
4339
  name: string;