Back to Models
FLUX.1 [dev]
black-forest-labs/flux.1-dev
Black Forest Labs
Image Generation
Description
FLUX.1 [dev] by Black Forest Labs. This model supports image capabilities.
Specifications
Pricing
- Per Image Cost:
- $0.05000000
- Images per Dollar:
- 20.00
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-dev",
messages: [{ role: "user", content: "Hello!" }],
});