anthropic

claude-3-5-haiku-20241022

Context

200000

Input

text, image

Output

text

Tool calling

Supported

About this model

Claude 3.5 Haiku is Anthropic's fastest and most efficient 12B-parameter model, featuring enhanced reasoning and multimodal capabilities. The 2024-10-22 version delivers 2× the speed of Claude 3 Haiku with improved tool use accuracy and expanded vision understanding for real-time applications.

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": "5665162ff1944161b2d218a73f86befb",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'

Providers

Available routing options for this model through OneInfer.

anthropic

5665162ff1944161b2d218a73f86befb

Available

Input

$0.800 / 1M

Output

$4.000 / 1M

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Input tokens$0.800 / 1M
Output tokens$4.000 / 1M

Performance

Published evaluation results associated with this model.

Reasoning Capabilities

ARC-Challenge84.7
HellaSwag83.9
MMLU77.8
GSM8K92.4

Vision Understanding

ChartQA88.3
DocVQA85.7
POPE93.6
TextVQA82.9

Enterprise Performance

Email Triage95.8
Report Summarization90.2
API Call Accuracy94.1
Content Moderation97.3

API example

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