voyage-2
Last updated
Last updated
A general-purpose embedding model that delivers state-of-the-art performance across multiple domains while maintaining high efficiency. It's optimized for a balance between cost, latency, and retrieval quality.
If you don’t have an API key for the Apilaplas API yet, feel free to use our Quickstart guide.
document
Possible values: POST /v1/embeddings HTTP/1.1
Host: api.apilaplas.com
Authorization: Bearer <YOUR_LAPLASAPI_KEY>
Content-Type: application/json
Accept: */*
Content-Length: 84
{
"model": "voyage-2",
"input": "text",
"input_type": "document",
"encoding_format": "text"
}
No content