forked from phoenix/litellm-mirror
docs supported models / providers
This commit is contained in:
parent
7a0792c918
commit
4a43f9f411
1 changed files with 44 additions and 44 deletions
|
@ -83,50 +83,7 @@ const sidebars = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
label: "Completion()",
|
label: "💯 Supported Models & Providers",
|
||||||
link: {
|
|
||||||
type: "generated-index",
|
|
||||||
title: "Completion()",
|
|
||||||
description: "Details on the completion() function",
|
|
||||||
slug: "/completion",
|
|
||||||
},
|
|
||||||
items: [
|
|
||||||
"completion/input",
|
|
||||||
"completion/provider_specific_params",
|
|
||||||
"completion/json_mode",
|
|
||||||
"completion/drop_params",
|
|
||||||
"completion/prompt_formatting",
|
|
||||||
"completion/output",
|
|
||||||
"exception_mapping",
|
|
||||||
"completion/stream",
|
|
||||||
"completion/message_trimming",
|
|
||||||
"completion/function_call",
|
|
||||||
"completion/vision",
|
|
||||||
"completion/model_alias",
|
|
||||||
"completion/batching",
|
|
||||||
"completion/mock_requests",
|
|
||||||
"completion/reliable_completions",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "category",
|
|
||||||
label: "Embedding(), Image Generation(), Assistants(), Moderation(), Audio Transcriptions(), TTS(), Batches(), Fine-Tuning()",
|
|
||||||
items: [
|
|
||||||
"embedding/supported_embedding",
|
|
||||||
"embedding/async_embedding",
|
|
||||||
"embedding/moderation",
|
|
||||||
"image_generation",
|
|
||||||
"audio_transcription",
|
|
||||||
"text_to_speech",
|
|
||||||
"assistants",
|
|
||||||
"batches",
|
|
||||||
"fine_tuning",
|
|
||||||
"anthropic_completion"
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "category",
|
|
||||||
label: "Supported Models & Providers",
|
|
||||||
link: {
|
link: {
|
||||||
type: "generated-index",
|
type: "generated-index",
|
||||||
title: "Providers",
|
title: "Providers",
|
||||||
|
@ -183,6 +140,49 @@ const sidebars = {
|
||||||
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
type: "category",
|
||||||
|
label: "litellm.completion()",
|
||||||
|
link: {
|
||||||
|
type: "generated-index",
|
||||||
|
title: "Completion()",
|
||||||
|
description: "Details on the completion() function",
|
||||||
|
slug: "/completion",
|
||||||
|
},
|
||||||
|
items: [
|
||||||
|
"completion/input",
|
||||||
|
"completion/provider_specific_params",
|
||||||
|
"completion/json_mode",
|
||||||
|
"completion/drop_params",
|
||||||
|
"completion/prompt_formatting",
|
||||||
|
"completion/output",
|
||||||
|
"exception_mapping",
|
||||||
|
"completion/stream",
|
||||||
|
"completion/message_trimming",
|
||||||
|
"completion/function_call",
|
||||||
|
"completion/vision",
|
||||||
|
"completion/model_alias",
|
||||||
|
"completion/batching",
|
||||||
|
"completion/mock_requests",
|
||||||
|
"completion/reliable_completions",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: "category",
|
||||||
|
label: "Embedding(), Image Generation(), Assistants(), Moderation(), Audio Transcriptions(), TTS(), Batches(), Fine-Tuning()",
|
||||||
|
items: [
|
||||||
|
"embedding/supported_embedding",
|
||||||
|
"embedding/async_embedding",
|
||||||
|
"embedding/moderation",
|
||||||
|
"image_generation",
|
||||||
|
"audio_transcription",
|
||||||
|
"text_to_speech",
|
||||||
|
"assistants",
|
||||||
|
"batches",
|
||||||
|
"fine_tuning",
|
||||||
|
"anthropic_completion"
|
||||||
|
],
|
||||||
|
},
|
||||||
"proxy/custom_pricing",
|
"proxy/custom_pricing",
|
||||||
"routing",
|
"routing",
|
||||||
"scheduler",
|
"scheduler",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue