Simple pass-through for OpenAI. Use this if you want to directly send a request to OpenAI.
GET /openai/{endpoint} HTTP/1.1 Host: Ocp-Apim-Subscription-Key: YOUR_API_KEY Accept: */*
Successful Response
No content
POST /openai/{endpoint} HTTP/1.1 Host: Ocp-Apim-Subscription-Key: YOUR_API_KEY Accept: */*
PUT /openai/{endpoint} HTTP/1.1 Host: Ocp-Apim-Subscription-Key: YOUR_API_KEY Accept: */*
DELETE /openai/{endpoint} HTTP/1.1 Host: Ocp-Apim-Subscription-Key: YOUR_API_KEY Accept: */*
PATCH /openai/{endpoint} HTTP/1.1 Host: Ocp-Apim-Subscription-Key: YOUR_API_KEY Accept: */*