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 Analysis
核心用途是通过 KIE AI API 实现图像和视频生成,支持轮询等待任务完成及状态查询。适合需要在 DSH 中调用外部 API 生成多媒体内容的用户,需自备 API 密钥。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full 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). |