mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
fix: correct Avian endpoint support claims in provider_endpoints_support.json
Address review feedback: set messages and responses to true (supported via OpenAI compatibility), keep a2a as false, and add interactions as false since Avian does not support these endpoints. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
743ebc2a65
commit
fefe6b3f84
1 changed files with 4 additions and 3 deletions
|
|
@ -71,8 +71,8 @@
|
|||
"url": "https://docs.litellm.ai/docs/providers/avian",
|
||||
"endpoints": {
|
||||
"chat_completions": true,
|
||||
"messages": false,
|
||||
"responses": false,
|
||||
"messages": true,
|
||||
"responses": true,
|
||||
"embeddings": false,
|
||||
"image_generations": false,
|
||||
"audio_transcriptions": false,
|
||||
|
|
@ -80,7 +80,8 @@
|
|||
"moderations": false,
|
||||
"batches": false,
|
||||
"rerank": false,
|
||||
"a2a": false
|
||||
"a2a": false,
|
||||
"interactions": false
|
||||
}
|
||||
},
|
||||
"aiml": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue