@dreb/ai 2.55.4 → 2.55.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.
@@ -8162,6 +8162,23 @@ export declare const MODELS: {
8162
8162
  contextWindow: number;
8163
8163
  maxTokens: number;
8164
8164
  };
8165
+ readonly "hy3-free": {
8166
+ id: string;
8167
+ name: string;
8168
+ api: "openai-completions";
8169
+ provider: string;
8170
+ baseUrl: string;
8171
+ reasoning: true;
8172
+ input: "text"[];
8173
+ cost: {
8174
+ input: number;
8175
+ output: number;
8176
+ cacheRead: number;
8177
+ cacheWrite: number;
8178
+ };
8179
+ contextWindow: number;
8180
+ maxTokens: number;
8181
+ };
8165
8182
  readonly "kimi-k2.5": {
8166
8183
  id: string;
8167
8184
  name: string;