@mariozechner/pi-ai 0.58.2 → 0.58.4
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.
|
@@ -13187,6 +13187,23 @@ export declare const MODELS: {
|
|
|
13187
13187
|
contextWindow: number;
|
|
13188
13188
|
maxTokens: number;
|
|
13189
13189
|
};
|
|
13190
|
+
readonly "zai/glm-5-turbo": {
|
|
13191
|
+
id: string;
|
|
13192
|
+
name: string;
|
|
13193
|
+
api: "anthropic-messages";
|
|
13194
|
+
provider: string;
|
|
13195
|
+
baseUrl: string;
|
|
13196
|
+
reasoning: true;
|
|
13197
|
+
input: "text"[];
|
|
13198
|
+
cost: {
|
|
13199
|
+
input: number;
|
|
13200
|
+
output: number;
|
|
13201
|
+
cacheRead: number;
|
|
13202
|
+
cacheWrite: number;
|
|
13203
|
+
};
|
|
13204
|
+
contextWindow: number;
|
|
13205
|
+
maxTokens: number;
|
|
13206
|
+
};
|
|
13190
13207
|
};
|
|
13191
13208
|
readonly xai: {
|
|
13192
13209
|
readonly "grok-2": {
|
|
@@ -13805,6 +13822,27 @@ export declare const MODELS: {
|
|
|
13805
13822
|
contextWindow: number;
|
|
13806
13823
|
maxTokens: number;
|
|
13807
13824
|
};
|
|
13825
|
+
readonly "glm-5-turbo": {
|
|
13826
|
+
id: string;
|
|
13827
|
+
name: string;
|
|
13828
|
+
api: "openai-completions";
|
|
13829
|
+
provider: string;
|
|
13830
|
+
baseUrl: string;
|
|
13831
|
+
compat: {
|
|
13832
|
+
supportsDeveloperRole: false;
|
|
13833
|
+
thinkingFormat: "zai";
|
|
13834
|
+
};
|
|
13835
|
+
reasoning: true;
|
|
13836
|
+
input: "text"[];
|
|
13837
|
+
cost: {
|
|
13838
|
+
input: number;
|
|
13839
|
+
output: number;
|
|
13840
|
+
cacheRead: number;
|
|
13841
|
+
cacheWrite: number;
|
|
13842
|
+
};
|
|
13843
|
+
contextWindow: number;
|
|
13844
|
+
maxTokens: number;
|
|
13845
|
+
};
|
|
13808
13846
|
};
|
|
13809
13847
|
};
|
|
13810
13848
|
//# sourceMappingURL=models.generated.d.ts.map
|