Skip to content

Claude 3.5 Haiku

Provider: Anthropic Context Window: 200,000 tokens Quality: Medium Price: $1.00 per 1M input tokens

Claude 3.5 Haiku is Anthropic’s fastest model, designed for quick responses while maintaining good quality. It offers an excellent balance of speed, quality, and cost.

  • Quick Q&A and chat
  • Summarization
  • Content classification
  • Fast prototyping
Tier Input Output
BYOK $1.00/1M $5.00/1M
Marketplace $1.03/1M $5.15/1M
  • Accurate mode: Selected for simple tasks where speed matters
  • Balanced mode: Good middle-ground choice
  • Cheap mode: Primary choice for Anthropic users wanting speed
  • Eco mode: Frequently selected
Terminal window
curl http://127.0.0.1:8787/v1/chat/completions \
-H "Content-Type: application/json" \
-d '{"model": "fastlane-auto", "messages": [{"role": "user", "content": "Summarize this in 3 bullet points"}]}'