AWS Bedrock integration for LangChain4j enabling Java applications to interact with various LLM providers through a unified interface
Complete reference of available models on AWS Bedrock.
| Model ID | Name | Context | Output | Features |
|---|---|---|---|---|
anthropic.claude-3-5-sonnet-20241022-v2:0 | Claude 3.5 Sonnet v2 | 200K | 8192 | Thinking mode, multi-modal, tools |
anthropic.claude-3-5-sonnet-20240620-v1:0 | Claude 3.5 Sonnet v1 | 200K | 4096 | Multi-modal, tools |
anthropic.claude-3-opus-20240229-v1:0 | Claude 3 Opus | 200K | 4096 | Multi-modal, tools |
anthropic.claude-3-sonnet-20240229-v1:0 | Claude 3 Sonnet | 200K | 4096 | Multi-modal, tools |
anthropic.claude-3-haiku-20240307-v1:0 | Claude 3 Haiku | 200K | 4096 | Multi-modal, tools |
| Model ID | Name | Context | Output | Features |
|---|---|---|---|---|
amazon.nova-pro-v1:0 | Nova Pro | 300K | 5000 | Advanced reasoning, multi-modal, tools |
amazon.nova-lite-v1:0 | Nova Lite | 300K | 5000 | Balanced performance, multi-modal, tools |
amazon.nova-micro-v1:0 | Nova Micro | 128K | 5000 | Ultra-low latency, text-only, tools |
| Model ID | Dimensions | Languages | Use Cases |
|---|---|---|---|
cohere.embed-english-v3 | 1024 | English | Search, classification, clustering |
cohere.embed-multilingual-v3 | 1024 | 100+ | Multilingual search, classification |
| Model ID | Dimensions | Languages | Features |
|---|---|---|---|
amazon.titan-embed-text-v1 | 1536 (fixed) | English | General-purpose |
amazon.titan-embed-text-v2:0 | 256/512/1024 | English | Configurable dimensions, normalization |
Images:
Documents:
Fast responses:
Complex reasoning:
Multi-modal:
Cost-sensitive:
Extended reasoning:
English-only:
Multilingual:
Large contexts (200K+ tokens):
| Model | Max Input | Max Output |
|---|---|---|
| Claude 3.5 Sonnet v2 | 200K | 8192 |
| Claude 3.5 Sonnet v1 | 200K | 4096 |
| Claude 3 Opus | 200K | 4096 |
| Claude 3 Sonnet | 200K | 4096 |
| Claude 3 Haiku | 200K | 4096 |
| Nova Pro | 300K | 5000 |
| Nova Lite | 300K | 5000 |
| Nova Micro | 128K | 5000 |
| Model | Max Input Tokens |
|---|---|
| Cohere English v3 | 512 |
| Cohere Multilingual v3 | 512 |
| Titan v1 | 8192 |
| Titan v2 | 8192 |
Models are priced per token. Check AWS Bedrock Pricing for current rates.
General pricing tiers:
Related: