FLUX.1 Kontext Pro

Model Information

Display Name: FLUX.1 Kontext Pro

API Model ID: black-forest-labs/flux-kontext-pro

Category: Text To Image

Description: FLUX.1 Kontext [pro] is a context-aware image generation model supporting up to 4 input reference images. Excels at maintaining visual consistency across generations. **Key Features:** - Context-aware generation - Up to 4 reference images - Native aspect ratio support - Prompt upsampling option **Best For:** - Consistent character generation - Style-transfer workflows - Visual storytelling with continuity

How to Use This Model

To use FLUX.1 Kontext Pro via the HInow.ai API, use the model ID: black-forest-labs/flux-kontext-pro

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-kontext-pro",
  "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-kontext-pro",
  "prompt": "Your image description here"
}
              

Pricing

  • total: $0.05

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)

Quick Reference

To use this model, set: "model": "black-forest-labs/flux-kontext-pro"

Featured: No

Documentation: https://hinow.ai/models/black-forest-labs/flux-kontext-pro

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

Back to Models

FLUX.1 Kontext Pro

black-forest-labs/flux-kontext-pro

$0.050
per image

About

FLUX.1 Kontext [pro] is a context-aware image generation model supporting up to 4 input reference images. Excels at maintaining visual consistency across generations.

Key Features:

  • Context-aware generation
  • Up to 4 reference images
  • Native aspect ratio support
  • Prompt upsampling option

Best For:

  • Consistent character generation
  • Style-transfer workflows
  • Visual storytelling with continuity

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

jpegpng

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-kontext-pro",
    "prompt": "A beautiful sunset over mountains",
    "parameters": {
      "aspect_ratio": "1:1",
      "output_format": "jpeg"
    }
  }'