ltx23-22b-10eros-v1.4-fp8mixed_i2v An adult opt-in LTX-2.3 image-to-video fine-tune for 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.
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 with dimensions from 640 through 3840 pixels.
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.
Sogni serves the v1.4 checkpoint. TenStrip's upstream notes describe 10Eros as prompting-sensitive: make motion, scene evolution, camera direction, and audio explicit instead of assuming them from the source image. The upstream repository may list newer versions, so use the exact Sogni model ID on this page when you need v1.4.
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 be strict and descriptive about motion, scene evolution, camera, sound, and timing. TenStrip's upstream notes specifically recommend deliberate prompt refinement for this fine-tune.
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.
Compare it with MiniMax H3 on Sogni's uncensored AI video generator, or explore the uncensored AI image generator for 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 | 17.6 Spark | $0.088 |
| 10 s · 1280 × 720 · 9 steps | 35.0 Spark | $0.17 |
| 5 s · 1920 × 1088 · 9 steps (scales with pixels) | 39.6 Spark | $0.20 |
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_video",
"arguments": { "prompt": "a slothicorn surfing a wave of liquid paint, slow push-in, cinematic", "duration": 5 }
}]
},
"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 adult opt-in image-to-video fine-tune of LTX-2.3 22B for 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.
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.