mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
docs naming on sidebar
This commit is contained in:
parent
6596e78a1b
commit
f44d0b4028
11 changed files with 13 additions and 13 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Rerank
|
# /rerank
|
||||||
|
|
||||||
:::tip
|
:::tip
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue