@mariozechner/pi-ai 0.26.0 → 0.27.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.
@@ -1969,6 +1969,23 @@ export const MODELS = {
1969
1969
  },
1970
1970
  },
1971
1971
  "zai": {
1972
+ "glm-4.7": {
1973
+ id: "glm-4.7",
1974
+ name: "GLM-4.7",
1975
+ api: "anthropic-messages",
1976
+ provider: "zai",
1977
+ baseUrl: "https://api.z.ai/api/anthropic",
1978
+ reasoning: true,
1979
+ input: ["text"],
1980
+ cost: {
1981
+ input: 0.6,
1982
+ output: 2.2,
1983
+ cacheRead: 0.11,
1984
+ cacheWrite: 0,
1985
+ },
1986
+ contextWindow: 204800,
1987
+ maxTokens: 131072,
1988
+ },
1972
1989
  "glm-4.5-flash": {
1973
1990
  id: "glm-4.5-flash",
1974
1991
  name: "GLM-4.5-Flash",