Subscription plans
An overview of your different options
Note: Register to the Palette Photo API here.
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
Image Pricing overview
Overview feature comparison
Costs per image in dollar
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.
Image Size
SD: 640x480
Full-HD: 1920x1080
4K: 3840x2160
Note: the aspect ratio can be different, it only limits the total amount of pixels, for example 4K can be 3840x2160 or 2160x3840.
Endpoints
Image Endpoints:
[POST] /colorize_image_with_auto_prompt
[POST] /colorize_image_with_auto_prompt_base64
[POST] /colorize_image_with_reference_image
[POST] /generate_image_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.
Last updated