cloudflare/ai workers-ai-provider@3.1.13
cloudflare/ai
Captured source
source ↗published Apr 28, 2026seen 5dcaptured 8hhttp 200method plain
workers-ai-provider@3.1.13
Repository: cloudflare/ai
Tag: workers-ai-provider@3.1.13
Published: 2026-04-28T21:28:30Z
Prerelease: no
Release notes:
Patch Changes
- #510 `dfd2cb4` Thanks @Specy! - Map
inputTokens.cacheReadandinputTokens.noCachefrom Workers AI'susage.prompt_tokens_details.cached_tokensinstead of always reporting them asundefined. This makes prompt-cache hits visible to consumers that compute pricing or telemetry fromLanguageModelV3Usage(generateText/streamTextresult.usage).
cached_tokens is treated as cacheRead; cacheWrite remains undefined because the OpenAI-style usage shape Workers AI returns does not distinguish cache reads from writes.
Closes #509.
Notability
notability 3.0/10Routine patch release, low traction