Open Responses: What you need to know
About this article
We’re on a journey to advance and democratize artificial intelligence through open source and open science.
Back to Articles Open Responses: What you need to know Published January 15, 2026 Update on GitHub Upvote 105 +99 shaun smith evalstate Follow ben burtenshaw burtenshaw Follow merve merve Follow Pedro Cuenca pcuenq Follow Open Responses is a new and open inference standard. Initiated by OpenAI, built by the open source AI community, and backed by the Hugging Face ecosystem, Open Responses is based on the Responses API and is designed for the future of Agents. In this blog post, we’ll look at how Open Responses works and why the open source community should use Open Responses. The era of the chatbot is long gone, and agents dominate inference workloads. Developers are shifting toward autonomous systems that reason, plan, and act over long-time horizons. Despite this shift, much of the ecosystem still uses the Chat Completion format, which was designed for turn-based conversations and falls short for agentic use cases. The Responses format was designed to address these limitations, but it is closed and not as widely adopted. The Chat Completion format is still the de facto standard despite the alternatives. This mismatch between the agentic workflow requirements and entrenched interfaces motivates the need for an open inference standard. Over the coming months, we will collaborate with the community and inference providers to implement and adapt Open Responses to a shared format, practically capable of replacing chat completions. Open Responses builds on the direction OpenAI...