Palette
Photo Developer PlatformVideo Developer PlatformPalette AppPalette Video Colorization (via Neural Love)
  • Palette API & No-code Tools
  • 👋Introduction
    • Key features
    • The AI colorization engine
  • 📸Image Processing
    • Subscription plans
    • Bulk Processing with Google Colab and Google Drive
    • API Demo Usage with Google Colab
    • Image python snippets
    • Settings visualized
  • 📽️Video Processing
    • Subscription plans
    • Video Colorization with Google Colab
    • Video python snippets
  • 🛠️Extra resources
    • API reference
      • Colorize image with reference image
      • Colorize image with auto prompt
      • Colorize image with auto prompt base64
      • Colorize video frame with prompt
      • Colorize video frame with reference image
      • Generate video frame prompt
      • Generate image prompt
    • Specification
    • Other resources
Powered by GitBook
On this page
  • Image Pricing overview
  • Image Size
  • Endpoints
  1. Image Processing

Subscription plans

An overview of your different options

PreviousThe AI colorization engineNextBulk Processing with Google Colab and Google Drive

Last updated 3 months ago

Note:

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

Plan
Image Credits
$/extra credits
QPS
Price

Basic

200

$0.01

1

Free

Pro

8,000

$0.005

2.5

$39

Ultra

20,000

$0.004

3.3

$79

Mega

48,000

$0.0035

5

$169

Costs per image in dollar

Plan
Watermarked SD
SD
Full-HD
4K

Basic

$0.01

$0.1

$0.15

$0.2

Pro

$0.005

$0.05

$0.075

$0.1

Ultra

$0.004

$0.04

$0.06

$0.08

Mega

$0.0035

$0.035

$0.053

$0.07

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

Basic

200

20

15

10

Pro

8,000

800

600

400

Ultra

20,000

2000

1500

1000

Mega

48,000

4800

3600

2400

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.

📸
Register to the Palette Photo API here.