Expand description
API endpoint definitions
§OpenAI’s API endpoints
Note that for Audios and Images, an extended endpoint variant will be needed.
Enums§
- Audio
Endpoint Variant - Endpoint variants for Audios
- Endpoint
- API endpoint definition enum
- Endpoint
Variant - Enum for endpoints that have several variants.
- Image
Endpoint Variant - Endpoint variants for Images
Functions§
- endpoint_
filter - Check if selected model is available to certain API endpoint
- request_
endpoint - Send request to remote endpoint using JSON.
- request_
endpoint_ form_ data - Send request to remote endpoint using Form data.
- request_
endpoint_ stream - Send request to remote endpoint using JSON but response will be streamed.