@caupulican/pi-ai 0.81.5 → 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;
@@ -14032,6 +14069,23 @@ export declare const MODELS: {
14032
14069
  contextWindow: number;
14033
14070
  maxTokens: number;
14034
14071
  };
14072
+ readonly "tencent/hy3": {
14073
+ id: string;
14074
+ name: string;
14075
+ api: "openai-completions";
14076
+ provider: string;
14077
+ baseUrl: string;
14078
+ reasoning: true;
14079
+ input: "text"[];
14080
+ cost: {
14081
+ input: number;
14082
+ output: number;
14083
+ cacheRead: number;
14084
+ cacheWrite: number;
14085
+ };
14086
+ contextWindow: number;
14087
+ maxTokens: number;
14088
+ };
14035
14089
  readonly "tencent/hy3-preview": {
14036
14090
  id: string;
14037
14091
  name: string;
@@ -14049,6 +14103,23 @@ export declare const MODELS: {
14049
14103
  contextWindow: number;
14050
14104
  maxTokens: number;
14051
14105
  };
14106
+ readonly "tencent/hy3:free": {
14107
+ id: string;
14108
+ name: string;
14109
+ api: "openai-completions";
14110
+ provider: string;
14111
+ baseUrl: string;
14112
+ reasoning: true;
14113
+ input: "text"[];
14114
+ cost: {
14115
+ input: number;
14116
+ output: number;
14117
+ cacheRead: number;
14118
+ cacheWrite: number;
14119
+ };
14120
+ contextWindow: number;
14121
+ maxTokens: number;
14122
+ };
14052
14123
  readonly "thedrummer/unslopnemo-12b": {
14053
14124
  id: string;
14054
14125
  name: string;