Integration
Novita AI & OpenAI Agents SDK Integration Guide
Seamlessly integrate Novita AI with OpenAI Agents SDK for building multi-agent workflows.
The OpenAI Agents SDK is a lightweight yet powerful framework for building multi-agent workflows. And the SDK is compatible with any model providers that support the OpenAI Chat Completions API format.
This guide will walk you through how to use Novita LLM API with OpenAI Agents SDK.
Get Started
- Set up your Python environment and install the Agents SDK.
- Set up your Novita API key.
Go to Key Management and create a new API key.
Hello world example
If running this, ensure you set the NOVITA_API_KEY and MODEL_NAME environment variables.
Handoffs example
If running this, ensure you set the NOVITA_API_KEY and MODEL_NAME environment variables.
Functions example
If running this, ensure you set the NOVITA_API_KEY and MODEL_NAME environment variables.
Was this page helpful?