Description
Sonnet 4.6 is Anthropic's most capable Sonnet-class model yet, with frontier performance across coding, agents, and professional work. It excels at iterative development, complex codebase navigation, end-to-end project management with memory, polished document creation, and confident computer use for web QA and workflow automation.
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Anthropic: Claude Sonnet 4.6 (anthropic/claude-sonnet-4.6)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "anthropic/claude-sonnet-4.6",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Anthropic: Claude Sonnet 4.6 model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
- Images
API Pricing
- Input: 3$ / 1M tokens
- Output: 15$ / 1M tokens
Token Limits
- Max Output: 128,000 tokens
- Max Context: 1,000,000 tokens
Subscription Tiers
- free
- pro
- ultimate