OpenAI AI Model
Jump to navigation
Jump to search
An OpenAI AI Model is an AI model offered by OpenAI.
- Example(s):
- an OpenAI LLM Model, such as:
- a GPT-4 Model.
- a GPT-3.5 Model.
- ...
- an OpenAI Whisper Model.
- ...
- an OpenAI LLM Model, such as:
- Counter-Example(s):
- a GCP AI Model.
- an Anthropic AI Model.
- ..
- See: OpenAI Python Library, OpenAI API.
References
2023
- https://platform.openai.com/docs/models/overview
- GPT-4 A set of models that improve on GPT-3.5 and can understand as well as generate natural language or code
- GPT-3.5 A set of models that improve on GPT-3 and can understand as well as generate natural language or code
- GPT base A set of models without instruction following that can understand as well as generate natural language or code
- ...
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 |