{
"input": ["text1", "text2"],
"model": "text-embedding-v4"
}curl --location 'https://api.silra.cn/v1/embeddings' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data '{
"input": ["text1", "text2"],
"model": "text-embedding-v4"
}'{"text":"您好,我是你的智能助手,有什么可以帮您?"}