-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement: Add Amazon Nova models to Bedrock defaults #5537
Comments
I'm happy to submit a PR for this. |
Just be aware that Canvas and Reel are image/video generation models, not text models. |
Thanks. Perhaps we should stick to the text models in the first PR, then. |
Yes, the image/video generation models will not work directly in LibreChat as endpoint, but rather need to be used via plugin or MCP tool (see this as example). |
Thank you @dvejsada, that's helpful to know! :) |
Hi @RenFraser I won't be adding them to the list because they may more than likely require region identifiers and don't want to assume the region for the default list, i.e. Using
but |
@danny-avila That's strange. I'm not required to use cross-region inference endpoints. Is model access enabled in another US region but not in your current/default region? Here's an example where it works for me without cross-region inference. If they do end up requiring cross-region inference endpoints, should we defer the removal of them until that becomes the case? .env
As a side thought, I wonder if it would be a nice feature to call ListFoundationModels to populate the default list? Then it would only show models that the user has access to and can use. |
I'm not sure, but this has been the requirement for me when using newer models, starting from the latest 3.5-sonnet models, then llama 3.3, now nova, etc.
I agree this could be a better solution. Leaving this here as a note for myself |
Okay, that seems like a better longer term solution. Happy to cut an issue if you'd like? |
What features would you like to see added?
We should add the Amazon Nova models to the supported list of Bedrock models.
The list of model ids can be found in the AWS docs here. I'd like to add are as follows:
These models don't currently appear in the default list of models when commenting out the
BEDROCK_AWS_MODELS
in.env
and loading the Bedrock provider. You can access the models by setting them directly in the env variable so think they should appear within the default list when unset.More details
It looks like we just need to update this line to include the aforementioned model ids.
Which components are impacted by your request?
General
Pictures
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: