Claude 3 Haiku API Pricing

Claude 3 Haiku pricing: $0.25/1M input tokens, $1.25/1M output tokens, $0.03/1M cached tokens. Cheapest Claude.

Claude 3 Haiku is Anthropic's budget-friendly model, best suited for ultra-fast, cost-sensitive applications. It costs $0.25 per 1M input tokens and $1.25 per 1M output tokens, with a 200K token context window. At typical usage (10K input tokens, 2K output tokens per call, 1,000 calls per day), Claude 3 Haiku costs approximately $150 per month. With prompt caching enabled at a 88% discount, cached input drops to $0.03/1M tokens — significant for applications with repeated system prompts. For lower costs, Llama 4 Maverick (Groq) offers input at $0.2/1M. For higher capability, Gemini 2.5 Flash (Google) costs $0.3/1M input. At this price point, Claude 3 Haiku is ideal for high-volume production workloads: classification, extraction, summarization, and chatbots where cost per query matters more than peak intelligence. On a per-request basis, sending 1,000 input tokens to Claude 3 Haiku costs $0.00025, and generating 1,000 output tokens costs $0.00125. A typical chatbot exchange (500 tokens in, 300 tokens out) runs about $0.0005 per message. At scale, small per-request cost differences compound quickly — a model that costs 2x more per token costs 2x more at any volume. All pricing shown here is sourced from Anthropic's official pricing page and verified regularly. LLM providers may change pricing without notice. Always confirm current rates on the provider's website before making purchasing decisions. The cost calculator on this page lets you estimate monthly spending based on your actual token usage and call volume. Anthropic applies standard rate limits to Claude 3 Haiku API keys. Check the provider dashboard for your current tier and request higher limits if needed. To get started, create an API key from the Anthropic developer console, install the provider's SDK (anthropic npm package), and make your first API call with a small prompt to verify connectivity and measure actual latency. Most providers offer a free tier or credits for new accounts — use these to benchmark Claude 3 Haiku against your specific workload before committing to a paid plan.

FAQ

  • How much does Claude 3 Haiku cost per 1M tokens?

    Claude 3 Haiku costs $0.25 per 1M input tokens and $1.25 per 1M output tokens. Cached input tokens are available at $0.03 per 1M, a 88% discount.

  • Is Claude 3 Haiku cheap or expensive?

    Claude 3 Haiku is one of the more affordable LLM APIs at $0.25/1M input tokens. It competes with other budget models for high-volume workloads.

  • What is the context window of Claude 3 Haiku?

    Claude 3 Haiku supports a context window of 200K tokens. This determines how much text you can send in a single API call — including system prompts, conversation history, and the actual query.

  • Does Claude 3 Haiku support prompt caching?

    Yes. Anthropic offers cached input at $0.03/1M tokens — a 88% discount over the base input price. This helps with repeated system prompts and few-shot examples.

  • How to reduce Claude 3 Haiku API costs?

    Three strategies: (1) Enable prompt caching if your provider supports it — savings of up to 90% on repeated input. (2) Route simple queries to cheaper models. (3) Reduce output tokens with concise instructions.

  • How much does one Claude 3 Haiku API call cost?

    A typical request with 500 input tokens and 300 output tokens costs approximately $0.0005. The exact cost depends on your prompt length and desired response length. Use the cost calculator above to estimate for your specific usage pattern.