FLUX.2 Max

Model Information

Display Name: FLUX.2 Max

API Model ID: black-forest-labs/flux-2-max

Category: Text To Image

Description: FLUX.2 [MAX] is the most capable model in the FLUX.2 family. Supports up to 8 input reference images for maximum consistency and creative control. **Key Features:** - Highest quality in the FLUX.2 lineup - Up to 8 reference images for consistency - Multi-reference character and style control - Advanced composition capabilities **Best For:** - Maximum quality creative work - Multi-reference consistency - Complex multi-element compositions

How to Use This Model

To use FLUX.2 Max via the HInow.ai API, use the model ID: black-forest-labs/flux-2-max

API Request Example (Chat/Text)


POST https://api.hinow.ai/v1/chat/completions
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

{
  "model": "black-forest-labs/flux-2-max",
  "messages": [
    {"role": "user", "content": "Your message here"}
  ]
}
              

API Request Example (Image Generation)


POST https://api.hinow.ai/v1/images
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

{
  "model": "black-forest-labs/flux-2-max",
  "prompt": "Your image description here"
}
              

Pricing

  • total: $0.08

Available Parameters

  • aspect_ratio: Output image aspect ratio (Options: 1:1, 4:3, 3:4, 16:9, 9:16, 3:2, 2:3, 21:9, 9:21)
  • output_format: Output image format (Options: jpeg, png, webp)

Quick Reference

To use this model, set: "model": "black-forest-labs/flux-2-max"

Featured: No

Documentation: https://hinow.ai/models/black-forest-labs/flux-2-max

API Endpoint: https://api.hinow.ai/v1

Back to Models

FLUX.2 Max

black-forest-labs/flux-2-max

$0.080
per image

About

FLUX.2 [MAX] is the most capable model in the FLUX.2 family. Supports up to 8 input reference images for maximum consistency and creative control.

Key Features:

  • Highest quality in the FLUX.2 lineup
  • Up to 8 reference images for consistency
  • Multi-reference character and style control
  • Advanced composition capabilities

Best For:

  • Maximum quality creative work
  • Multi-reference consistency
  • Complex multi-element compositions

Capabilities

Text To Image

Parameters

aspect_ratio

Output image aspect ratio

1:14:33:416:99:163:22:321:99:21
output_format

Output image format

jpegpngwebp

Code Examples

curl -X POST https://api.hinow.ai/v1/images \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $HINOW_API_KEY" \
  -d '{
    "model": "black-forest-labs/flux-2-max",
    "prompt": "A beautiful sunset over mountains",
    "parameters": {
      "aspect_ratio": "1:1",
      "output_format": "jpeg"
    }
  }'