Arize AX is an evaluation and observability platform developed by Arize AI; it offers tools for agent tracing, evals, prompt optimization, and more.
In Arize, navigate to your space settings to find your API key and space key:
Go to Settings > Observability and toggle Enable Broadcast.

Click the edit icon next to Arize AI and enter:
https://otlp.arize.comClick Test Connection to verify the setup. The configuration only saves if the test passes.
Make an API request through OpenRouter and view the trace in your Arize dashboard under the specified model.

Arize uses the OpenInference semantic convention for tracing. Custom metadata from the trace field is sent as span attributes in the OTLP payload.
trace are included as span attributes under the metadata.* namespaceuser field maps to user identification in span attributessession_id field maps to session tracking in span attributesWhen 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.