AICredits logo
sentence-transformers

sentence-transformers/all-minilm-l6-v2

sentence-transformers/all-minilm-l6-v2

Supported APIs

Embeddings APIEmbedding
Context
512
Max output
Input / 1M
₹0.50
Cached / 1M
₹0.05
Embedding
Vector

Pricing

Token typeUSD / 1MINR / 1M
Input$0.0050₹0.50
Cached inputprompt cache read$0.00050.05

INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.

Quickstart

Generate embeddings with sentence-transformers/all-minilm-l6-v2 via the OpenAI-compatible embeddings endpoint.

cURL
curl https://api.aicredits.in/v1/embeddings \
  -H "Authorization: Bearer $AICREDITS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "sentence-transformers/all-minilm-l6-v2",
    "input": "The quick brown fox jumps over the lazy dog"
  }'

New here? Follow the quickstart guide or browse all models.