Understanding what Azure OpenAI services are
Through the lens of Azure, there are several APIs available through a “gated preview,” which essentially means you must assure Microsoft that you aren’t going to use these tools for nefarious purposes. OpenAI services currently available in Microsoft Azure, allowing users to take advantage of the scalability, security, and global reach of the Azure platform, are as follows:
- OpenAI GPT-3: OpenAI’s GPT-3 is a state-of-the-art language model that can generate human-like text. Consumers can leverage GPT-3 by making API calls to the OpenAI API using a supported programming language of choice (such as Python and JavaScript). You can use the API to generate text, translate text from one language to another, summarize text, and perform other NLP tasks.
- OpenAI ChatGPT: After initially just providing the GPT-3 and Playground APIs, the ChatGPT API has recently been added to the list of available services through...