Media Generation
WorldRouter generates both images and videos through the same API key and base URL. Pick the surface that matches the model you want to call — only the request body and response shape differ.
Images
Generate images through the OpenAI-compatible /v1/images/generations endpoint (gpt-image-2, Grok Imagine image) or Gemini’s native generateContent route.
OpenAI-compatible
Generate images with gpt-image-2 and the Grok Imagine image models through POST /v1/images/generations.
Gemini multimodal
Generate images with Gemini image models through Google's native generateContent route, forwarded 1:1.
Videos
Generate videos through WorldRouter’s native async task routes. Submit a job, poll until it finishes, then download the result.
Seedance video
Generate videos with Seedance through WorldRouter's native async task routes, including polling and asset-based workflows.
Grok video
Generate videos with xAI Grok Imagine through WorldRouter's async video task API.
Kling video
Create Kuaishou Kling videos through WorldRouter's async create/poll video task routes.
PixVerse video
Create PixVerse videos with pixverse-c1 and pixverse-v6 through WorldRouter's native PixVerse-compatible async routes.
Before you start
- Create a WorldRouter API key in the API Keys dashboard.
- Make sure the team has available credits on the Credits page.
- New to WorldRouter? Run through the Quickstart first for an API key, the base URL, and a connection test.