Satu Jobs API, bayar hanya saat sukses. Jelajahi pasar, coba model, lalu ke produksi.


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.
Harga transparan, API terpadu, infrastruktur siap produksi.
model AI di Market
hub provider terintegrasi
Kredit hanya pada tugas sukses
Model unggulan
Video, gambar, audio, dan chat — uji sebelum integrasi.
Memuat model…
Lini bisnis
Dari pemanggilan API hingga pelatihan model kustom dan deploy endpoint open-source — satu platform.


Dari penemuan model hingga pemanggilan API produksi:
Filter menurut provider, jenis tugas, dan kredit. Bandingkan model video, image, audio, dan chat secara berdampingan.
Coba model dengan form atau JSON sebelum menulis kode. Lihat output nyata dan biaya kredit.
Buat kunci di Settings. Pantau kredit, log penggunaan, dan tagihan dari konsol.
Kirim job asinkron lewat API kompatibel Kie. Poll recordInfo atau integrasikan ke backend dalam hitungan menit.
Integrasi pengembang
API job asinkron kompatibel Kie — pola yang sama untuk video, image, dan audio.
1. Buat tugas
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 hasil
curl "https://modkie.com/api/v1/jobs/recordInfo?taskId=TASK_ID" \
-H "Authorization: Bearer YOUR_API_KEY"Pertanyaan tentang integrasi API, tagihan, dan pelatihan model.
Buat API key, jelajahi Market, dan mulai integrasi dalam hitungan menit.