DDColor Tiny

Model Information

Display Name: DDColor Tiny

API Model ID: piddnad/ddcolor-tiny

Category: Image tools

Description: DDColor Tiny is a lightweight version of the DDColor colorization model. Faster processing with slightly reduced quality compared to the Large variant. **Key Features:** - Fast automatic colorization - Lightweight model for speed - Dual decoder architecture - Sub-second processing **Best For:** - Quick colorization previews - Batch processing large collections - Real-time colorization pipelines - Low-latency applications

How to Use This Model

To use DDColor Tiny via the HInow.ai API, use the model ID: piddnad/ddcolor-tiny

API Request Example (Image Generation)


POST https://api.hinow.ai/v1/images
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

{
  "model": "piddnad/ddcolor-tiny",
  "prompt": "Your image description here"
}
              

Pricing

  • total: $0.002

Quick Reference

To use this model, set: "model": "piddnad/ddcolor-tiny"

Featured: No

Documentation: https://hinow.ai/models/piddnad/ddcolor-tiny

API Endpoint: https://api.hinow.ai/v1

Back to Models

DDColor Tiny

piddnad/ddcolor-tiny

$0.0020
per image

About

DDColor Tiny is a lightweight version of the DDColor colorization model. Faster processing with slightly reduced quality compared to the Large variant.

Key Features:

  • Fast automatic colorization
  • Lightweight model for speed
  • Dual decoder architecture
  • Sub-second processing

Best For:

  • Quick colorization previews
  • Batch processing large collections
  • Real-time colorization pipelines
  • Low-latency applications

Capabilities

Image tools

Code Examples

curl -X POST https://api.hinow.ai/v1/images \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $HINOW_API_KEY" \
  -d '{
    "model": "piddnad/ddcolor-tiny",
    "prompt": "Transform this image into cyberpunk style",
    "images": [
      "https://example.com/image1.jpg",
      "data:image/png;base64,iVBORw0KGgo..."
    ]
  }'