Authorization: Bearer ********************
{ "input": "Your text string goes here", "model": "text-embedding-3-large" }
curl --location --request POST 'https://api.huiyan-ai.cn/v1/embeddings' \ --header 'Authorization: Bearer ' \ --header 'Content-Type: application/json' \ --data-raw '{ "input": "Your text string goes here", "model": "text-embedding-3-large" }'
{}