Anthropic

Claude Sonnet 4.6

The best balance of intelligence and speed in the Claude 4 family. Excellent for agentic coding, analysis, and document tasks.

featuredbalanced
Pricing via Neureus
Save 10% vs OpenRouter
Context window 200K tokens
Max output 16K tokens
Input (OpenRouter) $3.00/M
Input (Neureus) $2.70/M
Output (OpenRouter) $15.00/M
Output (Neureus) $13.50/M
Neureus prices all models at 10% below published OpenRouter rates, updated monthly. Free tier includes 5M tokens →
Chat
Vision
Code
Analysis
Tool use
Prompt caching
MMLU 88.3%
SWE-bench 72.7%
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-sonnet-4-6',
    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 Sonnet 4.6
for free.

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