@dreb/ai 2.58.1 → 2.59.0

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.
@@ -10824,6 +10824,23 @@ export declare const MODELS: {
10824
10824
  contextWindow: number;
10825
10825
  maxTokens: number;
10826
10826
  };
10827
+ readonly "liquid/lfm-2.5-2.6b:free": {
10828
+ id: string;
10829
+ name: string;
10830
+ api: "openai-completions";
10831
+ provider: string;
10832
+ baseUrl: string;
10833
+ reasoning: true;
10834
+ input: "text"[];
10835
+ cost: {
10836
+ input: number;
10837
+ output: number;
10838
+ cacheRead: number;
10839
+ cacheWrite: number;
10840
+ };
10841
+ contextWindow: number;
10842
+ maxTokens: number;
10843
+ };
10827
10844
  readonly "meituan/longcat-2.0": {
10828
10845
  id: string;
10829
10846
  name: string;
@@ -14768,6 +14785,23 @@ export declare const MODELS: {
14768
14785
  contextWindow: number;
14769
14786
  maxTokens: number;
14770
14787
  };
14788
+ readonly "z-ai/glm-5.2:free": {
14789
+ id: string;
14790
+ name: string;
14791
+ api: "openai-completions";
14792
+ provider: string;
14793
+ baseUrl: string;
14794
+ reasoning: true;
14795
+ input: "text"[];
14796
+ cost: {
14797
+ input: number;
14798
+ output: number;
14799
+ cacheRead: number;
14800
+ cacheWrite: number;
14801
+ };
14802
+ contextWindow: number;
14803
+ maxTokens: number;
14804
+ };
14771
14805
  readonly "z-ai/glm-5v-turbo": {
14772
14806
  id: string;
14773
14807
  name: string;
@@ -18714,6 +18748,23 @@ export declare const MODELS: {
18714
18748
  contextWindow: number;
18715
18749
  maxTokens: number;
18716
18750
  };
18751
+ readonly "zai/glm-5.3": {
18752
+ id: string;
18753
+ name: string;
18754
+ api: "anthropic-messages";
18755
+ provider: string;
18756
+ baseUrl: string;
18757
+ reasoning: true;
18758
+ input: "text"[];
18759
+ cost: {
18760
+ input: number;
18761
+ output: number;
18762
+ cacheRead: number;
18763
+ cacheWrite: number;
18764
+ };
18765
+ contextWindow: number;
18766
+ maxTokens: number;
18767
+ };
18717
18768
  readonly "zai/glm-5v-turbo": {
18718
18769
  id: string;
18719
18770
  name: string;