Bria FIBO 1.5 on QuickSilver Pro
Bria FIBO 1.5 is Bria's image model trained exclusively on fully licensed data — commercially safe generation with no copyright exposure. On QuickSilver Pro it's $0.055 per generated image, billed from the same prepaid balance as your chat and API usage, through the OpenAI Images API.
At a glance
Commercially-safe image generation on fully licensed training data.
Pricing (per generated image)
| Provider | Per image | vs QSP |
|---|---|---|
| QuickSilver Pro | $0.055 | — |
| typical Bria hosted API | $0.055 | same |
When to use
Reach for Bria FIBO 1.5 when licensing and copyright safety matter — enterprise, advertising and brand work where training-data provenance is a requirement. It calls through the OpenAI SDK's images.generate with a base-URL swap.
When to use something else
For maximum photorealism Seedream 5.0 Pro leads; for in-image text Qwen-Image Max is sharper. Bria trades some peak fidelity for clean data provenance.
Quickstart (curl)
curl https://api.quicksilverpro.io/v1/images/generations \
-H "Authorization: Bearer $QSP_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "bria-fibo-1.5",
"prompt": "a sleek silver sports car, studio product shot",
"n": 1,
"size": "1024x1024"
}'OpenAI Images API. The response is OpenAI-shaped — data[0].b64_json holds the image. One key for chat and images.
FAQ
$0.055 per generated image on QuickSilver Pro, billed per image from the same prepaid balance as your chat usage.
POST to /v1/images/generations with model="bria-fibo-1.5", or use the OpenAI SDK's images.generate. data[0].b64_json holds the base64 image.
Yes — it uses the OpenAI Images API. One key and base URL cover both chat and image generation.