Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
4,101 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
how to use API for the model text-embedding-ada-002 in openAI resource
@Sandro Zampieri The REST API Reference for Azure OpenAI is a good start on how you can authenticate against and use the REST API. And depending on your language, you could use the available SDKs like the one for .NET and JavaScript.
As for the embedding models, refer to this section of the official docs and also this tutorial as well.