Instant Generation
Submit multimodal tasks directly in your terminal. For image-to-video, replace the example media URL with a public first-frame image URL
A CLI built for agents to discover models, run multimodal tasks, and manage workflow skills with a single API key.
Interactive Demo
Real commands, real output. Click any tab to explore workflows end-to-end
Capabilities
Submit multimodal tasks directly in your terminal. For image-to-video, replace the example media URL with a public first-frame image URL
Browse 20+ AI models by type, search by keyword, and inspect full parameter specs before running
Track any generation task by ID. Poll status, retrieve output URLs, and pipe results into your workflow
Install AI agent skills from the SkillHub marketplace. Auto-detects Claude Code, Cursor, and Codex targets
Store a SeaCloud API key for model execution, or use browser login for full interactive sessions
Preview exactly what would be sent to the API without making any requests. Safe for testing and debugging
Workflow
The complete process from authentication to result retrieval
Store an API key for model execution, or use browser login for sandbox and template workflows
$seacloud auth set-key <api-key>Browse models by type, inspect parameters, and know exactly what you are running
$seacloud models listSubmit your prompt and watch the generation happen live in your terminal
$seacloud run <model>Get output URLs, pipe JSON downstream, and integrate with any automation
$seacloud task status <id>Command Reference
Click any command to see subcommands, flags, and runnable examples
Manage authentication with your SeaCloud account
seacloud auth set-key <api-key>Store an API key for model executionseacloud auth loginLog in via browser OAuth2. Stores credentials locallyseacloud auth logoutRevoke credentials and remove local tokenseacloud auth statusDisplay current state, account tier, and creditsCI/CD Integration
Store an API key with seacloud auth set-key before running headless jobs. The --output json flag makes every command scriptable
Use seacloud auth set-key for model execution, or browser login for full interactive sessions
Every command supports --output json, so jobs can pipe to jq or downstream systems
Exit code 0 means success and 1 means error. It behaves like a normal POSIX tool
Ready to Build?
Start building with multimodal AI today. No credit card required