ProviderxAI-compatible video API
Model IDgrok-imagine-video
BillingParameter-based video billing; duration and resolution affect the final charge
Endpoints/v1/videos, /api/task

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": "grok-imagine-video",
  "prompt": "A dramatic aerial shot above a coastal road",
  "duration": 10,
  "resolution": "720p"
}'

Generate, extend and transform video

Use the supported Grok Imagine task modes for new generation and image-conditioned workflows. Request validation keeps incompatible parameters from reaching the upstream route.

  • Text-to-video requests
  • Image-to-video input
  • Duration and resolution controls
  • Task progress and final content URL

Price from the parameters you actually send

Grok Imagine Video is not represented as one universal fixed price. The selected duration, resolution and task mode determine the final amount, which is recorded with the completed task.

Keep temporary failures visible

Task records retain upstream failure messages and progress state, making it easier to distinguish a rejected request, exhausted upstream usage or a generation that is still running.

Frequently asked questions

How do I retrieve a completed Grok video?

Poll the task until it reaches SUCCESS, then use the result_url or video_url returned in the task record.

Why is there no single fixed Grok video price?

The charge depends on generation parameters such as duration and resolution. The live pricing page and completed task record show the applicable rate.

Can I submit an image reference?

Yes, for supported image-conditioned modes. Provide a reachable image URL or another accepted source format rather than a local filesystem path.