UNIFIED MEDIA GENERATION API

MEDIAFORGE

Every Pixel. Every Frame. Every Dimension.

15+
PROVIDERS
4
MEDIA TYPES
<3s
AVG LATENCY
99.9%
UPTIME

Four Dimensions of Generation

One API. One subscription. Every creative medium routed to the best provider automatically.

IMAGE

Photorealistic renders, concept art, textures, and illustrations. Up to 4K resolution with inpainting and outpainting.

FLUX.2 Qwen Image Stable Diffusion DALL-E

VIDEO

Text-to-video, image-to-video, and video-to-video transforms. Cinematic motion, lip sync, and camera control.

Kling 3.0 Seedance 2.0 Wan 2.6 Hunyuan LTX

3D MODELS

Text or image to production-ready 3D meshes with PBR textures. GLB, OBJ, FBX, and USD export.

Meshy Rodin Sloyd

AUDIO

Voice cloning, text-to-speech, music generation, and sound effects. Studio-grade output with emotional control.

ElevenLabs Suno

Built for Production Workflows

Not a wrapper. A routing engine with failover, local GPU support, and enterprise delivery.

SMART PROVIDER ROUTING

Requests auto-route to the best provider for your prompt. Fail over to alternates if a provider is slow or down.

LOCAL GPU FALLBACK

Own a DGX Spark? Run FLUX, Wan 2.6, and LTX locally for free. Cloud handles overflow automatically.

FREE ON SPARK

BATCH PROCESSING

Submit up to 10,000 jobs in a single API call. Track progress with real-time status webhooks.

WEBHOOK DELIVERY

Get results pushed to your endpoint when ready. No polling. Signed payloads with retry logic built in.

🔒

PRIVATE BY DEFAULT

Your prompts and outputs are never used for training. SOC 2 compliant. Optional R2 cold storage.

CLOUDFLARE EDGE CDN

Generated assets served from 300+ edge locations. Signed URLs with TTL control. Sub-50ms delivery.

Try the Engine

Select a media type, write a prompt, and watch MediaForge route to the optimal provider.

mediaforge generate
CONNECTED
AWAITING INPUT
provider: — latency: —

Scale Without Surprises

All plans include every provider. No per-model surcharges. Local Spark GPU usage is always free.

Creator
$29/mo
500 generations / month
  • All 15+ providers included
  • Image, Video, 3D, Audio
  • Smart auto-routing
  • Webhook delivery
  • Community support
Agency
$299/mo
Unlimited generations
  • Everything in Studio
  • Batch API (up to 10K jobs)
  • Dedicated routing pool
  • Unlimited Spark GPU
  • 4hr support SLA
  • R2 storage (500GB)
  • SOC 2 compliance report
  • Custom webhook signing

⚡ Local DGX Spark generations are free on all plans and do not count toward your quota.

Three Lines to Generate

RESTful API with SDKs for Python, TypeScript, Go, and cURL. Streaming support for video and audio.

from mediaforge import MediaForge

client = MediaForge(api_key="mf_sk_...")

# Generate an image — provider auto-selected
result = client.generate(
    media="image",
    prompt="Cyberpunk samurai on a neon rooftop, rain, 8K",
    size="1024x1024",
    webhook="https://yourapp.com/hook"
)

print(result.url)       # CDN URL, ready in <3s
print(result.provider)  # "flux.2" (auto-selected)
print(result.cost)      # 0.04 credits
POST /v1/generate
POST /v1/batch
GET /v1/status/:id
GET /v1/providers
POST /v1/upscale
DELETE /v1/assets/:id