Use OpenAI’s Agents SDK with an Open Model
9 July 2025
The OpenAI Agents SDK is a powerful framework that simplifies the creation of AI agents capable of reasoning, calling external tools (functions), and managing conversations. But what if you want to use an open-source model instead of GPT-4? In this tutorial, we’ll walk through how to connect the Agents SDK to a custom provider, specifically Regolo.ai, using a tool-enabled LLaMA 3.3 model with function calling.…