Skip to main content

Documentation Index

Fetch the complete documentation index at: https://arivu.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

OpenAI Integration

Overview

OpenAI maintains some of the most robust and widely used frontier models in the world. Models like GPT-4o offer an immense breadth of knowledge, deep coding support, and multimodal capabilities.

Industry Standard

The most adopted AI endpoint standard globally.

Ecosystem

Extensive support for specialized tasks like json-mode and tool calling.

Configuration

1

Gather Credentials

Acquire your API key from the OpenAI Developer Platform.
2

Set Variables

Update your Arivu system’s environment properties:
OPENAI_API_KEY="sk-..."
DEFAULT_MODEL="gpt-4o"
3

Azure OpenAI (Optional)

If you are using Azure, you will also need to specify the endpoint/version:
AZURE_OPENAI_ENDPOINT="https://instance.openai.azure.com/"
AZURE_OPENAI_API_KEY="..."
OPENAI_API_VERSION="2024-02-01"
System tools are supported seamlessly using native function calling capabilities in GPT-4 and GPT-4o.