Module model

Source
Expand description

OpenAI models

Note: all contents copied from OpenAI documentation on November 7, 2023.

Source: https://platform.openai.com/docs/models/overview

§Models

MODELSDESCRIPTION
GPT-4A set of models that improve on GPT-3.5 and can understand as well as generate natural language or code
GPT-3.5A set of models that improve on GPT-3 and can understand as well as generate natural language or code
DALL·EA model that can generate and edit images given a natural language prompt
WhisperA model that can convert audio into text
EmbeddingsA set of models that can convert text into a numerical form
CodexLimitedA set of models that can understand and generate code, including translating natural language to code
ModerationA fine-tuned model that can detect whether text may be sensitive or unsafe
GPT-3A set of models that can understand and generate natural language
TTSA set of models that can convert text into natural sounding spoken audio

Enums§

Model
An enum of OpenAI models