Use API commands to utilize Azure OpenAI Web App chatbot

VasilisK 71 Reputation points
2024-01-29T12:25:19.87+00:00

A web app has been deployed to utilize an Azure OpenAI model with my data. Is it possible to send questions and receive answers via API? Or an entirely different approach is needed?

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,919 questions
{count} votes

Accepted answer
  1. AshokPeddakotla-MSFT 35,951 Reputation points
    2024-01-29T13:02:00.5366667+00:00

    VasilisK Greetings!

    A web app has been deployed to utilize an Azure OpenAI model with my data. Is it possible to send questions and receive answers via API? Or an entirely different approach is needed?

    It is possible to send questions and receive answers via the Azure OpenAI REST API.

    The Azure OpenAI service provides a set of REST APIs for interacting with the resources and models you deploy via the Management APIs.

    You can use these APIs to send questions and receive answers from your deployed model.

    Please check the Azure OpenAI Service REST API reference for more details.

    Do let me know if that helps or have any further queries.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.