VideoLightricksv2.0· Released 2025-06-05
LTX Video 2
Fast text-to-video generation with up to 4K output and optional audio.
LTX Video 2 is Lightricks' video generation model offering fast generation with up to 4K output and optional audio. It provides a strong balance of quality and speed at competitive pricing. On Oakgen, a 5-second 1080p clip costs about 78 credits (~$0.30).
Capabilities at a glance
- Up to 4K resolution output
- Optional audio generation
- Fast generation (20–40 seconds)
- Competitive pricing from ~$0.30 per clip
- Fast variant available for even quicker output
Specs
- Starting price
- $0.30 / generation
- Generation time
- 20–40 seconds
- Max resolution
- 3840×2160
- Inputs → outputs
- text, image → video, audio
How to use LTX Video 2
- 1Use Fast variant for iterationLTX Video 2 Fast generates in half the time — use it for exploring prompts, then switch to standard for final output.
- 2Enable audio for immersive clipsToggle audio generation for synchronized ambient sound. Adds ~50% more credits but creates richer output.
API access
curl -X POST https://api.oakgen.ai/v1/generate/video \
-H "Authorization: Bearer $OAKGEN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "ltx-video-2",
"prompt": "Time-lapse of flowers blooming in a garden",
"duration": 6,
"audio": true
}'License & commercial use
Licensed through Lightricks' commercial terms.
Permitted on all paid Oakgen plans.
FAQs
How much does LTX Video 2 cost on Oakgen?
LTX Video 2 starts at $0.30 per generation on Oakgen. Most generations complete in 20–40 seconds. The $19/month Pro plan includes 5,000 credits, covering roughly 64 generations per month.
Can I use LTX Video 2 commercially?
Permitted on all paid Oakgen plans.
What is the maximum output resolution?
LTX Video 2 supports up to 3840×2160.
Does Oakgen provide API access to LTX Video 2?
Yes. Oakgen's REST API exposes LTX Video 2 under the model slug 'ltx-video-2'. See the API snippet below for an example request.