Arize Phoenix is an open-source LLM observability platform that you can run locally to trace, visualize, and evaluate LLM application behavior. It provides deep visibility into what your AI application is doing without sending data to external services.
Key use cases include:
Phoenix is used by ML engineers who want self-hosted observability without sending sensitive production data to third-party services. It is built on OpenTelemetry standards and auto-instruments LangChain, LlamaIndex, OpenAI, and other frameworks.
Also available as Arize Phoenix Cloud for teams who prefer a hosted solution.
pip install arize-phoenixpython -m phoenix.server.main serve
# Opens at http://localhost:6006from phoenix.otel import register
tracer_provider = register(endpoint='http://localhost:6006/v1/traces')
from openinference.instrumentation.openai import OpenAIInstrumentor
OpenAIInstrumentor().instrument(tracer_provider=tracer_provider)localhost:6006.Pricing: Phoenix is free and open source (Apache 2.0 + Elastic v2). Self-host at no cost. Phoenix Cloud offers free and paid tiers. The full Arize platform provides additional enterprise features.
Be the first to share a Arize Phoenix case study and get discovered by clients.
Submit a case studySubmit a brief and we'll match you with vetted specialists who have proven Arize Phoenix experience.