Embeddings
Creates an embedding vector representing the input text.
post/openai/v1/embeddings
Request body
Example request
{
"encoding_format": "float",
"input": "This is a test."
}Response
OK
{
"encoding_format": "float",
"input": "This is a test."
}OK