← Model library

FLUX.1 Kontext Pro

Context-aware image generation and editing.

Try in Playground

Input / 1M

$0.04

Output / 1M

Context

ImageblackforestServerless

Ways to serve this model

Live model traffic — last 24h

Requests to runaii/flux-kontext-pro across the fleet, from the live meter.

Requests

Tokens

Spend

Quickstart

OpenAI SDK (change the base URL) or the Anthropic SDK — both speak runaii.cloud natively.

curl https://api.runaii.cloud/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $RUNAII_API_KEY" \
  -d '{
    "model": "runaii/flux-kontext-pro",
    "messages": [{"role": "user", "content": "Say hello in Spanish"}]
  }'
liveMaking request