Arize AI
Arize AX is an evaluation and observability platform developed by Arize AI; it offers tools for agent tracing, evals, prompt optimization, and more.
Step 1: Get your Arize credentials
In Arize, navigate to your space settings to find your API key and space key:
- Log in to your Arize account
- Go to Space Settings to find your Space Key
- Go to API Keys to create or copy your API key
- Note the Model ID you want to use for organizing traces
Step 2: Enable Broadcast in OpenRouter
Go to Settings > Broadcast and toggle Enable Broadcast.

Step 3: Configure Arize AI
Click the edit icon next to Arize AI and enter:
- Api Key: Your Arize API key
- Space Key: Your Arize space key
- Model Id: The model identifier for organizing your traces in Arize
- Base Url (optional): Default is
https://otlp.arize.com
Step 4: Test and save
Click Test Connection to verify the setup. The configuration only saves if the test passes.
Step 5: Send a test trace
Make an API request through OpenRouter and view the trace in your Arize dashboard under the specified model.

Custom Metadata
Arize uses the OpenInference semantic convention for tracing. Custom metadata from the trace field is sent as span attributes in the OTLP payload.
Supported Metadata Keys
Example
Additional Context
- Custom metadata keys from
traceare included as span attributes under themetadata.*namespace - The
userfield maps to user identification in span attributes - The
session_idfield maps to session tracking in span attributes - Token usage, costs, and model parameters are automatically included as OpenInference-compatible attributes
Privacy Mode
When Privacy Mode is enabled for this destination, prompt and completion content is excluded from traces. All other trace data — token usage, costs, timing, model information, and custom metadata — is still sent normally. See Privacy Mode for details.