Skip to main content
Add a Custom Model Endpoint to access your model in Arize AX’s prompt playground. Arize AX uses the OpenAI client to make calls to these OpenAI-compatible endpoints.
By adding this integration, your data may be sent to your custom LLM deployment for certain actions within Arize AX (e.g., prompt playground) and your account may be billed for usage.

Add the Integration Using the Arize Skills

Add a custom model endpoint integration from your coding agent using the Arize Skills:

Create an custom model integration named 'my-custom-model' with my base URL https://my-hosted-model/openai/v1 and API key F1...

Add the Integration from Arize AX

Select Custom Model Endpoints from the Providers List

The AI Provider integrations tab

The AI Provider integrations tab

Fill Out Your Integration Details

Give your integration a name, then set the API Base URL for your deployment.
Enter the API Base URL including the version path (for example, https://my-hosted-model/openai/v1). Do not include endpoint paths such as /chat/completions; Arize AX appends them automatically.
Choose one of the following authentication methods.
Enter the API key for your deployment.
API-key configuration for a Custom Model Endpoint

The Custom Model Endpoint API-key configuration pane

After configuring either authentication method, set any extra headers that should be sent with every request. Then define the available model deployments. If all default OpenAI models are available, enable OpenAI default models; otherwise, add each model as a custom model. Function calling and authorization settings are also available in Advanced Settings.

Advanced Settings

The AI integration details tab

The Advanced Settings configuration pane

Expand the Advanced Settings section to configure the following:
  • Supports Function Calling - Turn this on to allow the integration to use function calling features. This is on by default.
  • Authorized Orgs - Configure which organizations have access to this integration.
  • Authorized Spaces - Configure which spaces have access to this integration.

Add the Integration

Finally check the box to agree to the terms and conditions, then select the Add Integration button to create the integration.