Arize AI
Free value-added services
Comprehensive List of AI Tools AI model evaluation

Arize AI

Arize AI: an intelligent tool focused on the evaluation of AI models.

Tags:

What is Arize AI?

Arize AI is a platform designed for AI engineering teams, offering capabilities for monitoring, evaluation, and continuous improvement; it is used to track the usage of large models, analyze the behavior of agents, identify patterns of failure, and verify the impact of made changes.

The products include the managed service Arize AX and the open-source Phoenix with local priority; both are built around the OpenTelemetry and OpenInference standards.

Differences between Arize AX and Phoenix

ProductsPositioningDeploymentSuitable forOpen-source status
Arize AXManaged AI engineering platformSaaS: enterprises can host it themselvesProduction teams and large-scale enterprisesCommercial products
Arize PhoenixLocal-first observability and evaluation toolsLocal, container, or self-hosted environmentDevelopers, research, and prototyping teamsElastic License 2.0

Core functions

LLM and Agent Tracking

  • Record model, tools, retrievers, and Agent call chains
  • View input, output, latency, tokens, and costs
  • Analyze behavior by Trace, Span, and Session.
  • Supports multi-modal tracking of text, images, audio, and PDF.
  • Display the paths and graph structure of Agent trajectories
  • Integrate with existing systems via OpenTelemetry

Online and offline evaluation

  • Conduct online evaluations for the generation of Trace and Span data.
  • Offline evaluation of datasets and experimental runs
  • Use LLM-as-a-Judge to evaluate quality.
  • Use the code evaluator to verify deterministic rules.
  • Evaluate RAG relevance, accuracy, and hallucinations
  • Evaluate multiple rounds of sessions and the complete trajectory of the Agent
  • Supports manual annotation and feedback queues.

Datasets and experiments

The team can organize real requests, failure cases, and boundary examples into datasets, and then conduct repeatable experiments on prompts, models, or Agent logic.

  • Save the test input and expected results.
  • Compare the evaluation scores of different experiments
  • Calculate accuracy, precision, recall, and F1 score
  • Replay production Trace to Playground
  • Several sets of prompts side by side
  • Manage and optimize prompt versions.

Production monitoring and Signal

Signal continuously analyzes production data and automatically identifies patterns of Agent failures, helping teams to pinpoint issues with the greatest impact among the large volume of Trace data.

  • Automatic clustering and identification of failure patterns
  • Create monitoring based on quality, latency, and cost.
  • Observe trends through the dashboard.
  • Connect exceptions to specific sessions and calls.
  • The enterprise version can connect to code repositories and generate repair PRs.
  • Supports managed debugging proxies and agent cluster observability.

Guardrails and safety assessment

The platform can monitor input and output thresholds, detect attempts at bypassing security measures, messages with low relevance or those that do not conform to the established policies, and record the processes of blocking or regenerating such messages.

Supported technology ecosystem

  • OpenTelemetry and OpenInference
  • OpenAI and Anthropic
  • LangChain and LangGraph
  • LlamaIndex and CrewAI
  • OpenAI Agents SDK
  • Common vector database and RAG frameworks
  • Python, TypeScript, and CLI workflows

What use cases are suitable?

  • Monitor the quality of multiple rounds of conversations with customer service agents
  • Evaluate the relevance of RAG retrieval and the accuracy of the answers.
  • Analysis tool invocation failure and recursive behavior
  • Compare the model version and the prompt version
  • Track tokens, latency, and call costs
  • Build a regression test set from production failures
  • Create a labeling queue for human reviewers.
  • Use Phoenix to debug the prototype locally.
  • Set up continuous quality controls for enterprise AI systems

Main advantages

  • Observation, evaluation, experimentation, and improvement form a closed loop.
  • Use open tracking standards to reduce framework dependencies.
  • Supports unified analysis during both the development and production phases.
  • There are dedicated views for Agent trajectories and multi-round conversations.
  • The free version offers a complete basic workflow.
  • There are no limits on the number of users or evaluation attempts for any of the options.
  • Phoenix can run locally and manage data.
  • Supports both SaaS and enterprise self-hosted options.

Usage restrictions and precautions

  • Free includes only 25,000 Spans per month.
  • Pro includes only 50,000 Spans per month.
  • A single request from a complex Agent can generate a large number of Spans.
  • LLM evaluation incurs additional model token costs.
  • Trace may contain user input and sensitive business data.
  • A retention period of 15 or 30 days may not be sufficient to support long-term audits.
  • Self-hosting, SSO, and audit logs are part of the enterprise capabilities.
  • The evaluator itself may also suffer from biases and misjudgments.
  • Phoenix uses ELv2, which is not a permissively open license.
  • Teams with high traffic volumes need to estimate in advance the growth of storage and spans.

Price of Arize AX package

PlanPriceSpan/monthStorageRetention periodDeployment
AX FreeFree25,0001GB15 daysSaaS
AX Pro$50,00010GB30 daysSaaS
AX EnterpriseCustom quoteCustomizationCustomizationCustomizationSaaS or self-hosted

All plans offer unlimited users, evaluation capabilities, experimentation options, manual annotation services, and annotation queues; the prices and quotas may vary.

Comparison of functional versions

AbilityFreeProEnterprise
OpenTelemetry tracingSupportSupportSupport
Signal issues/month1025No restrictions
GDPRNot listedSupportSupport
SOC 2 Type IINot listedSupportSupport
Self-hostingNot supportedNot supportedSupport
Enterprise SSO and audit logsNot supportedNot supportedSupport
Custom code evaluatorNot supportedNot supportedSupport
Managed debugging agentNot supportedNot supportedSupport
Support methodscommunityEmailDedicated support

