Embeddings
什么是嵌入?
curl https://api2.vtstg233.cc/v1/embeddings \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $VTSTG233-API_API_KEY" \
-d '{
"input": "您的文本字符串放在此处",
"model": "text-embedding-3-small"
}'
嵌入模型
模型
~ 每美元页面数
MTEB 性能评估
最大输入Tokens量
Python 中的示例
最后更新于