@fleetagent/pi-ai 0.1.2 → 0.1.3
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.
|
@@ -17594,6 +17594,28 @@ export declare const MODELS: {
|
|
|
17594
17594
|
contextWindow: number;
|
|
17595
17595
|
maxTokens: number;
|
|
17596
17596
|
};
|
|
17597
|
+
readonly "glm-5.2": {
|
|
17598
|
+
id: string;
|
|
17599
|
+
name: string;
|
|
17600
|
+
api: "openai-completions";
|
|
17601
|
+
provider: string;
|
|
17602
|
+
baseUrl: string;
|
|
17603
|
+
compat: {
|
|
17604
|
+
supportsDeveloperRole: false;
|
|
17605
|
+
thinkingFormat: "zai";
|
|
17606
|
+
zaiToolStream: true;
|
|
17607
|
+
};
|
|
17608
|
+
reasoning: true;
|
|
17609
|
+
input: "text"[];
|
|
17610
|
+
cost: {
|
|
17611
|
+
input: number;
|
|
17612
|
+
output: number;
|
|
17613
|
+
cacheRead: number;
|
|
17614
|
+
cacheWrite: number;
|
|
17615
|
+
};
|
|
17616
|
+
contextWindow: number;
|
|
17617
|
+
maxTokens: number;
|
|
17618
|
+
};
|
|
17597
17619
|
readonly "glm-5v-turbo": {
|
|
17598
17620
|
id: string;
|
|
17599
17621
|
name: string;
|