OpenAI: GPT-4o (2024-05-13)

Pricing, context window and lifecycle for openai/gpt-4o-2024-05-13, tracked from what the vendor publishes.

2026-10-23 - this model has a published shutdown date. If your product calls it, you have a migration deadline.

To find every place that calls it before then:

curl -sO https://neosignal-ai.vercel.app/check.py
python check.py .

It names every model your repository calls that is already gone, and exits non-zero so the next one fails the build instead of production.

Price per million tokens

Input$5.00
Output$15.00

Facts

Model IDopenai/gpt-4o-2024-05-13
VendorOpenAI
Context window128,000 tokens
Knowledge cutoff2023-10-31
End of life2026-10-23
Date fromvendor deprecation page

Supported parameters

frequency_penalty, logit_bias, logprobs, max_completion_tokens, max_tokens, prediction, presence_penalty, response_format, seed, stop, structured_outputs, temperature, tool_choice, tools, top_logprobs, top_p, web_search_options

Other OpenAI models