Model chooser / Generate video / Recurring
Ad variants and product clips at scale need near-top quality, a simple per-second price and fast generation. H3 Max on fal ranks third on the audio arena, within six Elo points of first, at a lower per-second price than the leader.
Why MiniMax H3
How to use it
fal API, TypeScript
Edit the parts in capitals, then run it.
import { fal } from "@fal-ai/client"; // reads FAL_KEY
const result = await fal.subscribe("minimax/h3-max/text-to-video", {
input: {
prompt: "Slow push in on PRODUCT on a desk at golden hour, steam rising from a mug, soft room tone, no text.",
resolution: "768P",
duration: 5,
prompt_expansion_mode: "balanced",
},
});
console.log(result.data);
Alternatives that also work
Pick it when clips must be longer than 15 seconds (up to 30), or you do not need audio.
Pick it when you want the top-ranked model and already run on Google Cloud.
Pick it when you need Google's enterprise terms and Veo's Fast or Lite tiers for cheaper drafts.
Watch out for
Sources
Checked . Models change monthly; we re-check this page when they do.
Wiring it into a workflow that runs every week, with evals, fallbacks and a cost you can predict, is the work. Fifteen minutes, no deck.