Skip to main content

GLOSSARY

What is OpenAI API?

Programmatic access to OpenAI's models (GPT-5, o-series, embeddings, DALL-E, Whisper, Sora). The most widely-used commercial LLM API.

The OpenAI API gives developers programmatic access to all of OpenAI's models. Key endpoints: Responses API (the modern conversation interface, replacing the older chat completions endpoint), embeddings (vector search), DALL-E (image generation), Whisper (speech-to-text), TTS (text-to-speech), Sora (video). Pricing is per-token for LLMs, per-image for DALL-E, per-second for audio/video. Major features: structured outputs (JSON schema-validated returns), function calling (tool use), prompt caching (50% discount on cached prefixes), assistants/threads (managed conversation state). The API serves the majority of commercial LLM workloads in 2026, even as Anthropic and Google chip away.

RELATED TERMS

Back to the AI Glossary