Models / Embeddings
BGE Large EN v1.5 (embeddings)
BAAI/bge-large-en-v1.5- Input
- $0.13 / 1M
- Output
- $0.13 / 1M
- Context
- 512 tokens
Use it
Works with any OpenAI SDK: set the base URL, pass BAAI/bge-large-en-v1.5 as the model. Full reference in the docs.
curl https://tokenkiln.com/api/v1/embeddings \
-H "Authorization: Bearer tk_..." \
-H "Content-Type: application/json" \
-d '{
"model": "BAAI/bge-large-en-v1.5",
"input": ["The quick brown fox", "jumped over the lazy dog"]
}'About this model
Open weights, served from GPUs we operate. Prompts and completions are not stored or read; billing is by token counts alone. Weights, license, and benchmarks are on the Hugging Face model card.
Create an account to get an API key.