v1
latestOpenAPI 3.0.32026-07-26172157253.6 KBClient
Generate images (deprecated)
Deprecated compatibility proxy. New integrations should use OpenRouter image-capable models directly with the provisioned OpenRouter key.
post/api/ai/image/generation
Request body
Example request
{
"model": "openai/dall-e-3",
"prompt": "A serene landscape with mountains and a lake at sunset"
}Response
Images generated successfully
Example response
{
"nextActions": "Images have been generated successfully. Use the returned URLs or base64 data to access them."
}