Embeddings
Create Embeddings
Creates an embedding vector representing the input text.
post/embeddings
Request body
Example request
{
"model": "BAAI/bge-large-zh-v1.5",
"input": "硅基流动embedding上线,多快好省的 embedding 服务,快来试试吧",
"encoding_format": "float"
}Response
200