ltx23-22b-10eros-v1.4-fp8mixed_i2v An opt-in LTX-2.3 image-to-video fine-tune for private mature-theme creativity, available through the Sogni API and Creative Agent Skill.
No GPU. No setup. Cancel anytime.
LTX-2.3 10Eros v1.4 I2V is a specialized image-to-video fine-tune of LTX-2.3 22B for creators who want greater freedom with mature themes.
This model is used in tandem with DR34ML4Y — All-In-One NSFW LoRA, created by c0ur4ge, to support its adult-oriented LTX-2 workflow.
It animates a starting image into a 4–20 second clip and generates native dialogue and sound in the same pass. The fixed 9-step workflow supports landscape, portrait, and square formats from 640 px through 4K-class output.
The model is strictly opt-in for adults: turn off the Sensitive Content Filter before submitting a job. It is currently available through the Sogni API and Sogni Creative Agent Skill for agentic creation, but not yet in Sogni Web or native apps.
Looking for still images? Explore Sogni's uncensored AI image generator for opt-in image models including Dark Beast Krea 2, Dark Beast Z-Image Turbo, and Chroma.
Use the source image to establish the subject and composition, then use the prompt to direct motion, camera, sound, and timing.
LTX-2.3 10Eros v1.4 is not currently available in Sogni Web or the native apps. Use the exact model ID through the Sogni API, or use the Sogni Creative Agent Skill for agentic image-to-video creation.
Need still images too? Explore the uncensored AI image generator for Sogni's opt-in mature-theme image models.
Use pay-as-you-go Spark packs for each clip (1 Spark = $0.005), or choose a flat-rate Sogni plan for credit-free fair-use generation in the app.
| Configuration | Spark | USD |
|---|---|---|
| 5 s · 1280 × 720 · 9 steps | 13.8 Spark | $0.069 |
| 10 s · 1280 × 720 · 9 steps | 27.6 Spark | $0.14 |
| 5 s · 1920 × 1088 · 9 steps (scales with pixels) | 31.4 Spark | $0.16 |
One Sogni API key reaches every model on the Supernet — call LTX-2.3 10Eros v1.4 I2V with the exact model 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-10eros-v1.4-fp8mixed_i2v',
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 # ltx23-22b-10eros-v1.4-fp8mixed_i2v is addressable by id via the JavaScript SDK (see the JavaScript tab).
# The REST workflow API routes this family through its flagship alias instead:
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_image",
"arguments": { "prompt": "a slothicorn surfing a wave of liquid paint, studio lighting" }
}]
},
"confirm_cost": true
}' Addressable by id via the JavaScript SDK; the REST workflow API routes this family through its flagship alias. Full reference at docs.sogni.ai.
Use a flat monthly plan for credit-free fair-use generation, or buy Spark packs when pay-as-you-go fits better. Both run on the same creator-owned GPU network.
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 10Eros v1.4 I2V by id and pay with Spark packs.
Runs on a decentralized GPU network where workers share subscription revenue.
It is an opt-in image-to-video fine-tune of LTX-2.3 22B for private mature-theme creativity. It animates a starting image and generates native dialogue and sound in the same pass.
10Eros v1.4 is a specialized image-to-video fine-tune with a fixed 9-step workflow and an opt-in mature-theme focus. Base LTX-2.3 also offers text, audio, image+audio, and video-to-video workflows in Distilled and Dev variants.
LTX-2.3 10Eros v1.4 I2V is used in tandem with DR34ML4Y — All-In-One NSFW LoRA, created by c0ur4ge.
Turn off the Sensitive Content Filter before submitting the job through the Sogni API or Creative Agent Skill. The Supernet enforces this requirement, so the model remains an explicit adult-only choice.
Not currently. Use the exact model ID through the Sogni API, or select it through the Sogni Creative Agent Skill for agentic creation.
Yes. It can generate dialogue, ambience, and sound effects natively with the video.
No. The model runs on compatible Sogni Supernet workers through the Sogni API or Creative Agent Skill, with no local install required.
Sogni is built with privacy and creative freedom in mind. Your work remains your own, and inference runs through the Sogni Supernet, a decentralized network of creator GPUs, instead of requiring local hardware or a separate model host. Use is still governed by Sogni's Privacy Policy and Terms of Use.
Build with the Sogni API, or use the Creative Agent Skill for agentic creation.