New0% platform fee on Tier 2+ — upgrade from 4% Pay As You Go. Start now
Back to Models
Anthropic

Claude 3 Haiku

Fast and compact model for high-volume, low-latency workloads.

Released

Context Window

200.0K

tokens
Max Output

4.1K

tokens
Input / 1M

$0.25

per 1M tokens
Output / 1M

$1.25

per 1M tokens

Capabilities

Vision
Function Calling
Streaming
JSON Mode
System Prompt
Tool Use

Pricing Comparison

Quick Start

curl
curl -X POST https://api.nemorouter.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer sk-your-api-key" \
  -d '{
    "model": "anthropic/claude-3-haiku-20240307",
    "messages": [
      {"role": "system", "content": "You are a helpful assistant."},
      {"role": "user", "content": "Hello!"}
    ],
    "max_tokens": 256
  }'

Replace sk-your-api-key with your NemoRouter API key. Use anthropic/claude-3-haiku-20240307 as the model identifier.