Azure OpenAI
There are two ways to use Azure OpenAI in Saladict.
Upgrade to [Credits Plan] for direct use
Simply upgrade to Saladict's [Credits Plan] to directly use all services including OpenAI.
You can learn more details on the Pricing page.
Apply for Azure OpenAI service yourself
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:

Saladict Docs