Jimeng
Jimeng is ByteDance’s video generation service. On Crazyrouter, the recommended public contract is the/jimeng/* family. We do not expose the upstream Action + Version form as the primary customer-facing API.
Currently Verified Scope
POST /jimeng/submit/videosis verified forjimeng-video-3.0text-to-video- single-image input and single-image
recameraare verified - the currently stable positive-sample mainline is concentrated on
1080P 720P / recamerais still ach119carrier-level follow-up and is not being expanded into the current public hard contract- query results prefer Crazyrouter archived media URLs such as
https://media.crazyrouter.com/... - the
expiredre-probe path is closed, but naturally expired samples are still a passive background tail item and do not block the mainline contract
Submit Video Task
Recommended Public Model
jimeng-video-3.0: current primary public model
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
model | string | Yes | Public model name. jimeng-video-3.0 is recommended |
prompt | string | Conditionally | Strongly recommended for text-to-video; also recommended for recamera motion intent |
duration | integer | No | Recommended values: 5 or 10 |
aspect_ratio | string | No | Aspect ratio such as 16:9 or 9:16 |
image_url | string | No | Single-image URL input |
binary_data_base64 | string[] | No | Single-image Base64 input |
image_urls | string[] | No | Compatibility array form; do not treat it as a public multi-reference hard contract |
template_id | string | No | Single-image recamera template, for example handheld |
camera_strength | string | No | Single-image recamera strength, for example weak, medium, strong |
req_key | string | No | Reserved for debugging or compatibility flows; not recommended for normal integration |
Text-to-Video Example
Single-Image recamera Example
Successful Submit Response
Query Task
cURL
Completed Response Example
Task Status
| Status | Description |
|---|---|
queued | submitted or waiting in queue |
processing | generation in progress |
succeeded | completed and ready to fetch from url |
failed | terminal failure |
The current public docs only commit to single-image input and single-image
recamera. Do not document image_urls as a public multi-reference hard contract, and do not recommend frames as a public parameter. Unsupported frames values may be accepted at submit time and then fail later at the upstream pipeline stage.The public doc is intentionally constrained to the verified stable scope:
jimeng-video-3.0 + text-to-video / single-image input / single-image recamera. Whether 720P / recamera is expanded later depends on carrier-level sample follow-up rather than additional passthrough code.