Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit eb51e11

Browse files
fix: disable prompt caching for kimi-k2p5-turbo
Roo Code passes Anthropic-style cache_control blocks in OpenAI-compatible API calls, which causes validation errors when using Fireworks as an OpenAI-compatible provider. Disable prompt caching until this is fixed.
1 parent 917b558 commit eb51e11

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/types/src/providers/fireworks.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,9 @@ export const fireworksModels = {
7777
maxTokens: 16384,
7878
contextWindow: 262144,
7979
supportsImages: true,
80-
supportsPromptCache: true,
80+
supportsPromptCache: false,
8181
inputPrice: 0,
8282
outputPrice: 0,
83-
cacheReadsPrice: 0,
8483
description:
8584
"Kimi K2.5 Turbo router - same configuration as kimi-k2p5 but with improved performance through Fireworks routing (FirePass - https://docs.fireworks.ai/firepass).",
8685
},

0 commit comments

Comments
 (0)