UNPKG

voyageai

Version:

[![fern shield](https://img.shields.io/badge/%F0%9F%8C%BF-Built%20with%20Fern-brightgreen)](https://buildwithfern.com?utm_source=github&utm_medium=github&utm_campaign=readme&utm_source=https%3A%2F%2Fgithub.com%2Fvoyage-ai%2Ftypescript-sdk) [![npm shield](

70 lines (48 loc) 795 B
# Reference <details><summary><code>client.<a href="/src/Client.ts">multimodalEmbed</a>({ ...params }) -> VoyageAI.MultimodalEmbedResponse</code></summary> <dl> <dd> #### 📝 Description <dl> <dd> <dl> <dd> The Voyage multimodal embedding endpoint returns vector representations for a given list of multimodal inputs consisting of text, images, or an interleaving of both modalities. </dd> </dl> </dd> </dl> #### 🔌 Usage <dl> <dd> <dl> <dd> ```typescript await client.multimodalEmbed({ inputs: [{}], model: "model", }); ``` </dd> </dl> </dd> </dl> #### ⚙️ Parameters <dl> <dd> <dl> <dd> **request:** `VoyageAI.MultimodalEmbedRequest` </dd> </dl> <dl> <dd> **requestOptions:** `VoyageAIClient.RequestOptions` </dd> </dl> </dd> </dl> </dd> </dl> </details> ##