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 fascinating 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 reveals superior capabilities because of being skilled on Luma’s new multi-modal structure. It scales to 10 occasions 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 via a single API. Luma Ray2 video mannequin understands the interactions between individuals, animals, and objects, and you’ll create constant and bodily correct characters via state-of-the-art pure language instruction understanding and reasoning.
You need to use Ray2 video generations for content material creation, leisure, promoting, and media use instances, streamlining the artistic course of, from idea to execution. You possibly can generate easy, cinematic, and lifelike digital camera actions that match the meant emotion of the scene. You possibly can quickly experiment with completely different digital camera angles and kinds and ship artistic outputs for structure, trend, movie, graphic design, and music.
Let’s check out the spectacular video generations by Luma Ray2 that Luma has printed.
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 below 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, you need 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 reveal 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 also entry the mannequin utilizing code examples within the AWS Command Line Interface (AWS CLI) and AWS SDKs. You need to 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", "length":"5s", "decision": "540p", "aspect_ratio":"16:9"}"
--output-data-config "{"s3OutputDataConfig": {"s3Uri": "s3://testing-bucket-ais-region-us-west-2/"}}"
You need to use a StartAsyncInvoke
API motion to generate movies utilizing AWS SDKs to construct your functions utilizing numerous programming languages.
Now accessible
Luma Ray2 video mannequin is mostly accessible right now in Amazon Bedrock within the US West (Oregon) AWS Area. Verify the full Area checklist 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 right now, and ship suggestions to AWS re:Submit for Amazon Bedrock or via your traditional AWS Assist contacts.
— Channy
Replace January 24, 2025 – The AWS CLI command was mounted to make use of the start-async-invoke
parameter as an alternative of invoke-model
.