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 absolutely managed fashions from Luma AI.
On January 16, 2025, Luma AI launched Luma Ray2, the massive–scale video generative mannequin able to creating real looking visuals with pure, coherent movement with sturdy understanding of textual content directions. Luma Ray2 displays superior capabilities on account of being educated on Luma’s new multi-modal structure. It scales to 10 instances compute of Ray1, enabling it to provide 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 possibly can add high-quality, real looking, production-ready movies generated from textual content in your generative AI utility by a single API. Luma Ray2 video mannequin understands the interactions between folks, animals, and objects, and you may create constant and bodily correct characters by state-of-the-art pure language instruction understanding and reasoning.
You can use Ray2 video generations for content material creation, leisure, promoting, and media use instances, streamlining the inventive course of, from idea to execution. You can generate easy, cinematic, and lifelike digital camera actions that match the meant emotion of the scene. You can quickly experiment with completely different digital camera angles and kinds and ship inventive outputs for structure, trend, movie, graphic design, and music.
Let’s check out the impressive video generations by Luma Ray2 that Luma has printed.
Get began with Luma Ray2 mannequin in Amazon Bedrock
Before getting began, in case you are new to utilizing Luma fashions, go to the Amazon Bedrock console and select Model entry on the underside left pane. To entry the most recent Luma AI fashions, request entry for Luma Ray2 in Luma AI.
To take a look at the Luma AI mannequin in Amazon Bedrock, select Image/Video below Playgrounds within the left menu pane. Choose Select mannequin, then choose Luma AI because the class and Ray because the mannequin.
For video era fashions, you must have an Amazon Simple Storage Service (Amazon S3) bucket to retailer all generated movies. This bucket shall be created in your AWS account, and Amazon Bedrock may have learn and write permissions for it. Choose Confirm 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.
Here is an instance immediate and generated video. You can obtain it saved within the S3 bucket.a humpback whale swimming by area particles
Here are one other featured examples to display Ray2 mannequin.
Prompt 1: A miniature child cat is strolling and exploring on the floor of a fingertip
Prompt 2: An enormous orb of water floating in a backlit forest
Prompt 3: A person performs saxophone
by @ziguratt
Prompt 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 too can entry the mannequin utilizing code examples within the AWS Command Line Interface (AWS CLI) and AWS SDKs. You can use luma.ray-v2:0
because the mannequin ID.
Here is 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 by area particles", "period":"5s", "decision": "540p", "aspect_ratio":"16:9"}"
--output-data-config "{"s3OutputDataConfig": {"s3Uri": "s3://testing-bucket-ais-region-us-west-2/"}}"
You can use a BeginAsyncInvoke
API motion to generate movies utilizing AWS SDKs to construct your functions utilizing numerous programming languages.
Now out there
Luma Ray2 video mannequin is mostly out there in the present day in Amazon Bedrock within the US West (Oregon) AWS Region. Check the full Region record for future updates. To be taught extra, take a look at 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 in the present day, and ship suggestions to AWS re:Post for Amazon Bedrock or by your common AWS Support contacts.
— Channy
Update January 24, 2025 – The AWS CLI command was mounted to make use of the start-async-invoke
parameter as an alternative of invoke-model
.