Capability
Image generation,per image, no GPUs.
Generate images with open models on the OpenAI-compatible /v1/images/generations endpoint. Build creative tools and multimodal agents, billed per image, with no GPU to manage.
Models you can call
Served on FlexAI today, on the OpenAI-compatible API.
| Model | Context | Price | Status |
|---|---|---|---|
| FLUX.1 [schnell] | — | $0.00045 / image | Serving |
Call it
OpenAI-compatible /v1/images/generations. Same key as every other model.
curl https://tokens.flex.ai/v1/images/generations \
-H "Authorization: Bearer $FLEXAI_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "FLUX.1-schnell",
"prompt": "a serene mountain lake at dawn"
}'In the pipeline
Use cases that put this capability to work.
Start serverless and pay per use. When volume proves out, move to a dedicated endpoint on the same key.
Every modality, one API key
Text, vision, image, audio, and embeddings behind one OpenAI-compatible key.
$10/month in free credits for your first 3 months