Tools & Embeddings
Text Embeddings
Convert text into vector representations
POST
Synchronous endpoint — returns the embedding vectors directly when the request completes.Documentation Index
Fetch the complete documentation index at: https://docs.qingbo.dev/llms.txt
Use this file to discover all available pages before exploring further.
Request Parameters
Embedding model ID, e.g.,
text-embedding-3-small, text-embedding-3-large.Text to embed. Accepts a string or an array of strings (batch embedding).
Response
Always
"list".Model used.
Array of embedding results.
Token usage.