AICredits logo
text-embedding-3-largeembedding

text-embedding-3-large

text-embedding-3-large

Supported APIs

Embeddings APIEmbedding
Context
8K
Max output
Input / 1M
₹13.08
Embedding
Vector

Pricing

Token typeUSD / 1MINR / 1M
Input$0.130₹13.08

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

Quickstart

Generate embeddings with text-embedding-3-large 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": "text-embedding-3-large",
    "input": "The quick brown fox jumps over the lazy dog"
  }'

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