AI Model Marketplace — ModKie

ModKie model marketplace lists 100+ AI models with credit costs, product pages, Playground links, and Kie-compatible API docs.
Jun 26, 2026

AI Model Marketplace

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.

URL matrix

PatternExamplePurpose
/market/marketFull catalog with search
/market/{provider}/market/klingProvider hub landing (SEO)
/market/{task}/market/text-to-videoTask-type landing (SEO)
/models/{slug}/models/veo-3-1Model product page + quickstart
/playground/{slug}/playground/veo-3-1In-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.

Typical workflow

  1. Open /market or a segment page (e.g. /market/text-to-video).
  2. Open the model product page (e.g. /models/veo-3-1) for quickstart and pricing.
  3. Launch Playground to test inputs and preview credit usage.
  4. Call createTask with the documented model field and poll recordInfo.

Per-model credits and USD estimates: /pricing.

Billing reminder

Credits are reserved at queue time; successful completions deduct the listed creditCost. Failed tasks return state=fail without charge.

FAQ

How many models are listed?

100+ and growing; see live count via GET /models.

Can I add my own model?

Deploy on RunPod and use register-gateway to obtain a private model ID. See our blog on HuggingFace deployment.

Last updated: 2026-06-28

AI Model Marketplace — ModKie