> ## Documentation Index
> Fetch the complete documentation index at: https://arize-ax.mintlify.site/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrations

## Request or contribute an integration

<Check>
  Don't see an integration you were looking for? We'd love to [hear from you!](https://github.com/Arize-ai/openinference/issues/new/choose)
</Check>

## Integration types

Arize has a wide range of integrations that fall into into the following categories:

1. **Tracing integrations**: Arize AX captures application traces from applications built using a specific library.
2. **Evaluation integrations**: For evaluation integrations, you can use our **python eval library** to make calls to a specific model, or you can use a **third-party eval library** to evaluate Arize traces and visualize in Arize AX.

Each partner listing in this section contains **integration docs** and **relevant tutorials.**

## Browse all integrations

The setup pattern is the same across every tracing integration: register a tracer provider with `arize-otel` (Python) / `@arizeai/openinference-*` (TS/JS), then attach the matching instrumentor. Pick your stack below. **When you use an agent framework with an LLM provider, instrument both** — the framework instrumentor does not trace the underlying LLM calls.

<Tabs>
  <Tab title="Tracing">
    ### LLM providers

    <CardGroup cols={3}>
      <Card title="Amazon Bedrock" href="/ax/integrations/llm-providers/amazon-bedrock/amazon-bedrock-tracing" arrow />

      <Card title="Anthropic" href="/ax/integrations/llm-providers/anthropic/anthropic-tracing" arrow />

      <Card title="Doubleword" href="/ax/integrations/llm-providers/doubleword/doubleword-tracing" arrow />

      <Card title="Google GenAI" href="/ax/integrations/llm-providers/google-gen-ai/google-genai-tracing" arrow />

      <Card title="Groq" href="/ax/integrations/llm-providers/groq/groq-tracing" arrow />

      <Card title="LiteLLM" href="/ax/integrations/llm-providers/litellm/litellm-tracing" arrow />

      <Card title="Mistral AI" href="/ax/integrations/llm-providers/mistralai/mistralai-tracing" arrow />

      <Card title="Ollama" href="/ax/integrations/llm-providers/llama/ollama-tracing" arrow />

      <Card title="OpenAI" href="/ax/integrations/llm-providers/openai/openai-tracing" arrow />

      <Card title="OpenRouter" href="/ax/integrations/llm-providers/openrouter/openrouter-tracing" arrow />

      <Card title="TrueFoundry" href="/ax/integrations/llm-providers/truefoundry/truefoundry-tracing" arrow />

      <Card title="Vertex AI" href="/ax/integrations/llm-providers/vertexai/vertexai-tracing" arrow />
    </CardGroup>

    ### Agent frameworks

    <Tabs>
      <Tab title="Python">
        <CardGroup cols={3}>
          <Card title="Agno" href="/ax/integrations/python-agent-frameworks/agno/agno-tracing" arrow />

          <Card title="Amazon Bedrock Agents" href="/ax/integrations/llm-providers/amazon-bedrock/amazon-bedrock-agents-tracing" arrow />

          <Card title="AutoGen" href="/ax/integrations/python-agent-frameworks/autogen/autogen-tracing" arrow />

          <Card title="AutoGen AgentChat" href="/ax/integrations/python-agent-frameworks/autogen/autogen-agentchat-tracing" arrow />

          <Card title="Bedrock AgentCore" href="/ax/integrations/python-agent-frameworks/aws-strands/bedrock-agentcore" arrow />

          <Card title="BeeAI" href="/ax/integrations/python-agent-frameworks/beeai/beeai-tracing-python" arrow />

          <Card title="CrewAI" href="/ax/integrations/python-agent-frameworks/crewai/crewai-tracing" arrow />

          <Card title="DSPy" href="/ax/integrations/python-agent-frameworks/dspy/dspy-tracing" arrow />

          <Card title="Google ADK" href="/ax/integrations/python-agent-frameworks/google-adk/google-adk-tracing" arrow />

          <Card title="Guardrails AI" href="/ax/integrations/python-agent-frameworks/guardrails-ai/guardrails-ai-tracing" arrow />

          <Card title="Haystack" href="/ax/integrations/python-agent-frameworks/haystack/haystack-tracing" arrow />

          <Card title="Instructor" href="/ax/integrations/python-agent-frameworks/instructor/instructor-tracing" arrow />

          <Card title="LangChain" href="/ax/integrations/python-agent-frameworks/langchain/langchain-tracing" arrow />

          <Card title="LangGraph" href="/ax/integrations/python-agent-frameworks/langgraph/langgraph-tracing" arrow />

          <Card title="LlamaIndex" href="/ax/integrations/python-agent-frameworks/llamaindex/llamaindex-tracing" arrow />

          <Card title="LlamaIndex Workflows" href="/ax/integrations/python-agent-frameworks/llamaindex/llamaindex-workflows-tracing" arrow />

          <Card title="MCP" href="/ax/integrations/python-agent-frameworks/model-context-protocol/mcp-tracing" arrow />

          <Card title="Microsoft Agent Framework" href="/ax/integrations/python-agent-frameworks/microsoft/microsoft-agent-framework" arrow />

          <Card title="NVIDIA NeMo Agent Toolkit" href="/ax/integrations/python-agent-frameworks/nvidia/nemo-agent-toolkit-tracing" arrow />

          <Card title="OpenAI Agents SDK" href="/ax/integrations/python-agent-frameworks/openai-agents/openai-agents-sdk-tracing" arrow />

          <Card title="Pipecat" href="/ax/integrations/python-agent-frameworks/pipecat/pipecat-tracing" arrow />

          <Card title="Portkey" href="/ax/integrations/python-agent-frameworks/portkey/portkey-tracing" arrow />

          <Card title="Pydantic AI" href="/ax/integrations/python-agent-frameworks/pydantic/pydantic-ai-tracing" arrow />

          <Card title="Semantic Kernel" href="/ax/integrations/python-agent-frameworks/semantic-kernel/semantic-kernel-tracing" arrow />

          <Card title="Smolagents" href="/ax/integrations/python-agent-frameworks/hugging-face-smolagents/smolagents-tracing" arrow />

          <Card title="Strands Agents SDK" href="/ax/integrations/python-agent-frameworks/aws-strands/aws-strands-tracing" arrow />

          <Card title="Together AI" href="/ax/integrations/python-agent-frameworks/together-ai/together-ai-tracing" arrow />
        </CardGroup>
      </Tab>

      <Tab title="TypeScript / JavaScript">
        <CardGroup cols={3}>
          <Card title="BeeAI" href="/ax/integrations/ts-js-agent-frameworks/beeai/beeai-tracing-js" arrow />

          <Card title="LangChain.js" href="/ax/integrations/ts-js-agent-frameworks/langchain/langchain-js" arrow />

          <Card title="Mastra" href="/ax/integrations/ts-js-agent-frameworks/mastra/mastra-tracing" arrow />

          <Card title="OpenAI Agents JS" href="/ax/integrations/ts-js-agent-frameworks/openai-agents/openai-agents-js" arrow />

          <Card title="Vercel AI SDK" href="/ax/integrations/ts-js-agent-frameworks/vercel/vercel-ai-sdk-tracing" arrow />
        </CardGroup>
      </Tab>

      <Tab title="Java">
        <CardGroup cols={3}>
          <Card title="Annotations" href="/ax/integrations/java/annotation/annotation-tracing" arrow />

          <Card title="Arconia" href="/ax/integrations/java/arconia/arconia-tracing" arrow />

          <Card title="LangChain4j" href="/ax/integrations/java/langchain4j/langchain4j-tracing" arrow />

          <Card title="Spring AI" href="/ax/integrations/java/spring-ai/spring-ai-tracing" arrow />
        </CardGroup>
      </Tab>
    </Tabs>

    ### Coding agents

    <CardGroup cols={3}>
      <Card title="Claude Code" href="/ax/integrations/platforms/claude-code/claude-code-tracing" arrow />

      <Card title="Codex" href="/ax/integrations/platforms/codex/codex-tracing" arrow />

      <Card title="GitHub Copilot" href="/ax/integrations/platforms/copilot/copilot-tracing" arrow />

      <Card title="Cursor" href="/ax/integrations/platforms/cursor/cursor-tracing" arrow />

      <Card title="Gemini CLI" href="/ax/integrations/platforms/gemini/gemini-tracing" arrow />

      <Card title="Kiro" href="/ax/integrations/platforms/kiro/kiro-tracing" arrow />

      <Card title="OpenCode" href="/ax/integrations/platforms/opencode/opencode-tracing" arrow />
    </CardGroup>

    ### OpenTelemetry & SDKs

    <CardGroup cols={3}>
      <Card title="Arize OTEL" href="/ax/integrations/opentelemetry/opentelemetry-arize-otel" arrow />

      <Card title="OpenLLMetry" href="/ax/integrations/opentelemetry/openllmetry" arrow />

      <Card title="Traceloop SDK" href="/ax/integrations/opentelemetry/traceloop-sdk" arrow />

      <Card title="OpenLIT" href="/ax/integrations/opentelemetry/openlit" arrow />
    </CardGroup>

    ### Platforms

    <CardGroup cols={3}>
      <Card title="Dify" href="/ax/integrations/platforms/dify/dify-tracing" arrow />

      <Card title="Flowise" href="/ax/integrations/platforms/flowise/flowise-tracing" arrow />

      <Card title="LangFlow" href="/ax/integrations/platforms/langflow/langflow-tracing" arrow />

      <Card title="OpenRouter" href="/ax/integrations/platforms/openrouter/openrouter-tracing" arrow />

      <Card title="Prompt flow" href="/ax/integrations/platforms/prompt-flow/prompt-flow-tracing" arrow />

      <Card title="TrueFoundry" href="/ax/integrations/platforms/truefoundry/truefoundry-tracing" arrow />
    </CardGroup>

    ### Orchestration

    <CardGroup cols={3}>
      <Card title="Apache Airflow" href="/ax/integrations/orchestration/airflow/airflow-provider" arrow />
    </CardGroup>
  </Tab>

  <Tab title="Evaluation">
    ### LLM-as-a-Judge model providers

    Use an LLM provider as the judge for evaluations via the arize-phoenix-evals library.

    <CardGroup cols={3}>
      <Card title="Amazon Bedrock" href="/ax/integrations/llm-providers/amazon-bedrock/amazon-bedrock-evals" arrow />

      <Card title="Anthropic" href="/ax/integrations/llm-providers/anthropic/anthropic-evals" arrow />

      <Card title="Gemini" href="/ax/integrations/llm-providers/google-gen-ai/gemini-evals" arrow />

      <Card title="LiteLLM" href="/ax/integrations/llm-providers/litellm/litellm-evals" arrow />

      <Card title="Mistral AI" href="/ax/integrations/llm-providers/mistralai/mistralai-evals" arrow />

      <Card title="OpenAI" href="/ax/integrations/llm-providers/openai/openai-evals" arrow />

      <Card title="Vertex AI" href="/ax/integrations/llm-providers/vertexai/vertexai-evals" arrow />
    </CardGroup>

    ### Eval libraries

    <CardGroup cols={3}>
      <Card title="Microsoft Azure AI Evaluation" href="/ax/integrations/evaluation-integrations/microsoft" arrow />

      <Card title="Ragas" href="/ax/integrations/evaluation-integrations/ragas" arrow />

      <Card title="NVIDIA RAG Metrics via Ragas" href="/ax/integrations/evaluation-integrations/ragas-nvidia-rag-metrics" arrow />
    </CardGroup>
  </Tab>
</Tabs>
