Back to Models
FLUX.1 Kontext [pro]
black-forest-labs/flux.1-kontext-pro
Black Forest Labs
Image Generation
Description
FLUX.1 Kontext [pro] by Black Forest Labs. This model supports image capabilities.
Specifications
Pricing
- Per Image Cost:
- $0.08000000
- Images per Dollar:
- 12.50
Usage Example
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://api.yourproxy.com/v1",
apiKey: process.env.PROXY_KEY,
});
const completion = await client.chat.completions.create({
model: "black-forest-labs/flux.1-kontext-pro",
messages: [{ role: "user", content: "Hello!" }],
});