@caupulican/pi-ai 0.80.42 → 0.80.45
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.
|
@@ -14877,6 +14877,37 @@ export declare const MODELS: {
|
|
|
14877
14877
|
contextWindow: number;
|
|
14878
14878
|
maxTokens: number;
|
|
14879
14879
|
};
|
|
14880
|
+
readonly "zai-org/GLM-5.2": {
|
|
14881
|
+
id: string;
|
|
14882
|
+
name: string;
|
|
14883
|
+
api: "openai-completions";
|
|
14884
|
+
provider: string;
|
|
14885
|
+
baseUrl: string;
|
|
14886
|
+
compat: {
|
|
14887
|
+
supportsStore: false;
|
|
14888
|
+
supportsDeveloperRole: false;
|
|
14889
|
+
supportsReasoningEffort: false;
|
|
14890
|
+
maxTokensField: "max_tokens";
|
|
14891
|
+
supportsStrictMode: false;
|
|
14892
|
+
supportsLongCacheRetention: false;
|
|
14893
|
+
thinkingFormat: "together";
|
|
14894
|
+
};
|
|
14895
|
+
reasoning: true;
|
|
14896
|
+
thinkingLevelMap: {
|
|
14897
|
+
minimal: null;
|
|
14898
|
+
low: null;
|
|
14899
|
+
medium: null;
|
|
14900
|
+
};
|
|
14901
|
+
input: "text"[];
|
|
14902
|
+
cost: {
|
|
14903
|
+
input: number;
|
|
14904
|
+
output: number;
|
|
14905
|
+
cacheRead: number;
|
|
14906
|
+
cacheWrite: number;
|
|
14907
|
+
};
|
|
14908
|
+
contextWindow: number;
|
|
14909
|
+
maxTokens: number;
|
|
14910
|
+
};
|
|
14880
14911
|
};
|
|
14881
14912
|
readonly "vercel-ai-gateway": {
|
|
14882
14913
|
readonly "alibaba/qwen-3-14b": {
|