288 models · one API · pay-as-you-go

Every state-of-the-art AI model behind one API.

Generate video, images, music and text through a single endpoint. Same providers as the big labs — up to 60% cheaper.

AI-generated studio scene
AI-generated coffee shop
AI-generated astronaut scene
AI-generated macro photo
AI-generated sports car
AI-generated zen garden
Same providers as the big labs
OpenAI Google DeepMind Anthropic ByteDance Suno Runway Black Forest Labs
288
models
60%
cheaper than official APIs
~6s
median image latency
99.9%
upstream uptime
Every modality

One API. Four superpowers.

The same Bearer token works for generative video, images, music and chat. Change one parameter, get a different modality.

Video

Veo 3.1 · Runway Aleph · Seedance 2. Text-to-video, image-to-video, edit existing clips. 720p–1080p, up to 10 seconds.

Image

Flux Kontext Pro · Nano Banana · 4o Image. Text-to-image, editing, upscaling. PNG / JPG, any aspect ratio.

Music

Suno v3.5 → v4.5 Plus · MusicGen · Mureka. Up to 8-minute tracks with vocals, custom lyrics, persona cloning.

Chat

GPT-5 · Claude Opus 4.6 · Gemini 3 Pro. Long-context reasoning, tool use, streaming responses out of the box.

Popular right now

Hand-picked from the catalog.

Click any to see pricing, sample code and try it live in the playground.

See all 288 models →
Quick start

Ship in 30 seconds.

Same request shape as the OpenAI-compatible providers — just change the host. Rate limit, errors, headers all identical.

curl https://aimarcusimage.eu/api/v1/jobs/createTask \
  -H "Authorization: Bearer sk-aig-..." \
  -H "Content-Type: application/json" \
  -d '{
    "model": "google/nano-banana",
    "input": {
      "prompt": "A golden retriever running through autumn leaves, cinematic",
      "output_format": "png",
      "image_size": "16:9"
    }
  }'

# → { "code": 200, "data": { "taskId": "..." } }
# Poll /api/v1/jobs/recordInfo?taskId=... until state="success"
Built on

The model labs you already trust.

OpenAI
Google
Anthropic
ByteDance
Suno
Runway
BFL · Flux
Kling
Ideogram
Recraft
Stability
MiniMax
FAQ

Everything you need to know.

What is AI Generate? +

AI Generate is a single-API gateway for 288 state-of-the-art AI models — video (Veo 3.1, Runway Aleph, Seedance 2), image (Flux Kontext Pro, Nano Banana, 4o Image), music (Suno v4.5), and chat (GPT-5, Claude Opus 4.6, Gemini 3 Pro). You pay per use, up to 60% cheaper than calling each provider directly.

How is the pricing calculated? +

You buy credits once ($10 / $50 / $200 packages) and spend them as you call the API. Each model has a per-unit price (per second of video, per image, per million tokens). See pricing for the full table, which is synced daily from upstream providers.

Is it OpenAI-compatible? +

Yes. The /api/v1/chat/completions endpoint accepts the standard OpenAI request shape (model + messages). Streaming SSE works out of the box. Just change the host and use your sk-aig-... key.

Can I use Claude or Gemini? +

Yes. We route Claude (claude-opus-4.6, claude-sonnet-4.5, claude-haiku-4.5) directly to Anthropic and Gemini through the OpenRouter / Google path. All with the same Bearer-token call.

How fast are image and video generations? +

Image generation (Nano Banana, Flux) completes in ~6-10 seconds. Video (Veo 3 Fast, Seedance 2 Fast) completes in 30-120 seconds depending on duration and resolution. Results are delivered via webhook or polling.

Do you offer free credits? +

Yes — every new account gets $10 free credits on signup. Invite a friend with your referral link and earn +20 credits per signup, while they get +10.

Is there a rate limit? +

20 generation requests per 10 seconds per API key. Polling task status does not count against the limit. Higher limits available for enterprise accounts.

Can I set spending limits? +

Yes. Daily and monthly USD caps configurable per account. API calls return HTTP 402 when the cap is reached until the next period, so you never get surprise bills.

Your first generation is free.

Sign up, get $10 in credits, and ship your first image in under a minute.