Test and deploy production-ready AI models using public endpoints.
Model | Description | Endpoint URL |
---|---|---|
Flux Dev | Offers exceptional prompt adherence, high visual fidelity, and rich image detail. | https://api.runpod.ai/v2/black-forest-labs-flux-1-dev/ |
Flux Schnell | Fastest and most lightweight FLUX model, ideal for local development, prototyping, and personal use. | https://api.runpod.ai/v2/black-forest-labs-flux-1-schnell/ |
/run
or /runsync
).Authorization
header. You can find and create API keys in the RunPod console under Settings > API Keys.
/runsync
endpoint:
/run
endpoint:
/status
endpoint, replacing {job-id}
with the job ID returned from the /run
request:
prompt
(string, required): Text description of the desired image.negative_prompt
(string, optional): Elements to exclude from the image.width
(integer, default: 1024): Image width in pixels (256-1536).height
(integer, default: 1024): Image height in pixels (256-1536).num_inference_steps
(integer, default: 28): Number of denoising steps (1-50).guidance
(float, default: 7.5): How closely to follow the prompt (0.0-10.0).seed
(integer, optional, default: -1): Provide a seed for reproducible results. The default value (-1) will generate a random seed.image_format
(string, default: “jpeg”): Output format (“png” or “jpeg”).prompt
(string, required): Text description of the desired image.negative_prompt
(string, optional): Elements to exclude from the image.width
(integer, default: 1024): Image width in pixels (256-1536).height
(integer, default: 1024): Image height in pixels (256-1536).num_inference_steps
(integer, default: 4): Number of denoising steps (1-8).guidance
(float, default: 7.5): How closely to follow the prompt (0.0-10.0).seed
(integer, optional, default: -1): Provide a seed for reproducible results. The default value (-1) will generate a random seed./run
endpoint:
Model | Price | Billing unit |
---|---|---|
Flux Dev | $0.02 | Per megapixel |
Flux Schnell | $0.0024 | Per megapixel |