FAQ

Common questions answered

Is the OpenAI Agents SDK free to use?

Yes, the SDK itself is open source and free to use. However, accessing OpenAI’s language models through their API incurs usage-based charges according to OpenAI’s pricing.

What programming languages does the SDK support?

The OpenAI Agents SDK is primarily provided as a Python package, leveraging Python’s ecosystem for AI development and integrations.

Can I customize the agent’s behavior?

Absolutely. The SDK is designed for full customization of agent decision-making, memory, and tool usage to fit specific application needs.

Do I need to manage infrastructure to deploy agents?

You can deploy agents on your own infrastructure or cloud environment. The SDK supports scalable deployment but does not include hosting services.