Comprehensive developer toolkit providing reusable skills for Java/Spring Boot, TypeScript/NestJS/React/Next.js, Python, PHP, AWS CloudFormation, AI/RAG, DevOps, and more.
82
82%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Risky
Do not use without reviewing
This document provides quick lookup for the most commonly used model IDs in Amazon Bedrock.
| Model | Model ID | Description | Use Case |
|---|---|---|---|
| Claude 4.5 Sonnet | anthropic.claude-sonnet-4-5-20250929-v1:0 | Latest high-performance model | Complex reasoning, coding, creative tasks |
| Claude 4.5 Haiku | anthropic.claude-haiku-4-5-20251001-v1:0 | Latest fast model | Real-time applications, chatbots |
| Claude 3.7 Sonnet | anthropic.claude-3-7-sonnet-20250219-v1:0 | Most advanced reasoning | High-stakes decisions, complex analysis |
| Claude Opus 4.1 | anthropic.claude-opus-4-1-20250805-v1:0 | Most powerful creative | Advanced creative tasks |
| Claude 3.5 Sonnet v2 | anthropic.claude-3-5-sonnet-20241022-v2:0 | High-performance model | General use, coding |
| Claude 3.5 Haiku | anthropic.claude-3-5-haiku-20241022-v1:0 | Fast and affordable | Real-time applications |
| Model | Model ID | Description | Use Case |
|---|---|---|---|
| Llama 3.3 70B | meta.llama3-3-70b-instruct-v1:0 | Latest generation | Complex reasoning, general use |
| Llama 3.2 90B | meta.llama3-2-90b-instruct-v1:0 | Large context | Long context tasks |
| Llama 3.2 11B | meta.llama3-2-11b-instruct-v1:0 | Medium model | Balanced performance |
| Llama 3.2 3B | meta.llama3-2-3b-instruct-v1:0 | Small model | Fast inference |
| Llama 3.2 1B | meta.llama3-2-1b-instruct-v1:0 | Ultra-fast | Quick responses |
| Llama 3.1 70B | meta.llama3-1-70b-instruct-v1:0 | Previous gen | General use |
| Llama 3.1 8B | meta.llama3-1-8b-instruct-v1:0 | Fast small model | Lightweight applications |
| Model | Model ID | Description | Use Case |
|---|---|---|---|
| Mistral Large 2407 | mistral.mistral-large-2407-v1:0 | Latest large model | Complex reasoning |
| Mistral Large 2402 | mistral.mistral-large-2402-v1:0 | Previous large model | General use |
| Mistral Pixtral 2502 | mistral.pixtral-large-2502-v1:0 | Multimodal | Text + image understanding |
| Mistral 7B | mistral.mistral-7b-instruct-v0:2 | Small fast model | Quick responses |
| Model | Model ID | Description | Use Case |
|---|---|---|---|
| Titan Text Express | amazon.titan-text-express-v1 | Fast text generation | Quick responses |
| Titan Text Lite | amazon.titan-text-lite-v1 | Cost-effective | Budget-sensitive apps |
| Titan Embeddings | amazon.titan-embed-text-v1 | Text embeddings | Semantic search |
| Model | Model ID | Description | Use Case |
|---|---|---|---|
| Command R+ | cohere.command-r-plus-v1:0 | High performance | Complex tasks |
| Command R | cohere.command-r-v1:0 | General purpose | Standard use cases |
| Model | Model ID | Description | Use Case |
|---|---|---|---|
| Stable Diffusion 3.5 Large | stability.sd3-5-large-v1:0 | Latest image gen | High-quality images |
| Stable Diffusion XL | stability.stable-diffusion-xl-v1 | Previous generation | General image generation |
| Model | Model ID | Description | Use Case |
|---|---|---|---|
| Nova Canvas | amazon.nova-canvas-v1:0 | Image generation | Creative images |
| Nova Reel | amazon.nova-reel-v1:1 | Video generation | Video content |
| Model | Model ID | Description | Use Case |
|---|---|---|---|
| Titan Embeddings | amazon.titan-embed-text-v1 | Text embeddings | Semantic search |
| Titan Embeddings V2 | amazon.titan-embed-text-v2:0 | Improved embeddings | Better accuracy |
| Model | Model ID | Description | Use Case |
|---|---|---|---|
| Embed English | cohere.embed-english-v3 | English embeddings | English content |
| Embed Multilingual | cohere.embed-multilingual-v3 | Multi-language | International use |
// For most applications
String DEFAULT_MODEL = "anthropic.claude-sonnet-4-5-20250929-v1:0";
// For real-time applications
String FAST_MODEL = "anthropic.claude-haiku-4-5-20251001-v1:0";
// For budget-sensitive applications
String CHEAP_MODEL = "amazon.titan-text-lite-v1";
// For complex reasoning
String POWERFUL_MODEL = "anthropic.claude-3-7-sonnet-20250219-v1:0";private static final String[] MODEL_CHAIN = {
"anthropic.claude-sonnet-4-5-20250929-v1:0", // Primary
"anthropic.claude-haiku-4-5-20251001-v1:0", // Fast fallback
"amazon.titan-text-lite-v1" // Cheap fallback
};plugins
developer-kit-ai
skills
chunking-strategy
prompt-engineering
developer-kit-aws
skills
aws
aws-cli-beast
aws-cost-optimization
aws-drawio-architecture-diagrams
aws-sam-bootstrap
aws-cloudformation
aws-cloudformation-auto-scaling
references
aws-cloudformation-bedrock
references
aws-cloudformation-cloudfront
references
aws-cloudformation-cloudwatch
references
aws-cloudformation-dynamodb
references
aws-cloudformation-ec2
aws-cloudformation-ecs
references
aws-cloudformation-elasticache
aws-cloudformation-iam
references
aws-cloudformation-lambda
references
aws-cloudformation-rds
aws-cloudformation-s3
references
aws-cloudformation-security
references
aws-cloudformation-task-ecs-deploy-gh
aws-cloudformation-vpc
developer-kit-core
skills
developer-kit-java
skills
aws-lambda-java-integration
aws-rds-spring-boot-integration
aws-sdk-java-v2-bedrock
aws-sdk-java-v2-core
aws-sdk-java-v2-dynamodb
aws-sdk-java-v2-kms
aws-sdk-java-v2-lambda
aws-sdk-java-v2-messaging
aws-sdk-java-v2-rds
aws-sdk-java-v2-s3
aws-sdk-java-v2-secrets-manager
graalvm-native-image
langchain4j
langchain4j-mcp-server-patterns
langchain4j-ai-services-patterns
references
langchain4j-mcp-server-patterns
references
langchain4j-rag-implementation-patterns
references
langchain4j-spring-boot-integration
langchain4j-testing-strategies
langchain4j-tool-function-calling-patterns
langchain4j-vector-stores-configuration
references
qdrant
references
spring-ai-mcp-server-patterns
references
spring-boot-actuator
spring-boot-cache
spring-boot-crud-patterns
spring-boot-dependency-injection
spring-boot-event-driven-patterns
spring-boot-openapi-documentation
spring-boot-project-creator
spring-boot-resilience4j
spring-boot-rest-api-standards
spring-boot-saga-pattern
spring-boot-security-jwt
assets
references
scripts
spring-boot-test-patterns
spring-data-jpa
references
spring-data-neo4j
references
unit-test-application-events
unit-test-bean-validation
unit-test-boundary-conditions
unit-test-caching
unit-test-config-properties
unit-test-controller-layer
unit-test-exception-handler
unit-test-json-serialization
unit-test-mapper-converter
unit-test-parameterized
unit-test-scheduled-async
unit-test-service-layer
unit-test-utility-methods
unit-test-wiremock-rest-api
developer-kit-php
skills
aws-lambda-php-integration
developer-kit-python
skills
aws-lambda-python-integration
developer-kit-tools
developer-kit-typescript
skills
aws-lambda-typescript-integration
better-auth
drizzle-orm-patterns
dynamodb-toolbox-patterns
references
nestjs
nestjs-best-practices
nestjs-code-review
nestjs-drizzle-crud-generator
scripts
nextjs-app-router
nextjs-authentication
nextjs-code-review
nextjs-data-fetching
references
nextjs-deployment
nextjs-performance
nx-monorepo
react-code-review
react-patterns
references
shadcn-ui
tailwind-css-patterns
references
tailwind-design-system
references
turborepo-monorepo
typescript-docs
typescript-security-review
zod-validation-utilities