@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.
@@ -3875,7 +3875,7 @@ export const MODELS = {
3875
3875
  cacheRead: 0.26,
3876
3876
  cacheWrite: 0,
3877
3877
  },
3878
- contextWindow: 1048576,
3878
+ contextWindow: 1048575,
3879
3879
  maxTokens: 131072,
3880
3880
  },
3881
3881
  "accounts/fireworks/models/gpt-oss-120b": {
@@ -4022,6 +4022,24 @@ export const MODELS = {
4022
4022
  contextWindow: 202800,
4023
4023
  maxTokens: 131072,
4024
4024
  },
4025
+ "accounts/fireworks/routers/glm-5p2-fast": {
4026
+ id: "accounts/fireworks/routers/glm-5p2-fast",
4027
+ name: "GLM 5.2 Fast",
4028
+ api: "anthropic-messages",
4029
+ provider: "fireworks",
4030
+ baseUrl: "https://api.fireworks.ai/inference",
4031
+ compat: { "sendSessionAffinityHeaders": true, "supportsEagerToolInputStreaming": false, "supportsCacheControlOnTools": false, "supportsLongCacheRetention": false },
4032
+ reasoning: true,
4033
+ input: ["text"],
4034
+ cost: {
4035
+ input: 2.1,
4036
+ output: 6.6,
4037
+ cacheRead: 0.21,
4038
+ cacheWrite: 0,
4039
+ },
4040
+ contextWindow: 1048575,
4041
+ maxTokens: 131072,
4042
+ },
4025
4043
  "accounts/fireworks/routers/kimi-k2p6-fast": {
4026
4044
  id: "accounts/fireworks/routers/kimi-k2p6-fast",
4027
4045
  name: "Kimi K2.6 Fast",
@@ -12581,7 +12599,7 @@ export const MODELS = {
12581
12599
  input: ["text", "image"],
12582
12600
  cost: {
12583
12601
  input: 0.28850000000000003,
12584
- output: 3.17,
12602
+ output: 2.65,
12585
12603
  cacheRead: 0,
12586
12604
  cacheWrite: 0,
12587
12605
  },
@@ -13643,6 +13661,25 @@ export const MODELS = {
13643
13661
  contextWindow: 202752,
13644
13662
  maxTokens: 131072,
13645
13663
  },
13664
+ "zai-org/GLM-5.2": {
13665
+ id: "zai-org/GLM-5.2",
13666
+ name: "GLM-5.2",
13667
+ api: "openai-completions",
13668
+ provider: "together",
13669
+ baseUrl: "https://api.together.ai/v1",
13670
+ compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
13671
+ reasoning: true,
13672
+ thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
13673
+ input: ["text"],
13674
+ cost: {
13675
+ input: 1.4,
13676
+ output: 4.4,
13677
+ cacheRead: 0.26,
13678
+ cacheWrite: 0,
13679
+ },
13680
+ contextWindow: 262144,
13681
+ maxTokens: 164000,
13682
+ },
13646
13683
  },
13647
13684
  "vercel-ai-gateway": {
13648
13685
  "alibaba/qwen-3-14b": {