Back to all models

Anthropic

claude-haiku-4-5-20251001

Claude Haiku 4.5 是由 anthropic 提供的人工智能模型。

Vendor

Anthropic

Category

Large Language Model API

Pricing

Input price / 1M tokens

$1.00

Output price / 1M tokens

$5.00

Supported endpoints

anthropicopenai

Quick start

OpenAI-compatible — just change base_url to treeRouter to use this model:

curl https://treerouter.com/v1/chat/completions \
  -H "Authorization: Bearer $TREEROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "claude-haiku-4-5-20251001",
    "messages": [{"role": "user", "content": "Hello"}]
  }'