Key points for cost estimation

  • Calculate the average number of Spans generated per user request.
  • Estimating tool calls, retries, and sub-Agent propagation
  • Distinguish between the storage cost for traces and the cost of tokens used for model evaluation.
  • Calculate the storage increase caused by multi-modal loads
  • Determine the time period for which the data needs to be retained.
  • Assess whether the number of users affects internal operational costs.
  • Test the upper limit of the scheme using actual production samples

Quick Start to Arize AX

  1. Create a free account and set up a new Space.
  2. Select the language to be used by the application and the Agent framework.
  3. Install the corresponding OpenInference instrumentation components.
  4. Configure the Arize endpoint, Space ID, and API key.
  5. Run a few test requests and open the Trace view.
  6. Check whether the models, searches, tools, and Agent Spans are complete.
  7. Add delay, cost, and quality evaluators.
  8. Establish dashboards and anomaly monitoring before integrating into production.

RAG Evaluation Tutorial

  1. Enable tracking for the LLM, Retriever, and Embedding steps.
  2. Run a set of representative queries.
  3. Verify that the retrieved segments and the final answer fall within the correct Span.
  4. Add a retrieval relevance evaluator.
  5. Add an answer correctness and hallucination evaluator.
  6. Save the failed traces as dataset samples.
  7. Modify the search parameters, prompts, or model.
  8. Run the experiments and compare the various scores and costs.

Production Agent Improvement Tutorial

  1. Track the complete Agent trajectory by session.
  2. Enabling Signal reveals a pattern of repeated failure.
  3. Randomly select high-impact issues and perform manual labeling.
  4. Create evaluators for tool selection, final answers, and trajectories.
  5. Include typical failures in the regression dataset.
  6. Replay in Playground and modify the prompts or logic.
  7. Run control experiments to verify whether the changes improve performance.
  8. After going live, monitor to see if the same failure pattern occurs again.

Privacy and security

A trace usually includes prompt words, model outputs, retrieved text, tool parameters, and user feedback; therefore, data classification and anonymization must be carried out before integrating it into an observability platform.

  • Avoid saving passwords, tokens, and full credentials.
  • Mask personal information and business secrets.
  • Set Space and organizational permissions by team.
  • Select the data region for the United States, the European Union, or Canada based on regional requirements.
  • Enterprise clients evaluate self-hosting, SSO, and audit logs.
  • Define deletion, retention, and backup policies.
  • Restrict the evaluation model from accessing sensitive traces.

Open-source status of Phoenix

The code for Arize Phoenix is available on GitHub; it enables tracking, evaluation, experimentation, and iterative refinement of prompts, and can be run locally or on one’s own infrastructure.

ProjectStatusExplanation
Arize AXCommercial productsHosting platforms and enterprise features
Arize PhoenixThe source code is publicly available.Elastic License 2.0 is used.
OpenInferenceOpen standards and toolsUnified Generative AI Semantic Conventions
Phoenix EvalsOpen-source evaluation libraryProvide code and LLM evaluation workflows

ELv2 permits wide use and modification, but it includes restrictions on uses such as hosting services; the license should be read before commercial redistribution.

Basic information

ProjectContent
Tool nameArize AI
Core productsArize AX and Arize Phoenix
Tool typeAI Observability, Evaluation, and Agent Improvement Platform
Primary usersAI engineers, machine learning engineers, and platform teams
StandardOpenTelemetry and OpenInference
Free plan25,000 spans per month, 1 GB of storage, retention for 15 days
Minimum payment amountAX Pro costs $50 per month.
Is registration required?AX is required; local use of Phoenix does not depend on an AX account.
Is self-hosting supported?Supported by Phoenix; AX enterprise solutions are also supported.
Is it open source?AX is not open-source, while Phoenix uses ELv2.

Recommendation score

The comprehensive recommendation score is 4.8 out of 5 points. Arize AI is suitable for teams that wish to create a closed loop linking production observability, offline evaluation, and Agent improvements; Phoenix, on the other hand, offers a mature solution for developers who prioritize local deployment.

Frequently Asked Questions

What problems does Arize AI mainly address?

It is used to track AI applications, evaluate the quality of outputs, identify production failures, and verify the effectiveness of improvements.

What is the difference between Arize AX and Phoenix?

AX is a hosted business platform, while Phoenix is an open-source tool for monitoring and evaluation that can be deployed locally.

Is Arize AX free?

The Free plan is free of charge; it includes 25,000 Spans per month, 1GB of storage, and a retention period of 15 days.

How much is Pro?

AX Pro currently costs $50 per month and includes 50,000 Spans, 10GB of storage, and 30 days of retention.

Are there limits on the number of evaluations?

The official plan table indicates that the evaluation criteria are not restricted, but using external models for evaluation still incurs costs related to model tokens.

Is agent monitoring supported?

Supported: It allows viewing the Agent’s trajectory, tool calls, and sessions, as well as using Signal to identify failure patterns.

Can it be self-hosted?

Phoenix can be deployed on its own, while Arize AX in self-hosted mode is part of the Enterprise solution.

What kind of license is Phoenix?

Phoenix uses the Elastic License 2.0, which is not a permissive license such as MIT or Apache.

Is it possible to monitor traditional machine learning models?

Yes, Arize also offers capabilities for classification, regression, computer vision, and the monitoring of traditional models.

©️Copyright notice: Unless otherwise specified, all articles on this site are copyrighted bySharing of AI toolsAll content on this site is original; without permission, no individual, media outlet, website, or organization may reproduce, copy, or otherwise distribute it, nor may they create mirrors of it on servers that are not owned by this site. Otherwise, we reserve the right to take legal action against such parties in accordance with the law.

Tools similar to Arize AI