MarceloSenai/dsh-plugin-kie-ai ↗★ 0
dsh-plugin-kie-ai
DeepSeek Harness plugin: image and video generation over the KIE AI API, with polling to completion and a status query
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗Configuration
- id: tool-kie-ai
config:
baseUrl: https://api.kie.ai/api/v1
apiKeyEnv: KIE_API_KEY
pollIntervalMs: 5000
pollTimeoutMs: 300000
| Option | Default | Meaning |
|---|---|---|
baseUrl | https://api.kie.ai/api/v1 | API base; /jobs/... is appended. |
apiKeyEnv | KIE_API_KEY | Environment variable holding the bearer token. |
pollIntervalMs | 5000 | Delay between status checks. |
pollTimeoutMs | 300000 | Total polling budget (5 minutes). |