Home/Models/claude-haiku-4-2

claude-haiku-4-2

AnthropicText + VisionProprietary
Use with your agent
Context
200K
Input
$0.80/M
Output
$4.00/M
Throughput
175tok/s
Latency
250ms
Popularity
49%

Overview

Claude Haiku 4.2 is the speed pick of the Claude family — near-instant first tokens with surprisingly strong instruction-following. Ideal for routing, classification, guardrails and high-volume chat where latency is the product.

Capabilities

MID CONTEXTBalanced context window for everyday work.

Routing & endpoints

EndpointContextPriceLatencyStatus
claws-edge · us-east200K$0.80 / $4.00 /M250msOperational
claws-edge · eu-west200K$0.80 / $4.00 /M272msOperational
Anthropic · direct200K$0.80 / $4.00 /M298msOperational

Sample request

curl https://api.claws.io/v1/chat/completions \
  -H "Authorization: Bearer $CLAWS_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "claude-haiku-4-2",
    "messages": [{"role": "user", "content": "Hello"}]
  }'