Hello! I'm Kaz (@seratch), and I recently joined the Developer Experience team at OpenAI. Previously at Slack, I worked onofficial SDKs and Developer Relations. At OpenAI, I'll continue to support developers in various ways—looking forward to collaborating with you!
OpenAI announced a new set of APIs and the Agents SDK designed for building agentic applications this week:
I wanted to share a collection of useful links to know more about the new tools.
Responses API
- Combines the simplicity ofChat Completions with the tool support ofAssistants (beta)
- Managesconversation state for you
- Supports referencingPDFs, in addition to image files
- Works with all currently available and upcoming built-in tools
- Includes access to therequest log dashboard by default
- A full superset of Chat Completions—use Responses for new projects
- Chat Completions will remain supported, including with compatible models
- Assistants (beta) is scheduled to sunset in mid-2026 (migration guides to come)
- Try it in the Playground or with theNext.js sample app
Built-in Tools
- Web search
- Available as a tool in Responses (gpt-4o / gpt-4o-mini only)
- Available as a model only in Chat Completions
- Pricing here
- File search (Vector Store)
- Graduated from Assistants (beta) with new features likemetadata filtering
- Upload viaFiles API and add to aVector Store
- Pricing here
- Computer use
- Powered by theComputer-Using Agent (CUA) model (used inOperator)
- Initially available to developers inTiers 3–5
- Sample apps usingPlaywright,Docker,Browserbase, andScrapybara
- For non-browser use cases,human oversight is recommended
- Pricing here
- Planned:Code Interpreter
- You can also useFunction Calling alongside built-in tools
Agents SDK
- Built from lessons learned with the experimentalSwarm SDK
- Orchestrate everything fromsimple agents tomulti-agent systems
- Supportshandoffs,guardrails, andtool execution
- Includes a newtracing UI
- Internally uses Responses API, but you can also integrateexternal Chat Completions-compatible services
- Available in Python now; Node.js support is planned
Observability Tools
- Track and visualize agent workflows
- Tracing UI available by default when using the Agents SDK
- Request log dashboard available for direct API usage
- Add custom spans in code withtracing APIs
- Supportsintegration with external tools
As a reminder, theofficial blog post is a comprehensive reference, so definitely check that out too.
Enjoy trying the latest tools and looking forward to seeing what you build!
Top comments(0)
For further actions, you may consider blocking this person and/orreporting abuse