Virtual poolant:video-gen

ANT Video Generation

Models that generate video natively.

Try in Playground
Video generation: Required

How this pool routes

ant:video-gen hard-requires video-generation capability. Availability tracks what upstream providers expose, so this is the thinnest pool and can be empty when no provider is serving a compatible model.

Best For

Short video generationAnimation draftsMotion assets

Where requests went

Live routing over the last 30 days

No requests routed through this pool in the last 30 days yet.

Models in this pool

No models currently qualify for this pool. Requests will fall back to the router's general selection.

Quick Start

from openai import OpenAI

client = OpenAI(
    base_url="https://api.antbase.ai/v1",
    api_key="YOUR_ANT_API_KEY",
)

response = client.chat.completions.create(
    model="ant:video-gen",
    messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)

Routing weights

Speed20/100
Quality80/100
Cost30/100

Selection criteria

Video generationrequiredRequired
Speed weight20/100
Quality weight80/100
Cost weight30/100
Model IDant:video-gen

Other pools

Every virtual pool accepts the same request shape — swap the model id to change the routing policy.

Browse all virtual models →