text-embedding-3-large
Last updated
Last updated
A next-generation embedding model that offers superior performance and flexibility. It converts text into high-dimensional numerical representations that are highly effective for various machine learning tasks.
If you don’t have an API key for the Apilaplas API yet, feel free to use our Quickstart guide.
float
Possible values: POST /v1/embeddings HTTP/1.1
Host: api.apilaplas.com
Authorization: Bearer <YOUR_LAPLASAPI_KEY>
Content-Type: application/json
Accept: */*
Content-Length: 90
{
"model": "text-embedding-3-large",
"input": "text",
"encoding_format": "float",
"dimensions": 1
}
No content