AWS Machine Learning Blog 发布于 08/21 05:46

Introducing cross-Region inference for OpenAI GPT-5.6 models on Amazon Bedrock

(翻译)在 Amazon Bedrock 上推出 OpenAI GPT-5.6 模型的跨区域推理

查看原文

资讯摘要

Amazon Bedrock now offers OpenAI GPT-5.6 models (Sol, Terra, and Luna) in more than 25 AWS Regions with cross-Region inference. Learn how US geographic and global inference profiles route requests for higher throughput, how to call the models with the OpenAI and Converse APIs, and how to configure I

AI 摘要

Amazon Bedrock 宣布为 OpenAI GPT-5.6 系列模型(Sol、Terra、Luna)提供跨区域推理,覆盖全球超过25个区域,并推出美国地理与全局推理配置文件。文章介绍了推理配置的工作方式、控制台试用方法,以及通过 OpenAI SDK、Responses API、Chat Completions API 和 Converse API 进行调用的示例。

AI 问答

GPT-5.6 在 Amazon Bedrock 上支持哪三种通用变体?

Sol、Terra 和 Luna,三者均支持文本与图像输入、文本输出,并具备 100 万 token 上下文窗口。

地理推理配置和全局推理配置有什么区别?

地理推理配置(如 us.openai.gpt-5.6-terra)只把请求路由到指定地理区域内的区域,适合有数据驻留要求的工作负载;全局推理配置(global.openai.gpt-5.6-terra)可基于实时容量路由到模型已部署的任何支持商业区域。

可以通过哪些 API 调用 Amazon Bedrock 上的 GPT-5.6 模型?

可以使用 OpenAI Responses API、OpenAI Chat Completions API 以及 Amazon Bedrock Converse API;流式响应可通过 Responses/Chat Completions 的 stream=True 或 ConverseStream 实现。

打开原文