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
AI 分析
核心用途是通过 KIE AI API 实现图像和视频生成,支持轮询等待任务完成及状态查询。适合需要在 DSH 中调用外部 API 生成多媒体内容的用户,需自备 API 密钥。
インストール
検証済み 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). |