LAUNCH Every endpoint at 20% of fal list · 768p from $0.008/s · limited window See the math ↓
MiniMax H3 Max · API relay

Real-time H3 Max.
Full price optional.

The same post-trained MiniMax H3 Max, served through fal-compatible endpoints. A 5-second 768p clip lands in ~4.5s end-to-end — you just pay half the list price for it.

LAUNCH −80% fal $0.080 $0.016 /s · 768p · limited window

$ protix run --model h3-max-turbo --seconds 5  →  billed $0.04 at launch · fal bills $0.20

generate.sh — works with your existing fal client
# point your client at protix — that's the whole migration
curl -X POST https://api.protix.win/v1/videos \
  -H "Authorization: Bearer $PROTIX_KEY" \
  -d '{
    "model": "minimax/h3-max-turbo",
    "prompt": "A stroller glides through a sunlit park, tracking shot",
    "duration": 5,
    "resolution": "768p"
  }'
→ video ready in 4.6s billed $0.04 launch · fal: $0.20
~4.5s
median e2e for H3 Max, 5s 768p
public benchmark · queue + inference + encode
15.4s
p95 in a public 300-run benchmark
we publish the tail, not the best case
$0.016/s
launch price, 768p output
fal list: $0.080/s — Protix: $0.040/s
$0
charged for queue time
+ failed generations, always
Pricing

Same weights. Half the list.

The same MiniMax H3 Max model family — at half of fal's list price. Every price below is per second of output, billed only on success.

Endpoint fal · list Protix · −50% Protix · launch−80%
H3 Max Turbo480p · t2v / i2v $0.025/s $0.0125 $0.005
H3 Max Turbo768p · t2v / i2vPOPULAR $0.040/s $0.020 $0.008
H3 Max Turbo1080p · t2v / i2v $0.080/s $0.040 $0.016
H3 Max480p · t2v / i2v $0.050/s $0.025 $0.010
H3 Max768p · t2v / i2vPOPULAR $0.080/s $0.040 $0.016
H3 Max1080p · t2v / i2v $0.160/s $0.080 $0.032
Reference-to-Videooutput + ref tokens > 4,096 $0.080/s + $0.02/1k tok $0.040/s + $0.01/1k $0.016/s + $0.004/1k
Directorstreaming · 60s minimum $0.080/s · min $4.80 $0.040/s · min $2.40 $0.016/s · min $0.96
fal list = standard rate after Sep 15 promo ends · audio included queue time & failed jobs: $0.00
5s clip · 768p · 5s reference video
fal ≈ $1.06Protix ≈ $0.53launch ≈ $0.21

Reference-to-Video bills output seconds plus reference tokens over the 4,096 free allowance — halved on both sides.

Speed

Same model. Same speed class.

Speed is a property of the model, not the storefront. Same H3 Max — a 5s 768p clip still lands in seconds, not minutes. What changes is the invoice.

01 / MEASURED

The honest distribution

In a public 300-run benchmark of H3 Max Turbo (5s · 480p): p50 5.03s, p95 15.42s. The API's own inference median was 0.45s — the tail is queue, encode and download. We quote end-to-end, always.

02 / TUNED

Latency-first defaults

Prompt expansion ships set to fast on preview endpoints — balanced adds ~1s, quality can add ~30s. You pick the mode per call; the default favors speed.

03 / FAIR

Billed on success only

Queue waits, upstream errors and expired jobs cost $0.00. You pay for seconds of video that actually come back — metered per output second, reported per request.

Migration

Two lines. That's the migration.

Endpoints mirror the fal request and response shape. Swap the base URL and key; keep your models, payloads and polling logic.

before.tsfal
import { fal } from "@fal-ai/client"; fal.config({  credentials: process.env.FAL_KEY,}); await fal.subscribe("minimax/h3-max-turbo", {  input: { prompt, duration: 5, resolution: "768p" },});
after.tsprotix — 2 lines changed
import { fal } from "@fal-ai/client"; fal.config({  credentials: process.env.PROTIX_KEY,  host: "api.protix.win",}); await fal.subscribe("minimax/h3-max-turbo", {  input: { prompt, duration: 5, resolution: "768p" },});
Endpoints

Every H3 Max surface, one key.

h3-max-turboFastest T2V / I2V. The ad-preview workhorse — 5s 768p in ~3.8s.from $0.008/s launch
h3-maxFull-quality T2V / I2V up to 1080p, native audio included.from $0.010/s launch
h3-max / r2vReference-to-Video: people, products and motion preserved from refs.output $0.016/s + tokens
h3-max / directorContinuous directed streams. 60s minimum billing applies.$0.016/s · min $0.96
open endpointsLTX 2.5 Fast and other hosted video models on the same meter.per-model pricing

Tweaks