# Claude Haiku 4.5

> Anthropic's fast tier. Sub-second TTFT, vision, tool use, prompt caching. 200K context.

Human version: https://kymaapi.com/models/claude-haiku-4-5
Live JSON: `GET https://kymaapi.com/v1/models` (no auth required)

## Facts

- **Model ID**: `claude-haiku-4-5` — pass this as `model` in the request body
- **Creator**: Anthropic
- **Released**: 2025-10-15
- **Context window**: 200K tokens
- **Max output**: 64K tokens per response — a hard ceiling, not a default
- **Price**: $1.35 in / $6.75 out per 1M, cached input 10%
- **Capabilities**: tools, vision, reasoning, caching

## Call it

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

## See also

- All models: https://kymaapi.com/models.md
- Pricing: https://kymaapi.com/pricing.md
- Other models by Anthropic: https://kymaapi.com/models?q=Anthropic
