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
## Using Bedrock Service - Cohere Command R+ model
PUT _inference/completion/bedrock_cohere-cmd-r-plus_completion
{
"service": "amazonbedrock",
"service_settings": {
"access_key": "${bedrock_access_key}",
"secret_key": "${bedrock_secret_key}",
"region": "us-east-1",
"provider": "cohere",
"model": "cohere.command-r-plus-v1:0"
}
}
## Test inference api - streaming
POST _inference/completion/bedrock_cohere-cmd-r-plus_completion/
{
"input": "How many male malard ducks fit in an american football field?"
}
Logs (if relevant)
No response
The text was updated successfully, but these errors were encountered:
Elasticsearch Version
serverless
Installed Plugins
No response
Java Version
bundled
OS Version
serverless
Problem Description
Getting error
Steps to Reproduce
Logs (if relevant)
No response
The text was updated successfully, but these errors were encountered: