LTX-2.3 22B Distilled Audio-to-Video

Model Information

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

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

Category: Audio To Video

Description: Distilled variant of Lightricks' LTX-2.3 22B model for audio-driven video generation. Creates videos synchronized to audio input with optional start and end frame images for guided generation. **Key Features:** - Audio-driven video generation - Optional start and end frame images - Configurable audio conditioning strength - Audio preprocessing option - Match audio length option - Camera control LoRAs (dolly, jib, static) - Multi-scale generation **Capabilities:** - Audio-to-video generation - Audio-synchronized visual content - Image-guided audio-to-video (optional start/end frames) - Camera movement control - Negative prompt support - Prompt expansion for better results **Best For:** - Music video generation - Audio visualization - Podcast and audiobook video content - Sound-driven creative content - Audio-reactive video generation **Input Requirements:** - Audio: Audio file URL (required) - Prompt: Scene description (required) - Image: Start frame (optional) - End Image: End frame (optional) **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) - audio_strength: audio conditioning (default 1.0) - preprocess_audio: audio preprocessing (default true) - match_audio_length: match audio duration (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 Audio-to-Video via the HInow.ai API, use the model ID: lightricks/ltx-23-22b-distilled-a2v

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-a2v",
  "messages": [
    {"role": "user", "content": "Your input here"}
  ]
}
              

Pricing

  • total: $0.19

Available Parameters

  • audio: Audio URL to drive the video generation
  • 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)
  • audio_strength: How strongly audio drives the video generation (Options: 0.3, 0.5, 0.7, 0.85, 1.0)
  • preprocess_audio: Preprocess audio for better sync (Options: true, false)
  • match_audio_length: Match video length to 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-a2v"

Featured: No

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

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

Back to Models

LTX-2.3 22B Distilled Audio-to-Video

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

$0.190
per image

About

Distilled variant of Lightricks' LTX-2.3 22B model for audio-driven video generation. Creates videos synchronized to audio input with optional start and end frame images for guided generation.

Key Features:

  • Audio-driven video generation
  • Optional start and end frame images
  • Configurable audio conditioning strength
  • Audio preprocessing option
  • Match audio length option
  • Camera control LoRAs (dolly, jib, static)
  • Multi-scale generation

Capabilities:

  • Audio-to-video generation
  • Audio-synchronized visual content
  • Image-guided audio-to-video (optional start/end frames)
  • Camera movement control
  • Negative prompt support
  • Prompt expansion for better results

Best For:

  • Music video generation
  • Audio visualization
  • Podcast and audiobook video content
  • Sound-driven creative content
  • Audio-reactive video generation

Input Requirements:

  • Audio: Audio file URL (required)
  • Prompt: Scene description (required)
  • Image: Start frame (optional)
  • End Image: End frame (optional)

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)
  • audio_strength: audio conditioning (default 1.0)
  • preprocess_audio: audio preprocessing (default true)
  • match_audio_length: match audio duration (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

Audio To Video

Parameters

audio

Audio URL to drive the video generation

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
audio_strength

How strongly audio drives the video generation

0.30.50.70.851.0
preprocess_audio

Preprocess audio for better sync

truefalse
match_audio_length

Match video length to 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-a2v",
    "prompt": "A cat playing with a ball",
    "parameters": {
      "audio": "",
      "aspect_ratio": "1:1",
      "num_frames": "61",
      "fps": "16",
      "audio_strength": "0.3",
      "preprocess_audio": "true",
      "match_audio_length": "true",
      "negative_prompt": "",
      "seed": "",
      "camera_lora": "none"
    }
  }'