Generate vector embeddings for text input using specified embedding model
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