Flux 1.1 Pro Ultra - Image Generator
Ultra-premium AI image generation model by Black Forest Labs. Flux 1.1 Pro Ultra represents the absolute pinnacle of AI image generation technology, delivering unparalleled quality, detail, and realism with advanced raw mode processing and ultra-high-resolution capabilities.
Endpoint
Request Headers
| Field | Value |
|---|---|
| API-KEY | <api-key> |
| Content-Type | application/json |
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
type | string | Yes | Feature type identifier. Must be IMAGE_GENERATOR |
model | string | Yes | AI model identifier. Must be black-forest-labs/flux-1.1-pro-ultra |
promptObject | object | Yes | Configuration object containing all generation parameters |
Prompt Object Parameters
| Parameter | Type | Required | Description | Default |
|---|---|---|---|---|
prompt | string | Yes | Text description of the image to generate | - |
image_prompt | string | No | Path to input image from Asset API for image-to-image generation | - |
aspect_ratio | string | No | Image aspect ratio (1:1, 16:9, 9:16, 3:2, 2:3, 4:5, 5:4, custom) | 1:1 |
image_prompt_strength | number | No | Influence of input image in image-to-image generation (0-1) | 0.1 |
safety_tolerance | number | No | Safety filtering tolerance level (0-5) | 2 |
raw_mode | boolean | No | Enable raw processing for maximum quality and detail | false |
seed | number | No | Random seed for reproducibility (0-4294967295) | Random |
Supported Aspect Ratios
| Ratio | Use Case |
|---|---|
| 1:1 | Square images, social media posts |
| 16:9 | Widescreen, video thumbnails |
| 9:16 | Vertical video, mobile screens |
| 3:2 | Standard photography |
| 2:3 | Portrait photography |
| 4:5 | Instagram posts |
| 5:4 | Landscape photography |
| custom | Use specific width/height values |
Ultra Features
| Feature | Description |
|---|---|
| Raw Mode | Unprocessed output for maximum detail and authenticity |
| Ultra Resolution | Highest quality generation with enhanced detail |
| Image Prompt Strength | Precise control over image-to-image influence |
| Advanced Safety | Granular content filtering with ultra-wide tolerance range |
| Premium Quality | Industry-leading realism and detail |
Safety Controls
| Level | Tolerance | Description |
|---|---|---|
| 0 | Ultra Strict | Maximum content filtering |
| 1 | Very High | Strict safety measures |
| 2 | High | Strong filtering (default) |
| 3 | Medium | Balanced filtering |
| 4 | Low | Relaxed filtering |
| 5 | Minimal | Least restrictive |
Raw Mode Processing
| Mode | Output | Use Case |
|---|---|---|
| Standard | Optimized output | General use, web content |
| Raw | Unprocessed data | Professional editing, maximum fidelity |
Code Examples
- cURL
- JavaScript
- Python
curl --location 'https://api.1min.ai/api/features' \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"type": "IMAGE_GENERATOR",
"model": "black-forest-labs/flux-1.1-pro-ultra",
"promptObject": {
"prompt": "Ultra-realistic portrait of a person with intricate detail and perfect lighting",
"aspect_ratio": "2:3",
"safety_tolerance": 2,
"raw_mode": true
}
}'
fetch('https://api.1min.ai/api/features', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'API-KEY': 'YOUR_API_KEY'
},
body: JSON.stringify({
type: 'IMAGE_GENERATOR',
model: 'black-forest-labs/flux-1.1-pro-ultra',
promptObject: {
prompt: 'Ultra-realistic portrait of a person with intricate detail and perfect lighting',
aspect_ratio: '2:3',
safety_tolerance: 2,
raw_mode: true
}
})
})
import requests
url = "https://api.1min.ai/api/features"
headers = {
"Content-Type": "application/json",
"API-KEY": "YOUR_API_KEY"
}
data = {
"type": "IMAGE_GENERATOR",
"model": "black-forest-labs/flux-1.1-pro-ultra",
"promptObject": {
"prompt": "Ultra-realistic portrait of a person with intricate detail and perfect lighting",
"aspect_ratio": "2:3",
"safety_tolerance": 2,
"raw_mode": True
}
}
response = requests.post(url, headers=headers, json=data)
Interactive Playground
API Playground
https://api.1min.ai/api/featuresGenerated cURL Command:
curl -X POST "https://api.1min.ai/api/features" \
-H "API-KEY: <your-api-key>" \
-H "Content-Type: application/json" \
-d '{
"type": "IMAGE_GENERATOR",
"model": "black-forest-labs/flux-1.1-pro-ultra",
"promptObject": {
"prompt": "Ultra-realistic portrait of a person with intricate detail and perfect lighting",
"aspect_ratio": "2:3",
"image_prompt_strength": 0.1,
"safety_tolerance": 2,
"raw_mode": false
}
}'
Response Format
{
"aiRecord": {
"uuid": "e4f5g6h7-i8j9-0123-4567-890123defghi",
"userId": "user-12345",
"teamId": "team-67890",
"model": "black-forest-labs/flux-1.1-pro-ultra",
"type": "IMAGE_GENERATOR",
"status": "SUCCESS",
"createdAt": "2025-01-15T10:50:00.000Z",
"aiRecordDetail": {
"promptObject": {
"prompt": "Ultra-realistic portrait of a person with intricate detail and perfect lighting",
"aspect_ratio": "2:3",
"safety_tolerance": 2,
"raw_mode": true
},
"resultObject": [
"development/images/2025_01_15_10_50_45_001_ultra_portrait.jpg"
]
},
"temporaryUrl": "https://s3.us-east-1.amazonaws.com/asset.1min.ai/development/images/2025_01_15_10_50_45_001_ultra_portrait.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&..."
}
}
Use Cases
- Ultra-High-End Photography: Museum-quality digital art and photography
- Professional Film/TV: Concept art and pre-production visualization
- Luxury Brand Marketing: Premium advertising and high-end product imagery
- Fine Art Galleries: Digital art installations and exhibitions
- Scientific Visualization: Highly detailed technical and medical imagery
Tips for Best Results
-
Raw Mode Strategy:
- Enable raw mode for maximum detail and authenticity
- Use for projects requiring post-processing flexibility
- Standard mode for immediate use and web content
-
Image-to-Image Excellence:
- Use low image_prompt_strength (0.1-0.3) for subtle transformations
- Higher values (0.4-0.7) for significant style changes
- Combine with appropriate safety tolerance for creative freedom
-
Ultra Quality Prompts:
- Include technical photography terms (depth of field, bokeh, lighting)
- Specify material properties (texture, reflection, transparency)
- Mention camera settings and lens characteristics
-
Safety Tolerance Optimization:
- Start with level 2 for balanced results
- Adjust based on creative requirements and content policies
- Higher tolerance enables more artistic expression
Performance Notes
Flux 1.1 Pro Ultra requires significantly more credits and processing time due to its ultra-high quality output. Reserve for projects requiring the absolute highest quality.
Raw mode provides unprocessed output with maximum detail retention, ideal for professional workflows requiring post-processing flexibility and archival quality.
Notes
Flux 1.1 Pro Ultra represents the absolute pinnacle of AI image generation technology. With raw mode processing and ultra-premium algorithms, it delivers unmatched realism and detail for the most demanding professional applications.