更新日: 2026-06-07
Ali Bailian Video API
Crazyrouter exposes Ali Bailian-compatible video routes so applications already using DashScope / Ali Bailian video formats can migrate with minimal path changes.What This Page Covers
- This page documents Crazyrouter’s Ali-compatible public alias for workflows already integrated against the DashScope / Ali Bailian video body shape; those workflows can continue using
/alibailian/api/v1/* - Internally, Crazyrouter now talks to the official DashScope upstream through
/api/v1/* - If you want Crazyrouter’s unified video API rather than the Ali-compatible migration path, use
/v1/video/generations - Wan text-to-video currently uses
/v1/video/generations. In particular,wan2.2-t2v-plusis not supported on this page’s/alibailian/...video-synthesissubmit path. - Actual model availability still depends on your token allowlist, pricing configuration, and current production channel bindings; do not assume every upstream Ali model is enabled by default
Supported Endpoints
POST /alibailian/api/v1/services/aigc/video-generation/video-synthesisGET /alibailian/api/v1/tasks/{task_id}
Internal Upstream Mapping
- Public compatibility submit path:
POST /alibailian/api/v1/services/aigc/video-generation/video-synthesis - Public compatibility query path:
GET /alibailian/api/v1/tasks/{task_id} - Crazyrouter upstream submit path:
POST /api/v1/services/aigc/video-generation/video-synthesis - Crazyrouter upstream query path:
GET /api/v1/tasks/{task_id}
Authentication
POST Create Video
Request Body Shape
Request Example
cURL
Response Example
GET Query Task
Request Example
cURL
Response Example
Error Behavior Verified Locally
- the local environment confirmed the create route exists; when a model is unavailable it returns a business error such as
model_not_foundrather than404 - the local environment also confirmed the query route exists; a nonexistent task returns:
This path family is primarily for protocol-compatible migration. The request and response bodies stay much closer to native DashScope / Bailian conventions than to Crazyrouter’s unified video schema. It also does not mean every Ali video model is publicly enabled on Crazyrouter; treat current pricing, token allowlists, and live channel bindings as the source of truth.