Featured
UpdatedSep 3, 2026
7 min read
UllrAI

H3 Max Turbo: API, Speed, Pricing vs H3 Max (2026)

fal H3 Max Turbo generates video with native audio at half the regular H3 Max price. Compare its API, speed, pricing, and limitations.

H3 Max TurboMiniMax H3 Max TurboH3 Maxfal AIAI Video API

H3 Max Turbo is fal's faster, lower-cost H3 Max tier for text-to-video and image-to-video generation. As verified on September 3, 2026, its two fal endpoints create 5–15 second clips at 480p or 768p with synchronized audio. Regular API rates are $0.025 per generated second at 480p and $0.04 at 768p, half the regular H3 Max rates.

The similar names cause confusion. H3 Max Turbo is a hosted fal model, while community “H3 Turbo” LoRAs accelerate the open-weight H3 base model locally by reducing sampling steps. Most public information about Max Turbo currently comes from fal's live API schemas and examples. With no dedicated launch post, technical report, or independent Max-versus-Turbo benchmark available, the claim of equal quality still needs testing.

H3 Max Turbo Quick Facts

ItemVerified status on September 3, 2026
Providerfal
Model IDsminimax/h3-max-turbo/text-to-video, minimax/h3-max-turbo/image-to-video
InputsText; or text plus an optional first frame and optional last frame
OutputMP4 with native synchronized audio
Resolution480p or 768p; 768p is the default
Duration5–15 seconds
Text-to-video ratios21:9, 16:9, 4:3, 1:1, 3:4, 9:16
Image-to-video ratioFollows the first image
Prompt expansionbalanced or quality in the current API schema
Regular price$0.025/sec at 480p; $0.04/sec at 768p
Launch promotion$0.00625/sec at 480p; $0.01/sec at 768p through September 7
Reference-to-videoNo H3 Max Turbo reference endpoint listed

What Is H3 Max Turbo?

fal describes H3 Max Turbo as a post-trained MiniMax H3 variant tuned for prompt adherence and aesthetics, co-optimized with its inference stack for higher throughput. Its public interface closely matches H3 Max: prompt, duration, resolution, seed, safety checker, prompt expansion, and either an aspect ratio or keyframe images.

Turbo has its own model IDs, lower rates, and faster examples. The endpoint pages do not disclose its parameter count, quantization, sampling-step reduction, training recipe, or measured quality difference from H3 Max. In practical terms, “Turbo” describes a fal product tier; it does not identify a publicly documented architecture.

H3 Max Turbo API Inputs

WorkflowEndpointMain controls
Text to videominimax/h3-max-turbo/text-to-videoPrompt, duration, 480p/768p, aspect ratio, seed, safety checker, prompt expansion
Image to videominimax/h3-max-turbo/image-to-videoPrompt, optional first frame, optional last frame, duration, resolution, seed, safety checker, prompt expansion

The image endpoint can accept image_url as the opening frame and end_image_url as the closing frame. If the first image is omitted, fal says the request is handled as text-to-video with 16:9 as the default. When an image is provided, the output follows its aspect ratio.

Both endpoints return the video, an optional expanded prompt, and an optional timings.inference value. That timing covers GPU denoising on the backend, not queue time, prompt rewriting, upload, download, or your application's processing.

Minimal JavaScript Request

Keep FAL_KEY on the server:

import { fal } from "@fal-ai/client";

const result = await fal.subscribe("minimax/h3-max-turbo/text-to-video", {
  input: {
    prompt:
      "Five-second cel-shaded motion-comic shot. A courier runs across a neon rooftop as rain hits the metal. Low tracking camera. Sound: footsteps, rain, distant traffic.",
    duration: 5,
    resolution: "768P",
    aspect_ratio: "16:9",
    prompt_expansion_mode: "balanced",
  },
});

console.log(result.data.video.url);
console.log(result.data.timings?.inference);

For production, use queue submission and a webhook rather than keeping a long request open. Save the full model ID, request ID, seed, original and expanded prompts, price snapshot, backend timing, and wall-clock timing with every output.

How Fast Is H3 Max Turbo?

fal's text-to-video playground includes the line “5s video generated in 1.5s” in its demo prompt. The same page shows a 15-second sample response with timings.inference of about 7.77 seconds. Both figures come from fal examples, not a published latency distribution or service-level guarantee.

They also measure backend denoising only. A fair benchmark should separately record:

  1. queue delay;
  2. prompt-expansion time (balanced is described as about one second, while quality may take up to about 30 seconds);
  3. reported timings.inference;
  4. upload and result-transfer time;
  5. total wall-clock time and failure rate.

Test at least 20–30 requests per setting and report median and tail latency. A single fast playground response cannot tell you how the endpoint behaves under load.

How Much Does H3 Max Turbo Cost?

