LTX-2 19B Distilled FP8
Free Playground & API · $5 to Start
Up to 1024x1024 resolution. 24–240 frames at 24fps (4–10 sec). Text-to-video and image-to-video modes. Single-step distilled inference. Audio generation included – produces video with matching sound.
Sample Outputs
Real outputs generated with LTX-2 19B Distilled FP8 on deAPI.
"A medium close-up frames a young woman sitting alone in a sunlit Parisian cafe, her fingers gently turning the pages of a worn paperback. Afternoon light streams through tall windows, casting warm golden patterns across her face. Steam rises lazily from a ceramic coffee cup. The camera pushes in slowly, revealing the slight furrow of her brow. Soft ambient sounds of clinking cups and muffled French conversation fill the space."
"An aerial establishing shot rises slowly above a dense ancient forest blanketed in morning fog. Treetops emerge like dark green islands in a vast white sea of mist. The first rays of golden sunlight break across the horizon, painting the fog in shades of amber and rose. A flock of birds takes flight from the canopy, their silhouettes scattering against the brightening sky. The camera continues its smooth vertical ascent, revealing snow-capped mountain peaks in the far distance."
"A close-up captures golden honey dripping in slow motion from a wooden dipper into a glass jar. The thick, viscous liquid catches the soft overhead studio light, creating rich amber refractions and long stretching threads that shimmer as they fall. Each drop lands with a gentle ripple across the honey's glassy surface. The camera dolly moves forward almost imperceptibly, drawing the viewer deeper into the texture and warmth of the scene."
"A wide shot reveals a lone samurai standing motionless on a hilltop, his dark silhouette framed against a dramatic sunset that sets the sky ablaze in deep orange and crimson. Below him stretches a valley filled with cherry blossom trees in full bloom, their pale pink petals drifting upward on a warm breeze. The camera pans slowly from left to right, revealing the vast scale of the landscape. His robes shift gently in the wind, one hand resting on the hilt of his katana. Distant temple bells echo softly across the valley."
"The camera follows close behind a barista's steady hands as warm milk pours from a silver pitcher into a cup of dark espresso. The milk meets the coffee surface and begins to bloom outward, forming the delicate curves of a rosetta pattern. Wisps of steam curl upward through soft overhead light that bathes the wooden counter in warm amber glow. The camera pushes in slowly, close enough to see the surface tension ripple with each pour."
"A low-angle medium shot captures an elderly man's weathered hands carefully assembling a miniature wooden ship model at a cluttered workshop table. Tiny brass fittings and coiled thread surround the work area, illuminated by a warm desk lamp casting deep amber shadows. His fingers move with deliberate precision, threading a needle through a minuscule sail. The camera slowly pushes in, revealing extraordinary hand-painted details on the hull."
"A wide establishing shot reveals a vast lavender field stretching to the horizon under a deep violet twilight sky. Thousands of purple blooms sway gently in a warm evening breeze, their color intensifying as the last light fades behind distant hills. A solitary stone farmhouse with glowing amber windows sits at the end of a narrow dirt path. The camera drifts slowly forward along the path, as fireflies begin to appear dotting the darkening landscape."
"An underwater shot looks upward toward the shimmering ocean surface, where sunlight fractures into dancing caustic patterns across the sandy seabed. A large green sea turtle glides gracefully into frame from the right, its flippers moving in slow elegant strokes. Tiny bubbles trail behind as it ascends toward the light. The camera tilts gently upward, following the turtle as schools of small silver fish scatter and reform around it. The water shifts between deep turquoise and luminous teal."
"The woman's hair sways gently in an ocean breeze. She turns her head slowly toward the camera, a soft smile forming on her lips. The golden sunlight catches the movement, creating warm lens flares."
"The windmill blades begin to turn slowly in the breeze. Below, thousands of tulips sway gently in unison as a gust rolls across the field like a wave. Clouds drift overhead, their shadows moving across the colorful rows. The golden side light intensifies as a gap opens in the cloud cover."
"Light morning mist drifts slowly across the mirror-still lake surface. A gentle breeze ripples through the pine trees on the left shore. The reflection in the water shimmers and distorts subtly. A bird glides low across the water."
"The cat's ears twitch as it hears a sound from outside. Its bright green eyes track something moving beyond the window. The tail begins to swish slowly back and forth. Warm window light shifts subtly across the fur as clouds pass."
"The eagle shifts its weight on the branch, ruffling its chest feathers. Its piercing golden eyes track a movement below. The head turns sharply to the left with predatory focus. Wind rustles through the dark forest behind."
"The surfer carves through the curling wave, spray erupting in a golden arc against the sunset sky. The wave crests and begins to barrel. The surfer shifts weight and extends an arm for balance as the board cuts a clean line through the face of the wave."
"A warm breeze sweeps across the sunflower field, causing hundreds of golden heads to sway in a gentle wave from left to right. The foreground sunflower bobs slightly. White clouds drift slowly across the bright blue sky. A bumblebee lands on a nearby petal."
"The calm lake surface shimmers with golden sunset reflections that ripple gently as a soft breeze touches the water. The warm orange light deepens as the sun sinks lower behind the mountain silhouettes. The still water mirrors the changing sky colors."
Capabilities
Model ID: Ltx2_19B_Dist_FP8
What you can do with LTX-2 19B Distilled FP8.
Text-to-Video
Create dynamic videos from text prompts. Generate engaging visual content without cameras or editing software.
Image-to-Video
Bring static images to life with AI-powered animation. Transform photos into short, captivating video clips.
Try itTechnical Specifications
Resolution
512–1024 x 512–1024 px
Default Size
768 x 768 px
Inference Steps
8 steps (default: 8)
Guidance
Not required
Video Length
49–241 frames at 24 fps (2–10s)
How to Use in deAPI
Integrate LTX-2 19B Distilled FP8 into your app with a single API call.
https://api.deapi.ai/api/v1/client/txt2video
curl -X 'POST' \
'https://api.deapi.ai/api/v1/client/txt2video' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-d '{
"model": "Ltx2_19B_Dist_FP8",
"prompt": "a cat walking through a garden",
"width": 768,
"height": 768,
"num_frames": 65
}'
{
"model": "Ltx2_19B_Dist_FP8",
"prompt": "a cat walking through a garden",
"width": 768,
"height": 768,
"num_frames": 65
}
Tip: The API returns a request_id.
Use webhooks (recommended) or poll
GET /request-status/{'{'}request_id{'}'} for results.
https://api.deapi.ai/api/v1/client/img2video
curl -X 'POST' \
'https://api.deapi.ai/api/v1/client/img2video' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-d '{
"model": "Ltx2_19B_Dist_FP8",
"prompt": "gentle camera zoom, cinematic lighting",
"image": "BASE64_OR_URL",
"num_frames": 65
}'
{
"model": "Ltx2_19B_Dist_FP8",
"prompt": "gentle camera zoom, cinematic lighting",
"image": "BASE64_OR_URL",
"num_frames": 65
}
Tip: The API returns a request_id.
Use webhooks (recommended) or poll
GET /request-status/{'{'}request_id{'}'} for results.
Need an API key?
Sign up for free and get $5 in credits to start.
Sign Up & Get $5 Free
No credit card required
Open Playground or API
Try the visual playground
Generate & Ship
Use in your app, product, or workflow
Frequently Asked Questions
Try LTX-2 19B Distilled FP8 for Free
Get $5 in free credits and start generating with LTX-2 19B Distilled FP8.
Get $5 credits