GetImageEmbeddings interface

Methods

post(GetImageEmbeddingsParameters)

Return the embedding vectors for given images. The method makes a REST API call to the /images/embeddings route on the given endpoint.

Method Details

post(GetImageEmbeddingsParameters)

Return the embedding vectors for given images. The method makes a REST API call to the /images/embeddings route on the given endpoint.

function post(options?: GetImageEmbeddingsParameters): StreamableMethod<GetImageEmbeddings200Response | GetImageEmbeddingsDefaultResponse>

Parameters

Returns