OpenAI API Endpoint
Jump to navigation
Jump to search
An OpenAI API Endpoint is an API endpoint offered by OpenAI.
- Context:
- It can be document in OpenAI API Reference Document.
- It can be composed of OpenAI API Endpoints, such as:
- See: OpenAI Python Library, OpenAI Model.
References
2023
- https://platform.openai.com/docs/models/gpt-3
- Model endpoint compatibility
Endpoint | Model name | |
---|---|---|
/v1/chat/completions | gpt-4, gpt-4-0314, gpt-4-32k, gpt-4-32k-0314, gpt-3.5-turbo, gpt-3.5-turbo-0301 | |
/v1/completions | text-davinci-003, text-davinci-002, text-curie-001, text-babbage-001, text-ada-001, davinci, curie, babbage, ada | |
/v1/edits | text-davinci-edit-001, code-davinci-edit-001 | |
/v1/audio/transcriptions | whisper-1 | |
/v1/audio/translations | whisper-1 | |
/v1/fine-tunes | davinci, curie, babbage, ada | |
/v1/embeddings | text-embedding-ada-002, text-search-ada-doc-001 | |
/v1/moderations | text-moderation-stable, text-moderation-latest |