post https://api.together.xyz/v1/embeddings
Query an embedding model for a given string of text.
Responses
Query an embedding model for a given string of text.
xxxxxxxxxx
10curl --request POST \
--url https://api.together.xyz/v1/embeddings \
--header 'accept: application/json' \
--header 'authorization: Bearer default' \
--header 'content-type: application/json' \
--data '
{
"model": "WhereIsAI/UAE-Large-V1"
}
'
Try It!
to start a request and see the response here! Or choose an example: