Instant Generation
Submit prompts and stream results directly in your terminal. No browser tab switching, no GUI friction.
Interactive Demo
Real commands, real output. Click any tab to explore workflows end-to-end.
Capabilities
Submit prompts and stream results directly in your terminal. No browser tab switching, no GUI friction.
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.
OAuth2 browser flow for interactive sessions. Environment variable tokens for CI/CD pipelines.
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.
One-time login. Token is stored locally and reused across sessions.
$seacloud auth loginBrowse 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.ai account.
seacloud auth loginLog in via browser OAuth2. Stores credentials locally.seacloud auth logoutRevoke credentials and remove local token.seacloud auth statusDisplay current state, account tier, and credits.CI/CD Integration
Use environment variable tokens for headless authentication in pipelines. The --output json flag makes every command scriptable.
OAuth2 browser flow for interactive sessions, plus environment tokens for CI/CD.
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.