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

# Welcome to SaveGate

> Your gateway to all LLM AI models with a single API

## What is SaveGate?

SaveGate is a unified API gateway that provides access to 50+ AI models from leading providers including Anthropic, OpenAI, Google, Meta, and Mistral. Save 30-50% on costs with unlimited TPM/RPM and a single API key.

<Card title="Get Started in 5 Minutes" icon="rocket" href="/quickstart" horizontal>
  Follow our quickstart guide to make your first API call.
</Card>

## Why SaveGate?

<Columns cols={2}>
  <Card title="Unlimited Rate Limits" icon="bolt">
    No more TPM/RPM restrictions. Scale your applications without hitting rate limits.
  </Card>

  <Card title="30-50% Cost Savings" icon="piggy-bank">
    Shared infrastructure and enterprise pricing means significant savings passed to you.
  </Card>

  <Card title="SDK Compatible" icon="code">
    Drop-in replacement for OpenAI, Anthropic, and LiteLLM SDKs. No code refactoring needed.
  </Card>

  <Card title="All Major Providers" icon="globe">
    Access Anthropic, OpenAI, Google, Meta, Mistral, and more through a unified interface.
  </Card>
</Columns>

## Quick Start

Get up and running with SaveGate in three simple steps:

<Steps>
  <Step title="Sign Up">
    Create a free account at [savegate.ai](https://app.savegate.ai) and get your API key.
  </Step>

  <Step title="Install SDK">
    Install the SDK of your choice (OpenAI, Anthropic, or LiteLLM compatible).
  </Step>

  <Step title="Make Your First Call">
    Update the base URL and start making requests - that's it!
  </Step>
</Steps>

## Popular Use Cases

<CardGroup cols={2}>
  <Card title="Chat Applications" icon="comments" href="/examples/basic-chat">
    Build chatbots and conversational AI with streaming support.
  </Card>

  <Card title="Function Calling" icon="function" href="/examples/function-calling">
    Enable your AI to interact with external tools and APIs.
  </Card>

  <Card title="Multi-Model Apps" icon="layer-group" href="/examples/multi-model">
    Switch between models seamlessly for optimal performance and cost.
  </Card>

  <Card title="Embeddings" icon="vector-square" href="/api-reference/embeddings">
    Generate embeddings for semantic search and RAG applications.
  </Card>
</CardGroup>

## Key Features

* **Single API Key**: One key for all providers - no more juggling multiple credentials
* **99.9% Uptime**: Enterprise-grade reliability with automatic failover
* **Real-time Analytics**: Track usage, costs, and performance across all models
* **SOC 2 Compliant**: Enterprise security with end-to-end encryption
* **Fast Response Times**: Average 150ms to first token

## Supported Providers

SaveGate provides access to models from:

* **Anthropic** - Claude 3.5 Sonnet, Claude 3 Opus, Claude 3 Haiku
* **OpenAI** - GPT-4, GPT-4 Turbo, GPT-3.5, O1, O1-mini
* **Google** - Gemini Pro, Gemini Ultra, PaLM 2
* **Meta** - Llama 3, Llama 2
* **Mistral** - Mistral Large, Mistral Medium, Mixtral
* And 40+ more models

<Card title="View All Models" icon="list" href="/concepts/models">
  See the complete list of supported models and their capabilities.
</Card>
