@dreb/ai 2.59.0 → 2.59.1

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,23 +10824,6 @@ 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
- };
10844
10827
  readonly "meituan/longcat-2.0": {
10845
10828
  id: string;
10846
10829
  name: string;
@@ -14802,6 +14785,23 @@ export declare const MODELS: {
14802
14785
  contextWindow: number;
14803
14786
  maxTokens: number;
14804
14787
  };
14788
+ readonly "z-ai/glm-5.3": {
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
+ };
14805
14805
  readonly "z-ai/glm-5v-turbo": {
14806
14806
  id: string;
14807
14807
  name: string;