@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.
|
@@ -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;
|