Free Text‑to‑Speech
Turn text into natural speech with MeloTTS, running on Cloudflare Workers AI. Pick a voice, try it free, or bring your own Cloudflare token for unlimited use — no signup, no install.
1 · Choose a voice
Free 2 · Try it now
Checking today's free quota…
The honest way: run it yourself
Cloudflare gives every account a free Workers AI allowance. The most private and sustainable way to use this model is to run it in your own Cloudflare account, straight from the official docs — nothing here in between:
MeloTTS model docs → Workers AI REST API quick‑start →
If you'd rather not touch a terminal, the box below does that one API call for
you. Here's exactly what happens, with nothing hidden:
- A browser can't call Cloudflare's API directly (CORS blocks it), so your token is sent to our server, which makes the single request on your behalf.
- Your token is used only for that one call and then discarded. We never store it (not in any database or log) and never reuse it.
- You stay in control: use a token scoped to Workers AI only, and you can delete it from your Cloudflare dashboard at any time.
Your token 3 · Unlimited with your own account
How to create a safe, minimal token (2 minutes)
- Open dash.cloudflare.com → My Profile → API Tokens and click Create Token → Create Custom Token.
- Under Permissions, add exactly one:
Account·Workers AI·Read. Nothing else — this token can only run AI models, it can't touch your DNS, sites, or billing. - Under Account Resources, select the account you want to use.
- Click Continue → Create Token and copy the token value.
- Find your Account ID: in the dashboard open Workers & Pages — the Account ID is in the right‑hand sidebar (a 32‑character hex string).