Azure OpenAI
Azure OpenAI 是微软通过其 Azure 云服务平台提供的 OpenAI 模型接入服务。
💡 如需了解模型的定价详情,请参阅其 官方文档。
申请与配置流程
- 打开 Azure 控制台,注册或登录账户,创建订阅并选择计费方案。
- 登录后,搜索 OpenAI 并创建 OpenAI 服务,选择适合的区域和资源组。
- 进入 Azure AI Studio,创建模型部署(如
gpt-5-mini),并设置部署名称(如gpt-deployment-01)。 - 在精挑翻译插件的 Azure OpenAI 模型配置中,输入 Azure OpenAI 资源的【Keys and Endpoint】页面提供的 API Key,并设置自定义 API 地址:
https://{your-custom-name}.openai.azure.com/openai/deployments/{your-deployment-name}/chat/completions?api-version=2024-08-01-preview
- 将
{your-custom-name}替换为你的自定义子域名。(如 自定义子域名为https://your-custom-name.openai.azure.com/openai/v1,则此处填写your-custom-name) - 将
{your-deployment-name}替换为你在创建部署时设置的部署名称。
- 在模型设置中,将模型名称更改为 gpt-5-mini。
- 如有疑问,前往 Azure AI Studio,打开【PlayGround】,点击【View Code】,查看示例代码中使用的 Endpoint、Deployment Name 和 API Key,用于对照检查配置是否正确。
- 如在使用过程中遇到问题或建议,可前往 问题反馈 页面提交反馈。

