<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Genmo | Awesome Agents</title><link>https://awesomeagents.ai/tags/genmo/</link><description>Your guide to AI models, agents, and the future of intelligence. Reviews, leaderboards, news, and tools - all in one place.</description><language>en-us</language><managingEditor>contact@awesomeagents.ai (Awesome Agents)</managingEditor><lastBuildDate>Mon, 20 Jul 2026 21:55:43 +0200</lastBuildDate><atom:link href="https://awesomeagents.ai/tags/genmo/index.xml" rel="self" type="application/rss+xml"/><image><url>https://awesomeagents.ai/images/logo.png</url><title>Awesome Agents</title><link>https://awesomeagents.ai/</link></image><item><title>Mochi 1</title><link>https://awesomeagents.ai/models/mochi-1/</link><pubDate>Mon, 20 Jul 2026 21:55:43 +0200</pubDate><guid>https://awesomeagents.ai/models/mochi-1/</guid><description>&lt;p>Mochi 1 is Genmo's open-weight text-to-video model, released as a research preview on October 22, 2024 under the Apache 2.0 license. At 10 billion parameters, Genmo billed it at launch as the largest video generative model ever released openly, and it remains the reference point for what a fully open, commercially usable video diffusion model looks like.&lt;/p></description><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Mochi 1 is Genmo's open-weight text-to-video model, released as a research preview on October 22, 2024 under the Apache 2.0 license. At 10 billion parameters, Genmo billed it at launch as the largest video generative model ever released openly, and it remains the reference point for what a fully open, commercially usable video diffusion model looks like.</p>
<div class="news-tldr">
<p><strong>TL;DR</strong></p>
<ul>
<li>10B-parameter Asymmetric Diffusion Transformer (AsymmDiT), Apache 2.0 licensed, weights on Hugging Face and GitHub</li>
<li>480p output only, 30 FPS, up to 5.4-second clips - the promised 720p &quot;Mochi 1 HD&quot; was never shipped</li>
<li>No managed API from Genmo itself; self-hosting on a single H100 runs about $0.33/generation on Modal, or under 24GB VRAM with quantized ComfyUI workflows</li>
</ul>
</div>
<h2 id="overview">Overview</h2>
<p>Genmo is a San Francisco research lab founded in 2022 by Paras Jain and Ajay Jain, both UC Berkeley PhDs - Jain co-authored some of the foundational diffusion model papers (DDPM-adjacent work, Dream Fields, DreamFusion) before starting the company. Mochi 1 was Genmo's first public open-source release and landed the same week as its Series A funding round, positioning the model as a credible open alternative to closed video generators like Runway, <a href="/models/kling-3-0/">Kling</a>, and Google's <a href="/models/veo-3-1/">Veo</a> line.</p>
<p>The model ships as a research preview, not a finished consumer product: 480p resolution, 5.4-second clips, and a hardware floor that starts at a single H100. Genmo has never operated a first-party paid API for Mochi 1 - anyone who wants to run it goes through self-hosted infrastructure, a community ComfyUI workflow, or third-party inference hosts like Replicate and fal.ai that wrap the open weights. Our <a href="/pricing/video-generation-pricing/">video generation pricing comparison</a> tracks Mochi 1 in that category: no managed rate card, just the cost of the GPU-hour it runs on.</p>
<h2 id="key-specifications">Key Specifications</h2>
<table>
  <thead>
      <tr>
          <th>Specification</th>
          <th>Details</th>
      </tr>
  </thead>
  <tbody>
      <tr>
          <td>Provider</td>
          <td>Genmo</td>
      </tr>
      <tr>
          <td>Model Family</td>
          <td>Mochi</td>
      </tr>
      <tr>
          <td>Parameters</td>
          <td>10B (AsymmDiT diffusion transformer) + 362M (AsymmVAE)</td>
      </tr>
      <tr>
          <td>Architecture</td>
          <td>Asymmetric Diffusion Transformer (AsymmDiT), 48 layers, 24 attention heads</td>
      </tr>
      <tr>
          <td>Text Encoder</td>
          <td>Single T5-XXL</td>
      </tr>
      <tr>
          <td>Video Compression</td>
          <td>AsymmVAE, 8x8 spatial + 6x temporal compression to a 12-channel latent</td>
      </tr>
      <tr>
          <td>Context</td>
          <td>44,520 visual tokens + 256 text tokens, full 3D attention</td>
      </tr>
      <tr>
          <td>Resolution</td>
          <td>480p (only public release)</td>
      </tr>
      <tr>
          <td>Frame Rate</td>
          <td>30 FPS</td>
      </tr>
      <tr>
          <td>Max Clip Length</td>
          <td>5.4 seconds (163 frames)</td>
      </tr>
      <tr>
          <td>Self-Hosting Hardware</td>
          <td>~60GB VRAM (bf16) on 1x H100; under 24GB with fp8-quantized ComfyUI builds, runs on an RTX 4090</td>
      </tr>
      <tr>
          <td>Release Date</td>
          <td>October 22, 2024 (research preview)</td>
      </tr>
      <tr>
          <td>License</td>
          <td>Apache 2.0 (personal and commercial use)</td>
      </tr>
  </tbody>
