# Hermes 3 70B

> The 70B of the same tune, at 30% less per million. Keeps the steerability the 405B is chosen for and gives up depth on the hardest reasoning, which is the trade most persona and agent workloads are happy to make.

Human version: https://kymaapi.com/models/hermes-3-70b
Live JSON: `GET https://kymaapi.com/v1/models` (no auth required)

## Facts

- **Model ID**: `hermes-3-70b` — pass this as `model` in the request body
- **Creator**: Nousresearch
- **Released**: 2024-08-16
- **Context window**: 131K tokens
- **Max output**: 8K tokens per response — a hard ceiling, not a default
- **Price**: $0.945 in / $0.945 out per 1M
- **Capabilities**: tools

## Call it

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

## See also

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