Learn how to call Azure Open AI using its REST endpoint. This post shows how to use RestSharp, with a request class to tailor requests and a response class to handle API responses. Tokens are used to keep requests within a token limit, which includes the prompt and the response. The response class represents the Text stored in the Choices part of the response. Find out how to get text from Open AI, and explore the implications of AI content. Discover responsible AI and how to pick holes in AI. If you’re an Azure customer, the Open AI service on Azure is built for scale and ready for you to use.