mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
#11748: Added Mistral Small to BEDROCK_CONVERSE_MODELS for Converse API support as it supports natively (#11760)
This commit is contained in:
parent
bc9f111ee8
commit
441d579d1b
1 changed files with 1 additions and 0 deletions
|
|
@ -407,6 +407,7 @@ BEDROCK_CONVERSE_MODELS = [
|
|||
"meta.llama3-70b-instruct-v1:0",
|
||||
"mistral.mistral-large-2407-v1:0",
|
||||
"mistral.mistral-large-2402-v1:0",
|
||||
"mistral.mistral-small-2402-v1:0",
|
||||
"meta.llama3-2-1b-instruct-v1:0",
|
||||
"meta.llama3-2-3b-instruct-v1:0",
|
||||
"meta.llama3-2-11b-instruct-v1:0",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue