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

# Overview

> Unified model routing and multimodal task entry point, compatible with mainstream protocols and channels

## Quick Introduction

Model Router provides a unified model routing and multimodal task entry point, compatible with mainstream protocols and channels.

* One entry point covers mainstream models and tasks, compatible with OpenAI-style calls without changing SDKs
* Preserves native paths for Claude, Gemini, and others to reduce migration and switching costs
* Built-in stability, quota settlement, notifications, and security policies to help you confidently integrate in production

**Base URL**: `https://app.memorylake.ai` — OpenAI-compatible at `/v1`, Claude-native at `/claude/v1`, Gemini-native at `/gemini/:version`. Authenticate with the same `sk-…` key you use elsewhere on the platform ([details](/authentication)).

<Note>
  Looking to add **memory** to your LLM calls rather than just route them? See [Memory Router](/features/memory-router/overview), which layers persistent memory on top of the same protocols.
</Note>

## Quick Start

1. **[Create an API Key](/features/model-router/getting-started/create-api-key)**: Generate an API key in the console
2. **[Check Available Models](/features/model-router/list-available-models)**: See which models you can use
3. **[Use Your API Key](/features/model-router/getting-started/use-api-key/overview)**: Choose how to make API calls
4. **[Monitor Usage](/features/model-router/view-usage-and-billing)**: Track your API usage and billing

## Documentation

<CardGroup cols={2}>
  <Card title="Getting Started" icon="rocket" href="/features/model-router/getting-started/create-api-key">
    Learn how to create an API key and start using Model Router.
  </Card>

  <Card title="Use API Key" icon="key" href="/features/model-router/getting-started/use-api-key/overview">
    Learn different ways to use your API key: direct requests, code examples, or AI app integrations.
  </Card>

  <Card title="List Available Models" icon="list" href="/features/model-router/list-available-models">
    Check which models are available to your API key.
  </Card>

  <Card title="View Usage and Billing" icon="credit-card" href="/features/model-router/view-usage-and-billing">
    Monitor your API usage and understand billing details.
  </Card>

  <Card title="Error Handling" icon="alert-circle" href="/features/model-router/others/error-handling">
    Learn about common errors and how to troubleshoot them.
  </Card>

  <Card title="Limits and Prerequisites" icon="shield" href="/features/model-router/others/limits-and-prerequisites">
    Understand usage limits and requirements.
  </Card>
</CardGroup>
