GetImageEmbeddings interface
Methods
| post(Get |
Return the embedding vectors for given images.
The method makes a REST API call to the |
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
- options
- GetImageEmbeddingsParameters