video
ByteDance

Seedance 1.0 Pro

Seedance 1.0 Pro is ByteDance's video generation model focused on human motion and dance choreography. It excels at generating videos with realistic body movement, facial expressions, and dynamic poses.

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

ModelSeedance 1.0 Pro
ProviderByteDance
Typevideo generation
CLI Slugseedance1
Resolutions720p, 1080p
Durations5s, 10s
Aspect Ratios16:9, 9:16, 1:1
Input TypesText prompt, Image + text prompt
Credit Cost200-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 --sync
Animate a photo into a dancing video
agent-media generate seedance1 -p "Make this person dance" --input headshot.jpg --sync
Generate a 10-second cooking scene
agent-media generate seedance1 -p "Chef preparing a dish, kitchen studio" -d 10 --sync

Strengths

  • 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"

Start generating with Seedance 1.0 Pro

Install agent-media CLI and run your first video generation in under 60 seconds.

npm install -g agent-media-cli