Choosing an OpenAI Model: The Only Trade-Offs That Matter
The lineup changes every few months. The way you pick between them doesn't.

Search for a command to run...
Series
A deep dive into OpenAI’s models, applications, and use cases. Learn how GPT, DALL·E, Codex, and Whisper work, with easy-to-follow insights, practical examples, and best practices for beginners and developers.
The lineup changes every few months. The way you pick between them doesn't.

The model has no memory between calls. Everything it knows about your chat, you sent it.

The model's knowledge froze the day training stopped. It just doesn't know that.

Every call is stateless. What looks like a conversation is a list of messages you resend each time.

It's a length limit and a cost lever — and the reason your output sometimes just stops.

The API caps how fast you can call it. Plan for the 429, because you will meet it.
