Integrations
WaveSpeed, wherever you build
Every model on the platform — image, video, audio, 3D — available inside your coding agent, editor, and stack. Pick your tool; setup is one command.
WaveSpeed CLI
Terminal · any coding agent
One open-source command for every model: search the live catalog, inspect schemas, generate, and quote prices from your terminal or any coding agent.
$npm install -g @wavespeed/cliAgent Skill
Claude Code · Cursor · Codex · OpenCode
One command drops a skill that teaches your agent the find → inspect → run pattern, local-file upload, and price checks. OpenCode picks it up from the same path.
$wavespeed skill installMCP Server
Claude Desktop · Claude Code · Cline · Cursor · any MCP client
Seven typed tools over the live catalog: model search, schema introspection, generation with local-file upload, and price quotes before spending. Listed in the official MCP registry.
$claude mcp add wavespeed -- npx -y @wavespeed/mcpClaude Code Plugin
Claude Code
The same skill delivered through Claude Code's plugin marketplace — managed installs and updates.
$/plugin marketplace add WaveSpeedAI/claude-pluginsDeepSeek Harness Skill
DeepSeek Harness (dsh)
Installable dsh plugin that registers the WaveSpeed skill automatically.
$dsh plugin --profile web add github:WaveSpeedAI/wavespeed-dsh-skillGemini CLI Extension
Gemini CLI
Bundles the WaveSpeed skill for Gemini CLI's extension system — installed and updated with one command.
$gemini extensions install https://github.com/WaveSpeedAI/wavespeed-gemini-extensionSDKs
Python · JavaScript / TypeScript
Official Python and JavaScript/TypeScript clients for direct API access from your own applications.
$pip install wavespeed$npm install wavespeed