AICredits logo
baai

baai/bge-base-en-v1.5

baai/bge-base-en-v1.5
Context
512
Max output
Input / 1M
₹0.50
Embedding
Vector

Pricing

Token typeUSD / 1MINR / 1M
Input$0.0050₹0.50

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

Quickstart

Generate embeddings with baai/bge-base-en-v1.5 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": "baai/bge-base-en-v1.5",
    "input": "The quick brown fox jumps over the lazy dog"
  }'

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