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.
Şeffaf fiyat, birleşik API ve üretim altyapısı.
Pazardaki AI modeli
entegre sağlayıcı merkezi
Kredi yalnızca başarılı işlerde
Öne çıkan modeller
Video, görüntü, ses ve sohbet — entegre etmeden önce test edin.
Modeller yükleniyor…
İş hatları
API çağrıları, özel model eğitimi ve açık kaynak uç nokta dağıtımı — hepsi tek platformda.


Model keşfinden üretim API çağrılarına:
Sağlayıcı, görev türü ve krediye göre filtreleyin. Video, görüntü, ses ve sohbet modellerini yan yana karşılaştırın.
Kod yazmadan önce form veya JSON ile modelleri deneyin. Gerçek çıktıları ve kredi maliyetini görün.
Settings’te bir anahtar oluşturun. Kredileri, kullanım günlüklerini ve faturalandırmayı konsoldan izleyin.
Kie uyumlu API ile asenkron işler gönderin. recordInfo’yu yoklayın veya dakikalar içinde backend’inize entegre edin.
Geliştirici entegrasyonu
Kie uyumlu asenkron jobs API — video, görüntü ve ses üretimi için aynı desen.
1. Görev oluştur
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. Sonucu yokla
curl "https://modkie.com/api/v1/jobs/recordInfo?taskId=TASK_ID" \
-H "Authorization: Bearer YOUR_API_KEY"API entegrasyonu, faturalandırma ve model eğitimi hakkında sorular.
API anahtarınızı oluşturun, Market’i keşfedin ve dakikalar içinde entegre edin.