We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72962b3 commit 38822d1Copy full SHA for 38822d1
src/api/providers/openrouter.ts
@@ -290,11 +290,13 @@ export async function getOpenRouterModels(options?: ApiHandlerOptions) {
290
modelInfo.cacheReadsPrice = 0.03
291
modelInfo.maxTokens = 8192
292
break
293
+ /* TODO: uncomment once we confirm it's working
294
case rawModel.id.startsWith("google/gemini-2.5-pro-preview-03-25"):
295
case rawModel.id.startsWith("google/gemini-2.0-flash-001"):
296
case rawModel.id.startsWith("google/gemini-flash-1.5"):
297
modelInfo.supportsPromptCache = true
298
299
+ */
300
default:
301
302
}
0 commit comments