Models / Image / FLUX.1 [schnell] Free API
FLUX.1 [schnell] Free API
Image
Free
Free endpoint for the SOTA open-source image generation model by Black Forest Labs.
Try our FLUX.1 API

Free
API Usage
How to use FLUX.1 [schnell] FreeModel CardPrompting FLUX.1 [schnell] FreeApplications & Use CasesHow to use FLUX.1 [schnell] FreeFLUX.1 [schnell] Free API Usage
Endpoint
black-forest-labs/FLUX.1-schnell-Free
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-Free",
"prompt": ""
}'
JSON RESPONSE
RUN INFERENCE
from together import Together
client = Together()
response = client.images.generate(
prompt="",
model="black-forest-labs/FLUX.1-schnell-Free"
)
print(response.data[0].b64_json)
JSON RESPONSE
RUN INFERENCE
import Together from "together-ai";
const together = new Together();
const response = await together.images.create({
model: "black-forest-labs/FLUX.1-schnell-Free",
prompt: ""
});
console.log(response.data[0].b64_json);
JSON RESPONSE
Model Provider:
FLUX
Type:
Image
Variant:
[schnell]
Parameters:
12B
Deployment:
✔ Serverless
✔️ On-Demand Dedicated
Quantization
Context length:
Pricing:
Free
Check pricing
Run in playground
Deploy model
Quickstart docs
Quickstart docs
How to use FLUX.1 [schnell] Free
Model details
Prompting FLUX.1 [schnell] Free
Applications & Use Cases
How to use FLUX.1 [schnell] Free
Looking for production scale? Deploy on a dedicated endpoint
Deploy FLUX.1 [schnell] Free on a dedicated endpoint with custom hardware configuration, as many instances as you need, and auto-scaling.
