@dreb/ai 2.58.1 → 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.
@@ -14768,6 +14768,40 @@ export declare const MODELS: {
14768
14768
  contextWindow: number;
14769
14769
  maxTokens: number;
14770
14770
  };
14771
+ readonly "z-ai/glm-5.2:free": {
14772
+ id: string;
14773
+ name: string;
14774
+ api: "openai-completions";
14775
+ provider: string;
14776
+ baseUrl: string;
14777
+ reasoning: true;
14778
+ input: "text"[];
14779
+ cost: {
14780
+ input: number;
14781
+ output: number;
14782
+ cacheRead: number;
14783
+ cacheWrite: number;
14784
+ };
14785
+ contextWindow: number;
14786
+ maxTokens: number;
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
+ };
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;