OpenAI is an artificial intelligence (AI) research laboratory.
Overview
OpenAI offers a number of APIs that provide access to its various language models and other AI tools like GPT (Generative Pre-training Transformer).
Actions
Generate image given a prompt
Given a prompt and/or an input image, the model will generate a new image.
Edit an image given a prompt
Creates an edited or extended image given an original image and a prompt.
Given an input classify text for moderation
Given a input text, outputs if the model classifies it as violating OpenAI's content policy.
Complete text given a prompt
Given a prompt, the model will return one or more predicted completions, and can also return the probabilities of alternative tokens at each position.
Complete chat in a conversation
Given a list of messages, the model will return one or more predicted completions.
List models
Lists the currently available models, and provides basic information about each one such as the owner and availability.
Create Embeddings
Creates an embedding vector representing the input text.