Poe API
Claude-Haiku-4.5
By
Claude Haiku 4.5 is Anthropic’s fastest and most efficient model, delivering near-frontier intelligence at a fraction of the cost and latency of larger Claude models. Matching Claude Sonnet 4’s performance across reasoning, coding, and computer-use tasks, Haiku 4.5 brings frontier-level capability to real-time and high-volume applications. It introduces extended thinking to the Haiku line, and scores >73% on SWE-bench verified, ranking among the world's best coding models. Supports 200k tokens of context.
Powered by Anthropic: claude-haiku-4-5-20251001. Learn more
- OFFICIAL
Build with Claude-Haiku-4.5 using the Poe API
Start by creating an API key, for use with any bot on Poe:
Use it in these apps
See allCode samples
Messages API
import anthropic
client = anthropic.Anthropic(
api_key = "YOUR_POE_API_KEY", # or os.getenv("POE_API_KEY")
base_url = "https://api.poe.com",
)
message = client.messages.create(
model = "claude-haiku-4.5",
max_tokens = 1024,
messages = [{
"role": "user",
"content": "Summarize the core ideas presented in the novel 'To Kill a Mockingbird' by Harper Lee"
}]
)
print(message.content[0].text)See the full documentation for comprehensive guidance on getting started.
More from Anthropic
Claude-Sonnet-4.6
Claude-Opus-4.6
Claude-Opus-4.5
Claude-Haiku-4.5
Claude-Sonnet-4.5
Claude-Opus-4.1
Claude-Opus-4
Claude-Sonnet-4
Claude-Sonnet-3.7
Claude-Haiku-3.5







