Market Models
Curated ModKie Market models with credit costs, Playground links, and API docs.
Market Models
Curated models available on modkie.com/market. Jobs models below use the unified async API (createTask + recordInfo) unless noted.
Start with ModKie Hosted Models. Copy-paste payloads for commercial models: Payload Examples.
| Model | Catalog ID | Credits | Playground | Docs |
|---|---|---|---|---|
| WAN 2.2 I2V (ModKie) | modkie/wan-2.2-i2v | see pricing | /playground/wan-2.2-i2v | ModKie |
| Qwen Image Edit (ModKie) | modkie/qwen-image-edit | see pricing | /playground/qwen-image-edit | ModKie |
| Qwythos 9B (ModKie) | modkie/qwythos-9b | chat | /qwythos-9b | ModKie |
| Veo 3.1 | google/veo-3-1 | 60 | /playground/veo-3-1 | Examples |
| Kling 3.0 | kling/kling-3-0 | 35 | /playground/kling-3-0 | Examples |
| Runway Gen-4 Turbo | runway/gen4-turbo | 48 | /playground/runway-api | Examples |
| Suno V4 | suno/v4 | 13 | /playground/suno-api | Examples |
| Nano Banana 2 | nano-banana-2 | 20 | /playground/nano-banana-2 | Examples |
| Grok Imagine 1.5 | grok/imagine-1-5 | 25 | /playground/grok-imagine | Examples |
| Claude Sonnet 4 | anthropic/claude-sonnet-4 | 5+ | /playground/claude-chat | Chat |
| GPT Image 2 | openai/gpt-image-2 | 18 | /playground/gpt-image | Examples |
| Seedance 2 Fast | bytedance/seedance-2-fast | 45 | /playground/seedance | Examples |
| Seedance 2 Mini | bytedance/seedance-2-mini | 30 | /playground/seedance-2-mini | Examples |
| Wan 2.7 | wan/2-7-text-to-video | 28 | /playground/wan-video | Examples |
Capabilities by category
Video
ModKie WAN 2.2 I2V, Veo 3.1, Kling 3.0, Runway Gen-4 Turbo, Seedance 2 Fast, Seedance 2 Mini, Wan 2.7 — text-to-video and/or image-to-video.
Image
ModKie Qwen Image Edit, Nano Banana 2, Grok Imagine 1.5, GPT Image 2 — text-to-image and/or image editing.
Audio
Suno V4 — text-to-music generation.
Chat
Claude Sonnet 4 and Qwythos 9B — OpenAI-compatible chat gateway (not Jobs), except Qwythos details on ModKie Hosted.
Discover more models
curl "https://modkie.com/api/ai/models?surface=market" \
-H "Authorization: Bearer YOUR_API_KEY"The Market page may list additional catalog entries beyond this curated core set. Use Playground for parameter details and Payload Examples for the unified call shape.
Unified API structure
POST https://modkie.com/api/v1/jobs/createTask
GET https://modkie.com/api/v1/jobs/recordInfo?taskId={taskId}See Market Quickstart for a full walkthrough.