Google's Free Tiers Compared: Cloud TTS vs. Translate vs. Flow
Every Google Cloud product has a free tier. What "free tier" actually means — in generosity, in usability, in whether it's enough to run something real on — varies enormously between products. I ended up relying on three of them for this project's pipeline, so here's what each one actually gives you, not what the marketing page implies.
Cloud Text-to-Speech: genuinely generous
Standard and WaveNet voices come with 4 million free characters a month; Neural2 voices get 1 million. These limits reset monthly, not daily, and they don't require a paid upgrade to keep using indefinitely — it's a permanent free tier, separate from the one-time $300 trial credit every new account also gets. For a project generating a few thousand characters of narration a week, this tier is effectively unlimited. This is the one free tier in this list I'd call unambiguously generous.
Cloud Translation API: also generous, less commonly needed
500,000 characters a month, free, permanently. If your project needs to localize a modest amount of text, this covers it comfortably. Less central to what I was building, but worth knowing it's there.
Flow (Veo 3.1): generous-sounding, capped in ways that matter
Roughly 50 credits a day — enough for a handful of short video generations. Where this one differs from the two above: it resets daily rather than monthly (so unused credits don't bank), clips are capped at 8 seconds on the free tier, and free exports carry a visible watermark. I wrote about this in more detail in an earlier post, including the commercial-use question that ultimately mattered more than the credit count.
The actual pattern
The products built primarily for developer infrastructure (TTS, Translation) had the most usable free tiers — large limits, permanent, no strings on commercial use. The product built around a hyped, resource-intensive generative model (Flow/Veo) had the most restricted one — smaller limits, daily resets, visible watermarking, and murkier commercial terms.
That's not a coincidence, and it's probably a reasonable rule of thumb elsewhere too: the more compute-expensive and hyped a "free" AI feature is, the more likely its free tier exists mainly to get you trying the paid one.
Comments
Post a Comment