-
Represents an OpenAI language model, hosted on Azure, that has a chat completion interface, such as gpt-3.5-turbo.
You can get the latest model names from the Azure OpenAI documentation or by executing the Azure CLI command:
az cognitiveservices account list-models --resource-group "$RESOURCE_GROUP" --name "$AI_SERVICE" -o table
Represents an OpenAI embedding model, hosted on Azure, such as text-embedding-ada-002.
Represents an OpenAI image model, hosted on Azure, such as dall-e-3.
Represents an OpenAI language model, hosted on Azure, such as gpt-3.5-turbo-instruct.
Represents an OpenAI language model, hosted on Azure, that has a chat completion interface, such as gpt-3.5-turbo.
Represents an OpenAI language model, hosted on Azure, such as gpt-3.5-turbo-instruct.