Lucy Restyle 2

Model Information

Display Name: Lucy Restyle 2

API Model ID: decart/lucy-restyle-2

Category: Video To Video

Description: Lucy Restyle 2 applies a new visual style to an entire video — anime, watercolor, claymation, cyberpunk, film looks — while keeping the original motion, composition and scene layout. It is the cheapest Lucy model and the right pick when the goal is a look change rather than object-level edits. **Key Features:** - Whole-video style transfer with temporal consistency - Driven by a text prompt, a style reference image, or both - Same duration as the input video - Optional automatic prompt enhancement **Capabilities:** - Artistic style application (anime, painting, 3D render, etc.) - Cinematic look/grade transformations - Consistent restyling across long clips **Best For:** - Stylized versions of real footage for social media and ads - Cheap previews before running heavier edits - Consistent branded looks across many clips **Technical Specs:** - Input: MP4 (H.264 or VP8), 16:9 or 9:16, up to 200 MB - Output: 720p MP4, same duration as input **Parameters:** | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | video | URL / base64 | Yes | Input video to restyle (in `parameters.video`) | | prompt | string | No* | Style description (*required unless a reference image is given) | | images[0] / reference_image | URL / base64 | No | Style reference image | | seed | integer | No | 0..4294967295 | | enhance_prompt | boolean | No | Auto-enhance the prompt (default true) | **Pricing:** billed per second of input video ($0.015/s).

How to Use This Model

To use Lucy Restyle 2 via the HInow.ai API, use the model ID: decart/lucy-restyle-2

API Request Example


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

{
  "model": "decart/lucy-restyle-2",
  "messages": [
    {"role": "user", "content": "Your input here"}
  ]
}
              

Pricing

  • total: $0.015

Available Parameters

  • video: Input video to restyle (URL or base64 data URI). MP4 H.264/VP8, 16:9 or 9:16, max 200 MB. Billed per second of this video.
  • reference_image: Optional style reference image (URL or base64). images[0] is accepted as an alias.
  • resolution: Output resolution (only 720p). (Options: 720p)
  • seed: Random seed for reproducibility (0-4294967295).
  • enhance_prompt: Let Decart rewrite/enhance the prompt automatically.

Quick Reference

To use this model, set: "model": "decart/lucy-restyle-2"

Featured: No

Documentation: https://hinow.ai/models/decart/lucy-restyle-2

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

Back to Models

Lucy Restyle 2

decart/lucy-restyle-2

$0.015
per second

About

Lucy Restyle 2 applies a new visual style to an entire video — anime, watercolor, claymation, cyberpunk, film looks — while keeping the original motion, composition and scene layout. It is the cheapest Lucy model and the right pick when the goal is a look change rather than object-level edits.

Key Features:

  • Whole-video style transfer with temporal consistency
  • Driven by a text prompt, a style reference image, or both
  • Same duration as the input video
  • Optional automatic prompt enhancement

Capabilities:

  • Artistic style application (anime, painting, 3D render, etc.)
  • Cinematic look/grade transformations
  • Consistent restyling across long clips

Best For:

  • Stylized versions of real footage for social media and ads
  • Cheap previews before running heavier edits
  • Consistent branded looks across many clips

Technical Specs:

  • Input: MP4 (H.264 or VP8), 16:9 or 9:16, up to 200 MB
  • Output: 720p MP4, same duration as input

Parameters:

ParameterTypeRequiredDescription
videoURL / base64YesInput video to restyle (in parameters.video)
promptstringNo*Style description (*required unless a reference image is given)
images[0] / reference_imageURL / base64NoStyle reference image
seedintegerNo0..4294967295
enhance_promptbooleanNoAuto-enhance the prompt (default true)

Pricing: billed per second of input video ($0.015/s).

Capabilities

Video To Video

Parameters

video

Input video to restyle (URL or base64 data URI). MP4 H.264/VP8, 16:9 or 9:16, max 200 MB. Billed per second of this video.

reference_image

Optional style reference image (URL or base64). images[0] is accepted as an alias.

resolution

Output resolution (only 720p).

720p
seed

Random seed for reproducibility (0-4294967295).

enhance_prompt

Let Decart rewrite/enhance the prompt automatically.

Code Examples

curl -X POST https://api.hinow.ai/v1/videos \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $HINOW_API_KEY" \
  -d '{
    "model": "decart/lucy-restyle-2",
    "prompt": "Enhance and upscale this video",
    "video_url": "https://example.com/video.mp4",
    "parameters": {
      "video": "",
      "reference_image": "",
      "resolution": "720p",
      "seed": "",
      "enhance_prompt": ""
    }
  }'