@caupulican/pi-ai 0.80.44 → 0.80.46

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.
@@ -4282,6 +4282,29 @@ export declare const MODELS: {
4282
4282
  contextWindow: number;
4283
4283
  maxTokens: number;
4284
4284
  };
4285
+ readonly "accounts/fireworks/routers/glm-5p2-fast": {
4286
+ id: string;
4287
+ name: string;
4288
+ api: "anthropic-messages";
4289
+ provider: string;
4290
+ baseUrl: string;
4291
+ compat: {
4292
+ sendSessionAffinityHeaders: true;
4293
+ supportsEagerToolInputStreaming: false;
4294
+ supportsCacheControlOnTools: false;
4295
+ supportsLongCacheRetention: false;
4296
+ };
4297
+ reasoning: true;
4298
+ input: "text"[];
4299
+ cost: {
4300
+ input: number;
4301
+ output: number;
4302
+ cacheRead: number;
4303
+ cacheWrite: number;
4304
+ };
4305
+ contextWindow: number;
4306
+ maxTokens: number;
4307
+ };
4285
4308
  readonly "accounts/fireworks/routers/kimi-k2p6-fast": {
4286
4309
  id: string;
4287
4310
  name: string;
@@ -14877,6 +14900,37 @@ export declare const MODELS: {
14877
14900
  contextWindow: number;
14878
14901
  maxTokens: number;
14879
14902
  };
14903
+ readonly "zai-org/GLM-5.2": {
14904
+ id: string;
14905
+ name: string;
14906
+ api: "openai-completions";
14907
+ provider: string;
14908
+ baseUrl: string;
14909
+ compat: {
14910
+ supportsStore: false;
14911
+ supportsDeveloperRole: false;
14912
+ supportsReasoningEffort: false;
14913
+ maxTokensField: "max_tokens";
14914
+ supportsStrictMode: false;
14915
+ supportsLongCacheRetention: false;
14916
+ thinkingFormat: "together";
14917
+ };
14918
+ reasoning: true;
14919
+ thinkingLevelMap: {
14920
+ minimal: null;
14921
+ low: null;
14922
+ medium: null;
14923
+ };
14924
+ input: "text"[];
14925
+ cost: {
14926
+ input: number;
14927
+ output: number;
14928
+ cacheRead: number;
14929
+ cacheWrite: number;
14930
+ };
14931
+ contextWindow: number;
14932
+ maxTokens: number;
14933
+ };
14880
14934
  };
14881
14935
  readonly "vercel-ai-gateway": {
14882
14936
  readonly "alibaba/qwen-3-14b": {