anthropic·chat· vision· free-tier

Claude Haiku 4.5

anthropic/claude-haiku-4.5

Fastest Claude — classification, routing, simple agents at mini-tier prices.

At a glance

  • · $1.00 input / $5.00 output per 1M tokens (provider list price, billed in credits)
  • · Context window: 200,000 tokens
  • · OpenAI-compatible — model: "anthropic/claude-haiku-4.5" (provider: anthropic)
  • · Free-tier available — new accounts get 10,000 free credits
  • · Best for: Very cheap per million tokens — good for bulk workloads

Strengths

  • +Very cheap per million tokens — good for bulk workloads
  • +Low latency, comparable to Gemini 3 Flash
  • +Vision-capable — rare in this price tier

Weaknesses

  • Weaker on multi-step reasoning than Sonnet
  • Only 8k output tokens — no full files in one response

Use cases

  • Intent classification, sentiment, simple tagging pipelines
  • First triage tier before Sonnet/Opus in routing agents
  • Light OCR on screenshots and images

Not the right pick for

  • ×High-quality code generation — use Sonnet 4.6

Alternatives in the catalog

How to call it

Drop-in OpenAI-compatible. Just swap the `model` string and you're using this model.

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

Good for

Frequently asked questions

How much does Claude Haiku 4.5 cost?

Input is $1.00 per million tokens; output is $5.00 per million tokens — provider list price. On getmorecredits.com you pay in credits, no subscription, no minimum spend.

What's the context window of Claude Haiku 4.5?

Claude Haiku 4.5 accepts up to 200,000 input tokens, with a maximum of 8,192 output tokens per response. That fits whole code repos or book-length documents into a single call.

What can Claude Haiku 4.5 do?

Claude Haiku 4.5 supports image input (vision), tool calling, structured output. Fastest Claude — classification, routing, simple agents at mini-tier prices.

Is Claude Haiku 4.5 OpenAI-compatible?

Yes. On getmorecredits.com you call Claude Haiku 4.5 with the same request shape as OpenAI: POST /v1/chat/completions with "model": "anthropic/claude-haiku-4.5". Existing OpenAI SDKs (Python, Node, etc.) work by changing the base URL and API key.

Can I try Claude Haiku 4.5 for free?

Yes, Claude Haiku 4.5 is available on the free tier. New accounts get 10,000 free credits — enough for several hundred calls depending on length. No credit card required to sign up.