Create multimodal embeddings
create_multimodal_embeddingGenerate multimodal embeddings from text and image inputs. Use a model to create vector representations for tasks like search and retrieval.
Instructions
Create multimodal embeddings Creates embeddings for multimodal input items. Text input is generally available; image input may require feature enablement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | ||
| model | Yes | Model to use for multimodal embeddings | |
| dimensions | No | Optional embedding dimensionality when supported by the selected model |