togetherai_create_embedding
Generate text embeddings by specifying a Together AI model and API key. Convert text strings into numerical vectors for semantic search and analysis.
Instructions
Create text embeddings using a Together AI embedding model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Together AI API key | |
| model | No | Embedding model ID (e.g. togethercomputer/m2-bert-80M-8k-retrieval) | |
| input | Yes | Text string or array of strings to embed |