Model reference · open weights

LingBot-Video-Dense

Available as managed deployment Video FastVideo Text→video 1 variants 0 dl/mo

LingBot-Video-Dense is an open-weight video model from FastVideo. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.

Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.

What it is

MakerFastVideo
TypeVideo models
TaskText→video
Runs withfastvideo
Based onrobbyant/lingbot-video-dense-1.3b
Released2026-07-13
Popularity0 downloads / month
LicenceOpen weights

About

What LingBot-Video-Dense is

This repository contains the released LingBot-Video Dense 1.3B checkpoint in the component layout loaded natively by FastVideo. ## Usage

Use a FastVideo revision containing LingBot-Video support:

from fastvideo import VideoGenerator

generator = VideoGenerator.from_pretrained(
    "FastVideo/LingBot-Video-Dense-1.3B-Diffusers",
    num_gpus=1,
    use_fsdp_inference=False,
    text_encoder_cpu_offload=True,
)
result = generator.generate({
    "prompt": "A red fox runs through fresh snow at sunrise.",
    "output": {"output_path": "outputs/lingbot-video", "save_video": True},
})
generator.shutdown()

The default preset generates 121 frames at 832×480 with 40 denoising steps.

Provenance

  • Original model: https://huggingface.co/robbyant/lingbot-video-dense-1.3b
  • Original code: https://github.com/robbyant/lingbot-video
  • FastVideo port: https://github.com/hao-ai-lab/FastVideo/pull/1595

The original model and this converted package are distributed under the Apache-2.0 license declared by the released checkpoint.

From the published model card. Full card on the HuggingFace links in the sidebar.

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys lingbot-video-dense for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (lingbot-video-dense below is illustrative; you get the exact model name on deployment.)

$ curl -sS https://api.axforge.ai/v1/videos/generations \
  -H "Authorization: Bearer $AXFORGE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"lingbot-video-dense","prompt":"a drone shot over a forest"}'

Create an account — your API key is available in the console. 5M tokens/month currently included with every new account at launch.

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms