You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add support for new cohere command r models (#118)
*Description of changes:*
Adding support for Cohere Command R models. The previous Cohere Command
models are not yet fully deprecated ([EOL April
2025](https://docs.aws.amazon.com/bedrock/latest/userguide/model-lifecycle.html))
so we still include support for now.
Beginning 11/05/24 - Calls to old Cohere Command models now throw an
exception for deprecation. I wasn't able to find any official
announcement for this change, but I noticed it while testing during
development in the Java SDK.
Interestingly, calls to the old model still return a response so the
full gen ai attributes are still generated for the time being.

*Test Plan:*
Verified the attributes for the Command R model is being generated with
sample app auto-instrumentation.

By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
---------
Co-authored-by: Min Xia <[email protected]>
0 commit comments