provider
ByteDance Jimeng
Direct answerDirect Jimeng access uses visual.volcengineapi.com and Volcengine signing, while this gateway's /v1/videos uses its own Bearer token. Persist task IDs, handle terminal states, and copy temporary media promptly.
Updated · Reviewed
Ownership and gateway boundary
Jimeng developer capabilities are documented through Volcengine visual services for image and video generation. They are separate from Doubao text models, so model or req_key values, endpoints, and job protocols are not interchangeable. This page declares only the adapted /v1/videos; it does not expose every capability in the Volcengine visual catalog.
Direct access and authentication
Official examples POST to https://visual.volcengineapi.com with Volcengine request signing; the current guide uses Region cn-north-1 and Service cv. This gateway uses its own base URL and Bearer token. A Volcengine access key belongs in direct or server-side channel configuration and must never be exposed to a browser.
Asynchronous jobs and identifiers
Generation commonly separates submit and query. request_id traces a request, while task_id identifies the job for retrieval. Persist both together with model or req_key, creation time, and redacted parameters. States can include in_queue, generating, done, not_found, and expired, so acceptance or HTTP success is not media success.
Temporary URLs, errors, and resource control
The cited Video 3.0 720P guide says its video_url is valid for one hour and tasks can later disappear; check each other API separately. Stream successful output into controlled storage immediately. Poll with bounded backoff, a total deadline, and a concurrency cap. Check the business code before parsing data, retain request_id, and prevent infinite retries and duplicate billing.
Rights, moderation, and cost
Bound asset type, size, and fetch origin and verify rights for people, trademarks, music, and references. Follow official AIGC-labeling and moderation requirements. Evaluate identity, motion, text, and moderation pass rate on real assets; model, dimensions, duration, quota, and cost remain function-page specific.
Reviewed provider catalog
Latest models by capability
These are provider-catalog models, not a promise of availability on this site. Confirm callable IDs, endpoints, and pricing in the model marketplace.
Image generation and editing
-
t2i_v40_jimengStableThe Jimeng Image 4.0 request model for generation, editing, multiple images, and 1K–4K output.
Video generation and editing
-
jimeng_ti2v_v30_proStableThe Jimeng Video 3.0 Pro request model for text/image-to-video, 1080p, and multi-shot stories.
-
jimeng_i2v_first_tail_v30StableThe Jimeng Video 3.0 first-and-last-frame image-to-video request model.
Use cases
- Image generation
- Video generation
- Creative content production
API protocols
/v1/videos
FAQ
Does direct Jimeng access use the same authentication as this gateway?
No. Direct Volcengine visual calls use visual.volcengineapi.com and signed parameters; the documented example fixes Region=cn-north-1 and Service=cv. This gateway's /v1/videos uses its own Bearer token, not a Volcengine access key.
Does a Jimeng request_id or task_id mean generation is complete?
No. request_id traces a request for support, while task_id queries the generation job. Persist both and handle states such as in_queue, generating, done, not_found, and expired; read media only after a successful terminal result.
Can a returned Jimeng video URL be stored as a permanent link?
Do not assume so. The cited Video 3.0 720P page says its video_url is valid for one hour and tasks can expire; other capabilities need their own check. Validate media type and size and stream successful output immediately into controlled storage.
What review is required before publishing Jimeng output?
Verify rights for prompts, reference assets, people, and trademarks, handle provider moderation errors, and apply required AIGC labeling. Retain request ID, model or req_key, moderation outcome, and human approval.
Related guides
Official sources
- 火山引擎即梦模型文档 Official
- 火山引擎即梦视频 API 文档 Official
兔子API