Bytedance · Video
Hermes Agent x Seedance
Seedance is Bytedance's Seed team video model, supporting text-to-video and image-to-video with native audio synthesis. Through RunAPI, all Seedance variants share unified API access.
Public versions and endpoints
| Model ID | Version | Endpoints | Starting price | Catalog |
|---|---|---|---|---|
seedance-1.5-pro | First audio+video in one pass; lip-sync, multilingual dialogue | /api/v1/seedance/text_to_video | $0.290 | Model detail |
seedance-2-mini | Compact 2.x variant with frame and multimodal reference inputs | /api/v1/seedance/text_to_video | $0.450 | Model detail |
seedance-2.0 | Up to 9 ref images + 3 video + 3 audio; 15-sec multi-shot | /api/v1/seedance/text_to_video | $2.08 | Model detail |
seedance-2.0-fast | Same 2.0 capabilities, tuned for faster iteration | /api/v1/seedance/text_to_video | $0.370 | Model detail |
seedance-2.5 | seedance-2.5 | /api/v1/seedance/text_to_video | $0.630 | Model detail |
seedance-v1-pro | 1080p cinematic quality baseline | /api/v1/seedance/text_to_video | $0.270 | Model detail |
seedance-v1-pro-fast | Faster v1-pro variant with the same 1080p output | /api/v1/seedance/text_to_video | $0.080 | Model detail |
Configuration
Guide endpoint: <endpoint>
Select <model-id> to generate a request with the endpoint's public input contract.Verify
Select <model-id> to generate verification commands.How it works
- 1. Choose a model ID
Select a public catalog model ID and review its endpoint and current starting price.
- 2. Configure RunAPI
Set RUNAPI_API_KEY before making the endpoint request.
- 3. Verify the result
For asynchronous endpoints, poll the same endpoint until the Task reaches a terminal status.
FAQ
Which model ID should I use?
Choose a public model ID from the version table. Each ID exposes the endpoints shown for that version.
Does this guide configure a chat model?
No. This Model Line uses the endpoint workflow shown here and is not presented as an agent chat model.