Amazon Bedrock

service active paid

A fully managed service from AWS that provides access to foundation models from multiple providers through a single API. Bedrock offers models from Anthropic, Meta, Mistral, Cohere, AI21, Stability AI, and Amazon's own Titan models. It includes features for fine-tuning, RAG (Knowledge Bases), and agent building.

Implements

Concepts this tool claims to implement:

  • Unified API for invoking foundation models. InvokeModel and InvokeModelWithResponseStream for synchronous and streaming inference. Converse API for chat-style interactions.

  • Managed infrastructure for serving foundation models. Provisioned throughput for guaranteed capacity. No infrastructure management required.

  • Knowledge Bases for Bedrock - managed RAG service. Automatic chunking, embedding, and retrieval. Integrates with OpenSearch, Pinecone, Redis.

  • Agents for Bedrock - managed agent runtime. Action groups for tool definitions. Automatic orchestration of multi-step tasks.

  • Fine-Tuning secondary

    Custom model training with your data. Continued pre-training and fine-tuning options. Model evaluation and comparison tools.

Integration Surfaces

  • AWS SDK (boto3, etc.)
  • REST API
  • AWS Console
  • LangChain integration
  • LlamaIndex integration

Details

Vendor
Amazon Web Services
License
Proprietary
Runs On
cloud
Used By
human, agent, system

Notes

Bedrock is AWS's answer to Azure OpenAI and GCP Vertex AI. Main advantage is access to multiple model providers through one API with AWS security and compliance. Good for enterprises already on AWS. Pricing is per-token with optional provisioned throughput.