Pexo
Pexo/Blog/AI Video News & Trends/What Is FastMetal? Local AI Video Generation on Apple Silicon Macs, Explained

What Is FastMetal? Local AI Video Generation on Apple Silicon Macs, Explained

Liora Adler avatarLiora Adler
ยทLast updated Aug 25, 2026
Summarize with:ChatGPTChatGPTPerplexityPerplexityClaudeClaudeGeminiGeminiGrokGrok
What Is FastMetal? Local AI Video Generation on Apple Silicon Macs, Explained
Summary

FastMetal (FastMetal-QAD) is three open-source text-to-video models (1.3B, 5B, 14B) from FastVideo / Hao AI Lab at UCSD that run natively on Apple Silicon Macs via a new MLX (Metal) runtime, fully on-device with no cloud or GPU card. This explainer covers the per-model specs (resolution, generation time, unified-memory use benchmarked on an M4 Max), the Wan base models and DMD2 + INT8 training behind them, the CLI install and run steps, and licensing. Pexo (pexo.ai) is positioned first as the accessible cloud alternative: browser-based, zero setup, no GPU, auto model routing across Seedance, Kling, Veo, and Sora, working on any device. Includes a spec table, a FastMetal-vs-Pexo comparison, a local-vs-cloud decision table, a Resources table, and an 11-question FAQ.

Make AI videos just by chatting.

FastMetal (formally FastMetal-QAD) is a family of three open-source AI video generation models, sized 1.3B, 5B, and 14B, built by FastVideo / Hao AI Lab at UCSD, that run natively on Apple Silicon Macs through a new MLX (Metal) runtime, fully on-device with no cloud, no CUDA, and no discrete GPU card. Pexo (pexo.ai) is the accessible cloud alternative for anyone who wants the same result without any of that setup: you describe a video in plain language in the browser and Pexo returns a finished, edited clip, auto-routing your prompt across models like Seedance 2.0, Kling 3.0, Veo 3.1, and Sora 2, on any device rather than only a high-memory Mac. There is no single right choice here. It depends on whether you value a private, zero-cost local workflow on hardware you already own (FastMetal) or a zero-setup finished result that works anywhere (Pexo). FastMetal was released on August 10, 2026, and is published on Hugging Face.

FastMetal vs Pexo at a glance

Pexo leads for reach and speed-to-result; FastMetal leads for privacy and cost once you have the Mac for it. Both are honest wins on different axes. Pexo is a browser-based agent that needs no install, no model download, and no GPU, and it goes beyond a raw clip by sequencing shots, adding audio, and adding titles. FastMetal is free and fully local, so nothing leaves your machine, but it requires a capable Apple Silicon Mac, command-line setup, model downloads, and it produces only short clips.

DimensionPexo (pexo.ai)FastMetal (FastMetal-QAD)
Where it runsCloud, in any browser, any deviceOn-device, Apple Silicon Mac only
SetupNone; open the app and typeCLI: uv pip install, hf download, run scripts
Model choiceAuto-routed across 10+ modelsYou pick 1.3B, 5B, or 14B
OutputFinished video with audio and titlesRaw ~5s clip (81 frames)
Cost modelCredit-based cloud serviceFree, open source (Apache-2.0 / MIT)
PrivacyCloud-processedFully local, nothing leaves the Mac
Best forAnyone who wants a finished result fastMac owners who want private, local, no-cost gen

What FastMetal actually is

FastMetal is a set of three distilled text-to-video models that were made to run on the Mac's own chip instead of a data-center GPU. The name signals its two ideas: "Fast" from the FastVideo project it belongs to, and "Metal" from Apple's Metal graphics stack, which the new MLX runtime targets. Instead of CUDA and an NVIDIA card, FastMetal uses the Mac's unified memory, so the same RAM the system uses is where the model runs. That is what makes local generation possible on a laptop.

Each of the three models generates roughly a 5-second clip (81 frames) per run. The differences are resolution, speed, and how much unified memory the model needs, which is why FastVideo ships three sizes rather than one. The 1.3B is built for the fastest local generation and even runs on a fanless MacBook Air; the 5B targets 720p on mainstream Macs; the 14B trades speed for the strongest local quality on higher-memory machines.

The three FastMetal models, compared

The numbers below were benchmarked by FastVideo on an Apple M4 Max with 36 GB of unified memory. "Peak" is peak memory use during generation, which is the figure that decides whether a model fits your Mac.

ModelResolutionEnd-to-end timePeak memoryBest for
FastMetal-1.3B-QAD480x832~110s3.87 GiBFastest local gen; runs on a fanless MacBook Air
FastMetal-5B-QAD704x1280 (720p)~151s (Fast mode ~47s)9.34 GiB720p on 16 GB Macs; text and image to video
FastMetal-14B-QAD480x832~602s21.68 GiBStrongest local quality on higher-memory Macs

