# BGE-M3

> 1024-dimension embeddings across 100+ languages, built for retrieval that has to work in more than English. The 8K window takes a whole page without chunking. Reach for it when the corpus is multilingual and the per-million rate matters.

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

## Facts

- **Model ID**: `bge-m3` — pass this as `model` in the request body
- **Creator**: Baai
- **Released**: 2024-01-30
- **Context window**: 8K tokens
- **Price**: $0.0135 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": "bge-m3", "messages": [{"role": "user", "content": "Hello"}]}'
```

## See also

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