Skip to content
Router One

Veo API in China — current availability and workflow

As of 2026-09-05, Router One’s catalog contains no video models, including Veo and Grok Video. The historical specifications and asynchronous workflow below explain the interface; they are not a current availability promise. Check /models before planning an integration. Currently listed image and chat models remain available through the same account.

Direct access, no VPN

The gateway endpoint at https://api.router.one/v1 is reachable from Mainland China. No VPN, no overseas cloud console, no foreign card — an API key and a prepaid wallet are the whole setup.

Per-video unit pricing

The video interface uses a flat per-clip rate when a video model is listed. No video models or current per-clip offers are listed as of 2026-09-05; check the catalog before sending a generation request.

One key for video, image, and chat

A key can access the models and endpoints currently listed for the account. Image and chat models are listed now; the historical video workflow below does not establish current video access.

Previously listed video models — historical specifications

These are historical fixed clip specifications. None of the video IDs below is currently listed, so they are not copy-and-run examples. Check /models for availability and current pricing before using this workflow.

Model IDWhat it isFixed clip
viduq3-turboVidu Q3 Turbo, text-to-video5 s · 720p
viduq3-turbo-540pVidu Q3 Turbo, text-to-video, cheaper 540p tier4 s · 540p
pixverse-videoPixVerse v5, text-to-video5 s · 540p
MiniMax-Hailuo-2.3MiniMax Hailuo 2.3, text-to-video6 s · 768P
MiniMax-Hailuo-02MiniMax Hailuo 02, text-to-video6 s · 768P
wan2.6-i2vWan 2.6 (Alibaba Tongyi Wanxiang), image-to-video — exactly one image_url required5 s · 720P
See live video model pricing

Submit, then poll

Video generation is asynchronous: the POST returns a task, and a GET on the task ID reports its status until the clip is ready. Don't wrap the call in a tight client timeout — poll instead. Full request and response fields are in the docs.

  1. 1Create a Router One API keySign up at router.one and create an API key in the dashboard. Top up with a card or Alipay through one hosted checkout, or with USDT/USDC on six chains (Tron, BSC, Ethereum, Polygon, Base, Arbitrum). No US credit card required.
  2. 2Submit a generation taskPOST to https://api.router.one/v1/videos/generations with a video model ID from the catalog and your prompt. The response returns a task ID. The image-to-video model takes an image_url as well; the text-to-video models reject one.
  3. 3Poll until the clip is readyGET the task by ID until it completes, then download the result. The request appears in Dashboard → Logs with its model, unit cost, and status.
video-via-router-one.sh
# Historical example — the model below is not currently listed
curl -X POST https://api.router.one/v1/videos/generations \
  -H "Authorization: Bearer sk-your-router-one-key" \
  -H "Content-Type: application/json" \
  -d '{"model": "viduq3-turbo",
       "prompt": "Waves lapping at the shore, dusk light on the water"}'

curl https://api.router.one/v1/videos/generations/{task_id} \
  -H "Authorization: Bearer sk-your-router-one-key"

No low fixed cap for normal paid usage. Abuse prevention, per-account protection limits, and upstream constraints may still apply; if a request returns 429, check Dashboard -> Logs or contact support to raise limits.

FAQ

Is Veo available?

Not at the moment — Veo is not in the catalog, and neither is Grok Video. No video models are currently listed. The table above records historical specifications; check /models for any future change.

Can I choose the clip length or the resolution?

No — each video model ships one fixed combination, listed in the table above, and a duration or size field in the request body is ignored. aspect_ratio is accepted by the Vidu and PixVerse models and defaults to 16:9. Pick the model whose fixed clip matches the output you need.

How is video generation billed?

Per video, at a flat unit price shown in the catalog, deducted from your metered wallet balance. Each task's unit cost is recorded in its request trace — there is no token accounting on generated video.

How long does a generation take?

It varies by model and load, which is why the API is asynchronous: submit the task, keep the task ID, and poll its status endpoint until the clip is ready rather than holding a request open.

Is this the Sora API?

No — Sora is not currently in the catalog. Vidu Q3, PixVerse, MiniMax Hailuo, and Wan 2.6 are also absent; check /models for current coverage as the catalog evolves.

Can the same key generate images?

Yes — the text-to-image lineup (gpt-image-2, GPT Image 2.5 Flare and Sunburst — listed 2026-09-08 — Gemini 3 Pro Image, Gemini 3.1 Flash Image, Grok Imagine) is served at /v1/images/generations with the same key and wallet. See the image generation API page.

Choose the next step for your video-generation workflow

This page owns the first video task. Use the paths below to select a live model, verify the asynchronous request contract, generate images instead, or fund the shared wallet.

Start generating video from China

Get your API key