# all-MiniLM-L6-v2

> 384 dimensions from six layers — the most downloaded embedding model there is, and the one most tutorials and starter repos hard-code. Reach for it to match an existing index or to keep a local prototype and a hosted one on the same vectors.

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

## Facts

- **Model ID**: `all-minilm-l6` — 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-l6", "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
