gateway · live50+ models · image · video · voice · vector · music

Generateanything.50% less.

One API for images, video, vector SVG, image edits, AI upscalers, ElevenLabs voices, song generation, transcription and realtime voice agents — Veo 3.1, Kling 3, Seedance 2.0, Nano Banana Pro, Flux 2, Imagen 4 Ultra, Recraft SVG, Topaz upscale, and more. We pass through upstream cost; you keep the savings.

no subscriptionno markup mathcrypto top-ups
50% off
launch pricing
$50$100

of pure AI compute. No subscription. No expiry.

  • Pass-through cost — we charge exactly what the upstream charges us. Zero markup, zero hidden multipliers.
  • Bulk buying power — our $50 funds $100 of upstream credit.
  • Itemized usage — see exact cost per image, second of video, minute of audio.
Claim my $100 of credit
01 · capabilities

Every media model — one endpoint.

Tap any tile to see the top models for each capability. Swap the model string — keep your code, prompts, tools.

01

Image generation

Concept art, product mocks, brand assets. One endpoint, every frontier model.

17+ image models
hover to see top picks
02

Vector & SVG

Text-to-vector graphics — logos, icons, illustrations. Scalable, editable, ready for production.

Scalable SVG output
hover to see top picks
03

Image editing & upscale

Image-to-image edits, outpainting, AI upscalers. Up to 8× detail recovery on stills.

7 edit + 4 upscale models
hover to see top picks
04

Video generation

Generate, extend, image-to-video. Frontier quality from every major lab.

23+ video models (t2v + i2v)
hover to see top picks
05

Music & song

Generate full music tracks from text prompts — vocals, instruments, up to 4 minutes. 1-4 variants per request.

AI-composed tracks
hover to see top picks
06

Speech → text

Diarization, timestamps, 99+ languages. Realtime or batch.

Transcription, 99+ languages
hover to see top picks
07

Text → speech

10 ElevenLabs TTS models + Deepgram Aura 2. 30+ languages, 100s of voices per model.

11 TTS models
hover to see top picks
08

Realtime voice

Sub-300ms voice agents. Two-way audio with function calling.

Live audio stack
hover to see top picks
02 · catalog

Every leading media model.
Zero contracts.

Image, video, voice, realtime — switch by changing one string.

nano-banana-proGoogle
nano-banana-2Google
gpt-image-2OpenAI
gpt-image-1.5OpenAI
imagen4-ultraGoogle
imagen4-fastGoogle
flux-2Black Forest
seedream-4.5ByteDance
kling-v3-imageKuaishou
qwen-image-2Alibaba
grok-imaginexAI
recraft-v4.1-svgRecraft
nano-banana-2-editGoogle
seedream-4.5-editByteDance
topaz-upscaleTopaz Labs
aura-srAura SR
veo3Google
veo3-fastGoogle
nano-banana-proGoogle
nano-banana-2Google
gpt-image-2OpenAI
gpt-image-1.5OpenAI
imagen4-ultraGoogle
imagen4-fastGoogle
flux-2Black Forest
seedream-4.5ByteDance
kling-v3-imageKuaishou
qwen-image-2Alibaba
grok-imaginexAI
recraft-v4.1-svgRecraft
nano-banana-2-editGoogle
seedream-4.5-editByteDance
topaz-upscaleTopaz Labs
aura-srAura SR
veo3Google
veo3-fastGoogle
kling-o3-proKuaishou
kling-o3-standardKuaishou
seedance-2ByteDance
seedance-2-fastByteDance
luma-dream-machineLuma Labs
pika-v2.2Pika
pixverse-v4.5Pixverse
hailuo-02-proMiniMax
veo3-i2vGoogle
seedance-2-i2vByteDance
eleven_v3ElevenLabs
eleven_flash_v2_5ElevenLabs
eleven_multilingual_v2ElevenLabs
eleven_turbo_v2_5ElevenLabs
elevenlabs-music-v1ElevenLabs
deepgram_aura_2Deepgram
deepgram-nova-3Deepgram
xai-realtime-voicexAI
kling-o3-proKuaishou
kling-o3-standardKuaishou
seedance-2ByteDance
seedance-2-fastByteDance
luma-dream-machineLuma Labs
pika-v2.2Pika
pixverse-v4.5Pixverse
hailuo-02-proMiniMax
veo3-i2vGoogle
seedance-2-i2vByteDance
eleven_v3ElevenLabs
eleven_flash_v2_5ElevenLabs
eleven_multilingual_v2ElevenLabs
eleven_turbo_v2_5ElevenLabs
elevenlabs-music-v1ElevenLabs
deepgram_aura_2Deepgram
deepgram-nova-3Deepgram
xai-realtime-voicexAI
imagevideovoicerealtime
03 · the math

You pay $50.
You get $100 of compute.

Our buying power becomes your pricing edge. Then every request bills at the upstream's actual cost — no markup, no padded units.

minimum top-up
you pay0
you receive0
save$50/ top-up
Top up now →
the mechanics

How $50 becomes $100.

01

You buy $100 of credit

Pay $50 in crypto or via redeem code. We seed your wallet with $100 of upstream credit immediately.

02

Every job bills at upstream cost

An image generation that costs us $0.04 bills your wallet for $0.04. Itemized in USD, per image / per second / per minute — no rounding tricks.

03

No expiry, no minimums after

Credit doesn't disappear. Re-top whenever — same 50%-off ratio applies.

launch pricing · while supplies last ·first 1,000 wallets

04 · drop-in

Three lines.
That's the migration.

Change the base URL. Change the API key. Swap the model name to any media model in the catalog. Your code, your prompts, your tools — unchanged.

  • 100% schema-compatible with the OpenAI SDK
  • Image, video, audio — same endpoint shape
  • Per-job webhooks for long-running renders
  • Signed asset URLs · automatic retries
from openai import OpenAI

client = OpenAI(
    base_url="https://api.echotokens.com/v1",
    api_key="sk-echo-...",
)

response = client.images.generate(
    model="flux-2-pro",
    prompt="a serene mountain lake at dawn",
    n=1,
    size="1024x1024",
)
print(response.data[0].url)
05 · built-in

Engineered for production.
Priced like a deal.

Fallback. Webhooks. Signed URLs. Async queue. Spend limits. IP locks. The infrastructure you'd build yourself — already built.

Smart fallback

Upstream rate-limited? We retry on a sibling model. You set the priority list.

Per-job webhooks

Long-running video and image jobs ping your endpoint when ready. No polling, no timeouts.

Signed asset URLs

Generated images and videos return signed URLs scoped to your project. Expire in 24h or shorter on demand.

Asynchronous job queue

Video renders can take minutes. Submit, poll, or webhook — pick your retrieval style per job.

Spending limits

Cap a key at $5/day or $50/month. Hard ceilings, soft warnings, rolling windows.

Itemized usage

Every job: model, asset count, seconds rendered, USD cost, latency, request ID — exportable as CSV.

IP allowlisting

Lock keys to specific CIDR ranges. Per-key, per-environment, zero downtime to update.

Bring your own storage

Pipe generated assets straight to your S3 / GCS bucket. The gateway never holds your media.

$50 unlocks $100

Ship in five minutes.

Sign up, drop in a key, point your SDK. The next hundred dollars of compute is on us — at fifty.

© 2026 echotokens