Edit gambar
Edit dengan gambar referensi dan prompt untuk alur e-commerce dan desain.

MODKIE
Validasi prompt dan parameter sebelum integrasi — model dan payload sama seperti produksi.
Field input createTask untuk tab default.
| Field | Tipe | Wajib |
|---|---|---|
| prompt | textarea | Ya |
| aspect_ratio | select (1:1 | 16:9 | 9:16) | Tidak |
| image_url | text | Ya |
| width | number | Tidak |
| height | number | Tidak |
Pratinjau generatif tipikal (hasil bergantung prompt).

Kapabilitas inti model di gateway ModKie.
Edit dengan gambar referensi dan prompt untuk alur e-commerce dan desain.
Kredit hanya untuk job yang sukses.
API bersama
17 kredit / job
≈ $0.09 USD ($0.01 USD/kredit pada tarif paket)
Tiga langkah dari API key ke job sukses pertama.
Buat API key
Masuk dan buat key di Settings → API Keys.
Kirim createTask
POST ke /api/v1/jobs/createTask dengan model id dan input.
Cek recordInfo
Poll sampai selesai; unduh output dari respons.
Contoh permintaan createTask
curl -X POST https://modkie.com/api/v1/jobs/createTask \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "modkie/qwen-image-edit",
"input": {
"prompt": "Change the outfit to a red summer dress, keep the same pose and background",
"image_base64": "",
"width": 1024,
"height": 1024
}
}'Poll GET /api/v1/jobs/recordInfo?taskId=… sampai success atau fail. Kredit hanya saat sukses.
ModKie lebih dari relay API — deploy, fine-tune, dan daftarkan endpoint kustom di gateway yang sama.
Satu API key dan kontrak jobs untuk marketplace dan self-host.
Validasi payload di browser sebelum produksi.
Deploy HuggingFace atau worker kustom lewat ModKie.
Fine-tune model vision dan daftarkan bobot kembali ke gateway.
Kolaborasi untuk landing model, integrasi, dan rollout produksi.