All Models
FLUX.1 Kontext Max
FLUX.1 Kontext Max
Image
💎

FLUX.1 Kontext Max

Black Forest Labs

About

FLUX.1 Kontext Max is the pinnacle of the FLUX Kontext family, delivering the highest image quality with unmatched instruction-following precision. For projects where visual excellence is critical — high-end advertising, luxury brand imagery, editorial photography simulation — Kontext Max is the definitive choice.

Pricing Tiers

Resolution / TierCostCredits
Standard$0.090/img19 cr

Use Cases

Luxury brand imageryEditorial-quality photographyHigh-end advertising assetsFine art generation

API Example

JavaScript
const response = await fetch("https://api.lumavo.com/v1/txt2img", {
  method: "POST",
  headers: {
    "Authorization": "Bearer YOUR_API_KEY",
    "Content-Type": "application/json"
  },
  body: JSON.stringify({
    model: "flux-kontext-max",
    prompt: "Ultra-detailed portrait of a fashion model in haute couture, editorial magazine style",
    count: 1
  })
});

const { taskId } = await response.json();