Generate vector embeddings for text input using specified embedding model
Documentation Index
Fetch the complete documentation index at: https://docs.insforge.dev/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Embedding model identifier
"google/gemini-embedding-001"
Single text input to embed
"Hello world"
The format to return the embeddings in. Can be either float or base64.
float, base64 The number of dimensions the resulting output embeddings should have. Only supported in certain models.
x >= 0