Which http version are supported by Azure OpenAI Service?

62117110 60 Reputation points
2024-11-30T14:28:55.4566667+00:00

Is there any official information available about the HTTP versions supported by Azure OpenAI Service? For example, versions like HTTP/1.1 or HTTP/2. I would also like to know if Azure OpenAI Service uses TCP and HTTPS.

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

Accepted answer
  1. Marcin Policht 27,575 Reputation points MVP
    2024-11-30T21:03:29.4633333+00:00

    UDP does not support HTTPS. HTTPS relies on the TCP protocol because it requires a reliable, ordered, and error-checked connection. UDP, by contrast, is a connectionless protocol that does not provide reliability or ordering, making it unsuitable for HTTPS.


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin


1 additional answer

Sort by: Most helpful
  1. Marcin Policht 27,575 Reputation points MVP
    2024-11-30T14:45:19.9466667+00:00

    Azure OpenAI Service supports HTTP/1.1 for its REST API calls and uses HTTPS as the protocol for secure communication. All communication occurs over encrypted channels using HTTPS, which operates over TCP (Transmission Control Protocol) for reliable data transmission.


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    1 person found this answer 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.