Luma AI’s Ray2 video mannequin is now obtainable in Amazon Bedrock
![]() |
As we preannounced at AWS re:Invent 2024, now you can use Luma AI Ray2 video mannequin in Amazon Bedrock to generate high-quality video clips from textual content, creating charming movement graphics from static ideas. AWS is the primary and solely cloud supplier to supply totally managed fashions from Luma AI.
On January 16, 2025, Luma AI launched Luma Ray2, the massive–scale video generative mannequin able to creating sensible visuals with pure, coherent movement with robust understanding of textual content directions. Luma Ray2 displays superior capabilities because of being educated on Luma’s new multi-modal structure. It scales to 10 instances compute of Ray1, enabling it to supply 5 second or 9 second video clips that present quick coherent movement, ultra-realistic particulars, and logical occasion sequences with 540p and 720p decision.
With Luma Ray2 in Amazon Bedrock, you’ll be able to add high-quality, sensible, production-ready movies generated from textual content in your generative AI software via a single API. Luma Ray2 video mannequin understands the interactions between individuals, animals, and objects, and you may create constant and bodily correct characters via state-of-the-art pure language instruction understanding and reasoning.
You should use Ray2 video generations for content material creation, leisure, promoting, and media use circumstances, streamlining the inventive course of, from idea to execution. You possibly can generate clean, cinematic, and lifelike digital camera actions that match the supposed emotion of the scene. You possibly can quickly experiment with totally different digital camera angles and types and ship inventive outputs for structure, style, movie, graphic design, and music.
Let’s check out the impressive video generations by Luma Ray2 that Luma has revealed.
Get began with Luma Ray2 mannequin in Amazon Bedrock
Earlier than getting began, in case you are new to utilizing Luma fashions, go to the Amazon Bedrock console and select Mannequin entry on the underside left pane. To entry the most recent Luma AI fashions, request entry for Luma Ray2 in Luma AI.
To check the Luma AI mannequin in Amazon Bedrock, select Picture/Video beneath Playgrounds within the left menu pane. Select Choose mannequin, then choose Luma AI because the class and Ray because the mannequin.
For video era fashions, it’s best to have an Amazon Easy Storage Service (Amazon S3) bucket to retailer all generated movies. This bucket might be created in your AWS account, and Amazon Bedrock could have learn and write permissions for it. Select Affirm to create a bucket and generate a video.
I’ll generate a 5-second video with 720P and 24 frames per second with 16:9 facet ratio for my immediate.
Right here is an instance immediate and generated video. You possibly can obtain it saved within the S3 bucket.a humpback whale swimming via area particles
Listed here are one other featured examples to exhibit Ray2 mannequin.
Immediate 1: A miniature child cat is strolling and exploring on the floor of a fingertip
Immediate 2: An enormous orb of water floating in a backlit forest
Immediate 3: A person performs saxophone
by @ziguratt
Immediate 4: Macro closeup of a bee pollinating
To take a look at extra examples and generated movies, go to the Luma Ray2 web page.
By selecting View API request within the Bedrock console, you may as well entry the mannequin utilizing code examples within the AWS Command Line Interface (AWS CLI) and AWS SDKs. You should use luma.ray-v2:0
because the mannequin ID.
Here’s a pattern of the AWS CLI command:
aws bedrock-runtime start-async-invoke
--region us-west-2
--model-id luma.ray-v2:0
--model-input " "immediate": "a humpback whale swimming via area particles", "period":"5s", "decision": "540p", "aspect_ratio":"16:9""
--output-data-config ""s3OutputDataConfig": "s3Uri": "s3://testing-bucket-ais-region-us-west-2/""
You should use a StartAsyncInvoke
API motion to generate movies utilizing AWS SDKs to construct your purposes utilizing numerous programming languages.
Now obtainable
Luma Ray2 video mannequin is usually obtainable at this time in Amazon Bedrock within the US West (Oregon) AWS Area. Examine the complete Area listing for future updates. To be taught extra, try the Luma AI in Amazon Bedrock product web page and the Amazon Bedrock Pricing web page.
Give Luma Ray2 a attempt within the Amazon Bedrock console at this time, and ship suggestions to AWS re:Post for Amazon Bedrock or via your ordinary AWS Help contacts.
— Channy
Replace January 24, 2025 – The AWS CLI command was mounted to make use of the start-async-invoke
parameter as a substitute of invoke-model
.