Text → video · Image → video · Audio → video
VideoPopularFast

LTX-2.3 22B Distilled

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.

About

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.

Workflows

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

Pricing

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

API

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.

Why run it on Sogni

Unlimited, not metered

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.

No credits, ever

One flat price in the app. Generate under fair use without a per-image meter.

🧩

100+ models

Image, video, music, and language models in one workspace and one API key.

Per-render API

Prefer pay-as-you-go? Call LTX-2.3 22B Distilled by id and pay in Spark.

🌐

Powered by people

Runs on a decentralized GPU network where workers share subscription revenue.

FAQ

LTX-2.3 22B Distilled on Sogni

What is LTX-2.3?

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.

What resolution, frame rate, and duration does LTX-2.3 support?

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.

Is it really unlimited?

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.

How much does it cost?

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.

Can I use long, detailed prompts?

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.

Does LTX-2.3 do image-to-video and control LoRAs?

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.

Start with LTX-2.3 22B Distilled today

Create in the app, or build with the API. Your call.