Recharge value

Recharge $15. Get $100-equivalent official API usage.

A $15 recharge adds gateway usage value benchmarked to $100 at official API list prices.

Recharge$15
Official API list-price equivalent$100

Equivalent usage depends on the model, tokens, resolution and selected group. This is SuperAI API balance, not an official provider account or transferable provider credit.

Recharge calculator

See the official list-price usage value

Enter a recharge amount to estimate the API usage value benchmarked against official provider list prices.

Official list-price equivalent$100.00
Difference in purchase cost$85.00
Effective purchase rate15% of official list-price value

This estimates SuperAI API gateway usage value, not transferable credit in an official provider account. Actual consumption depends on the model, tokens, resolution and selected group.

API request example

curl -X POST https://superaiapi.com/v1/videos \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "doubao-seedance-2.0-fast",
  "prompt": "A cinematic tracking shot through a neon city",
  "duration": 15,
  "size": "720p",
  "metadata": {"aspect_ratio": "16:9"}
}'

Video models you can call today

The lineup matches what is live on the gateway right now.

  • Doubao Seedance 2.0 and Seedance 2.0 Fast — ByteDance video generation, clips up to 15 seconds, fixed per-generation pricing
  • Vidu Q3 turbo / pro / mix — reference-to-video and first/last-frame control for consistent characters and scenes
  • Grok Imagine Video (incl. 1.5 preview) — xAI text-to-video through standard gateway endpoints

Billing that matches video workloads

Seedance models are billed at a fixed price per generation. Vidu Q3 and Grok Imagine Video are billed by generation parameters such as duration and resolution. Every charge appears in the usage log, and live rates are published on the pricing page.

Async task integration

Video generation runs as asynchronous tasks: submit a job, poll for status, download the result. The same gateway token that calls your text and image models also drives video, so quotas, logs and billing stay in one place.

Frequently asked questions

Which video models are available?

Doubao Seedance 2.0 (standard and fast), the Vidu Q3 family (turbo, pro, mix) and Grok Imagine Video, including the 1.5 preview.

How is video generation billed?

Seedance is billed at a fixed price per generation; Vidu and Grok Imagine Video are billed by generation parameters. Live rates are on the pricing page and every job is itemized in the usage log.

Does it support image-to-video?

Yes. Vidu Q3 supports reference images and first/last-frame control, and Seedance supports image-conditioned generation alongside text-to-video.