Get started with OpenAI GPT-5.5, GPT-5.4 models, and Codex on Amazon Bedrock Amazon Web Services announced the general availability of OpenAI GPT-5.5, GPT-5.4 models, and the Codex coding agent on Amazon Bedrock. The new models are designed for coding, reasoning, and complex professional workloads, while Codex enables AI-powered software development tasks such as writing, refactoring, and debugging code. All processing stays within the selected Bedrock Region for customers with data residency requirements, with per-token pricing and no seat licenses. AWS News Blog https://aws.amazon.com/blogs/aws/ Get started with OpenAI GPT-5.5, GPT-5.4 models, and Codex on Amazon Bedrock | | As we previewed in What’s Next with AWS 2026 https://www.aboutamazon.com/news/aws/bedrock-openai-models?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&sc channel=el , we’re announcing the general availability of OpenAI GPT-5.5, GPT-5.4 models, and Codex on Amazon Bedrock https://aws.amazon.com/bedrock/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&sc channel=el , giving you access to frontier models and a coding agent for software development. According to OpenAI, GPT-5.5 and GPT-5.4 models are excellent for coding, reasoning, agentic workflows, and complex professional work. You can use GPT-5.5 for the hardest customer workloads and GPT-5.4 for the best price-performance. You can call them through Responses API on Amazon Bedrock’s next-generation inference engine built for high performance, reliability, and security. Codex is the OpenAI coding agent for AI-powered software development. According to OpenAI, more than 4 million developers use Codex every week to write, refactor, debug, test, and validate code across large codebases. With GPT-5.5 powering inference, Codex introduces a new class of intelligence optimized for complex, long-horizon developer workflows. You can use the Codex App, the Codex CLI, and IDE integrations with Visual Studio Code, JetBrains, and Xcode, with all model inference routed through the Responses API on Amazon Bedrock. For customers with data residency requirements, all processing stays within the Bedrock Region you select. You pay per token with no seat licenses and no per-developer commitments. GPT-5.5 and GPT-5.4 models on Bedrock in action You can access the model programmatically using the OpenAI Responses API to call the bedrock-mantle endpoints through the OpenAI SDK, command-line tools such as curl . Let’s start with OpenAI SDK for Python. Install OpenAI SDK. pip install -U openai Set the environment variables for authentication. export OPENAI BASE URL="https://bedrock-mantle.us-east-2.api.aws/openai/v1" export OPENAI API KEY="