voyage-multilingual-2
Model Overview
Optimized for multilingual retrieval and retrieval-augmented generation (RAG), this model surpasses alternatives like OpenAI v3 large and Cohere multilingual v3 across most languages, including French, German, Japanese, Spanish, and Korean. On average, it outperforms the second-best model by 5.6%, while maintaining strong performance in English. Additionally, it supports a large 32K context length.
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:
inputany ofRequired
Input text to embed, encoded as a string or array of tokens.
string · min: 1 · max: 8000Optional
string[]Optional
input_typestring · enumOptionalDefault:
The type of input data for the model.
document
Possible values: 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: 72
{
"model": "voyage-multilingual-2",
"input": "text",
"input_type": "document"
}
201Success
No content
Last updated
Was this helpful?