@caupulican/pi-ai 0.80.68 → 0.80.70

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.
@@ -6426,6 +6426,26 @@ export declare const MODELS: {
6426
6426
  contextWindow: number;
6427
6427
  maxTokens: number;
6428
6428
  };
6429
+ readonly "openai/gpt-oss-120b": {
6430
+ id: string;
6431
+ name: string;
6432
+ api: "openai-completions";
6433
+ provider: string;
6434
+ baseUrl: string;
6435
+ compat: {
6436
+ supportsDeveloperRole: false;
6437
+ };
6438
+ reasoning: true;
6439
+ input: "text"[];
6440
+ cost: {
6441
+ input: number;
6442
+ output: number;
6443
+ cacheRead: number;
6444
+ cacheWrite: number;
6445
+ };
6446
+ contextWindow: number;
6447
+ maxTokens: number;
6448
+ };
6429
6449
  readonly "stepfun-ai/Step-3.5-Flash": {
6430
6450
  id: string;
6431
6451
  name: string;