Browse ModelsBriaBria Fibo Colorize

Bria Fibo Colorize

Bria Fibo Colorize

Playground

Try it on WavespeedAI!

Bria Colorize adds vivid colors to B&W photos or converts color to B&W with various style presets. Ready-to-use REST inference API, best performance, no cold starts, affordable pricing.

Features

Bria Fibo Colorize

Bria Fibo Colorize is an AI-powered image colorization and color styling model. Upload any image and choose a color style — the model applies professional color grading with options ranging from contemporary and vivid colors to black-and-white and vintage sepia tones.


Why Choose This?

  • Multiple color styles Four distinct options: contemporary color, vivid color, black and white, and sepia vintage.

  • Automatic colorization Transform black-and-white photos into full color images.

  • Professional color grading Apply cinematic and artistic color styles to any image.

  • Simple workflow Just upload an image and select a style — no complex parameters needed.

  • Fast processing Get results in seconds for quick iteration.


Parameters

ParameterRequiredDescription
imageYesSource image to colorize or restyle (URL or upload)
styleYesColor style: contemporary color, vivid color, black and white colors, sepia vintage

How to Use

  1. Upload your image — provide the image you want to colorize or restyle.
  2. Select style — choose from the four available color styles.
  3. Run — submit and download your colorized image.

Pricing

OutputCost
Per image$0.04

Style Options

StyleDescription
contemporary colorModern, balanced color grading with natural tones
vivid colorEnhanced saturation and vibrant, punchy colors
black and white colorsClassic monochrome conversion with rich contrast
sepia vintageWarm, nostalgic sepia tones for a vintage look

Best Use Cases

  • Photo Restoration — Colorize old black-and-white family photos.
  • Creative Editing — Apply artistic color styles to modern images.
  • Social Media Content — Create visually distinctive posts with unique color grading.
  • Vintage Effects — Add nostalgic sepia or B&W looks to photos.
  • Batch Styling — Apply consistent color treatment across multiple images.

Pro Tips

  • Use “contemporary color” for natural, realistic colorization of B&W photos.
  • Choose “vivid color” for eye-catching social media content.
  • “Black and white colors” is great for creating dramatic, timeless portraits.
  • “Sepia vintage” works well for historical or nostalgic themes.
  • Upload high-quality source images for best colorization results.

Notes

  • Both image and style are required fields.
  • Ensure uploaded image URLs are publicly accessible.
  • Works with both color and black-and-white source images.

Authentication

For authentication details, please refer to the Authentication Guide.

API Endpoints

Submit Task & Query Result


# Submit the task
curl --location --request POST "https://api.wavespeed.ai/api/v3/bria/fibo/colorize" \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}" \
--data-raw '{
    "style": "contemporary color"
}'

# Get the result
curl --location --request GET "https://api.wavespeed.ai/api/v3/predictions/${requestId}/result" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}"

Parameters

Task Submission Parameters

Request Parameters

ParameterTypeRequiredDefaultRangeDescription
imagestringYes-The source image to colorize.
stylestringYescontemporary colorcontemporary color, vivid color, black and white colors, sepia vintageThe colorization style to apply.

Response Parameters

ParameterTypeDescription
codeintegerHTTP status code (e.g., 200 for success)
messagestringStatus message (e.g., “success”)
data.idstringUnique identifier for the prediction, Task Id
data.modelstringModel ID used for the prediction
data.outputsarrayArray of URLs to the generated content (empty when status is not completed)
data.urlsobjectObject containing related API endpoints
data.urls.getstringURL to retrieve the prediction result
data.has_nsfw_contentsarrayArray of boolean values indicating NSFW detection for each output
data.statusstringStatus of the task: created, processing, completed, or failed
data.created_atstringISO timestamp of when the request was created (e.g., “2023-04-01T12:34:56.789Z”)
data.errorstringError message (empty if no error occurred)
data.timingsobjectObject containing timing details
data.timings.inferenceintegerInference time in milliseconds

Result Request Parameters

ParameterTypeRequiredDefaultDescription
idstringYes-Task ID

Result Response Parameters

ParameterTypeDescription
codeintegerHTTP status code (e.g., 200 for success)
messagestringStatus message (e.g., “success”)
dataobjectThe prediction data object containing all details
data.idstringUnique identifier for the prediction, the ID of the prediction to get
data.modelstringModel ID used for the prediction
data.outputsstringArray of URLs to the generated content.
data.urlsobjectObject containing related API endpoints
data.urls.getstringURL to retrieve the prediction result
data.statusstringStatus of the task: created, processing, completed, or failed
data.created_atstringISO timestamp of when the request was created (e.g., “2023-04-01T12:34:56.789Z”)
data.errorstringError message (empty if no error occurred)
data.timingsobjectObject containing timing details
data.timings.inferenceintegerInference time in milliseconds
© 2025 WaveSpeedAI. All rights reserved.