mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-15 18:24:07 +00:00
docs
This commit is contained in:
@@ -45,7 +45,25 @@ const sidebars = {
|
||||
description: 'Learn how to deploy + call models from different providers on LiteLLM',
|
||||
slug: '/providers',
|
||||
},
|
||||
items: ["providers/huggingface", "providers/openai", "providers/azure", "providers/vertex", "providers/anthropic", "providers/vllm", "providers/ai21", "providers/replicate", "providers/cohere", "providers/togetherai", "providers/aws_sagemaker", "providers/aleph_alpha", "providers/baseten", "providers/openrouter", "providers/ollama", "providers/custom"]
|
||||
items: [
|
||||
"providers/huggingface",
|
||||
"providers/openai",
|
||||
"providers/azure",
|
||||
"providers/vertex",
|
||||
"providers/anthropic",
|
||||
"providers/vllm",
|
||||
"providers/ai21",
|
||||
"providers/replicate",
|
||||
"providers/cohere",
|
||||
"providers/togetherai",
|
||||
"providers/aws_sagemaker",
|
||||
"providers/aleph_alpha",
|
||||
"providers/baseten",
|
||||
"providers/openrouter",
|
||||
"providers/ollama",
|
||||
"providers/custom",
|
||||
"providers/custom_openai_proxy",
|
||||
]
|
||||
},
|
||||
"token_usage",
|
||||
"exception_mapping",
|
||||
|
||||
Reference in New Issue
Block a user