video
Kie.ai (Kuaishou)

Kling 3.0 Pro

Kling 3.0 Pro is a video generation model from Kuaishou (Kie.ai). It produces high-quality video from text prompts and supports image-to-video generation. Known for consistent motion, realistic human faces, and strong prompt adherence.

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

ModelKling 3.0 Pro
ProviderKie.ai (Kuaishou)
Typevideo generation
CLI Slugkling3
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 5-second video from a text prompt
agent-media generate kling3 -p "A golden retriever running through a sunflower field" --sync
Generate a 10-second video from an input image
agent-media generate kling3 -p "Make it dance" --input photo.jpg -d 10 --sync
Generate a portrait video for TikTok/Reels
agent-media generate kling3 -p "Urban street at night, neon lights" --aspect-ratio 9:16 --sync

Strengths

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

Start generating with Kling 3.0 Pro

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

npm install -g agent-media-cli