
Claude 3.5 Sonnet
by
Anthropic
Model ID:
claude-3-5-sonnet-20240620
Overview
Claude 3.5 Sonnet represents the pinnacle of Anthropic's current AI offerings, boasting the highest level of intelligence and capability in the Claude family. It builds upon the strengths of Claude 3 Sonnet with significant enhancements in reasoning, problem-solving, and content generation.
Specializations
Balanced performance optimized for scaled deployments.
Strong utility across a wide range of tasks.
Efficient processing of both text and image inputs.
Improved multilingual capabilities.
Integration Guide (Javascript)
To use this model through Portkey, follow these steps:
1. Install Portkey SDK:
npm install --save portkey-ai
2. Set up client with Portkey:
import Portkey from 'portkey-ai'
const portkey = new Portkey({
apiKey: "PORTKEY_API_KEY",
virtualKey: "VIRTUAL_KEY" // Your Anthropic Virtual Key
})
3. Make a request:
const chatCompletion = await portkey.chat.completions.create({
messages: [{ role: 'user', content: 'Say this is a test' }],
model: 'claude-3-5-sonnet-20240620',
maxTokens: 250 // Required field for Anthropic
});
console.log(chatCompletion.choices[0].message.content);
Live API Statistics and Performace Metrics
LMSys Arena Elo Score:
1269
Arena Score
LMSys Leaderboard Rank:
7
Arena Rank
Evaluates LLMs through a combination of user feedback and automated scoring systems.
HumanEval Leaderboard Score:
Leaderboard Score
92
%
A specific benchmark score measuring the model's accuracy in executing code generations.
Model Specifications
Release Date:
20/6/2024
Model Variants:
claude-3-5-sonnet-20240620
Max. Context Tokens:
200K
Max. Output Tokens:
4K
Knowledge Cut-Off Date:
April 2024
MMLU:
88.7
%
License:
Proprietary
Technical Report/Model Card:
LMSys Elo Score
1269
Berkeley Function Calling Ability Score:
NaN
Pricing
$/Million Input Tokens
$
3
$/Million Output Tokens
$
15
Live updates via Portkey Pricing API. Coming Soon...
© 2024 Portkey, Inc. All rights reserved