Generate image using DALL-E or other providers
Runtime API - Core
Generate image using DALL-E or other providers
POST
Generate image using DALL-E or other providers
Documentation Index
Fetch the complete documentation index at: https://docs.runflow.ai/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
Prompt describing the image to generate
Example:
"A futuristic city skyline at sunset with flying cars"
LLM provider for image generation
Available options:
openai, azure, bedrock Image generation model
Example:
"dall-e-3"
Provider name (configured in LLM Providers) for credential resolution
Example:
"OpenAI Production"
Image size
Available options:
256x256, 512x512, 1024x1024, 1792x1024, 1024x1792 Image quality (DALL-E 3 only)
Available options:
standard, hd Image style (DALL-E 3 only)
Available options:
vivid, natural Number of images to generate
Required range:
1 <= x <= 4Response
Image generation result: { images: [{ url? | b64Json? }], model, provider, usage? }.