BestWishYsh / Helios-14B-Base
Helios-14B-Base
14B Real-Time Long Video Generation Model
Without commonly used anti-drifting strategies (e.g., self-forcing, error-banks, keyframe sampling, or inverted sampling), Helios generates minute-scale videos with high quality and strong coherence.
Without standard acceleration techniques (e.g., KV-cache, causal masking, sparse/linear attention, TinyVAE, progressive noise schedules, hidden-state caching, or quantization), Helios achieves 19.5 FPS in end-to-end inference on a single H100 GPU.
We introduce optimizations that improve both training and inference throughput while reducing memory consumption, enabling image-diffusion-scale batch sizes during training while fitting up to four 14B models within 80 GB of GPU memory.
Example prompts
Great starting points for Helios-14B-Base.
API quick start
Run Helios-14B-Base with a single API call.
{
"prompt": "A bright yellow Lamborghini Huracn Tecnic…",
"inputVideo": "https://your-cdn.com/input.mp4",
"inputImage": "https://your-cdn.com/input.png",
"negativePrompt": "..."
}curl -X POST "https://api.wiro.ai/v1/Run/BestWishYsh/Helios-14B-Base" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_WIRO_API_KEY" \
--data-binary @- <<'JSON'
{
"prompt": "A bright yellow Lamborghini Huracn Tecnic…",
"inputVideo": "https://your-cdn.com/input.mp4",
"inputImage": "https://your-cdn.com/input.png",
"negativePrompt": "..."
}
JSONPricing: $0.972047/output
View full API docs