LTX-2.3 22B Distilled Video-to-Video

Model Information

Display Name: LTX-2.3 22B Distilled Video-to-Video

API Model ID: lightricks/ltx-23-22b-distilled-v2v

Category: Video To Video

Description: Distilled variant of Lightricks' LTX-2.3 22B model for video-to-video transformation. Transforms existing videos with text guidance while preserving structure through configurable video and audio conditioning strength. **Key Features:** - Video-to-video transformation with text guidance - Configurable video conditioning strength - Audio conditioning control - Match input video length and FPS options - Camera control LoRAs (dolly, jib, static) - Built-in audio generation - Multiple acceleration modes **Capabilities:** - Video style transfer and transformation - Video-guided generation with text prompts - Automatic audio synthesis - Camera movement control - Input FPS and length matching - Negative prompt support **Best For:** - Video style transfer - Video enhancement and re-interpretation - Creative video transformations - Content adaptation and re-styling - Video-based prototyping **Input Requirements:** - Video: Input video URL (required) - Prompt: Transformation description (required) **Parameters:** - aspect_ratio: 16:9 (default), 9:16, 1:1, 4:3, 3:4, 3:2, 2:3, 21:9 - num_frames: frame count (default 121) - fps: frames per second (default 24) - video_strength: video conditioning (default 0.01) - audio_strength: audio conditioning (default 0.01) - match_video_length: match input duration (default true) - match_input_fps: match input FPS (default true) - camera_lora: dolly_in/out, dolly_left/right, jib_up/down, static, none - acceleration: none, regular, high, full **Pricing:** - Per video megapixel (width x height x frames) - Distilled model is more cost-effective than standard - Example: 1280x720, 121 frames ≈ /bin/bash.19

How to Use This Model

To use LTX-2.3 22B Distilled Video-to-Video via the HInow.ai API, use the model ID: lightricks/ltx-23-22b-distilled-v2v

API Request Example


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

{
  "model": "lightricks/ltx-23-22b-distilled-v2v",
  "messages": [
    {"role": "user", "content": "Your input here"}
  ]
}
              

Pricing

  • total: $0.19

Available Parameters

  • video: Input video URL to transform
  • video_strength: How much to transform the video (0=keep original, 1=fully transform) (Options: 0.3, 0.5, 0.7, 0.85, 1.0)
  • aspect_ratio: Output video aspect ratio (Options: 1:1, 16:9, 9:16, 4:3, 3:4, 3:2, 2:3, 21:9)
  • num_frames: Number of output frames (Options: 61, 81, 97, 121)
  • fps: Frames per second (Options: 16, 24, 30)
  • generate_audio: Generate synchronized audio (Options: true, false)
  • negative_prompt: What to avoid in the video
  • seed: Random seed for reproducibility
  • camera_lora: Camera movement preset (Options: none, pan_left, pan_right, tilt_up, tilt_down, zoom_in, zoom_out)

Quick Reference

To use this model, set: "model": "lightricks/ltx-23-22b-distilled-v2v"

Featured: No

Documentation: https://hinow.ai/models/lightricks/ltx-23-22b-distilled-v2v

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

Back to Models

LTX-2.3 22B Distilled Video-to-Video

lightricks/ltx-23-22b-distilled-v2v

$0.190
per image

About

Distilled variant of Lightricks' LTX-2.3 22B model for video-to-video transformation. Transforms existing videos with text guidance while preserving structure through configurable video and audio conditioning strength.

Key Features:

  • Video-to-video transformation with text guidance
  • Configurable video conditioning strength
  • Audio conditioning control
  • Match input video length and FPS options
  • Camera control LoRAs (dolly, jib, static)
  • Built-in audio generation
  • Multiple acceleration modes

Capabilities:

  • Video style transfer and transformation
  • Video-guided generation with text prompts
  • Automatic audio synthesis
  • Camera movement control
  • Input FPS and length matching
  • Negative prompt support

Best For:

  • Video style transfer
  • Video enhancement and re-interpretation
  • Creative video transformations
  • Content adaptation and re-styling
  • Video-based prototyping

Input Requirements:

  • Video: Input video URL (required)
  • Prompt: Transformation description (required)

Parameters:

  • aspect_ratio: 16:9 (default), 9:16, 1:1, 4:3, 3:4, 3:2, 2:3, 21:9
  • num_frames: frame count (default 121)
  • fps: frames per second (default 24)
  • video_strength: video conditioning (default 0.01)
  • audio_strength: audio conditioning (default 0.01)
  • match_video_length: match input duration (default true)
  • match_input_fps: match input FPS (default true)
  • camera_lora: dolly_in/out, dolly_left/right, jib_up/down, static, none
  • acceleration: none, regular, high, full

Pricing:

  • Per video megapixel (width x height x frames)
  • Distilled model is more cost-effective than standard
  • Example: 1280x720, 121 frames ≈ /bin/bash.19

Capabilities

Video To Video

Parameters

video

Input video URL to transform

video_strength

How much to transform the video (0=keep original, 1=fully transform)

0.30.50.70.851.0
aspect_ratio

Output video aspect ratio

1:116:99:164:33:43:22:321:9
num_frames

Number of output frames

618197121
fps

Frames per second

162430
generate_audio

Generate synchronized audio

truefalse
negative_prompt

What to avoid in the video

seed

Random seed for reproducibility

camera_lora

Camera movement preset

nonepan_leftpan_righttilt_uptilt_downzoom_inzoom_out

Code Examples

curl -X POST https://api.hinow.ai/v1/videos \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $HINOW_API_KEY" \
  -d '{
    "model": "lightricks/ltx-23-22b-distilled-v2v",
    "prompt": "Enhance and upscale this video",
    "video_url": "https://example.com/video.mp4",
    "parameters": {
      "video": "",
      "video_strength": "0.3",
      "aspect_ratio": "1:1",
      "num_frames": "61",
      "fps": "16",
      "generate_audio": "true",
      "negative_prompt": "",
      "seed": "",
      "camera_lora": "none"
    }
  }'