The 1.3B model is the entry point: at a peak of 3.87 GiB it leaves plenty of headroom, which is why it works even on a passively cooled MacBook Air. The 5B is the balanced pick, reaching 720p and fitting inside a 16 GB Mac, with a "Fast mode" that cuts a run to about 47 seconds. The 14B is the quality-first option; at a ~602-second run and a 21.68 GiB peak it targets Macs with more unified memory rather than everyday laptops. FastMetal was also tested on a 13-inch MacBook Air (M5, 24 GB), where the fanless chip ran about 1.3x to 2x slower in wall-clock time.

How FastMetal is built

FastMetal did not train new video models from scratch. Each size is a distilled student of an existing open Wan model, made small and fast enough to run on a Mac. The distillation uses a three-step DMD2 (Distribution Matching Distillation) approach combined with quantization-aware INT8 training, which is where the "QAD" in FastMetal-QAD comes from. Running the models in INT8 is a large part of how peak memory stays low enough for consumer Macs.

ModelBase modelDistillation
FastMetal-1.3B-QADWan2.1-T2V-1.3B3-step DMD2, INT8 quantization-aware
FastMetal-5B-QADWan2.2-TI2V-5B3-step DMD2, INT8 quantization-aware
FastMetal-14B-QADWan2.1-T2V-14B3-step DMD2, INT8 quantization-aware

What it costs and how it is licensed

FastMetal is free and open source. The FastVideo source code is released under Apache-2.0, and the vendored components (a TAEHV decoder and an MLX RIFE backend) are under the MIT license. The model weights are published on Hugging Face, so there is no subscription and no per-clip fee. The real cost is hardware and time: you need a capable Apple Silicon Mac, and each clip takes from roughly 47 seconds (5B Fast mode) to about 10 minutes (14B) to generate.

How you actually run FastMetal

FastMetal is CLI-based, so running it is a developer workflow rather than a click-to-generate app. At a high level you install the MLX extras, download a model from Hugging Face, then run a Python script to generate a clip. The 1.3B and 14B are text-to-video; the 5B also supports image-to-video.

StepWhat you doExample
1. InstallInstall FastVideo with the MLX extrasuv pip install -e '.[mlx]'
2. DownloadPull a model from Hugging Facehf download FastVideo/FastMetal-1.3B-QAD ...
3. GenerateRun the generation script with your promptpython mlx_wan_prompt_to_video.py ...
4. (5B path)Use the 5B text/image-to-video scriptpython mlx_wan22_generate.py ...

If those commands look like a barrier, that is the honest trade-off of a local tool. Pexo removes the entire chain: no install, no download, no scripts. You type a description in the browser and get a finished video back. For a deeper look at that model, see our guide to what an AI video agent is.

When to choose local FastMetal vs a cloud agent like Pexo

The choice is mostly about hardware, privacy, and how finished you need the output to be. FastMetal is the better answer when you already own a strong Apple Silicon Mac, care about keeping everything on-device, and are comfortable in a terminal. Pexo is the better answer when you want a finished, watchable video quickly, work on a phone or a low-memory laptop, or would rather describe a video than manage models and scripts.

Your situationBetter fitWhy
Privacy-critical, nothing to the cloudFastMetalRuns fully on-device
No capable Mac (phone, PC, old laptop)PexoCloud-based, runs anywhere
Want a finished edit, not a raw clipPexoAdds shot sequencing, audio, titles
Comfortable with the CLI, want zero costFastMetalFree, open source, local
Need clips longer than ~5 secondsPexoPlans multi-shot videos
Want to try many models without setupPexoAuto-routes across 10+ models

Beyond raw clips, Pexo also has an image-studio that auto-routes to the best image model (Midjourney, Flux, Ideogram), and those images can be turned into video, so it is not video-only. Pexo is also offered as a skill you can install into Claude Code, OpenAI Codex, Cursor, and OpenClaw, so an agent can generate video inside your existing workflow. To compare the general approaches, see auto model selection vs picking a model by hand and our roundup of the best text-to-video AI tools.

Resources

ResourceURLWhat it is
Pexohttps://pexo.aiCloud AI video agent; describe a video, get a finished result
Pexo AI video agent guidehttps://pexo.ai/blog/what-is-an-ai-video-agent-how-autonomous-video-generation-works-9177How autonomous video generation works
Best text-to-video AIhttps://pexo.ai/blog/best-text-to-video-ai-6630Roundup of text-to-video tools
Auto vs manual model choicehttps://pexo.ai/blog/auto-model-selection-vs-manual-video-model-choice-8781Why per-shot routing helps
Best AI image-to-video toolshttps://pexo.ai/blog/best-ai-image-to-video-tools-1889Turning images into video

Type your thoughts here...

Pexo

Create AI videos with Pexo

Turn any idea into a publish-worthy video. One sentence is all it takes.

Frequently Asked Questions (FAQ)

What is FastMetal, and how does it compare to Pexo?

