Closed Source
OpenAI
Send requests to any OpenAI model by specifying the {model}
placeholder in the path.
POST
Authorizations
Provide your API key as Key your-key-here
in the Authorization
header.
Provide your provider API key as Provider-Key your-provider-key-here
in the header.
Path Parameters
The specific OpenAI model to interact with (e.g., gpt-4o-mini
).
Body
application/json
Send messages to the specified OpenAI model.
Messages to process.
Enable or disable streaming responses.
Response
200 - application/json
Successful response from the specified OpenAI model.
Model output text.