Create embeddings
create_embeddingGenerates an embedding vector from input text using specified model and dimensions.
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 |