Quick Start with Kling 3.0 Pro
Generate videos with Kling 3.0 Pro in 60 seconds.
terminal
$ npm install -g agent-media-cli
$ agent-media login
$ agent-media generate kling3 -p "A golden retriever running through a sunflower field" --sync
Capabilities
Text-to-video generation
Image-to-video generation
Realistic human motion and facial expressions
Multiple aspect ratios (16:9, 9:16, 1:1)
Up to 10 seconds per generation
Kling 3.0 Pro Specifications
| Model | Kling 3.0 Pro |
| Provider | Kie.ai (Kuaishou) |
| Type | video generation |
| CLI Slug | kling3 |
| 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 5-second video from a text prompt
agent-media generate kling3 -p "A golden retriever running through a sunflower field" --syncGenerate a 10-second video from an input image
agent-media generate kling3 -p "Make it dance" --input photo.jpg -d 10 --syncGenerate a portrait video for TikTok/Reels
agent-media generate kling3 -p "Urban street at night, neon lights" --aspect-ratio 9:16 --syncStrengths
- Excellent at generating realistic human faces and expressions
- Strong motion consistency across frames
- Good prompt adherence for detailed descriptions
- Supports both landscape and portrait orientations
Best For
- Creator-style talking head videos
- TikTok and Instagram Reels content
- Product demo animations
- Social media content with human subjects
Use Kling 3.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 Kling 3.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 Kling 3.0 Pro: your prompt here"