Quick Start with Seedance 1.0 Pro
Generate videos with Seedance 1.0 Pro in 60 seconds.
terminal
$ npm install -g agent-media-cli
$ agent-media login
$ agent-media generate seedance1 -p "Young woman talking to camera, selfie vlog style" --aspect-ratio 9:16 --sync
Capabilities
Text-to-video generation
Image-to-video generation
Realistic human body motion
Dance and choreography generation
Strong facial expression rendering
Seedance 1.0 Pro Specifications
| Model | Seedance 1.0 Pro |
| Provider | ByteDance |
| Type | video generation |
| CLI Slug | seedance1 |
| Resolutions | 720p, 1080p |
| Durations | 5s, 10s |
| Aspect Ratios | 16:9, 9:16, 1:1 |
| Input Types | Text prompt, Image + text prompt |
| Credit Cost | 200-400 credits per video (varies by duration and resolution) |
CLI Examples
Real commands you can run right now with agent-media CLI.
Generate a portrait-style vlog video
agent-media generate seedance1 -p "Young woman talking to camera, selfie vlog style" --aspect-ratio 9:16 --syncAnimate a photo into a dancing video
agent-media generate seedance1 -p "Make this person dance" --input headshot.jpg --syncGenerate a 10-second cooking scene
agent-media generate seedance1 -p "Chef preparing a dish, kitchen studio" -d 10 --syncStrengths
- Industry-leading human body motion generation
- Best model for dance and choreography videos
- Excellent facial expressions and lip sync
- Strong image-to-video capability for portraits
Best For
- Dance and choreography content
- Creator-style talking head videos
- Image-to-video animations of people
- Social media content featuring human subjects
Use Seedance 1.0 Pro in Claude Code
agent-media CLI works as an MCP server for Claude Code. Add it to your config and generate videos with Seedance 1.0 Pro using natural language.
.claude/settings.json
{
"mcpServers": {
"agent-media": {
"command": "npx",
"args": ["-y", "agent-media-cli", "mcp"],
"env": {
"AGENT_MEDIA_API_KEY": "your-api-key"
}
}
}
}Then ask Claude: "Generate a video with Seedance 1.0 Pro: your prompt here"