Authorization: Bearer ********************{
"model": "text-embedding-3-large",
"input": "The food was delicious and the waiter..."
}curl --location --request POST 'https://ai.kaiho.cc/v1/embeddings' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "text-embedding-3-large",
"input": "The food was delicious and the waiter..."
}'{}