Tools
TanStack AI 0.53.0 adds a Cloudflare Workers AI adapter with multi-credential BYOK
The 2026-09-03 release introduces @tanstack/ai-cloudflare, covering Workers AI chat, summarization, embeddings, image generation, text-to-speech and transcription over the env.AI binding or the REST API, with AI Gateway routing through a gateway option and a cloudflareGateway() helper usable for other providers (#1309). The BYOK plumbing was extended to handle providers needing more than one [redacted] can declare companion credentials with 'with', getByokKeys takes a provider name, and the client sends every x-byok-* header while prompting for each missing value, which is what Cloudflare's token-plus-account-id pair requires.
Source
↳ Follow the thread