bge-base-en
Model Overview
An embedding model that excels in creating high-precision linguistic representations. It's designed to generate detailed embeddings that capture the subtleties of language, facilitating advanced natural language processing tasks.
Setup your API Key
If you don’t have an API key for the AI/ML API yet, feel free to use our Quickstart guide.
Submit a request
API Schema
post
Authorizations
Body
modelundefined · enumRequiredPossible values:
inputstring · min: 1 · max: 3000Required
Input text to embed, encoded as a string or array of tokens.
Responses
201Success
post
POST /v1/embeddings HTTP/1.1
Host: api.aimlapi.com
Authorization: Bearer <YOUR_AIMLAPI_KEY>
Content-Type: application/json
Accept: */*
Content-Length: 48
{
"model": "BAAI/bge-base-en-v1.5",
"input": "text"
}
201Success
No content
Last updated
Was this helpful?