OpenAI launches GPT-4o mini, cheaper and more capable than GPT-3.5
OpenAI introduces GPT-4o mini, a lightweight model for high-volume tasks that improves on GPT-3.5 Turbo while cutting usage costs. It comes to ChatGPT and the API with text and vision capabilities.
OpenAI today introduced GPT-4o mini, a small language model designed to deliver fast, affordable responses without the limitations of GPT-3.5 Turbo. The company is adding it to ChatGPT as a replacement for that model and making it available to developers through its API.
The launch matters for a very practical reason: much of the business use of artificial intelligence does not require the most powerful model available. Classifying documents, summarizing conversations, extracting data from invoices, answering frequently asked questions and assisting human agents are repetitive, high-volume tasks. For these use cases, the price of each query often matters more than the ability to solve an exceptionally complex problem.
A much lower cost for products handling millions of queries
GPT-4o mini will cost 15 cents per million input tokens and 60 cents per million output tokens. A token is a unit of text that models use to read and produce language; in Spanish, it does not correspond exactly to a word, but it provides a way to measure the amount of text processed.
That is 70% cheaper for input and 60% cheaper for output than GPT-3.5 Turbo, which cost 50 cents and $1.50 per million tokens, respectively.
The comparison helps put the move in context. The GPT-3.5 family was the technological foundation of ChatGPT when it launched in late 2022, but its performance had fallen behind later models. OpenAI is now trying to ensure customers do not have to choose between that inexpensive but aging model and GPT-4o, which is more capable but also more expensive.
Better performance, with a 128,000-token context window
GPT-4o mini is designed for lower-cost, high-volume tasks.
OpenAI says it scores 82% on MMLU, a widely used test of knowledge and reasoning across multiple subjects; 87% on MGSM, which focuses on mathematical problems written in different languages; and 87.2% on HumanEval, which measures the ability to write code. As with any set of benchmarks, these figures are a useful reference, but they do not replace testing with each company’s real-world data and tasks.
The model supports a 128,000-token context window and can generate up to 16,000 tokens in a single response. In simple terms, it can process lengthy documents, extensive conversation histories or large blocks of code without requiring developers to split them across many smaller requests.
It also accepts text and images as input and responds with text. This makes it possible, for example, to build applications that read a screenshot, interpret a chart or extract information from a scanned document. OpenAI plans to add audio and video inputs and outputs later, the modalities that already define GPT-4o.
More useful for automating specific tasks
The company has added support for function calling, which allows the model to ask an application to query a database, send an email or carry out an action defined by the developer. Combined with JSON output generation, this makes it easier to integrate the model into automated workflows without relying on text taking an unpredictable form.
That detail matters to businesses. A conversational assistant can tolerate a somewhat imprecise answer or an awkwardly worded sentence; a system that fills out a product listing or routes a support ticket needs structured, verifiable results. Small models are becoming the standard building blocks for these workflows, while larger models are reserved for difficult queries or for reviewing uncertain cases.
GPT-4o mini is OpenAI’s first model to apply an instruction hierarchy, designed to help it distinguish between system commands, user instructions and the external content it analyzes. It does not eliminate errors or attempts to manipulate the model, but it is an important layer when the model is connected to tools or handling third-party information.
Available in ChatGPT and for developers
Starting today, GPT-4o mini replaces GPT-3.5 Turbo for ChatGPT Free, Plus and Team users. ChatGPT Enterprise users will receive it next week. In the API, it is available as gpt-4o-mini for those building their own applications.
OpenAI is keeping GPT-3.5 Turbo on its developer platform, so the change does not immediately require existing services to migrate. However, the difference in price and capabilities makes it likely that GPT-4o mini will become the default choice for new low-cost projects.
The release points to a new phase in the competition between models: delivering the best result on an academic test is no longer enough. For AI to become part of everyday products, it must handle millions of requests with sufficient quality and a manageable bill. GPT-4o mini is OpenAI’s answer to that less visible but decisive part of the market.