Skip to main content
Black Forest LabsFastUltra

FLUX 1.1 Pro

Fast high-quality image generation, an upgrade to FLUX.1 Pro with faster speed and improved quality. Perfect for production workloads requiring both speed and fidelity.

72 credits
per image
Faster than FLUX.1 Pro
Improved image quality
Ultra-quality output
Production-ready performance
Excellent prompt adherence

Use with AI Assistant

Copy usage instructions for Claude, ChatGPT, or other AI

llms.txt

Quick Start

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "black-forest-labs/flux-1.1-pro",
  "input": {
    "prompt": "Cinematic portrait of a woman in golden hour light, shallow depth of field, film grain, professional photography, 8k ultra detailed",
    "image_size": "portrait_4_3"
  }
}'

Parameters

ParameterTypeRequiredDefaultDescription
promptstringYes-Text description of the image to generate
image_sizestringNolandscape_4_3Output image dimensions
square_hdsquareportrait_4_3portrait_16_9landscape_4_3landscape_16_9
seedintegerNo-Random seed for reproducibility
safety_tolerancestringNo2Content safety level (1-6)

Common Parameters

Common parameters used when calling POST /v1/predictions.

ParameterTypeRequiredDefaultDescription
modelstringYes-Model identifier
inputobjectYes-Object containing the model-specific parameters from the table above
output_folderstringNo-Folder path for output files (max 256 chars, '..' not allowed)
webhook_urlstringNo-Webhook URL to call on completion
is_publicbooleanNofalseIf true, output files are also available via permanent public URLs

Examples

Cinematic Portrait

Generate a high-quality cinematic portrait

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "black-forest-labs/flux-1.1-pro",
  "input": {
    "prompt": "Cinematic portrait of a woman in golden hour light, shallow depth of field, film grain, professional photography, 8k ultra detailed",
    "image_size": "portrait_4_3"
  }
}'

Architectural Visualization

Create photorealistic architectural rendering

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "black-forest-labs/flux-1.1-pro",
  "input": {
    "prompt": "Modern luxury villa with infinity pool overlooking the ocean, architectural photography, golden hour, ultra detailed, professional rendering",
    "image_size": "landscape_16_9"
  }
}'

Tips & Best Practices

1Ideal upgrade from FLUX.1 Pro with better speed-quality ratio
2Use detailed prompts with style references for best results
3Specify lighting and mood for more controlled outputs
4Leverage seed values for consistent batch generation

Use Cases

High-speed production workflows
Commercial advertising campaigns
Professional product photography
Print-quality imagery