docs naming on sidebar

This commit is contained in:
Ishaan Jaff 2025-03-12 21:00:30 -07:00
parent 6596e78a1b
commit f44d0b4028
11 changed files with 13 additions and 13 deletions

View file

@ -1,7 +1,7 @@
import Tabs from '@theme/Tabs'; import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem'; import TabItem from '@theme/TabItem';
# [BETA] `/v1/messages` # /v1/messages [BETA]
LiteLLM provides a BETA endpoint in the spec of Anthropic's `/v1/messages` endpoint. LiteLLM provides a BETA endpoint in the spec of Anthropic's `/v1/messages` endpoint.

View file

@ -1,7 +1,7 @@
import Tabs from '@theme/Tabs'; import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem'; import TabItem from '@theme/TabItem';
# Assistants API # /assistants
Covers Threads, Messages, Assistants. Covers Threads, Messages, Assistants.

View file

@ -1,7 +1,7 @@
import Tabs from '@theme/Tabs'; import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem'; import TabItem from '@theme/TabItem';
# [BETA] Batches API # /batches
Covers Batches, Files Covers Batches, Files

View file

@ -1,7 +1,7 @@
import Tabs from '@theme/Tabs'; import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem'; import TabItem from '@theme/TabItem';
# Embeddings # /embeddings
## Quick Start ## Quick Start
```python ```python

View file

@ -2,7 +2,7 @@
import TabItem from '@theme/TabItem'; import TabItem from '@theme/TabItem';
import Tabs from '@theme/Tabs'; import Tabs from '@theme/Tabs';
# Files API # /files
Files are used to upload documents that can be used with features like Assistants, Fine-tuning, and Batch API. Files are used to upload documents that can be used with features like Assistants, Fine-tuning, and Batch API.

View file

@ -1,7 +1,7 @@
import Tabs from '@theme/Tabs'; import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem'; import TabItem from '@theme/TabItem';
# [Beta] Fine-tuning API # /fine_tuning
:::info :::info

View file

@ -1,7 +1,7 @@
import Tabs from '@theme/Tabs'; import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem'; import TabItem from '@theme/TabItem';
# Moderation # /moderations
### Usage ### Usage

View file

@ -1,7 +1,7 @@
import Tabs from '@theme/Tabs'; import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem'; import TabItem from '@theme/TabItem';
# Realtime Endpoints # /realtime
Use this to loadbalance across Azure + OpenAI. Use this to loadbalance across Azure + OpenAI.

View file

@ -1,4 +1,4 @@
# Rerank # /rerank
:::tip :::tip

View file

@ -1,7 +1,7 @@
import Tabs from '@theme/Tabs'; import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem'; import TabItem from '@theme/TabItem';
# Text Completion # /completions
### Usage ### Usage
<Tabs> <Tabs>

View file

@ -273,7 +273,7 @@ const sidebars = {
items: [ items: [
{ {
type: "category", type: "category",
label: "Chat", label: "/chat/completions",
link: { link: {
type: "generated-index", type: "generated-index",
title: "Chat Completions", title: "Chat Completions",
@ -291,7 +291,7 @@ const sidebars = {
"anthropic_unified", "anthropic_unified",
{ {
type: "category", type: "category",
label: "Image", label: "/images",
items: [ items: [
"image_generation", "image_generation",
"image_variations", "image_variations",
@ -299,7 +299,7 @@ const sidebars = {
}, },
{ {
type: "category", type: "category",
label: "Audio", label: "/audio",
"items": [ "items": [
"audio_transcription", "audio_transcription",
"text_to_speech", "text_to_speech",