You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unified function/endpoint combining chat simplicity with tool use and state management.
Out-of-the-box tool support - It natively supports first-party tools like web_search, file_search, and computer_use, enabling you to invoke these capabilities without additional orchestration.
Built-in multi-turn conversation chaining- Use the previous_response_id parameter to link requests into a chain of turns, and the instructions parameter to inject or override system/developer messages on a per-call basis.
Multimodal input and output - Beyond text, the API accepts images and audio in the same request, letting you build fully multimodal, tool-augmented experiences in a single call.
2. Core and OpenAI Enhancements
JSON mode handling improvements and fallback json-repair implementation (port of json-repair by @mangiucugna)
New models: o3, o4-mini, gpt-4.1, and gpt-4.5 series
New Deepseek models (deepseek-r1, DeepSeek-R1 distill) across providers (FireworksAI, Groq, Together AI), plus other models such as Phi-3-vision-128k-instruct, Deepseek-v2-lite-chat, and Llama-3.3-70b
New chat completion provider: Novita — Welcome to the family!