@caupulican/pi-ai 0.80.45 → 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.
package/dist/models.generated.js
CHANGED
|
@@ -3875,7 +3875,7 @@ export const MODELS = {
|
|
|
3875
3875
|
cacheRead: 0.26,
|
|
3876
3876
|
cacheWrite: 0,
|
|
3877
3877
|
},
|
|
3878
|
-
contextWindow:
|
|
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:
|
|
12602
|
+
output: 2.65,
|
|
12585
12603
|
cacheRead: 0,
|
|
12586
12604
|
cacheWrite: 0,
|
|
12587
12605
|
},
|