Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
文本向量生成接口。
POST
https://api.hubto.ai/v1/embeddings
Authorization: Bearer YOUR_API_KEY
application/json
{ "model": "text-embedding-3-small", "input": "HubTo 是统一的大模型接口网关。" }
curl https://api.hubto.ai/v1/embeddings \ -H "Content-Type: application/json" \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '{ "model": "text-embedding-3-small", "input": "HubTo 是统一的大模型接口网关。" }'
data[0].embedding