arize
A helper library to interact with Arize AI APIs
What it is and what it does
Arize is the official Python SDK for the Arize AI engineering platform, a service that helps teams develop, evaluate, and observe LLM applications and AI agents in production. The package provides a client interface to log traces (using OpenTelemetry instrumentation), stream ML inference data, manage versioned datasets, run experiments, create and manage prompts and evaluators, and monitor application performance. It integrates with OpenTelemetry for distributed tracing and supports both real-time streaming and batch operations.
The library is built on top of 17 runtime dependencies including numpy, pandas, pyarrow, pydantic, and the OpenTelemetry SDK and exporters, making it a comprehensive observability client. It's actively maintained (last release 4 days old), supports Python 3.10 through 3.14, and carries no known security vulnerabilities. The package is in Alpha status and positioned for teams building production LLM systems who need centralized logging, evaluation, and monitoring.
Use it for:
- Instrument LLM applications with OpenTelemetry to capture traces and spans for debugging and performance analysis.
- Log classification, object detection, and other ML model predictions with associated metadata for monitoring.
- Create and manage versioned datasets of examples for experimentation, evaluation, and fine-tuning workflows.
- Run experiments to evaluate changes to prompts, LLMs, and retrieval strategies against benchmark datasets.
- Manage prompts, evaluators, and tasks as versioned artifacts with labels and lifecycle tracking.
- Monitor and observe AI application behavior in production using centralized tracing and evaluation dashboards.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Arize is a Python client library for interacting with the Arize AI engineering platform, enabling you to log, trace, evaluate, and manage ML models, datasets, experiments, and LLM applications through a unified API.
Yes, if you are building or operating LLM applications on the Arize platform. The package is actively maintained, has no security vulnerabilities, uses permissive licensing, and integrates cleanly with OpenTelemetry. Install friction is low. However, it is tightly coupled to Arize's hosted service—you will need API credentials and an active account to use it meaningfully. Not suitable if you need a standalone, self-hosted observability solution.
Install
arize on PyPI
pip
pip install arizeuv
uv add arizepoetry
poetry add arizeInstalling arize
Before you install
Low install friction with a pure Python wheel and 17 well-established runtime dependencies. The package is actively maintained with a release 4 days old and supports modern Python versions (3.10–3.14). No known vulnerabilities.
License in practice
Licensed under Apache-2.0 (permissive), allowing free use, modification, and distribution in both open-source and commercial projects with minimal restrictions.
Quickstart
pip install arize
from arize.client import Client
client = Client(api_key='your-api-key', space_key='your-space-key')
# Log spans, datasets, experiments, or evaluations via client methods
Requires Python 3.10 or later; API credentials (api_key and space_key) needed to connect to Arize services.
Verify before relying
- Whether the 17 runtime dependencies (numpy, pandas, pyarrow, protobuf, opentelemetry-*, pydantic, etc.) are all required for basic usage or if some are optional.
- Performance characteristics when logging large volumes of spans or ML data.
- Whether the package supports offline mode or requires live connectivity to Arize services.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 17 — numpy, openinference-semantic-conventions, opentelemetry-exporter-otlp-proto-common, opentelemetry-exporter-otlp-proto-grpc, opentelemetry-sdk, opentelemetry-semantic-conventions, pandas, protobuf, pyarrow, pydantic, python-dateutil, requests-futures, requests, tqdm, typing-extensions, urllib3, wrapt |
| Maintenance | actively maintained — 4 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 951,220/month — #4,656 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: arize-8.46.0-py3-none-any.whl
Keywords: Arize, Evaluations, Explainability, LLM, Monitoring, Observability, Tracing
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
arize-otelWraps OpenTelemetry with Arize-aware defaults…
permissive · top 15,000 on PyPI
openinference-instrumentation-haystackAuto-instruments Haystack LLM pipelines and…
permissive · top 15,000 on PyPI
openinference-instrumentation-litellmAuto-instruments LiteLLM function calls…
permissive · top 15,000 on PyPI
arize-phoenix-clientPhoenix Client provides a Python interface to…
permissive · top 5,000 on PyPI
arize-phoenixPhoenix is an open-source AI observability…
unclear · top 5,000 on PyPI
openinference-instrumentation-anthropicAutomatically captures and exports traces from…
permissive · top 15,000 on PyPI
openinference-instrumentation-pydantic-aiAuto-instruments PydanticAI agents to emit…
permissive · top 15,000 on PyPI
anima-pythonanima-python provides a command-line interface…
unclear · top 15,000 on PyPI
arize-phoenix-evalsPhoenix Evals provides composable building…
unclear · top 5,000 on PyPI
langfuseLangfuse is a Python SDK for observability,…
permissive · top 1,000 on PyPI