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 /v1/embeddings
curl https://bearlab.ai/v1/embeddings \ -H "Authorization: Bearer $BEARLAB_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "your-embedding-model-id", "input": "需要向量化的文字" }'
input
data[].embedding