---
title: "index 83"
description: "import NavigationCards from '@site/src/components/NavigationCards';"
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/index-83
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:25:31.017Z
license: CC-BY-4.0
attribution: "index 83 — Claudary (https://claudary.paisolsolutions.com/skills/index-83)"
---

# index 83
import NavigationCards from '@site/src/components/NavigationCards';

## Overview

---
title: Learn LiteLLM
sidebar_label: Learn
slug: /learn
---

import NavigationCards from '@site/src/components/NavigationCards';

LiteLLM gives you one OpenAI-compatible interface for 100+ LLM providers. Start with the path that matches your setup.

---

## Start Here

Pick one path first.

<NavigationCards
columns={2}
items={[
  {
    icon: "🐍",
    title: "SDK Quickstart",
    description: "Use LiteLLM directly in application code.",
    listDescription: [
      "Install",
      "First request",
      "Next SDK features",
    ],
    to: "/docs/learn/sdk_quickstart",
  },
  {
    icon: "🖥️",
    title: "Gateway Quickstart",
    description: "Run LiteLLM as a shared gateway.",
    listDescription: [
      "Start proxy",
      "Add models and keys",
      "Connect clients",
    ],
    to: "/docs/learn/gateway_quickstart",
  },
]}
/>

---

## Common Tasks

Jump to a specific task.

<NavigationCards
columns={3}
items={[
  {
    icon: "⚡",
    title: "Stream Responses",
    description: "Return tokens as they are generated.",
    to: "/docs/guides/core_request_response_patterns",
  },
  {
    icon: "🧰",
    title: "Use Tools",
    description: "Add function calling to your app.",
    to: "/docs/guides/tools_integrations",
  },
  {
    icon: "🔀",
    title: "Add Routing",
    description: "Retries, fallbacks, and load balancing.",
    to: "/docs/routing-load-balancing",
  },
  {
    icon: "🔑",
    title: "Set Up Keys",
    description: "Gateway auth, virtual keys, and access control.",
    to: "/docs/proxy/virtual_keys",
  },
  {
    icon: "📈",
    title: "Add Logging",
    description: "Capture request logs and spend data.",
    to: "/docs/proxy/logging",
  },
  {
    icon: "🌐",
    title: "Choose A Provider",
    description: "Find provider-specific auth and params.",
    to: "/docs/providers",
  },
]}
/>

---

## Docs Map

Use these when you already know the type of doc you want.

<NavigationCards
columns={2}
items={[
  {
    icon: "📚",
    title: "Guides",
    description: "Feature reference.",
    to: "/docs/guides",
  },
  {
    icon: "🛠️",
    title: "Tutorials",
    description: "Step-by-step integrations.",
    to: "/docs/tutorials",
  },
]}
/>

Not sure where to start? Use [SDK Quickstart](/docs/learn/sdk_quickstart) for app code or [Gateway Quickstart](/docs/learn/gateway_quickstart) for shared infrastructure.

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/index-83) · https://claudary.paisolsolutions.com
