embed
Generate text embeddings using local AI runtimes for privacy and reduced costs. Accepts a single string or multiple texts.
Instructions
DELEGATED EMBEDDINGS: Offload embedding generation to a local model runtime for cost savings and privacy. Accepts a single string or an array of texts. Without a provider arg, uses the first detected provider.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Text or array of texts to embed | |
| model | Yes | Embedding model id/name | |
| provider | No | Optional provider id |