v1
latestOpenAPI 3.0.32026-07-26451985.7 KBsentence-similarity
Measure how similar two sentences are for applications like duplicate question detection, paraphrase detection, and text clustering
post/models/v2/sentence-transformers/all-MiniLM-L6-v2
Request body
Example request
{
"text": "search_document: Turn this text into a vector"
}Response
Successful sentence-similarity response.
Example response
{
"output": [
0.1,
0.2,
0.3,
0.4
]
}