AICredits logo
intfloat

intfloat/multilingual-e5-large-instruct

intfloat/multilingual-e5-large-instruct
Context
512
Max output
Input / 1M
₹0.99
Embedding
Vector

Pricing

Token typeUSD / 1MINR / 1M
Input$0.010₹0.99

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

Quickstart

Generate embeddings with intfloat/multilingual-e5-large-instruct 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": "intfloat/multilingual-e5-large-instruct",
    "input": "The quick brown fox jumps over the lazy dog"
  }'

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