The live endpoint shows a 75% promotional discount through September 7. The regular rates and current temporary rates are:

Duration480p promo480p regular768p promo768p regular
5 seconds$0.03125$0.125$0.05$0.20
10 seconds$0.0625$0.25$0.10$0.40
15 seconds$0.09375$0.375$0.15$0.60

Prices are per generated second, not per accepted second. If only one in four generations passes review, the generation component of your usable-shot cost is roughly four times the table value before storage, review, editing, and upscaling. Recheck live endpoint pricing when submitting jobs because promotions can change without a model-ID change.

H3 Max Turbo vs H3 Max vs Standard H3

QuestionH3 Max TurboH3 MaxStandard MiniMax H3 on fal
Best documented useCheapest, fastest draft loopSpeed plus multimodal reference control2K output and video editing
Resolution480p or 768p480p or 768pUp to 2K
Duration5–15 seconds5–15 seconds5–15 seconds
Text / first / last frameYesYesYes
Image, video, audio reference endpointNot listedYes, up to 12 mixed filesYes
Video editing endpointNot listedNot listedYes
Native audioYesYesYes
Regular 768p price$0.04/sec$0.08/secCheck the selected H3 endpoint
Published example inference5 seconds in 1.5 seconds is claimed; 15-second example reports ~7.77 seconds5-second example reports ~2.53 secondsDepends on workflow

Turbo fits high-volume drafts and variations. H3 Max is the better fit when a shot needs ordered image, video, or audio references. Standard H3 remains the option for 2K output or model-side video editing. Compare all three on your own material and judge the cost per accepted second, not the cost of a single attempt. For endpoint details and benchmark context, see the full H3 Max guide.

H3 Max Turbo Is Not the Same as H3 Turbo LoRA

Search results also contain “MiniMax H3 Turbo” LoRAs and ComfyUI workflows. Those are community acceleration projects for the open-weight H3 base, commonly reducing local inference to four or eight sampling steps. They have different checkpoints, installation requirements, licenses, hardware constraints, and quality tradeoffs.

Use the complete provider ID in production records:

  • minimax/h3-max-turbo/... means fal's hosted H3 Max Turbo tier;
  • a named Turbo LoRA checkpoint means a community local-inference add-on;
  • minimax/h3-max/... means fal's full H3 Max tier.

This distinction prevents cost estimates, reproducibility notes, and license assumptions from being attached to the wrong model.

A Practical Evaluation for Motion Comics

Run Turbo and H3 Max with matched prompts, seeds where supported, duration, resolution, and keyframes. Include:

  1. a dialogue close-up with a short spoken line;
  2. a repeat shot of the same character and costume;
  3. a two-character composition with defined eyelines;
  4. full-body action involving hands and a prop;
  5. a first-to-last-frame transition;
  6. a 15-second multi-beat shot that stresses instruction order.

Score prompt adherence, face and costume stability, motion, composition, text rendering, lip sync, sound, artifacts, backend time, wall-clock time, and cost per accepted second. Use blind review if possible. Until comparative evidence is published, this matched test is the only responsible way to decide whether Turbo preserves enough quality for final shots or belongs mainly in previews.

Where AniKuku Fits

H3 Max Turbo generates individual shots; it does not manage scripts, shot breakdowns, approved characters, storyboards, or version history. AniKuku's production workspace keeps those assets tied to the episode while external models are tested or replaced. That makes Turbo useful as a cheap exploration layer without making the story pipeline depend on one provider endpoint.

Frequently Asked Questions

Does H3 Max Turbo include audio?

Yes. fal categorizes both Turbo endpoints as audiovisual generation and the public example includes a generated soundscape and music description. Test target languages and lip sync before committing to dialogue-heavy production.

Can H3 Max Turbo use first and last frames?

Yes. The image-to-video schema accepts an optional image_url and end_image_url. The first frame determines the output aspect ratio.

Is there an H3 Max Turbo reference-to-video endpoint?

No separate minimax/h3-max-turbo/reference-to-video endpoint was listed when checked. The full H3 Max tier does have a live reference endpoint for ordered image, video, and audio inputs.

Can I download H3 Max Turbo?

No downloadable H3 Max Turbo checkpoint or license is documented. It is currently a fal-hosted API tier. Do not confuse it with downloadable community H3 Turbo LoRAs.

Is Turbo quality the same as H3 Max?

fal's short endpoint description says higher throughput comes with no compromise in output quality, and Krea calls it a faster, cheaper tier with the same prompt adherence. No public controlled Max-versus-Turbo benchmark was available when checked, so treat that as a provider claim and validate it with matched production prompts.

Sources and Verification Date

This article was checked on September 3, 2026. Pricing, promotions, examples, and endpoints can change.

Turn the idea into an animated story

Build your script, shot list, characters, storyboards, and animated scenes in one production workspace.