# Claude Sonnet 4.6

> Anthropic's balanced tier. 1M context, vision, agentic tool use, prompt caching. The default workhorse.

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

## Facts

- **Model ID**: `claude-sonnet-4-6` — pass this as `model` in the request body
- **Creator**: Anthropic
- **Released**: 2026-02-17
- **Context window**: 1M tokens
- **Max output**: 128K tokens per response — a hard ceiling, not a default
- **Price**: $4.05 in / $20.25 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-sonnet-4-6", "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
