This website uses cookies to anonymously analyze website traffic using Google Analytics.

Models / Black Forest LabsFLUX /  / FLUX.1 [schnell] API

FLUX.1 [schnell] API

Fastest available endpoint for the SOTA open-source image generation model by Black Forest Labs.

Try our FLUX.1 API

FLUX.1 [schnell] API Usage

Endpoint

RUN INFERENCE

curl -X POST "https://api.together.xyz/v1/images/generations" \
  -H "Authorization: Bearer $TOGETHER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "black-forest-labs/FLUX.1-schnell",
    "prompt": ""
   }'

RUN INFERENCE

from together import Together

client = Together()
response = client.images.generate(
    prompt="",
    model="black-forest-labs/FLUX.1-schnell"
)
print(response.data[0].b64_json)

RUN INFERENCE

import Together from "together-ai";

const together = new Together();

const response = await together.images.create({
  model: "black-forest-labs/FLUX.1-schnell",
  prompt: ""
});
console.log(response.data[0].b64_json);

How to use FLUX.1 [schnell]

Model details

Prompting FLUX.1 [schnell]

Applications & Use Cases

Looking for production scale? Deploy on a dedicated endpoint

Deploy FLUX.1 [schnell] on a dedicated endpoint with custom hardware configuration, as many instances as you need, and auto-scaling.

Get started