OutYet reporting
GPT-5.6 Sol reaches Bedrock, but the integration path is narrower than a model-name swap
AWS has made OpenAI's GPT-5.6 family available in Bedrock. For technical teams, the meaningful change is a new managed route with distinct endpoint, region, and service-tier constraints.
AWS announced on July 13 that GPT-5.6 Sol, Terra, and Luna are generally available in Amazon Bedrock. That is a fresh distribution change for OpenAI's model family, not a new release determination by this report. AWS positions Sol as the flagship reasoning tier, Terra as the balanced tier, and Luna as the lower-cost tier; its model card lists Sol as active with a July 13 launch date on Bedrock. The timing follows OpenAI's July 9 general-availability announcement for the GPT-5.6 family, so the important operational question is now where teams can run the model rather than whether OpenAI has announced it.
The Bedrock deployment is not interchangeable with a generic OpenAI endpoint. AWS documents Sol on the `bedrock-mantle` endpoint, under the `openai/v1/responses` path and the `openai.gpt-5.6-sol` model ID. Its card lists a 272K-token context window, text and image input with text output, and support for the Responses API, server-side tool calling, projects, and prompt caching. It does not list Chat Completions, Invoke, or Converse support for Sol, so an application built around those APIs needs an integration change rather than only a configuration update.
OpenAI's own published comparison argues that Sol improves on GPT-5.5 in coding, computer use, cybersecurity, and science, while its tables show a mix of stronger and weaker results against other frontier models depending on the evaluation. Those figures are useful for workload selection, but they should be read as vendor-reported evaluation results rather than an independent ranking. OpenAI also says its cost and latency comparisons are estimates based on production behavior and offline simulation, and that real-world results can vary substantially. That caveat matters more than a single headline score when a team is deciding whether Sol's higher-capability tier justifies its runtime cost.
For an AWS-based agent, the practical benefit is the chance to keep inference inside an existing Bedrock environment while selecting Sol for difficult chains and shifting routine work to Terra or Luna. AWS says prompt caching uses explicit cache breakpoints, keeps cached context reusable for at least 30 minutes, and bills cached input at a 90 percent discount. That can materially change economics for repeated system instructions, tool schemas, or reference files, but it is not a blanket model discount: the workload must actually reuse the marked context during that cache window.
There are material limits for teams with portability or residency requirements. AWS lists Sol only for in-region use in us-east-1 and us-east-2, with no geo or global cross-region inference, and only the Standard service tier is currently marked supported. AWS also states that classifier-flagged traffic may be retained for up to 30 days for automated abuse detection. Teams evaluating the new route should therefore test endpoint compatibility, quota behavior, regional placement, and their data-handling requirements before treating Bedrock availability as a drop-in substitute for another GPT-5.6 access path.
Related models
Sources
- OpenAI GPT-5.6 Sol, Terra, and Luna are now generally available on Amazon Bedrock · Amazon Web Services
- GPT-5.6 Sol model card · Amazon Web Services
- GPT-5.6: Frontier intelligence that scales with your ambition · OpenAI