{
"model": "text-embedding-ada-002",
"input": "The food was delicious and the waiter..."
}
curl --location --request POST 'https://api.baicaigpt.com/v1/embeddings' \
--header 'Authorization: Bearer baicai-xxxxxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "text-embedding-ada-002",
"input": "The food was delicious and the waiter..."
}'
{
"object": "list",
"data": [
{
"object": "embedding",
"index": 0,
"embedding": [
0.0023064255,
-0.009327292,
0.015797347,
-0.0077780345,
-0.0046922187,
0.014857634,
-0.009835245,
-0.03827428,
-0.006838321,
-0.02869936,
0.025283376,
0.018121233,
-0.0036064684,
-0.025537351,
0.041068025,
-0.017791064,
-0.018603789,
0.014552861,
0.0104638375,
-0.015327491,
-0.019378418,
-0.0028842222
]
}
],
"model": "ada",
"usage": {
"prompt_tokens": 8,
"total_tokens": 8
}
}
白菜GPT | 让AI普惠大众
国内直连,无需代理,支持GPT4,扫码开通会员,领取免费API_KEY