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 읽기 ↗
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). |