Create embeddings for text, image, and audio
Headers
Request
The name of the model you want to use. The following models are available:
Marengo-retrieval-2.7
The publicly accessible URL of the image for which you wish to create an embedding. This parameter is required for image embeddings if image_file
is not provided.
The image file for which you wish to create an embedding as a local file. This parameter is required for image embeddings if image_url
is not provided.
The publicly accessible URL of the audio file for which you wish to create an embedding. This parameter is required for audio embeddings if audio_file
is not provided.
The audio file for which you wish to create an embedding as a local file. This parameter is required for audio embeddings if audio_url
is not provided.
Specifies the start time, in seconds, from which the platform generates the audio embeddings. This parameter allows you to skip the initial portion of the audio during processing.
Default: 0
.