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.
AI 분석
核心用途是赋予 AI 助手调用 MuApi 平台进行多媒体内容创作的能力。适合需要通过 AI 自动生成图像、音视频的多媒体创作者,需配置 MuApi 密钥。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:SamurAIGPT/dsh-plugin-muapiConfiguration
| 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. |