@dreb/ai 2.55.4 → 2.55.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.
|
@@ -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;
|
|
@@ -10393,6 +10410,23 @@ export declare const MODELS: {
|
|
|
10393
10410
|
contextWindow: number;
|
|
10394
10411
|
maxTokens: number;
|
|
10395
10412
|
};
|
|
10413
|
+
readonly "liquid/lfm-2.5-2.6b:free": {
|
|
10414
|
+
id: string;
|
|
10415
|
+
name: string;
|
|
10416
|
+
api: "openai-completions";
|
|
10417
|
+
provider: string;
|
|
10418
|
+
baseUrl: string;
|
|
10419
|
+
reasoning: true;
|
|
10420
|
+
input: "text"[];
|
|
10421
|
+
cost: {
|
|
10422
|
+
input: number;
|
|
10423
|
+
output: number;
|
|
10424
|
+
cacheRead: number;
|
|
10425
|
+
cacheWrite: number;
|
|
10426
|
+
};
|
|
10427
|
+
contextWindow: number;
|
|
10428
|
+
maxTokens: number;
|
|
10429
|
+
};
|
|
10396
10430
|
readonly "meituan/longcat-2.0": {
|
|
10397
10431
|
id: string;
|
|
10398
10432
|
name: string;
|