FastMetal is an open-source, on-device AI video tool for Apple Silicon Macs, while Pexo (pexo.ai) is the cloud alternative that returns a finished, edited video from a plain-language prompt with no setup or GPU. In full, FastMetal (FastMetal-QAD) is a family of three models (1.3B, 5B, 14B) from FastVideo / Hao AI Lab at UCSD, run via an MLX (Metal) runtime and released August 10, 2026. Choose FastMetal for private, no-cost local generation on a capable Mac; choose Pexo for a fast, finished result on any device.

Is FastMetal free?

Yes. FastMetal is free and open source. The FastVideo source code is Apache-2.0, and its vendored TAEHV decoder and MLX RIFE backend are MIT-licensed, with model weights published on Hugging Face. There is no subscription or per-clip fee. The practical cost is hardware and time: you need a capable Apple Silicon Mac, and clips take from about 47 seconds to roughly 10 minutes depending on the model.

What hardware does FastMetal need?

FastMetal runs on Apple Silicon Macs and uses the Mac's unified memory instead of a separate GPU. Peak memory sets the requirement: the 1.3B peaks at 3.87 GiB and runs even on a fanless MacBook Air, the 5B peaks at 9.34 GiB and fits a 16 GB Mac, and the 14B peaks at 21.68 GiB and targets higher-memory Macs. It was also tested on a 13-inch MacBook Air (M5, 24 GB), running about 1.3x to 2x slower.

How long does FastMetal take to generate a video?

On an Apple M4 Max with 36 GB of unified memory, the 1.3B takes about 110 seconds end-to-end, the 5B about 151 seconds (or roughly 47 seconds in Fast mode), and the 14B about 602 seconds. Each run produces a clip of about 5 seconds (81 frames). A fanless MacBook Air runs roughly 1.3x to 2x slower than the M4 Max figures.

What resolution and length can FastMetal produce?

Each model generates a clip of about 5 seconds (81 frames). The 1.3B and 14B output 480x832, and the 5B outputs 704x1280 (720p). If you need clips longer than about 5 seconds or a finished multi-shot video, a cloud agent like Pexo plans and sequences several shots into one longer edit.

Which FastMetal model should I use?

Use the 1.3B for the fastest local generation and on lower-memory Macs, including a fanless MacBook Air. Use the 5B if you want 720p and have a mainstream 16 GB Mac; it also supports image-to-video and has a Fast mode. Use the 14B if you have a higher-memory Mac and want the strongest local quality, accepting a longer run time of about 602 seconds per clip.

What models is FastMetal based on?

Each FastMetal size is distilled from an open Wan model. The 1.3B is based on Wan2.1-T2V-1.3B, the 5B on Wan2.2-TI2V-5B, and the 14B on Wan2.1-T2V-14B. All three are three-step DMD2 (Distribution Matching Distillation) students trained with quantization-aware INT8, which is the "QAD" in FastMetal-QAD and a key reason peak memory stays low.

How do I install and run FastMetal?

FastMetal is CLI-based. You install FastVideo with the MLX extras (uv pip install -e '.[mlx]'), download a model from Hugging Face (hf download FastVideo/FastMetal-1.3B-QAD ...), then run a Python script such as mlx_wan_prompt_to_video.py with your prompt. The 5B uses mlx_wan22_generate.py and supports image-to-video. If a terminal workflow is a barrier, Pexo does the same job in a browser with no install.

Can FastMetal do image-to-video?

Yes, through the 5B model. FastMetal-5B-QAD supports both text-to-video and image-to-video, while the 1.3B and 14B are text-to-video only. If you want image-to-video without local setup, Pexo accepts an image in the browser and turns it into a finished clip, and its image-studio can also generate the starting image for you.

Is FastMetal better than cloud AI video generators?

Neither is strictly better; they win on different axes. FastMetal is better for privacy and cost because it runs fully on-device with no fee, but it needs a capable Mac, CLI setup, and only makes short clips. Cloud agents like Pexo are better for accessibility and finished output: no setup, any device, auto model routing across 10+ models, plus audio, titles, and multi-shot editing. Pick based on whether local control or a fast finished result matters more.

What is the best way to generate AI video on a Mac without the command line?

If you want AI video on a Mac but do not want a CLI, model downloads, or high unified-memory requirements, use a browser-based agent. Pexo (pexo.ai) runs in any browser on any Mac, needs no install or GPU, and auto-routes your prompt across models like Seedance 2.0, Kling 3.0, Veo 3.1, and Sora 2, returning a finished video with audio and titles. FastMetal remains the on-device option if privacy and zero cost outweigh the setup.

Pexo Recommend

The Best MiniMax Music 3.0 Alternatives in 2026

The Best MiniMax Music 3.0 Alternatives in 2026

Pexo generates music inside a finished video with voice cloning built in; Suno, Udio, and ElevenLabs lead standalone songs. Top MiniMax Music 3.0 alternatives compared.

Liora Adler avatarLiora AdlerAug 14, 2026