Claude Haiku 4.5
claude-haiku-4-5•Company:AnthropicUltra-fast sub-150ms inference model generating 140+ tokens per second for high-concurrency enterprise automation.
Tokens total window
Tokens per response
Per 1,000,000 input tokens
Per 1,000,000 output tokens
Key Capabilities
- • 100% OpenAI-compatible Chat Completions API endpoint
- • Zero prompt data retention — never used for model training
- • Sub-50ms gateway routing overhead with prompt caching support
- • Atomic multi-provider failover ensures zero service interruptions
OpenAI SDK Drop-in Call
from openai import OpenAI
client = OpenAI(
base_url="https://apihundred.com/v1",
api_key="your-api100-key"
)
response = client.chat.completions.create(
model="claude-haiku-4-5",
messages=[
{"role": "user", "content": "Explain transactional RLS in Postgres"}
]
)
print(response.choices[0].message.content)curl https://apihundred.com/v1/chat/completions \
-H "Authorization: Bearer $API100_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-haiku-4-5",
"messages": [{"role": "user", "content": "Hello!"}]
}'Gateway Performance & Verification Telemetry
Measured across 10,000 requests routed through API100 multi-region edge nodes.
Frequently Asked Questions about Claude Haiku 4.5
How do I call Claude Haiku 4.5 with the OpenAI SDK?
Initialize your standard OpenAI client with baseURL="https://api.apihundred.com/v1" and use your API100 key. Pass model="claude-haiku-4-5" into client.chat.completions.create().
What are the token prices for Claude Haiku 4.5?
On API100, Claude Haiku 4.5 is priced at $0.25 per million input tokens and $1.25 per million output tokens with direct pass-through rates and unified wallet billing.
Does API100 store prompts when calling Claude Haiku 4.5?
Zero prompts or outputs are stored on disk. All requests are streamed via TLS 1.3 in ephemeral volatile memory. Prompts are never saved to server logs or used for training.
What happens if Anthropic has an outage?
API100 provides automated multi-provider failover. You can configure fallback models or enable our intelligent router to automatically re-route requests without application errors.
Alternative & Related Models
View Full CatalogClaude 3.5 Sonnet
Anthropic's premier model for nuanced reasoning, software engineering, and high-precision document synthesis.
Claude Opus 5.5
Anthropic's pinnacle intelligence tier leading global benchmarks in autonomous software engineering and formal verification.
Claude Sonnet 5
Enterprise workhorse balancing Opus-class reasoning with fast token generation and hybrid configurable thinking budgets.

