Version guide · Ideogram v2

Lower v2 Turbo Costs: When Stock Beats Another Ideogram v2 Call

If v2 Turbo is in your agent’s tool list, add a stock tool with higher priority for non-unique needs.

Where image API costs go off the rails

Weekend prototypes become production habits

The v2 Turbo call you pasted into a demo stays forever—and keeps billing.

Error handling re-generates

Naïve retries after timeouts double v2 Turbo spend without improving UX.

Multi-model routing multiplies keys

Falling back across hosts still bills; it rarely asks whether stock would do.

You need a cheap default path

Epochal-style flat stock is the default; v2 Turbo is the exception for unique finals.

Cost notes for v2 Turbo

Latency-sensitive UIs suffer when every image is an inference. Catalog fetches via short-lived Epochal download URLs are simpler for placeholders than waiting on v2 Turbo. Unlimited originals with one concurrent transfer beat open-ended generative fan-out.

When a screenshot, empty state, or draft blog image would look fine from a catalog, skip another v2 Turbo billable call. Prefer Epochal Stock for those slots, then spend Ideogram v2 budget only on outputs that must be generative.

The fix: Epochal Stock at $50 USD/month (no per-image fee)

When the image does not need a unique v2 Turbo synthesis, use Epochal Stock Developer Image API: a single plan at $50 USD/month with no free tier and no per-image fee. You get full catalog access, 30 requests/minute per account (all keys share the bucket), and unlimited original downloads with one concurrent transfer. Authenticate server-side only with a Bearer key—never expose secrets in browser JavaScript. Keep v2 Turbo for finals that must be generative; let Epochal cover prototypes, fixtures, and placeholders.

  • Price: $50 USD/month — single plan
  • Per-image billing: none
  • Rate limit: 30 requests/minute per account
  • Downloads: unlimited originals, one concurrent transfer
  • Best for: tests, prototypes, and placeholders instead of another v2 Turbo generation
curl -sS "https://epochalstock.com/api/v1/images?tags=workspace,startup&limit=12" \
  -H "Authorization: Bearer $EPOCHAL_API_KEY"

Keys stay on your server. Never pass ?api_key= or ship secrets to the browser.

Get the Epochal developer API See pricing details

Stock examples for v2 Turbo

Pulled server-side from Epochal tags: marketing, city, design. Previews are cached; API keys never hit the browser.

Skater Man in a Colorful Tunnel With Fog and Lights at Night — stock example for v2 Turbo version page
Skater Man in a Colorful Tunnel With Fog and Lights at Night
Young Man in Knitted Balaclava Standing on Stairs, City Setting — stock example for v2 Turbo version page
Young Man in Knitted Balaclava Standing on Stairs, City Setting
Classic Hollywood Style Basement Theater Interior With Red Curtains — stock example for v2 Turbo version page
Classic Hollywood Style Basement Theater Interior With Red Curtains
Model Walking in a Long Technical Coat in a Tiled Tunnel — stock example for v2 Turbo version page
Model Walking in a Long Technical Coat in a Tiled Tunnel
Hindu Temple Surrounded by Blooming Bougainvillea in Sunset — stock example for v2 Turbo version page
Hindu Temple Surrounded by Blooming Bougainvillea in Sunset
Vintage Projector in Basement Theater With Soft Light Rays — stock example for v2 Turbo version page
Vintage Projector in Basement Theater With Soft Light Rays

FAQ

Is v2 Turbo cheaper if I just use it less carefully?

Care helps, but architecture helps more. Move non-unique work off v2 Turbo entirely with Epochal Stock at $50 USD/month.

Does Epochal imitate v2 Turbo?

No. Epochal serves licensed stock. Keep v2 Turbo when you need unique generative output.

What are Epochal’s hard limits?

Single plan $50 USD/month; no free tier; no per-image fee; 30 requests/minute per account; unlimited originals with one concurrent transfer; Bearer auth server-side only.

Should fixtures pin v2 Turbo?

No. Fixtures should pin stable files or stock IDs. Live v2 Turbo makes visual tests flaky and expensive.

Other Ideogram v2 versions

← All Ideogram v2 cost tactics