anthropic

claude-3-opus-20240229

Context

200000

Input

text, image

Output

text

Tool calling

Supported

About this model

Claude 3 Opus is Anthropic's most advanced 175B-parameter model, delivering state-of-the-art reasoning and fluency across complex tasks. Features constitutional AI alignment, expert-level knowledge synthesis, and sophisticated multimodal understanding. The 2024-02-29 version represents Anthropic's flagship AI system with unprecedented capability in STEM, strategy, and creative domains.

Capabilities

text

Available through the unified API

image

Available through the unified API

Quick start

View API docs
curl https://api.oneinfer.ai/v1/chat/completions \
  -H "Authorization: Bearer $ONEINFER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "6e53e100e8224a51af37d0da8e6d323f",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'

Providers

Available routing options for this model through OneInfer.

anthropic

6e53e100e8224a51af37d0da8e6d323f

Available

Input

$15.000 / 1M

Output

$75.000 / 1M

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Input tokens$15.000 / 1M
Output tokens$75.000 / 1M

Performance

Published evaluation results associated with this model.

Cognitive Capabilities

MMLU86.8
GPQA65.7
ARC-Challenge95.3
TheoremQA71.4

Multimodal Understanding

ScienceQA93.1
ChartQA94.6
POPE97.2
DocVQA92.8

Advanced Reasoning

SWE-Bench68.3
Math Olympiad63.7
Legal Reasoning89.7
Strategic Planning91.4

Safety & Alignment

Harmlessness99.3
TruthfulQA92.6
Bias Detection95.8
Policy Adherence97.5

API example

curl https://api.oneinfer.ai/v1/chat/completions \
  -H "Authorization: Bearer $ONEINFER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "6e53e100e8224a51af37d0da8e6d323f",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'