One API for 100+ AI Models

One Jobs API, pay only on success. Browse the market, try models, then ship to production.

ModKie AI API platform dashboard

What is ModKie?

ModKie is a Kie-compatible AI API platform that gives developers one API key to call more than 100 video, image, audio, and chat models. You submit asynchronous jobs with POST /api/v1/jobs/createTask and poll GET /api/v1/jobs/recordInfo until the task succeeds or fails. Credits are checked before a job is queued; charges apply only when recordInfo reports state=success, so failed generations are not billed. The platform includes a browsable Model Market, an in-browser Playground for testing payloads, OpenAI-compatible chat via /api/gateway, and tools to train vision models or deploy HuggingFace weights on RunPod and register them back into the gateway. Teams migrating from Kie.ai can point existing createTask clients at https://modkie.com/api/v1 with a ModKie API key and reuse the same request and response shapes for production workloads.

Built for Developers at Scale

Transparent pricing, unified API, and production-ready infrastructure.

100+ AI models in the Market

100+

AI models in the Market

20+ Provider hubs integrated

20+

Provider hubs integrated

0 failed charges Credits only on successful tasks

0 failed charges

Credits only on successful tasks

Business Lines

Three Ways to Put AI Models to Work

From calling APIs to training custom models and deploying open-source endpoints — one platform.

Deploy HuggingFace models to RunPod with vLLM or custom workers. Register endpoints to the gateway and call them with your API key.

Open-source model deployment

Integrate in 4 Steps

From discovery to production API calls:

1

Browse the Market

Filter by provider, task type, and credits. Compare video, image, audio, and chat models side by side.

2

Test in Playground

Try models with form or JSON input before writing code. See real outputs and credit costs.

3

Create an API Key

Generate a key in Settings. Monitor credits, usage logs, and billing from the console.

4

Call createTask

Submit async jobs via Kie-compatible API. Poll recordInfo or integrate with your backend in minutes.

Developer Integration

Start with Three Lines of Code

Kie-compatible async jobs API — same pattern for video, image, and audio generation.

1. Create task

curl -X POST https://modkie.com/api/v1/jobs/createTask \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "veo-3.1", "input": {"prompt": "A cinematic drone shot"}}'

2. Poll result

curl "https://modkie.com/api/v1/jobs/recordInfo?taskId=TASK_ID" \
  -H "Authorization: Bearer YOUR_API_KEY"

Frequently Asked Questions

Questions about API integration, billing, and model training.







Ready to Build with AI APIs?

Create your API key, explore the Market, and start integrating in minutes.

ModKie — AI API Platform, One API for 100+ Models