a year ago
- Many LLM providers and open-source projects offer OpenAI-compatible Completions and Chat Completions APIs.
- OpenAI considers Completions a legacy API and de-emphasizes Chat Completions in favor of the OpenAI Responses API.
- Current Chat Completions API lacks features like multimodal outputs, stored input objects, and explicit caching.
- Different providers implement features like assistant prefixes in non-standard ways, complicating developer usage.
- Standard Completions aims to standardize a superset of OpenAI APIs to improve interoperability and developer experience.
- Developers and providers are invited to join the Standard Completions working group via email, Twitter/X, or GitHub.