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

  1. SD: 640x480

  2. Full-HD: 1920x1080

  3. 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:

  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

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