# ModelClone — full reference for AI crawlers > Cinematic AI videos and images with consistent AI characters — motion, style, and output under your control. For the short summary see: https://modelclone.app/llms.txt ## Product overview ModelClone (https://modelclone.app) is an AI image and video generation platform. Users create photorealistic AI models (consistent AI characters / virtual influencers), generate images and videos with the same face and style across every shot, and automate content pipelines via REST API, MCP server, or CLI. ModelClone is positioned as an alternative to HeyGen, Runway, and Kling for creators who need a **consistent AI persona** across images and video — not one-off generations. ## Core capabilities - **AI model creation** — train a consistent character from reference photos (~15 minutes) or use the appearance wizard - **AI image generation** — text-to-image, presets, identity-locked output, 4K-capable pipelines - **AI video generation** — text-to-video, image-to-video, motion transfer, video extension - **Motion control** — transfer movement from reference video; expression and pose control - **Creator Studio** — batch content, photo packs, niche presets (30+ templates) - **Flows Studio** — visual workflow automation for batch pipelines - **Face swap** — drop a trained identity into existing clips - **Upscaling & reframing** — image/video upscale; aspect-ratio reframing - **Public gallery** — share SFW generations at https://modelclone.app/post/{id} - **Integrations** — Telegram Mini App, Fanvue OAuth, webhooks for async jobs ## Pricing - Plans start at **$29 USD/month** (Starter). Pro ($79/mo) and Business ($199/mo) add more credits, models, and API access. - Pay-as-you-go credit top-ups available. - Live pricing: https://modelclone.app/#pricing ## Pages - Homepage: https://modelclone.app/ - Create an AI model: https://modelclone.app/create-ai-model - Sign up: https://modelclone.app/signup - Public gallery posts: https://modelclone.app/post/{id} - Developer docs hub: https://modelclone.app/docs/ - Comparison guides: - HeyGen alternative: https://modelclone.app/blog/heygen-alternative/ - Runway alternative: https://modelclone.app/blog/runway-alternative/ - Kling alternative: https://modelclone.app/blog/kling-alternative/ - AI video for agencies: https://modelclone.app/blog/ai-video-for-agencies/ - Virtual influencer how-to: https://modelclone.app/blog/create-virtual-influencer/ - AI identity recreation: https://modelclone.app/blog/ai-identity-recreation-guide/ - Motion transfer tutorial: https://modelclone.app/blog/motion-transfer-tutorial/ ## REST API (integrators) - Base URL: `https://modelclone.app/api/v1` - OpenAPI spec: https://modelclone.app/api/v1/openapi.yaml - Auth: `X-Api-Key: mcl_…` or `Authorization: Bearer mcl_…` on every request - Async model: POST to create a generation → poll `GET /generations/:id` or receive webhooks - Credits deducted per generation; balance via `GET /api/v1/me` ### API surface (high level) | Area | Endpoints (prefix `/api/v1`) | |---|---| | Account | `/me`, API key management | | Models | Create/manage AI models, wizard, reference photos | | Image | Standard image generation, presets, free/recreate modes | | Video | Image-to-video, motion, extension | | Creator Studio | Batch image/video pipelines | | Tools | Upscale, reframe, face swap, repurposer, viral reels | | Flows | Flow Studio automations | | Gallery | Public gallery feed and sharing | | Webhooks | Per-request `integrationCallbackUrl` + per-key default webhook | Full human-readable guides live in the repository at `docs/public-api/` (not yet published as HTML — use OpenAPI + this file). ## MCP server (AI agents) - Endpoint: https://mcp.modelclone.app/mcp - Protocol: Model Context Protocol (Streamable HTTP) - Auth: same `mcl_` API key as REST (`X-Api-Key` or `Authorization: Bearer`) - Lets Claude, Cursor, and other MCP clients generate images/videos inside ModelClone directly ## CLI - npm package: `@modelclone/cli` (see `cli/README.md` in repo) - Wraps common generation, gallery, and account flows against `/api/v1` ## FAQ **What is ModelClone?** A web-based AI studio for generating cinematic videos and images with consistent AI characters. Control style and motion across every generation — no camera or editing skills required. **How is ModelClone different from HeyGen, Runway, or Kling?** ModelClone combines AI image generation, AI video generation, and motion transfer around **consistent AI characters** in one studio. Build an AI model once and reuse the same face and style across all content. **Can I create a virtual AI influencer?** Yes. Create an AI model from reference images, then generate images and videos with the same character across posts, reels, and campaigns. **Is there a free tier?** No free signup credits. Paid plans start at $29/month for higher output volume and premium models. **Does ModelClone have an API?** Yes — REST API v1 and MCP server for integrators and AI agents. ## Company & legal - Legal entity: MDCLN LTD, 30 N Gould St, Ste N, Sheridan, WY 82801, United States - Terms: https://modelclone.app/terms - Privacy: https://modelclone.app/privacy - Cookies: https://modelclone.app/cookies - Twitter/X: https://twitter.com/modelclone - Contact: support@modelclone.app ## Crawler notes - NSFW content is not listed in sitemap or public GEO files. - App routes (`/dashboard`, `/studio`, `/login`, etc.) serve `noindex` HTML — allow crawling so `noindex` is visible. - Sitemap: https://modelclone.app/sitemap.xml