@caupulican/pi-ai 0.81.4 → 0.81.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.
@@ -14032,6 +14032,23 @@ export declare const MODELS: {
14032
14032
  contextWindow: number;
14033
14033
  maxTokens: number;
14034
14034
  };
14035
+ readonly "tencent/hy3": {
14036
+ id: string;
14037
+ name: string;
14038
+ api: "openai-completions";
14039
+ provider: string;
14040
+ baseUrl: string;
14041
+ reasoning: true;
14042
+ input: "text"[];
14043
+ cost: {
14044
+ input: number;
14045
+ output: number;
14046
+ cacheRead: number;
14047
+ cacheWrite: number;
14048
+ };
14049
+ contextWindow: number;
14050
+ maxTokens: number;
14051
+ };
14035
14052
  readonly "tencent/hy3-preview": {
14036
14053
  id: string;
14037
14054
  name: string;
@@ -14049,6 +14066,23 @@ export declare const MODELS: {
14049
14066
  contextWindow: number;
14050
14067
  maxTokens: number;
14051
14068
  };
14069
+ readonly "tencent/hy3:free": {
14070
+ id: string;
14071
+ name: string;
14072
+ api: "openai-completions";
14073
+ provider: string;
14074
+ baseUrl: string;
14075
+ reasoning: true;
14076
+ input: "text"[];
14077
+ cost: {
14078
+ input: number;
14079
+ output: number;
14080
+ cacheRead: number;
14081
+ cacheWrite: number;
14082
+ };
14083
+ contextWindow: number;
14084
+ maxTokens: number;
14085
+ };
14052
14086
  readonly "thedrummer/unslopnemo-12b": {
14053
14087
  id: string;
14054
14088
  name: string;