⌕
A
Amazon Bedrock
Browse models provided by Amazon Bedrock
Active5 models
Models
5
Modalities
text
input & output
Models
API Usage
Use any model from Amazon Bedrock through the AllToken unified API.
curl https://alltoken.ai/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "provider/model-name",
"messages": [{"role": "user", "content": "Hello!"}]
}'