mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
Update provider_endpoints_support with salad_cloud endpoint
This commit is contained in:
parent
089a0540c4
commit
e6d0b58bf4
1 changed files with 18 additions and 0 deletions
|
|
@ -1994,6 +1994,24 @@
|
|||
"interactions": true
|
||||
}
|
||||
},
|
||||
"salad_cloud": {
|
||||
"display_name": "Salad Cloud (`salad_cloud`)",
|
||||
"url": "https://docs.litellm.ai/docs/providers/salad_cloud",
|
||||
"endpoints": {
|
||||
"chat_completions": true,
|
||||
"messages": false,
|
||||
"responses": false,
|
||||
"embeddings": false,
|
||||
"image_generations": false,
|
||||
"audio_transcriptions": false,
|
||||
"audio_speech": false,
|
||||
"moderations": false,
|
||||
"batches": false,
|
||||
"rerank": false,
|
||||
"a2a": false,
|
||||
"interactions": false
|
||||
}
|
||||
},
|
||||
"scaleway": {
|
||||
"display_name": "Scaleway (`scaleway`)",
|
||||
"url": "https://docs.litellm.ai/docs/providers/scaleway",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue