voyage-law-2
Last updated
Last updated
This model leads the MTEB leaderboard for legal retrieval by a significant margin, outperforming OpenAI v3 large by an average of 6% across eight legal retrieval datasets and by over 10% on three key benchmarks (LeCaRDv2, LegalQuAD, and GerDaLIR). With a 16K context length and training on extensive long-context legal documents, voyage-law-2 excels in retrieving information across lengthy texts. Notably, it also matches or surpasses performance on general-purpose corpora across domains.
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: 88
{
"model": "voyage-law-2",
"input": "text",
"input_type": "document",
"encoding_format": "text"
}
No content