Image / Text Embeddings
Generate embeddings for the given image or text.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Request to the VLM API for embedding an image and text.
Unique identifier of the request.
Date and time when the request was created (in UTC timezone)
The URL to call when the request is completed.
1
Base64 encoded image to embed (at least one of image
or text
is required).
Text to embed (at least one of image
or text
is required).
The model to use for generating the response.
"vlm-1-embeddings"
Whether to process the image/text in batch mode (async).
Optional metadata to pass to the model.
Response
Base prediction response for all API responses.
Unique identifier of the response.
Date and time when the request was created (in UTC timezone)
Date and time when the response was completed (in UTC timezone)
The response from the model.
The status of the job.