
Claude 3 Opus
by
Anthropic
Model ID:
claude-3-opus-20240229
Overview
Claude 3 Opus is a powerful model in the Claude 3 family, designed for highly complex tasks. It offers top-level performance, intelligence, fluency, and understanding, making it suitable for a wide range of advanced applications.
Specializations
Top-tier performance in reasoning, coding, and multilingual tasks.
Strong capabilities in long-context handling.
Vision capabilities for image understanding and analysis.
High level of honesty and reliable information processing.
Ideal for applications requiring deep analysis and complex problem-solving.
Moderately fast response times, balancing speed and intelligence.
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-opus-20240229',
maxTokens: 250 // Required field for Anthropic
});
console.log(chatCompletion.choices[0].message.content);
Live API Statistics and Performace Metrics
LMSys Arena Elo Score:
1248
Arena Score
LMSys Leaderboard Rank:
18
Arena Rank
Evaluates LLMs through a combination of user feedback and automated scoring systems.
HumanEval Leaderboard Score:
Leaderboard Score
84.9
%
A specific benchmark score measuring the model's accuracy in executing code generations.
Uptime:
Uptime Reliability
99.803
%
The percentage of time the model is operational and available for use, reflecting its reliability.
Model Specifications
Release Date:
29/2/2024
Max. Context Tokens:
200K
Max. Output Tokens:
4K
Knowledge Cut-Off Date:
August 2023
MMLU:
86.8
%
License:
Proprietary
Technical Report/Model Card:
LMSys Elo Score
1248
Berkeley Function Calling Ability Score:
NaN
Pricing
$/Million Input Tokens
$
15
$/Million Output Tokens
$
75
Live updates via Portkey Pricing API. Coming Soon...
© 2024 Portkey, Inc. All rights reserved