Anthropic
Online
New
Hot
Claude Haiku 4.5
Fast and cost-effective. Great for high-volume tasks and chatbots.
Model ID: claude-haiku-4-5
Specifications
Context Window
200K tokens
Max Output
8.2K tokens
Input Price
$0.72 / 1M
Output Price
$3.60 / 1M
Capabilities
Chat
Code
Vision
Functions
JSON Mode
Price Comparison
See how much you save compared to official pricing.
| Metric | Official Price | Our Price | Savings |
|---|---|---|---|
| Input (per 1M tokens) | $0.80 | $0.72 | 10% off |
| Output (per 1M tokens) | $4.00 | $3.60 | 10% off |
Quick Start
Use this model via our OpenAI-compatible API endpoint.
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://api.yourdomain.com/v1",
apiKey: "sk-your-api-key",
});
const response = await client.chat.completions.create({
model: "claude-haiku-4-5",
messages: [
{ role: "user", content: "Hello! What can you help me with?" },
],
max_tokens: 1024,
});
console.log(response.choices[0].message.content);Pricing Summary
Input$0.72 / 1M
Output$3.60 / 1M
Start for Free
$2 free credit on signup
Provider
Anthropic
Makers of Claude, focused on AI safety and research.
Related Models
More from Anthropic