mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
update supported models docs
This commit is contained in:
parent
97e3bdb181
commit
c885f353b0
15 changed files with 327 additions and 233 deletions
|
@ -29,18 +29,17 @@ const sidebars = {
|
|||
label: "Embedding()",
|
||||
items: ["embedding/supported_embedding"],
|
||||
},
|
||||
'completion/supported',
|
||||
// {
|
||||
// type: "category",
|
||||
// label: "Providers",
|
||||
// link: {
|
||||
// type: 'generated-index',
|
||||
// title: 'Providers',
|
||||
// description: 'Learn how to deploy + call models from different providers on LiteLLM',
|
||||
// slug: '/providers',
|
||||
// },
|
||||
// items: ["providers/huggingface"],
|
||||
// },
|
||||
{
|
||||
type: "category",
|
||||
label: "Supported Models + Providers",
|
||||
link: {
|
||||
type: 'generated-index',
|
||||
title: 'Providers',
|
||||
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/ai21", "providers/replicate", "providers/cohere", "providers/togetherai", "providers/aws_sagemaker", "providers/aleph_alpha", "providers/baseten", "providers/openrouter", "providers/ollama"]
|
||||
},
|
||||
"token_usage",
|
||||
"exception_mapping",
|
||||
'debugging/local_debugging',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue