Subscription plans
An overview of your different options
There are two types of plans available for colorization:
- 1.Image Bulk Colorization and App Builders
- 2.Video Colorization
While the Image and Video Colorization APIs share similarities, they have a few key differences. The Video Colorization API is specifically designed for colorizing video frames, which results in a slightly different workflow compared to the Image Colorization API.
Both types of plans utilize a credit system for their services. Users purchase credits that can then be used to colorize images or video frames. The number of credits charged depends on the desired output size.
Overview feature comparison
Plan | Image Credits | $/extra credits | QPS | Price |
---|---|---|---|---|
Free Starter | 40 | Disabled | 1 | Free |
Hobbyist | 8,000 | $0.005 | 5 | $39 |
Professional | 20,000 | $0.004 | 10 | $79 |
Start-up | 48,000 | $0.0035 | 15 | $169 |
Enterprise | 500,000 | $0.0028 | 15 | $1399 |
Costs per image in dollar
Plan | Watermarked SD | SD | Full-HD | 4K |
---|---|---|---|---|
Hobbyist | $0.005 | $0.05 | $0.075 | $0.1 |
Professional | $0.004 | $0.04 | $0.06 | $0.08 |
Start-up | $0.0035 | $0.035 | $0.053 | $0.07 |
Enterprise | $0.0028 | $0.028 | $0.042 | $0.056 |
You can combine say SD and 4K downloads, but if you download all in one format, here is how many you get for each plan.
Plan | Watermarked SD | or SD | or Full-HD | or 4K |
---|---|---|---|---|
Hobbyist | 8,000 | 800 | 600 | 400 |
Professional | 20,000 | 2000 | 1500 | 1000 |
Start-up | 48,000 | 4800 | 3600 | 2400 |
Enterprise | 500,000 | 50000 | 37500 | 25000 |
Image credits:
- 1 Credit for 1 Watermarked SD image
- 1 Credit for one call to the prompt API
- 10 Credits per SD image
- 15 Credits per Full-HD image
- 20 Credits per 4K image
Plan | Image Credits | $/extra credits | QPS | Price |
---|---|---|---|---|
Enthusiast | 22,500 | $0.0017 | 5 | $39 |
Maker | 67,500 | $0.0013 | 10 | $89 |
Business | 180,000 | $0.001 | 15 | $189 |
Studio | 1,620,000 | $0.0008 | 15 | $1,299 |
Costs per video minute in dollar
Plan | SD/min | Full-HD/min | 4K/min |
---|---|---|---|
Enthusiast | $2.55 | $5.1 | $7.65 |
Maker | $1.98 | $3.96 | $5.94 |
Business | $1.58 | $3.15 | $4.74 |
Studio | $1.20 | $2.4 | $3.6 |
You can combine say SD and 4K video frames, but if you download all in one format, here is how many minutes of footage you get for each format.
Plan | SD | or Full-HD | or 4K |
---|---|---|---|
Enthusiast | 15 min | 7.5 min | 5 min |
Maker | 45 min | 22.5 min | 15 min |
Business | 120 min | 60 min | 40 min |
Studio | 1080 min | 540 min | 360 min |
Video credits:
- 1 Credits per SD video frame
- 2 Credits per Full-HD video frame
- 3 Credits per 4K video frame
- 3 Credits for one call to the prompt API
QPS stands for Queries Per Second, which is a metric used to measure the rate of requests or transactions being made to a server or system. It quantifies the number of queries or requests being processed per second by an API or application.
Image Endpoints:
- 1.[POST] /colorize_image_with_auto_prompt
- 2.[POST] /colorize_image_with_auto_prompt_base64
- 3.[POST] /colorize_image_with_reference_image
- 4.[POST] /generate_image_prompt
Video Frame Endpoints:
- 1.[POST] /colorize_video_frame_with_prompt
- 2.[POST] /colorize_video_frame_with_reference_image
- 3.[POST] /generate_video_frame_prompt
The Image Colorization API includes four endpoints, while the Video Colorization API provides three. An additional endpoint is available in the Image API to facilitate easier integration with apps. The /colorize_image_with_auto_prompt_base64 endpoint returns the image in base64 format, making it simple to display the result on the client side. Additionally, a caption field is returned if you wish to utilize the prompt that generated the colorization.
In the Image API, an automatic prompt and image can be generated simultaneously. However, with the Video API, you must first generate the prompt, and then use the prompt and image to create the colorized result. The Video API is designed to reuse prompts and reference images, reducing server load.