@dreb/ai 2.55.5 → 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.
|
@@ -10410,6 +10410,23 @@ export declare const MODELS: {
|
|
|
10410
10410
|
contextWindow: number;
|
|
10411
10411
|
maxTokens: number;
|
|
10412
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
|
+
};
|
|
10413
10430
|
readonly "meituan/longcat-2.0": {
|
|
10414
10431
|
id: string;
|
|
10415
10432
|
name: string;
|