</table>
<h2 id="benchmark-performance">Benchmark Performance</h2>
<p>Video generation lacks a single agreed-upon benchmark the way LLMs have MMLU or GPQA. The closest thing is <a href="https://github.com/Vchitect/VBench">VBench</a>, which our own <a href="/leaderboards/video-generation-benchmarks-leaderboard/">video generation benchmarks leaderboard</a> tracks across open-source releases - but Mochi 1 has never had a full VBench aggregate score published, so the honest comparison is a mix of what is measured (resolution, license, hardware) and what Genmo itself has claimed.</p>
<table>
  <thead>
      <tr>
          <th>Model</th>
          <th>Developer</th>
          <th>Resolution</th>
          <th>License</th>
          <th>VBench / Quality Notes</th>
      </tr>
  </thead>
  <tbody>
      <tr>
          <td><strong>Mochi 1</strong></td>
          <td><strong>Genmo</strong></td>
          <td><strong>480p</strong></td>
          <td><strong>Apache 2.0</strong></td>
          <td><strong>No published VBench aggregate; Genmo's own Elo evaluation (Gemini-1.5-Pro-002 for prompt adherence, LMSYS-style human voting for motion) claims best-in-class motion physics among open models at launch</strong></td>
      </tr>
      <tr>
          <td>Wan 2.2</td>
          <td>Alibaba Cloud</td>
          <td>720p+</td>
          <td>Apache 2.0</td>
          <td>~84.7% VBench aggregate - current open-source leader, trained on 1.5B videos</td>
      </tr>
      <tr>
          <td>HunyuanVideo 1.5</td>
          <td>Tencent</td>
          <td>720p</td>
          <td>Open (custom)</td>
          <td>96.4% visual quality, 68.5% text alignment on VBench sub-metrics</td>
      </tr>
      <tr>
          <td>LTX-2.3</td>
          <td>Lightricks</td>
          <td>Up to 4K</td>
          <td>Open</td>
          <td>Fastest open-source inference of this group; see our <a href="/models/ltx-2-3/">LTX-2.3 model card</a></td>
      </tr>
      <tr>
          <td>Kling 3.0 Pro (closed, for reference)</td>
          <td>Kuaishou</td>
          <td>1080p/4K</td>
          <td>Proprietary</td>
          <td>Elo 1,246 on the <a href="https://artificialanalysis.ai/video/leaderboard/text-to-video">Artificial Analysis Text-to-Video Arena</a></td>
      </tr>
  </tbody>
