Nano GPT logo
NanoGPT

anthropic

Claude Haiku API Pricing (September 2026)

claude-haiku-4-5-20251001

Compare Claude Haiku API pricing, explore each model’s capabilities, and start building with one NanoGPT API key.

VisionNative PDF inputTool CallingStructured Output
Input / 1M tokens
$1.00
Output / 1M tokens
$5.00
Cache read / 1M tokens
$0.10
Cache creation / 1M tokens
$1.25
1-hour cache creation / 1M tokens
$2.00
Average output tokens
257
Context
200,000

Get 3% extra credit when you top up with crypto. Top up with crypto

Build with Claude Haiku 4.5

curl https://nano-gpt.com/api/v1/chat/completions \
  -H "Authorization: Bearer $NANOGPT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "claude-haiku-4-5-20251001",
  "messages": [
    {
      "role": "user",
      "content": "Hello!"
    }
  ]
}'

Set NANOGPT_API_KEY in your environment. Keep your API key on the server.

Haiku model pricing per 1M tokens

USD per 1 million tokens · NanoGPT standard catalogue rates
Model / API IDInputCache readCache creationOutputContextAverage output tokensEstimated query cost
Claude Haiku 4.5claude-haiku-4-5-20251001$1.00$0.10$1.251-hour: $2.00$5.00200,000257$0.00229
Claude Haiku 4.5 Thinkingclaude-haiku-4-5-20251001-thinking$1.00$0.10$1.251-hour: $2.00$5.00200,000574$0.00387
Claude Haiku Latestanthropic/claude-haiku-latest$1.00$0.10$1.251-hour: $2.00$5.00200,000UnavailableUnavailable

Base text-token rates. Long-context pricing, tool charges, service tiers, and provider selection can change the total. Cache creation is charged when writing tokens to the cache; cache read applies when reusing them. The default cache duration applies unless labeled otherwise. Unsupported cache rates are marked unavailable.

Estimated query cost combines your input-token count with the model’s average output, rounded to whole tokens, at current standard rates. It assumes uncached input and excludes tool charges. This is an estimate for that workload, not a measured average total bill.

anthropic

Claude Haiku 4.5

claude-haiku-4-5-20251001

Claude Haiku 4.5 matches Sonnet 4's coding quality while running about twice as fast at roughly one-third the price, making it ideal for low-latency chat assistants, support bots, and pair programming. Pair it with Sonnet 4.5 to plan complex work and fan out execution across parallel Haiku workers.

VisionNative PDF inputTool CallingStructured Output
Input / 1M tokens
$1.00
Output / 1M tokens
$5.00
Cache read / 1M tokens
$0.10
Cache creation / 1M tokens
$1.25
1-hour cache creation / 1M tokens
$2.00
Average output tokens
257
Context
200,000

Build with Claude Haiku 4.5

curl https://nano-gpt.com/api/v1/chat/completions \
  -H "Authorization: Bearer $NANOGPT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "claude-haiku-4-5-20251001",
  "messages": [
    {
      "role": "user",
      "content": "Hello!"
    }
  ]
}'

Set NANOGPT_API_KEY in your environment. Keep your API key on the server.

anthropic

Claude Haiku 4.5 Thinking

claude-haiku-4-5-20251001-thinking

Claude Haiku 4.5 with extended thinking enabled for deeper planning, more deliberate coding, and multi-step reasoning without moving up to Sonnet pricing.

ReasoningVisionNative PDF inputTool CallingStructured Output
Input / 1M tokens
$1.00
Output / 1M tokens
$5.00
Cache read / 1M tokens
$0.10
Cache creation / 1M tokens
$1.25
1-hour cache creation / 1M tokens
$2.00
Average output tokens
574
Context
200,000

Build with Claude Haiku 4.5 Thinking

curl https://nano-gpt.com/api/v1/chat/completions \
  -H "Authorization: Bearer $NANOGPT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "claude-haiku-4-5-20251001-thinking",
  "messages": [
    {
      "role": "user",
      "content": "Hello!"
    }
  ]
}'

Set NANOGPT_API_KEY in your environment. Keep your API key on the server.

anthropic

Claude Haiku Latest

anthropic/claude-haiku-latest

Compatibility alias that routes to the newest version of Claude Haiku. Currently routes to Claude Haiku 4.5 Thinking.

ReasoningVisionNative PDF inputTool CallingStructured Output
Input / 1M tokens
$1.00
Output / 1M tokens
$5.00
Cache read / 1M tokens
$0.10
Cache creation / 1M tokens
$1.25
1-hour cache creation / 1M tokens
$2.00
Context
200,000

Build with Claude Haiku Latest

curl https://nano-gpt.com/api/v1/chat/completions \
  -H "Authorization: Bearer $NANOGPT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "anthropic/claude-haiku-latest",
  "messages": [
    {
      "role": "user",
      "content": "Hello!"
    }
  ]
}'

Set NANOGPT_API_KEY in your environment. Keep your API key on the server.

Estimate a request’s token cost

$0.015

One request, standard uncached text tokens. Excludes tools and other charges. Known long-context rates apply automatically; invalid workloads or missing rates cannot be estimated.