mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
28 lines
950 B
YAML
28 lines
950 B
YAML
site_name: liteLLM
|
|
nav:
|
|
- ⚡ Getting Started:
|
|
- Installation & Quick Start: index.md
|
|
- completion():
|
|
- Input - Request Body: input.md
|
|
- Output - Response Object: output.md
|
|
- Streaming & Async Calls: stream.md
|
|
- token usage:
|
|
- Helper Functions: token_usage.md
|
|
- 🤖 Supported LLM APIs:
|
|
- Supported Completion & Chat APIs: supported.md
|
|
- Supported Embedding APIs: supported_embedding.md
|
|
- 🏃♂️ Fetching Inputs:
|
|
- Secret Managers: secret.md
|
|
- 💾 Callbacks - Logging Output:
|
|
- Quick Start: advanced.md
|
|
- Output Integrations: client_integrations.md
|
|
- Helicone Tutorial: helicone_integration.md
|
|
- Supabase Tutorial: supabase_integration.md
|
|
- BerriSpend Tutorial: berrispend_integration.md
|
|
- 💡 Support:
|
|
- Troubleshooting & Help: troubleshoot.md
|
|
- Contact Us: contact.md
|
|
- Contributing:
|
|
- Contributing to Docs: contributing.md
|
|
|
|
theme: readthedocs
|