Compare commits

...

1 Commits

Author SHA1 Message Date
frostbournesb 07caab3157 grok 3 cache pricing 2025-07-08 19:54:54 -07:00
@@ -101,7 +101,7 @@ export async function refreshOpenRouterModels(
break
case "x-ai/grok-3-beta":
modelInfo.supportsPromptCache = true
modelInfo.cacheWritesPrice = 0
modelInfo.cacheWritesPrice = 0.75
modelInfo.cacheReadsPrice = 0
break
default: