Bria FIBO Relight
Bria FIBO Relight costs $0.048/image on FairStack — a image editing model for Photo mood adjustment, Lighting correction, Creative relighting effects. No subscription required. Pay per generation with full REST API access. FairStack applies a transparent 20% margin on infrastructure cost so you always see the real price.
What is Bria FIBO Relight?
Bria FIBO Relight modifies the lighting conditions in any image at $0.04 per edit, enabling changes to time of day, dramatic lighting effects, shadow adjustments, and mood transformations. The model understands 3D scene structure for physically plausible relighting that respects the geometry of objects in the scene. The model analyzes the three-dimensional structure of scenes to apply lighting changes that are consistent with surface angles, material properties, and spatial depth. This means shadows fall in correct directions, highlights appear on appropriate surfaces, and ambient lighting wraps around objects naturally. The result is relighting that looks photographed rather than filtered. Compared to adjusting exposure and contrast in traditional photo editing, FIBO Relight actually changes the light source behavior in the scene rather than uniformly adjusting brightness values. Against color grading tools which affect mood through tonal shifts, FIBO Relight changes the physical lighting simulation. Best suited for transforming photo mood through lighting changes, adjusting time-of-day appearance in outdoor images, creating dramatic lighting effects for marketing imagery, and any workflow requiring realistic relighting. Available on FairStack at infrastructure cost plus a 20% platform fee.
Key Features
What are Bria FIBO Relight's strengths?
What are Bria FIBO Relight's limitations?
What is Bria FIBO Relight best for?
How much does Bria FIBO Relight cost?
How does Bria FIBO Relight perform across capabilities?
Relighting specialist — change lighting direction/mood
How do I use the Bria FIBO Relight API?
curl -X POST https://api.fairstack.ai/v1/generations/image \
-H "Authorization: Bearer $FAIRSTACK_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "bria-fibo-relight",
"prompt": "Your prompt here"
}' import requests
response = requests.post(
"https://api.fairstack.ai/v1/generations/image",
headers={
"Authorization": f"Bearer {FAIRSTACK_API_KEY}",
"Content-Type": "application/json",
},
json={
"model": "bria-fibo-relight",
"prompt": "Your prompt here",
},
)
result = response.json()
print(result["url"]) const response = await fetch(
"https://api.fairstack.ai/v1/generations/image",
{
method: "POST",
headers: {
Authorization: `Bearer ${process.env.FAIRSTACK_API_KEY}`,
"Content-Type": "application/json",
},
body: JSON.stringify({
model: "bria-fibo-relight",
prompt: "Your prompt here",
}),
}
);
const result = await response.json();
console.log(result.url); What parameters does Bria FIBO Relight support?
Frequently Asked Questions
How much does Bria FIBO Relight cost?
Bria FIBO Relight costs $0.048/image on FairStack as of 2026-05-13. This price includes FairStack's transparent 20% margin on infrastructure cost. No subscription or monthly fee — you pay per generation only. Minimum deposit is $1.
What is Bria FIBO Relight and what is it best for?
Bria FIBO Relight modifies the lighting conditions in any image at $0.04 per edit, enabling changes to time of day, dramatic lighting effects, shadow adjustments, and mood transformations. The model understands 3D scene structure for physically plausible relighting that respects the geometry of objects in the scene. The model analyzes the three-dimensional structure of scenes to apply lighting changes that are consistent with surface angles, material properties, and spatial depth. This means shadows fall in correct directions, highlights appear on appropriate surfaces, and ambient lighting wraps around objects naturally. The result is relighting that looks photographed rather than filtered. Compared to adjusting exposure and contrast in traditional photo editing, FIBO Relight actually changes the light source behavior in the scene rather than uniformly adjusting brightness values. Against color grading tools which affect mood through tonal shifts, FIBO Relight changes the physical lighting simulation. Best suited for transforming photo mood through lighting changes, adjusting time-of-day appearance in outdoor images, creating dramatic lighting effects for marketing imagery, and any workflow requiring realistic relighting. Available on FairStack at infrastructure cost plus a 20% platform fee. Bria FIBO Relight is best for Photo mood adjustment, Lighting correction, Creative relighting effects. Available via FairStack's REST API with curl, Python, and Node.js SDKs.
Does Bria FIBO Relight have an API?
Yes. Bria FIBO Relight is available via FairStack's REST API at api.fairstack.ai. Send a POST request to /v1/generations/image with your API key and prompt. Works with curl, Python requests, Node.js fetch, and any HTTP client. No SDK installation required.
How does Bria FIBO Relight compare to other image models?
Bria FIBO Relight excels at Photo mood adjustment, Lighting correction, Creative relighting effects. It is a image editing model priced at $0.048/image on FairStack. Key strengths: Realistic relighting results, Good 3D scene understanding. Compare all image models at fairstack.ai/models.
What makes Bria FIBO Relight stand out from other image generators?
Bria FIBO Relight stands out with realistic relighting results and good 3d scene understanding. Generation typically completes in 5-15 seconds.
What are the known limitations of Bria FIBO Relight?
Key limitations include: $0.04 per relight; extreme lighting changes may look artificial. FairStack documents these transparently so you can choose the right model for your workflow.
How fast is Bria FIBO Relight?
Bria FIBO Relight typically completes in 5-15 seconds. This provides a good balance between output quality and processing speed for most production workflows.
What features does Bria FIBO Relight support?
Bria FIBO Relight offers: ai relighting with 3d understanding; change time of day and mood; adjust shadows and highlights; realistic light source modification. All capabilities are accessible through both the FairStack web interface and REST API.