Chat Completions API
Also called: Chat API
An API for generating conversational AI responses by sending a sequence of chat messages to a language model.
Explore more about SDKs & APIs
Related terms
An API endpoint designed to manage, format, and return model-generated responses and computational outputs.
OpenAI SDKSDKA software development kit for integrating OpenAI models and APIs into applications through supported programming languages and client libraries.
Embeddings APIAn API that generates vector embeddings from text, images, or other supported inputs for use in semantic search, retrieval, clustering, recommendation, and related AI applications.
Batch APIAn API that processes multiple requests asynchronously in a single job, improving throughput and reducing costs for large-scale workloads.
API ClientA software library or component that simplifies communication with an API by handling requests, authentication, responses, and error handling.