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

# Chat interface integrations

> Connect chat interfaces like Claude Desktop, LibreChat, and Open WebUI to Orq.ai. Route every conversation through the AI Gateway for unified tracing and cost tracking.

export const RedirectToIntegrations = () => {
  useEffect(() => {
    window.location.replace("/docs/ai-studio/integrations/overview#chat");
  }, []);
  return null;
};

<RedirectToIntegrations />

Connect a chat interface to **Orq.ai** to reach the full model catalog from a single conversation window. Interfaces that support OpenAI-compatible endpoints, such as **LibreChat** and **Open WebUI**, connect through the **AI Gateway**, which routes every message with unified tracing and cost tracking. **Claude Desktop** connects over MCP for agentic access to [**Agents**](/docs/ai-studio/ai-engineering/build-agents), experiments, and [**Traces**](/docs/ai-studio/observability/traces), and routes Cowork inference through the **AI Gateway** over the Anthropic Messages API.

## Available integrations

<CardGroup cols={2}>
  <Card title="Claude Desktop" icon="https://mintcdn.com/orqai/d-t0Z04KwFlGVsS1/images/logos/claude-desktop.svg?fit=max&auto=format&n=d-t0Z04KwFlGVsS1&q=85&s=bccf0e29820481de693393dd71aa84f3" href="/docs/ai-studio/integrations/chat-interfaces/claude-desktop" horizontal width="61" height="43" data-path="images/logos/claude-desktop.svg">
    Connect the MCP server, install **Orq Skills**, or route Cowork inference through the **AI Gateway**.
  </Card>

  <Card title="Claude Cowork" icon="https://mintcdn.com/orqai/d-t0Z04KwFlGVsS1/images/logos/anthropic.svg?fit=max&auto=format&n=d-t0Z04KwFlGVsS1&q=85&s=b097662b141ad6f89f0c8d039ae241dc" href="/docs/ai-studio/integrations/chat-interfaces/claude-desktop#third-party-inference-cowork" horizontal width="61" height="43" data-path="images/logos/anthropic.svg">
    Route Cowork inference through the **AI Gateway** for provider fallbacks, EU data residency, and cost control.
  </Card>

  <Card title="LibreChat" icon="https://mintcdn.com/orqai/dUGR3dvYvk069A_-/images/logos/librechat.svg?fit=max&auto=format&n=dUGR3dvYvk069A_-&q=85&s=39d85010557c0933037073861a52e0d2" href="/docs/ai-studio/integrations/chat-interfaces/librechat" horizontal width="24" height="24" data-path="images/logos/librechat.svg">
    Add the **AI Gateway** as a custom endpoint in `librechat.yaml` to route every conversation.
  </Card>

  <Card title="Open WebUI" icon="https://mintcdn.com/orqai/dUGR3dvYvk069A_-/images/logos/open-webui.svg?fit=max&auto=format&n=dUGR3dvYvk069A_-&q=85&s=34db13a7474ecc38d1f0bedc15a3d9c9" href="/docs/ai-studio/integrations/chat-interfaces/openwebui" horizontal width="24" height="24" data-path="images/logos/open-webui.svg">
    Add the **AI Gateway** as an OpenAI connection directly in the interface.
  </Card>
</CardGroup>
