# all-MiniLM-L12-v2

> 384-dimension embeddings — the smallest vector on the shelf, and the default of the sentence-transformers library, so an enormous amount of existing code expects exactly this shape. Twelve layers where the L6 has six: better recall, still tiny.

Human version: https://kymaapi.com/models/all-minilm-l12
Live JSON: `GET https://kymaapi.com/v1/models` (no auth required)

## Facts

- **Model ID**: `all-minilm-l12` — pass this as `model` in the request body
- **Creator**: Sentence-transformers
- **Released**: 2021-08-30
- **Context window**: 1K tokens
- **Price**: $0.00675 in / $0.00 out per 1M, cached input 10%
- **Capabilities**: tools, caching

## Call it

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

## See also

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