Observability

Arize Phoenix

economy

Arize Phoenix is an cost-effective observability provider offering LLM Traces, LLM Evaluations, LLM Experiments through Aweb's unified API. It features none streaming support with standard-tier latency.

Try Arize PhoenixOfficial docs

Specifications

CategoryObservability
Auth Typeapi_key
Latency Tierstandard
Streamingnone
Pricing Tiereconomy
Reliabilitystandard
Qualitypremium
Base URLhttps://app.phoenix.arize.com
SDK Package

Capabilities (3)

LLM Tracesobservability.traces
Score: 80DEFAULT
LLM Evaluationsobservability.evals
Score: 80DEFAULT
LLM Experimentsobservability.experiments
Score: 80DEFAULT

Quick start

Use Arize Phoenix through Alfred's unified API — no provider-specific SDK needed.

cURL

curl -X POST https://api.alfred-ai.app/v1/execute \
  -H "Authorization: Bearer $ALFRED_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "provider": "arizephoenix",
    "capability": "observability.traces",
    "input": { "prompt": "Hello from Arize Phoenix!" }
  }'

TypeScript

import { Alfred } from '@alfred/core';

const alfred = new Alfred({ apiKey: process.env.ALFRED_API_KEY });

const result = await alfred.execute({
  provider: 'arizephoenix',
  capability: 'observability.traces',
  input: { prompt: 'Hello from Arize Phoenix!' },
});

console.log(result.output);

Related Observability providers

Sentry

standard tier

Guardrails AI

standard tier

Getting started →API reference →All capabilities →All providers →