{
"input": "The food was delicious and the waiter...",
"model": "text-embedding-ada-002",
"encoding_format": "float"
}curl --location 'https://api.shuyou.ai/v1/embeddings' \
--header 'Content-Type: application/json' \
--data '{
"input": "The food was delicious and the waiter...",
"model": "text-embedding-ada-002",
"encoding_format": "float"
}'{}