Upscale any video beyond its native resolution while preserving motion and audio sync with FLUX 3 Video Upscaler. Try free — pay per generation.
About this model
FLUX 3 Video Upscaler raises FLUX 3 (or any) video output beyond its native resolution, preserving motion coherence and native audio sync while sharpening detail — useful since FLUX 3 Text to Video and FLUX 3 Image to Video launch capped at 1080p. Choose a creativity level to balance fidelity to the source against additional detail reconstruction, and an upscale_factor to control how much larger the output becomes.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $1.43 (Precise), $2.00 (Creative) | Pay-per-generation pricing, no subscription required. Cost scales with input video duration. |
| Fal.ai | Not available | FLUX 3 Video Upscaler is not yet listed on Fal.ai. |
| Replicate | Not available | FLUX 3 Video Upscaler is not yet listed on Replicate. |
Pay-per-generation pricing, no subscription required. Cost scales with input video duration.
FLUX 3 Video Upscaler is not yet listed on Fal.ai.
FLUX 3 Video Upscaler is not yet listed on Replicate.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Video URL | string | URL of the source video to upscale. | https://d3adwkbyhxyrtq.cloudfront.net/webassets/videomodels/flux-3-video.mp4 |
| Prompt | string | Optional text prompt describing the desired enhancement direction, detail style, or visual refinement. | Sharpen fine detail and preserve natural film grain. |
| Upscale Factor | number | Multiplier controlling output resolution scaling. | 2 |
| Creativity | Enum (2 options) | 0 = Precise (higher fidelity to source), 1 = Creative (more reconstruction, higher pricing tier). | 0 |
URL of the source video to upscale.
https://d3adwkbyhxyrtq.cloudfront.net/webassets/videomodels/flux-3-video.mp4Optional text prompt describing the desired enhancement direction, detail style, or visual refinement.
Sharpen fine detail and preserve natural film grain.Multiplier controlling output resolution scaling.
20 = Precise (higher fidelity to source), 1 = Creative (more reconstruction, higher pricing tier).
0Developer documentation
Provide a source video via video_url — any MP4, including FLUX 3 Video output.
Optionally add a prompt describing the desired enhancement direction, detail style, or visual refinement.
Set upscale_factor (1–4×) to control how much larger the output becomes.
Choose creativity — 0 (Precise) stays closer to the source, 1 (Creative) reconstructs more detail at a higher price.
Submit the request:
curl -X POST https://api.muapi.ai/api/v1/flux-3-video-upscaler \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"video_url": "https://example.com/clip.mp4", "upscale_factor": 2, "creativity": 0}'
/api/v1/predictions/{request_id}/result until completed.Frequently asked
It raises any video's resolution beyond its native output, preserving motion coherence and native audio sync while sharpening detail.
Precise (`creativity: 0`) stays closer to the original source and costs $1.43 per run. Creative (`creativity: 1`) reconstructs more detail and costs $2.00 per run.
Yes, any input MP4 can be upscaled, not just FLUX 3 output.
No, native audio sync is preserved through the upscale.
$1.43 per run at Precise (`creativity: 0`) and $2.00 per run at Creative (`creativity: 1`); pricing scales with input video duration.
From 1× to 4×, set via the `upscale_factor` parameter.