SamurAIGPT/dsh-plugin-muapi ↗★ 0
@dsh-plugin/dsh-plugin-muapi
DeepSeek Harness plugin that exposes MuApi's 100+ image, video, and audio generation models as an agent tool.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:SamurAIGPT/dsh-plugin-muapi说明文档
阅读完整 README ↗Configuration
| Setting | Default | Description |
|---|---|---|
tool.enabled | true | Expose the tool to the agent. |
tool.apiKeyEnv | — | Credential reference for your MuApi API key. |
tool.baseUrl | https://api.muapi.ai/api/v1 | API base URL. |
tool.pollIntervalMs | 3000 | Delay between result polls. |
tool.timeoutMs | 600000 | Max time to wait for a job to complete. |