> ## 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.

# Model provider integrations

> Connect your LLM providers to Orq.ai. Set up API keys for OpenAI, Anthropic, Google, and other supported providers to route models through AI Gateway.

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

<RedirectToIntegrations />
