forked from phoenix/litellm-mirror
docs add vertex ai endpoints
This commit is contained in:
parent
c8438715af
commit
94e5d0f734
2 changed files with 43 additions and 2 deletions
|
@ -110,7 +110,7 @@ const sidebars = {
|
|||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Embedding(), Image Generation(), Assistants(), Moderation(), Audio Transcriptions(), TTS(), Batches(), Fine-Tuning()",
|
||||
label: "Supported Endpoints - /images, /audio/speech, /assistants etc",
|
||||
items: [
|
||||
"embedding/supported_embedding",
|
||||
"embedding/async_embedding",
|
||||
|
@ -121,7 +121,8 @@ const sidebars = {
|
|||
"assistants",
|
||||
"batches",
|
||||
"fine_tuning",
|
||||
"anthropic_completion"
|
||||
"anthropic_completion",
|
||||
"vertex_ai"
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue