ModKie is a Kie-compatible AI API platform that exposes the same async job pattern as Kie.ai: POST /api/v1/jobs/createTask to queue work and GET /api/v1/jobs/recordInfo to poll results. Developers who already integrate with Kie can point their client at https://modkie.com/api/v1 with a ModKie API key and reuse the same request/response shapes for video, image, audio, and related generation tasks.
ModKie extends the relay model with a browsable model market (100+ models), an in-browser Playground, credit balance APIs, usage logs, vision training on RunPod or Ultralytics, and registration of self-hosted HuggingFace weights back into the gateway. Credits are checked before createTask is accepted; charges apply only when recordInfo reports state=success, so failed jobs are not billed.
| Capability | Kie.ai | ModKie |
|---|---|---|
| Async createTask / recordInfo | Yes | Yes (compatible) |
| Model market + Playground | Yes | Yes |
| OpenAI-compatible chat gateway | Varies | /api/gateway |
| Custom model on RunPod | Limited | Deploy + register-gateway |
| Vision / YOLO training | No | Yes (/train) |
| Webhooks | Varies | Webhooks doc |
https://modkie.com/api/v1.GET /models.recordInfo; handle state=fail without expecting a charge.For async generation APIs that follow createTask + recordInfo, yes. Chat completions use the separate OpenAI-compatible gateway documented at /docs/api-platform/chat.
Browse /market for Veo, Kling, Runway, Suno, GPT Image, Seedance, Wan, and more. Each listing links to Playground and API docs.
Async jobs pre-check credits; deduction happens on success only. See pricing and the blog post ModKie pricing explained.
Last updated: 2026-06-26 · Author: ModKie DevRel