iconSaladict

Azure OpenAI

The OpenAI translation service is also compatible with Azure OpenAI interface. First, create an OpenAI service in the Azure console, then go to Azure AI Studio to create a gpt-35-turbo deployment, and remember the deployment name.

After deploying the gpt-35-turbo model, open the Azure OpenAI settings page in the extension:

For the Api Key, enter the Key provided by the Azure console.

https://{resourceName}.openai.azure.com/openai/deployments/{modelName}/chat/completions?api-version=2024-07-01-preview

{resourceName} is the resource name, {modelName} is the model name

If you have any questions, you can open PlayGround in Azure AI Studio, click 【View Code】, and you'll find the final 【EndPoint】 and 【Key】 below, as shown in the image:

azure-openai