# Jev 1.13

> Answers choice questions about a state with one option and a confidence. No prose, no images — a classifier you can put in front of a model, a tool call or a risky command. Billed per input token, rounded up to the nearest $0.0001.

Human version: https://kymaapi.com/models/jev
Live JSON: `GET https://kymaapi.com/v1/models` (no auth required)

## Facts

- **Model ID**: `jev`: pass this as `model` in the request body
- **Creator**: TypeSafe
- **Released**: 2026-09-17
- **Context window**: 32K tokens
- **Max output**: 255 per response, a hard ceiling, not a default
- **Price**: $0.0567 in / $0.00 out per 1M

## Call it

```bash
curl https://kymaapi.com/v1/decisions \
  -H "Authorization: Bearer $KYMA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "jev", "state": "Proposed shell command: `rm -rf ./build` in a CI job.", "questions": {"gate": {"type": "choice", "instructions": "Should this run?", "criteria": {"allow": "safe", "deny": "refuse", "escalate": "ask a human"}}}}'
```

## See also

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