@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.
|
@@ -1967,6 +1967,23 @@ export declare const MODELS: {
|
|
|
1967
1967
|
};
|
|
1968
1968
|
};
|
|
1969
1969
|
readonly zai: {
|
|
1970
|
+
readonly "glm-4.7": {
|
|
1971
|
+
id: string;
|
|
1972
|
+
name: string;
|
|
1973
|
+
api: "anthropic-messages";
|
|
1974
|
+
provider: string;
|
|
1975
|
+
baseUrl: string;
|
|
1976
|
+
reasoning: true;
|
|
1977
|
+
input: "text"[];
|
|
1978
|
+
cost: {
|
|
1979
|
+
input: number;
|
|
1980
|
+
output: number;
|
|
1981
|
+
cacheRead: number;
|
|
1982
|
+
cacheWrite: number;
|
|
1983
|
+
};
|
|
1984
|
+
contextWindow: number;
|
|
1985
|
+
maxTokens: number;
|
|
1986
|
+
};
|
|
1970
1987
|
readonly "glm-4.5-flash": {
|
|
1971
1988
|
id: string;
|
|
1972
1989
|
name: string;
|