Model Overview
Claude 3.5 Sonnet v2 is an upgraded version of Anthropic's Claude 3.5 Sonnet model, now state-of-the-art for a variety of tasks including real-world software engineering, agentic capabilities and computer use. This new version delivers significant advancements while maintaining the same price and speed as its predecessor.
Key Features
- Enhanced software engineering capabilities
- Advanced agentic capabilities
- Improved computer use skills
- Text and vision input processing
- 200K context window
- Multi-language support
- Same price and speed as previous version
Technical Specifications
- Model ID: anthropic.claude-3-5-sonnet-20241022-v2:0
- Modality: TEXT & VISION
- Max tokens: 200k
- Languages: English, Spanish, Japanese, and multiple other languages
- Deployment type: Serverless
- Release date: October 22, 2024
- Version: v2
- Access status: Access granted
Use Cases
- Software Engineering: Real-world coding and software development tasks
- Agentic Applications: Building AI agents with advanced capabilities
- Computer Interaction: Enhanced ability to understand and use computer systems
- Complex Reasoning: Analytical tasks requiring sophisticated reasoning
- Image Analysis: Process and respond to visual inputs
- Multilingual Communication: Support for multiple languages
- RAG Applications: Retrieval-augmented generation systems
Categories
- Agents
- Chat optimized
- Code generation
- Complex reasoning analysis
- Conversation
- Image-to-text
- Math
- Multilingual support
- Natural language processing
- Question answering
- RAG
- Text generation
- Text summarization
- Text-to-text
- Translation
API Usage
{
"modelId": "anthropic.claude-3-5-sonnet-20241022-v2:0",
"contentType": "application/json",
"accept": "application/json",
"body": {
"anthropic_version": "bedrock-2023-05-31",
"max_tokens": 200,
"top_k": 250,
"stop_sequences": [],
"temperature": 1,
"top_p": 0.999,
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "hello world"
}
]
}
]
}
}