ltx23-22b-fp8_t2v_distilled The default video model — fast, cheap, and it speaks. Native audio at $0.07 per 5s clip.
No GPU. No setup. Cancel anytime.
LTX-2.3 22B Distilled is the Supernet’s default video engine and its best price-performance by a wide margin: a five-second 720p clip costs about seven cents and renders in two to three minutes — with native audio and dialogue generated in the same pass.
The distilled eight-step schedule covers five workflows: text-to-video, image-to-video, audio-driven and image-plus-audio generation, and video-to-video with ControlNet (canny, pose, depth, detailer). For longer coherent shots at higher step counts, step up to the Dev tier.
LTX-2.3 22B Distilled exposes these workflow variants — pass the matching model id.
| Workflow | Model id |
|---|---|
| Text → video | ltx23-22b-fp8_t2v_distilled |
| Image → video | ltx23-22b-fp8_i2v_distilled |
| Audio → video | ltx23-22b-fp8_a2v_distilled |
| Image + audio → video | ltx23-22b-fp8_ia2v_distilled |
| Video → video (ControlNet) | ltx23-22b-fp8_v2v_distilled |
On the Sogni API you pay per clip in Spark (1 Spark = $0.005). Prefer a flat rate? The Sogni app runs LTX-2.3 22B Distilled and 100+ other models credit-free under fair use.
| Configuration | Spark | USD |
|---|---|---|
| 5 s · 1280 × 720 · 8 steps | 13.8 Spark | $0.069 |
| 10 s · 1280 × 720 · 8 steps | 27.6 Spark | $0.14 |
| 5 s · 1920 × 1088 · 8 steps (scales with pixels) | 31.4 Spark | $0.16 |
One Sogni API key reaches every model on the Supernet — call LTX-2.3 22B Distilled by id.
import { SogniClient } from '@sogni-ai/sogni-client';
const client = await SogniClient.createInstance({
appId: crypto.randomUUID(),
apiKey: process.env.SOGNI_API_KEY,
network: 'fast',
});
const project = await client.projects.create({
type: 'video',
modelId: 'ltx23-22b-fp8_t2v_distilled',
positivePrompt: 'a slothicorn surfing a wave of liquid paint, slow push-in, cinematic',
numberOfMedia: 1,
duration: 5,
});
const [url] = await project.waitForCompletion();
console.log(url); // result link — download within 24h curl https://api.sogni.ai/v1/creative-agent/workflows \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $SOGNI_API_KEY" \
-d '{
"input": {
"title": "First render",
"steps": [{
"id": "step1",
"toolName": "generate_video",
"arguments": { "prompt": "a slothicorn surfing a wave of liquid paint, slow push-in, cinematic", "videoModel": "ltx23", "duration": 5 }
}]
},
"confirm_cost": true
}' REST workflow alias: ltx23. Pin the exact id with the SDK. Full reference at docs.sogni.ai.
Real generations from Sogni. Hit Use prompt to open the app with LTX-2.3 22B Distilled selected and the full prompt preloaded.
Most platforms ration credits or rent a cloud GPU by the hour. Sogni gives you a flat monthly price for credit-free fair-use generation, powered by a creator-owned GPU network — or per-render Spark pricing if you'd rather pay as you go via the API.
One flat price in the app. Generate under fair use without a per-image meter.
Image, video, music, and language models in one workspace and one API key.
Prefer pay-as-you-go? Call LTX-2.3 22B Distilled by id and pay in Spark.
Runs on a decentralized GPU network where workers share subscription revenue.
LTX-2.3 is an open-source AI video model from Lightricks. It's notable for generating video with native, synchronized audio — speech, ambience, and effects rendered together with the picture rather than added afterward — and produces high-resolution clips from a text prompt or a starting image. On Sogni it runs on a decentralized GPU network, so there's nothing to install.
On Sogni, LTX-2.3 supports 640px to 3840px per side, 25 to 505 frames, and flexible 1-60 fps direct generation. In practical production terms that means up to 4K output, 1080p clips up to roughly 20 seconds at 24/25 fps, and high-frame-rate cinematic options such as 48/50 fps for shorter clips.
Yes — covered jobs are credit-free under fair-use. There are no per-clip credits to buy, but active-job concurrency, generate queue limits, and fair-use controls apply. Covered jobs run on Sogni's shared GPU network and may queue during peak demand; heavy-usage based throttles reset each UTC day. Video resolution and clip length scale with your plan tier.
Sogni Unlimited is $20/month (or $199/year). Unlimited Pro is $50/month (or $498/year) and adds higher throughput, higher queue priority, and larger supported outputs where available. Every plan starts with a 3-day free trial and you can cancel anytime.
Absolutely — LTX-2.3 follows long, structured prompts, including spoken lines and audio direction. The examples above show complete, unedited prompts alongside the playable clip each produced. Hit "Use prompt" to load the full prompt into the app and reproduce or remix it.
Yes. LTX-2.3 runs both text-to-video and image-to-video — animate a still or generate from a written scene, with native audio either way. It also supports control LoRAs for directable shots: Pose Control, Canny (edge), a Detailer, and Inpaint / Outpaint, so you can guide motion, structure, and framing instead of leaving them to chance.
Create in the app, or build with the API. Your call.