Use API commands to utilize Azure OpenAI Web App chatbot

VasilisK 66 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.
2,645 questions
{count} votes

Accepted answer
  1. AshokPeddakotla-MSFT 30,511 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