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

# AI Gateway

> The world's fastest AI Gateway with advanced routing & integrated Guardrails.

## Features

<CardGroup cols={3}>
  <Card title="Universal API" href="/docs/aigw/product/ai-gateway/universal-api">
    Use any of the supported models with a universal API (REST and SDKs)
  </Card>

  <Card title="Cache (Simple & Semantic)" href="/docs/aigw/product/ai-gateway/cache-simple-and-semantic">
    Save costs and decrease latencies by using a cache
  </Card>

  <Card title="MCP Support" href="/docs/aigw/product/ai-gateway/remote-mcp">
    Connect to Remote MCP severs, allowing you to connect external tools and data sources.
  </Card>

  <Card title="Fallbacks" href="/docs/aigw/product/ai-gateway/fallbacks">
    Fallback between providers and models for resilience
  </Card>

  <Card title="Conditional Routing" href="/docs/aigw/product/ai-gateway/conditional-routing">
    Route to different targets based on custom conditional checks
  </Card>

  <Card title="Multimodality" href="/docs/aigw/product/ai-gateway/multimodal-capabilities">
    Use vision, audio, image generation, and more models
  </Card>

  <Card title="Automatic Retries" href="/docs/aigw/product/ai-gateway/automatic-retries">
    Setup automatic retry strategies
  </Card>

  <Card title="Circuit Breaker" href="/docs/aigw/product/ai-gateway/circuit-breaker">
    Configure per-strategy circuit protection and failure handling
  </Card>

  <Card title="Load Balancing" href="/docs/aigw/product/ai-gateway/load-balancing">
    Load balance between various API Keys to counter rate-limits
  </Card>

  <Card title="Canary Testing" href="/docs/aigw/product/ai-gateway/canary-testing">
    Canary test new models in production
  </Card>

  <Card title="gRPC (Beta)" href="/docs/aigw/product/ai-gateway/grpc">
    Use gRPC transport for lower latency and efficient binary serialization
  </Card>

  <Card title="Request Timeout" href="/docs/aigw/product/ai-gateway/request-timeouts">
    Easily handle unresponsive LLM requests
  </Card>

  <Card title="Budget Limits" href="/docs/aigw/product/model-catalog/integrations#3-budget-%26-rate-limits">
    Set usage limits based on costs incurred or tokens used
  </Card>

  <Card title="Rate Limits" href="/docs/aigw/product/model-catalog/integrations#3-budget-%26-rate-limits">
    Set hourly, daily, or per minute rate limits on requests or tokens sent
  </Card>

  <Card title="Custom Hosts" href="/docs/aigw/product/ai-gateway/custom-hosts">
    Route requests to privately hosted or local models using custom host URLs
  </Card>

  <Card title="Gateway to other APIs">
    Call rerank, video, listen, and other provider paths through [https://aigw.portkey.ai/v1/](https://aigw.portkey.ai/v1/)... with the same configs and logging as unified routes
  </Card>
</CardGroup>

## Using the Gateway

The various gateway strategies are implemented using Gateway configs. You can read more about configs below.

<Card title="Configs" href="/docs/aigw/product/ai-gateway/configs" />


## Related topics

- [Enterprise Gateway](/docs/aigw/changelog/enterprise.md)
- [Gateway Registration](/docs/aigw/self-hosting/hybrid-deployments/gateway-registration.md)
- [MCP Gateway](/docs/aigw/product/mcp-gateway.md)
- [Gateway URLs](/docs/aigw/product/enterprise-offering/org-management/gateway-urls.md)
- [Security @ Prisma AIRS AI Gateway](/docs/aigw/product/enterprise-offering/security.md)
