Genmo Mochi Pipeline (Self-Hosted OSS)

The first-party access surface is the open-source model itself. The Mochi repo (Apache-2.0) ships a "simple composable API" in Python - MochiSingleGPUPipeline built from T5ModelFactory, DitModelFactory, and DecoderModelFactory - invoked with prompt, resolution, num_frames, inference steps, guidance scale, and seed to generate 480p video locally. It also provides a cli.py, a Gradio UI (gradio_ui.py), and native ComfyUI support. This is a code library / local inference pipeline, not a hosted network API; weights (~60GB VRAM) are downloaded from Hugging Face. There is no Genmo REST endpoint - self-host it or use a partner (see the Replicate and fal.ai entries).

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/genmo-ai-mochi-pipeline-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: genmo-ai:genmo-ai-mochi-pipeline-api
name: Genmo Mochi Pipeline (Self-Hosted OSS)
tags:
- Video Generation
- Text-to-Video
- Open-Source
- Self-Hosted
tags_raw:
- Video Generation
- Text-to-Video
- Open Source
- Self-Hosted
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://github.com/genmoai/mochi
properties:
- url: https://github.com/genmoai/mochi
  type: Documentation
- url: https://huggingface.co/genmo/mochi-1-preview
  type: SourceCode
- url: https://www.genmo.ai/blog/mochi-1-a-new-sota-in-open-text-to-video
  type: Blog
endpointsModeled: true
description: The first-party access surface is the open-source model itself. The Mochi repo (Apache-2.0)
  ships a "simple composable API" in Python - MochiSingleGPUPipeline built from T5ModelFactory, DitModelFactory,
  and DecoderModelFactory - invoked with prompt, resolution, num_frames, inference steps, guidance scale,
  and seed to generate 480p video locally. It also provides a cli.py, a Gradio UI (gradio_ui.py), and
  native ComfyUI support. This is a code library / local inference pipeline, not a hosted network API;
  weights (~60GB VRAM) are downloaded from Hugging Face. There is no Genmo REST endpoint - self-host it
  or use a partner (see the Replicate and fal.ai entries).