Anthropic

Claude Haiku 4.5

Claude's fastest and most compact model. Near-instant response times for customer interactions, document routing, and lightweight agents.

fastcost effective
Pricing via Neureus
Save 10% vs OpenRouter
Context window 200K tokens
Max output 8K tokens
Input (OpenRouter) $0.80/M
Input (Neureus) $0.72/M
Output (OpenRouter) $4.00/M
Output (Neureus) $3.60/M
Neureus prices all models at 10% below published OpenRouter rates, updated monthly. Free tier includes 5M tokens →
Chat
Vision
Code
Tool use
Fast inference
MMLU 75.2%
HumanEval 80.9%
text
vision
code

One API. Every model.

Swap any model ID in a single field. Neureus handles routing, caching, and tenant isolation automatically.

chat.ts
const res = await fetch('https://app.neureus.ai/ai/chat', {
  method: 'POST',
  headers: {
    'Authorization': `Bearer ${NEUREUS_API_KEY}`,
    'Content-Type': 'application/json',
  },
  body: JSON.stringify({
    model: 'anthropic/claude-haiku-4-5',
    messages: [{ role: 'user', content: 'Hello!' }],
  }),
});
const { message } = await res.json();
Semantic response caching — repeated queries served free from edge
Per-tenant spend caps — set a monthly limit per customer
PII guardrails — optional PHI/PII detection before each request
Automatic failover — falls back to an alternate provider on error

Start using Claude Haiku 4.5
for free.

Free tier includes 5M AI tokens, RAG pipeline, agents, and all 7 composition patterns — no credit card required.