FLUX.2 is live! High-fidelity image generation made simple.

Bria/
$0.14
/ second
Increase video resolution up to 8K with advanced AI upscaling. Bring your videos to the big screen, ready for the screens of tomorrow.

You can use cURL or any other http client to run inferences:
curl -X POST \
-d '{"video": "https://example.com/video.mp4"}' \
-H "Authorization: bearer $DEEPINFRA_TOKEN" \
-H 'Content-Type: application/json' \
'https://api.deepinfra.com/v1/inference/Bria/video_increase_resolution'
which will give you back something similar to:
{
"status": "COMPLETED",
"video_url": null,
"mask_url": null,
"request_id": null,
"inference_status": {
"status": "unknown",
"runtime_ms": 0,
"cost": 0.0,
"tokens_generated": 0,
"tokens_input": 0
}
}
© 2026 Deep Infra. All rights reserved.