Create embeddings
create_embeddingConvert input text into an embedding vector using a specified model, with optional dimensions and encoding format.
Instructions
Create embeddings Creates an embedding vector representing the input text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | End-user identifier | |
| input | Yes | Input text(s) or token array(s) to embed. | |
| model | Yes | ID of the model to use | |
| dimensions | No | Output vector dimensions | |
| encoding_format | No | Output format | float |