OpenAI

OpenAI Launches GPT-5.1 API with Adaptive Reasoning and New Developer Tools


Summary

OpenAI has released GPT-5.1, a new model available in its API platform, designed to balance intelligence with speed and cost-efficiency for developers. The model introduces "adaptive reasoning," which dynamically allocates compute based on task complexity, resulting in significantly faster and more token-efficient performance on simpler tasks. Aimed at developers building agentic and coding applications, GPT-5.1 also includes extended prompt caching, improved coding capabilities, and new native tools for editing code and running shell commands.

Key Takeaways

* Adaptive Reasoning: GPT-5.1 automatically adjusts its "thinking time" and token usage. It responds quickly to simple requests while remaining persistent on complex problems, reportedly running 2-3x faster than GPT-5 on some evaluation suites.

* "No Reasoning" Mode: A new `reasoning_effort='none'` parameter allows developers to run the model in an ultra-low-latency mode for time-sensitive tasks, while retaining high intelligence for instruction following and tool use.

* Extended Prompt Caching: The prompt cache retention window has been increased to 24 hours, reducing latency and cost for long, multi-turn interactions like coding sessions or chatbots.

* Enhanced Coding Capabilities: The model features improved steerability, higher quality code generation, and better performance on benchmarks like SWE-bench (76.3%).

* New Developer Tools: Two new tools are introduced for the Responses API:

* `apply_patch`: Allows the model to reliably edit codebases by generating structured diffs.

* `shell`: Enables the model to run shell commands in a controlled local environment.

* Availability & Pricing: GPT-5.1 is now available to all paid API customers. Pricing and rate limits are the same as for the existing GPT-5 model.

Strategic Importance

This release shows a strategic shift toward optimizing for practical deployment by addressing key developer pain points like latency and cost. By making its models more efficient and equipping them with powerful built-in tools, OpenAI is aiming to solidify its platform as the foundation for building and scaling reliable AI agents.

Original article