bge-large-en
Last updated
Was this helpful?
Last updated
Was this helpful?
BGE-Large-EN-v1.5, standing for Bi-directional Global Embedding, is an advanced language model that provides rich, contextual embeddings for English text. It encodes deep linguistic information, allowing for a comprehensive understanding of text nuances, which is crucial for various natural language processing (NLP) tasks.
If you don’t have an API key for the AI/ML API yet, feel free to use our Quickstart guide.
Input text to embed, encoded as a string or array of tokens.
POST /v1/embeddings HTTP/1.1
Host: api.aimlapi.com
Authorization: Bearer <YOUR_AIMLAPI_KEY>
Content-Type: application/json
Accept: */*
Content-Length: 49
{
"model": "BAAI/bge-large-en-v1.5",
"input": "text"
}
No content