Authorization: Bearer ********************{
"model": "text-embedding-3-large",
"input": "喵喵喵喵喵喵喵喵喵喵喵喵喵喵喵"
}curl --location 'https://api.lngai.cn/v1/embeddings' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "text-embedding-3-large",
"input": "喵喵喵喵喵喵喵喵喵喵喵喵喵喵喵"
}'{}