// video api

Omni Flash API

Omni Flash through an OpenAI-compatible endpoint. Billed per second of generated video, no subscription and no minimum. The same key also works for text models.

Tiers and prices

Model idTierPrice
omni-flash-4s4s$0.025 per second
omni-flash-6s6s$0.0333 per second
omni-flash-8s8s$0.0417 per second
omni-flash-10s10s$0.05 per second

Prices are per API call, charged from your balance. A 5-second clip on the cheapest tier costs about $0.125. No subscription, no minimum top-up, no monthly fee.

How to call it

One endpoint /v1/videos, one key. The same key also calls text models and every other media model in the catalog.

curl https://api.teamtoken.store/v1/videos \
  -H "Authorization: Bearer $TEAMTOKEN_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "omni-flash-10s",
    "prompt": "a cat riding a bicycle through Tokyo at night",
    "wait": true
  }'
Get an API key

Top up with a card, SBP or crypto, from $1. Spend limits are set per key.