mistral_create_embedding
Convert text into vector embeddings using Mistral's embedding model. Input text or JSON array, output embeddings for AI workflows.
Instructions
Create vector embeddings for text using Mistral's embedding model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Text or JSON array of strings to embed | |
| model | No | Embedding model (default: mistral-embed) | |
| api_key | No |