Qwen Models on Amazon Bedrock: Access & Benefits

Unleash the Power of Qwen Models with Amazon Bedrock

Amazon Bedrock now offers the innovative Qwen ⁣family of models,empowering you to build truly remarkable generative AI applications. These powerful​ models, developed by Alibaba Cloud, are designed to excel in a variety of tasks, from coding to general-purpose ⁤language understanding.

Introducing the ⁤Qwen Model Family

Qwen models bring a new level of capability to Amazon Bedrock.You can access them directly through the InvokeModel ⁢and Converse APIs. Alternatively,you ​can seamlessly integrate these models into your preferred agentic framework that supports amazon Bedrock.

This adaptability allows you to deploy elegant ⁢agents ​using Amazon Bedrock AgentCore. consider this example using Strands Agents in Python:

from strands import Agent
from strands_tools import calculator

agent = Agent(
    model="qwen.qwen3-coder-480b-a35b-v1:0",
    tools=[calculator]
)

agent("Tell me the square root of 42 ^ 9")

with open("function.py", 'r') as f:
    my_function_code = f.read()

agent(f"Help me optimize this Python function for better performance:nn{my_function_code}")

Available Qwen ⁢Models and Regions

Currently, ⁢Qwen models are ‌available in several key AWS Regions. here’s a breakdown:

* Qwen3-Coder-480B-A35B-Instruct: US West (Oregon), asia‌ pacific (Mumbai, Tokyo), and‌ Europe (London, Stockholm).
* ⁤ Qwen3-Coder-30B-A3B-Instruct, Qwen3-235B-A22B-Instruct-2507, and Qwen3-32B: US East (N. virginia), US⁣ West⁣ (Oregon), Asia Pacific (Mumbai, Tokyo), Europe (Ireland, London, Milan, Stockholm), and South America (São Paulo).

For⁤ the most⁣ up-to-date⁤ regional ​availability, please consult the full Region list.

Get Started Today

You don’t need to worry about ⁤infrastructure setup or capacity planning. You can begin experimenting and building with Qwen‌ models promptly.

Explore the Qwen in Amazon Bedrock product page to learn ⁣more. Also,review the Amazon Bedrock pricing page‌ to understand the cost structure.

Ready to dive in? Start testing⁤ Qwen models on the Amazon Bedrock console. Your feedback is invaluable, so please share‍ your thoughts through

Leave a Comment