ModKie’s AI model marketplace is a searchable catalog of video, image, audio, and chat models available through one Kie-compatible API. Each entry shows provider hub, capabilities (e.g. text-to-video), estimated creditCost, online status, and links to model product pages, Playground trials, and API documentation.
| Pattern | Example | Purpose |
|---|---|---|
/market | /market | Full catalog with search |
/market/{provider} | /market/kling | Provider hub landing (SEO) |
/market/{task} | /market/text-to-video | Task-type landing (SEO) |
/models/{slug} | /models/veo-3-1 | Model product page + quickstart |
/playground/{slug} | /playground/veo-3-1 | In-browser trial |
Filters on /market navigate to indexed segment URLs. Model cards link to /models/{slug} first; Playground and API Key CTAs live on the product page.
createTask with the documented model field and poll recordInfo.Per-model credits and USD estimates: /pricing.
Credits are reserved at queue time; successful completions deduct the listed creditCost. Failed tasks return state=fail without charge.
100+ and growing; see live count via GET /models.
Deploy on RunPod and use register-gateway to obtain a private model ID. See our blog on HuggingFace deployment.
Last updated: 2026-06-28