@caupulican/pi-ai 0.81.6 → 0.81.7

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.
@@ -6564,6 +6564,26 @@ export declare const MODELS: {
6564
6564
  contextWindow: number;
6565
6565
  maxTokens: number;
6566
6566
  };
6567
+ readonly "openai/gpt-oss-20b": {
6568
+ id: string;
6569
+ name: string;
6570
+ api: "openai-completions";
6571
+ provider: string;
6572
+ baseUrl: string;
6573
+ compat: {
6574
+ supportsDeveloperRole: false;
6575
+ };
6576
+ reasoning: true;
6577
+ input: "text"[];
6578
+ cost: {
6579
+ input: number;
6580
+ output: number;
6581
+ cacheRead: number;
6582
+ cacheWrite: number;
6583
+ };
6584
+ contextWindow: number;
6585
+ maxTokens: number;
6586
+ };
6567
6587
  readonly "stepfun-ai/Step-3.5-Flash": {
6568
6588
  id: string;
6569
6589
  name: string;
@@ -11851,6 +11871,23 @@ export declare const MODELS: {
11851
11871
  contextWindow: number;
11852
11872
  maxTokens: number;
11853
11873
  };
11874
+ readonly "nex-agi/nex-n2-mini": {
11875
+ id: string;
11876
+ name: string;
11877
+ api: "openai-completions";
11878
+ provider: string;
11879
+ baseUrl: string;
11880
+ reasoning: true;
11881
+ input: ("image" | "text")[];
11882
+ cost: {
11883
+ input: number;
11884
+ output: number;
11885
+ cacheRead: number;
11886
+ cacheWrite: number;
11887
+ };
11888
+ contextWindow: number;
11889
+ maxTokens: number;
11890
+ };
11854
11891
  readonly "nvidia/llama-3.3-nemotron-super-49b-v1.5": {
11855
11892
  id: string;
11856
11893
  name: string;