> ## Documentation Index
> Fetch the complete documentation index at: https://arize-ax.mintlify.site/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# On-Premise SDK Usage

> Configure the Arize AX Python SDK for on-premise and self-hosted Arize AX deployments with single or multiple endpoints.

export const version7Description = "Stable release supporting LLM tracing and traditional ML monitoring.";

export const version7Title = "Version 7";

export const version8Description = "Comprehensive SDK for the entire Arize platform. Includes LLM tracing, experiments, datasets, and ML monitoring with enhanced customization and modern interfaces. Recommended for new projects.";

export const version8Title = "Version 8 (Pre-release)";

This page describes how to use the **Arize AX Python SDK** with on-premise and self-hosted Arize AX. Starting with Arize AX Self-Hosted release 10.4.0, a single unified endpoint was introduced to simplify ingress configuration. Support for four-endpoint remains available as an option, and we added a two-endpoint example for a less common use case.

## Choose Your Version

<CardGroup cols={2}>
  <Card title={version8Title} href="/ax/selfhosting/on-premise-sdk-usage/version-8" icon="sparkles">
    {version8Description}
  </Card>

  <Card title={version7Title} href="/ax/selfhosting/on-premise-sdk-usage/version-7" icon="check">
    {version7Description}
  </Card>
</CardGroup>