</table>
<p>Genmo's launch claims should be read as self-reported: the company assessed prompt adherence with an automated Gemini judge and motion quality with human Elo voting modeled on LMSYS Chatbot Arena, then concluded Mochi 1 performs &quot;very competitively with the leading closed models.&quot; Independent third-party writeups have echoed the motion-quality claim - Mochi's 30 FPS output and strong physical coherence are consistently the model's most-cited strength - but nobody has published a controlled Mochi-vs-Wan-vs-HunyuanVideo VBench run using the same protocol. Treat the comparison as directional, not a settled scoreboard. Where Mochi 1 unambiguously loses ground is resolution: 480p in July 2026 is well behind Wan 2.2's 720p+ and HunyuanVideo 1.5's native 720p, let alone <a href="/models/wan-2-7/">Wan 2.7</a> or LTX-2.3's 4K ceiling.</p>
<h2 id="key-capabilities">Key Capabilities</h2>
<h3 id="motion-physics-over-polish">Motion physics over polish</h3>
<p>Mochi 1's most consistent reputation, across Genmo's own benchmarking and independent reviews, is realistic motion - fluid physics, natural object interaction, and fewer of the warping artifacts that plague competing open models at fast camera movement. The AsymmDiT architecture allocates roughly four times more capacity to the visual stream than the text stream (3072 vs. 1536 hidden dimensions), a design choice Genmo made specifically because video quality, not text comprehension, was the harder problem to solve.</p>
<h3 id="fully-open-weights-no-vendor-lock-in">Fully open weights, no vendor lock-in</h3>
<p>Apache 2.0 covers the full stack - inference code, model weights, and the training recipe outline - for personal and commercial use with no attribution requirement. That's a meaningfully more permissive license than HunyuanVideo 1.5's custom terms, and it's why Mochi 1 became a base model for LoRA fine-tuning projects within weeks of release: Genmo shipped official LoRA support in November 2024, letting teams adapt the model to specific visual styles or datasets without touching the base weights.</p>
<h3 id="consumer-gpu-accessibility-via-comfyui">Consumer-GPU accessibility via ComfyUI</h3>
<p>The 60GB VRAM requirement for the reference bf16 implementation puts Mochi 1 out of reach for consumer hardware out of the box. ComfyUI's community integration closed that gap with fp8-scaled text encoder and diffusion model variants that fit under 24GB VRAM - enough to run on a single RTX 4090. That's the deployment path most individual creators actually use; the H100-class self-hosting numbers below apply to teams running it at scale or through serverless GPU platforms.</p>
<h2 id="pricing-and-availability">Pricing and Availability</h2>
<p>Genmo doesn't sell a metered API for Mochi 1. There's no per-second or per-token rate card because there's no first-party commercial endpoint - Mochi 1 is a self-hosted model by design. That puts it in a different cost bucket than the API-priced competitors on our <a href="/pricing/video-generation-pricing/">AI video generation pricing page</a>, where every other entry has a published per-second rate.</p>
<p>Three practical access paths exist:</p>
<ol>
<li><strong>Self-host on rented GPU infrastructure.</strong> Modal's <a href="https://modal.com/docs/examples/mochi">published example</a> puts a single generation at roughly $0.33 on an H100 at about $5/hour, though the docs note a clip can take several minutes of compute. For teams already comparing GPU rental math, our <a href="/pricing/open-source-hosting-costs/">open-source hosting costs page</a> has current H100 rates across RunPod, Lambda Labs, and other providers - Mochi 1's per-clip math follows the same hourly-rate-to-output-time formula used there for LLM tokens.</li>
<li><strong>Third-party inference hosts.</strong> Replicate lists Mochi 1 at roughly $0.42 per run on H100 hardware; fal.ai prices it around $0.40 per video. Neither is Genmo's own infrastructure - these are community/partner wrappers around the open weights, priced independently.</li>
<li><strong>Local or on-prem GPU.</strong> With ComfyUI's quantized build, a single RTX 4090 (under 24GB VRAM) can run Mochi 1 with no per-generation cost beyond electricity and hardware ownership - the appeal for hobbyists and small studios that already own the hardware.</li>
</ol>
<p>There's no free tier or trial credit system to speak of beyond whatever a third-party host offers, since Genmo isn't running a consumer product business around Mochi 1 the way ByteDance runs Dreamina or Google runs Veo through Google Vids.</p>
<h2 id="strengths-and-weaknesses">Strengths and Weaknesses</h2>
<h3 id="strengths">Strengths</h3>
<ul>
<li>Apache 2.0 license covering weights, code, and commercial use with no attribution requirement</li>
<li>Strongest self-reported motion-physics quality among open video models at launch, and still frequently cited for fluid motion</li>
<li>Official LoRA fine-tuning support since November 2024 for style- or dataset-specific adaptation</li>
<li>Runs on a single H100, or under 24GB VRAM with ComfyUI's fp8-quantized build - no data-center minimum</li>
<li>Full 3D attention over 44,520 visual tokens gives coherent long-range motion within its clip length</li>
</ul>
<h3 id="weaknesses">Weaknesses</h3>
<ul>
<li>Capped at 480p - the promised 720p &quot;Mochi 1 HD&quot; upgrade was never shipped, and <a href="https://github.com/genmoai/mochi/issues/132">GitHub issue #132</a> tracking it has no release date as of July 2026</li>
<li>5.4-second maximum clip length is short next to Kling 3.0's 4K/60fps outputs or Seedance 2.5's 30-second clips</li>
<li>No native audio generation, unlike <a href="/models/veo-3-1/">Veo 3.1</a> or <a href="/models/seedance-2-0/">Seedance 2.0</a></li>
<li>No managed API from Genmo - every access path routes through self-hosting or a third party, which adds setup friction most closed-model users don't face</li>
<li>No published VBench aggregate score, so head-to-head quality claims rest on Genmo's own launch-day methodology rather than an independent, repeatable benchmark</li>
</ul>
<h2 id="related-coverage">Related Coverage</h2>
<ul>
<li><a href="/pricing/video-generation-pricing/">AI Video Generation Pricing Comparison</a> - where Mochi 1's lack of a managed API sits against Veo, Kling, Runway, and Seedance per-second rates</li>
<li><a href="/pricing/open-source-hosting-costs/">Open Source LLM Hosting Costs</a> - the GPU-hour cost formula behind Mochi 1's self-hosting math</li>
<li><a href="/leaderboards/video-generation-benchmarks-leaderboard/">Video Generation Benchmarks Leaderboard 2026</a> - full VBench and Elo standings, including Mochi 1's entry in the open-source rankings</li>
<li><a href="/capabilities/video-generation/">Best AI Models for Video Generation</a> - where Mochi 1 fits against the current Elo leaders</li>
<li><a href="/models/ltx-2-3/">LTX-2.3 Model Card</a> and <a href="/models/wan-2-7/">Wan 2.7 Model Card</a> - the open-source models that have since overtaken Mochi 1 on resolution and speed</li>
</ul>
<h2 id="faq">FAQ</h2>
<h3 id="is-mochi-1-free-to-use">Is Mochi 1 free to use?</h3>
<p>The weights are free under Apache 2.0 for personal and commercial use. Running it isn't free unless you already own a capable GPU - expect to pay for GPU rental (self-host) or a per-generation fee at a third-party host like Replicate or fal.ai.</p>
<h3 id="does-genmo-offer-a-mochi-1-api">Does Genmo offer a Mochi 1 API?</h3>
<p>No managed API from Genmo. Third parties like Replicate (<del>$0.42/run) and fal.ai (</del>$0.40/video) host the open weights independently, and self-hosting on Modal runs about $0.33/generation on an H100.</p>
<h3 id="what-resolution-does-mochi-1-support">What resolution does Mochi 1 support?</h3>
<p>480p only. Genmo announced a 720p &quot;Mochi 1 HD&quot; version for later 2024, but it has never shipped as of July 2026.</p>
<h3 id="can-mochi-1-run-on-a-consumer-gpu">Can Mochi 1 run on a consumer GPU?</h3>
<p>Yes, with caveats. The reference implementation needs about 60GB VRAM on an H100-class GPU, but ComfyUI's fp8-quantized build brings that under 24GB, enough for a single RTX 4090.</p>
<h3 id="how-does-mochi-1-compare-to-wan-22-or-hunyuanvideo-15">How does Mochi 1 compare to Wan 2.2 or HunyuanVideo 1.5?</h3>
<p>Mochi 1 has no published VBench aggregate score, while Wan 2.2 scores roughly 84.7% and HunyuanVideo 1.5 posts 96.4% visual quality / 68.5% text alignment on VBench sub-metrics. Mochi 1's cited strength is motion physics rather than resolution or a comparable benchmark number.</p>
<h2 id="sources">Sources</h2>
<ul>
<li><a href="https://www.genmo.ai/blog/mochi-1-a-new-sota-in-open-text-to-video">Mochi 1: A new SOTA in open text-to-video - Genmo Blog</a></li>
<li><a href="https://huggingface.co/genmo/mochi-1-preview">genmo/mochi-1-preview - Hugging Face</a></li>
<li><a href="https://github.com/genmoai/mochi">genmoai/mochi - GitHub</a></li>
<li><a href="https://github.com/genmoai/mochi/issues/132">GitHub Issue #132: HD 720p Release timeline</a></li>
<li><a href="https://siliconangle.com/2024/10/22/genmo-introduces-mochi-1-open-source-text-video-generation-model/">Genmo introduces Mochi 1, an open-source text-to-video generation model - SiliconANGLE</a></li>
<li><a href="https://venturebeat.com/ai/video-ai-startup-genmo-launches-mochi-1-an-open-source-model-to-rival-runway-kling-and-others/">AI video startup Genmo launches Mochi 1 - VentureBeat</a></li>
<li><a href="https://the-decoder.com/genmo-mochi-1-a-new-benchmark-for-open-ai-video-models/">Genmo Mochi 1: A new benchmark for open AI video models - The Decoder</a></li>
<li><a href="https://blog.comfy.org/p/mochi-1">Run Mochi in ComfyUI with consumer GPU - ComfyUI Blog</a></li>
<li><a href="https://modal.com/docs/examples/mochi">Text-to-video generation with Mochi - Modal Docs</a></li>
<li><a href="https://replicate.com/genmoai/mochi-1">Mochi 1 by Genmo - Replicate</a></li>
<li><a href="https://fal.ai/models/fal-ai/mochi-v1/playground">Mochi 1 - fal.ai</a></li>
<li><a href="https://www.genmo.ai/about">Genmo - About</a></li>
</ul>
]]></content:encoded><dc:creator>James Kowalski</dc:creator><category>Models</category><media:content url="https://awesomeagents.ai/images/models/mochi-1_hu_3afb75253ffefb84.jpg" medium="image" width="1200" height="675"/><media:thumbnail url="https://awesomeagents.ai/images/models/mochi-1_hu_3afb75253ffefb84.jpg" width="1200" height="675"/></item></channel></rss>