bedrock
AWS Secret Access Key
, AWS Access Key Id
, and AWS Region
to create your Virtual key.AWS Assumed Role ARN
and AWS Region
to create the virtaul key.aws_session_token
along with the Virtual key:
anthropic.claude-3-sonnet
, anthropic.claude-3-haiku
, and anthropic.claude-3-opus
For more info, check out this guide:
Vision
response_chunk.choices[0].delta.content_blocks
array, not the
response.choices[0].message.content
string.us.anthropic.claude-3-7-sonnet-20250219-v1:0
support extended thinking.
This is similar to openai thinking, but you get the model’s reasoning as it processes the request as well.
Note that you will have to set strict_open_ai_compliance=False
in the headers to use this feature.
anthropic_beta
, top_k
, frequency_penalty
etc. that are specific to a model, you can pass it with this key:
Node SDK | Python SDK | REST Headers |
---|---|---|
awsAccessKeyId | aws_access_key_id | x-obiguard-aws-access-key-id |
awsSecretAccessKey | aws_secret_access_key | x-obiguard-aws-secret-access-key |
awsRegion | aws_region | x-obiguard-aws-region |
awsSessionToken | aws_session_token | x-obiguard-aws-session-token |
Secret Access Key
once it is generated, and you can view the Access Key ID
along with it.AWS Region
from the Home Page of AWS Bedrock as shown in the image below.