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
| Item | Verified status on September 3, 2026 |
|---|---|
| Provider | fal |
| Model IDs | minimax/h3-max-turbo/text-to-video, minimax/h3-max-turbo/image-to-video |
| Inputs | Text; or text plus an optional first frame and optional last frame |
| Output | MP4 with native synchronized audio |
| Resolution | 480p or 768p; 768p is the default |
| Duration | 5–15 seconds |
| Text-to-video ratios | 21:9, 16:9, 4:3, 1:1, 3:4, 9:16 |
| Image-to-video ratio | Follows the first image |
| Prompt expansion | balanced 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-video | No 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
| Workflow | Endpoint | Main controls |
|---|---|---|
| Text to video | minimax/h3-max-turbo/text-to-video | Prompt, duration, 480p/768p, aspect ratio, seed, safety checker, prompt expansion |
| Image to video | minimax/h3-max-turbo/image-to-video | Prompt, 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:
- queue delay;
- prompt-expansion time (
balancedis described as about one second, whilequalitymay take up to about 30 seconds); - reported
timings.inference; - upload and result-transfer time;
- 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:
| Duration | 480p promo | 480p regular | 768p promo | 768p 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
| Question | H3 Max Turbo | H3 Max | Standard MiniMax H3 on fal |
|---|---|---|---|
| Best documented use | Cheapest, fastest draft loop | Speed plus multimodal reference control | 2K output and video editing |
| Resolution | 480p or 768p | 480p or 768p | Up to 2K |
| Duration | 5–15 seconds | 5–15 seconds | 5–15 seconds |
| Text / first / last frame | Yes | Yes | Yes |
| Image, video, audio reference endpoint | Not listed | Yes, up to 12 mixed files | Yes |
| Video editing endpoint | Not listed | Not listed | Yes |
| Native audio | Yes | Yes | Yes |
| Regular 768p price | $0.04/sec | $0.08/sec | Check the selected H3 endpoint |
| Published example inference | 5 seconds in 1.5 seconds is claimed; 15-second example reports ~7.77 seconds | 5-second example reports ~2.53 seconds | Depends 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:
- a dialogue close-up with a short spoken line;
- a repeat shot of the same character and costume;
- a two-character composition with defined eyelines;
- full-body action involving hands and a prop;
- a first-to-last-frame transition;
- 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.
- fal H3 Max Turbo text-to-video endpoint and pricing
- fal H3 Max Turbo text-to-video API schema
- fal H3 Max Turbo image-to-video API schema
- fal model directory showing the Turbo endpoints
- fal H3 Max reference-to-video API schema
- fal H3 Max product page and comparison claims
- Krea H3 Max Turbo model page
- MiniMax H3 base model repository