You can wire the Voyage AI node into an AI agent as a tool provider: the agent calls the operations you allow. See Agent tools.
Credentials
Connect Voyage AI under Credentials in the node settings. See Connecting credentials for the general flow. Enter the values manually when creating the credential. Sign up at voyageai.com, then create an API key in the dashboard. Get your credentials here.Operations
Batch
| Operation | ID | Description |
|---|---|---|
| Cancel Batch Job | cancel_batch | |
| Create Batch Job | create_batch | |
| Get Batch Job | get_batch | |
| List Batch Jobs | list_batches |
Embeddings
| Operation | ID | Description |
|---|---|---|
| Generate Contextualized Chunk Embeddings | embed_contextualized | |
| Generate Multimodal Embeddings | embed_multimodal | |
| Generate Text Embeddings | embed |
Files
| Operation | ID | Description |
|---|---|---|
| Bulk Delete Files | bulk_delete_files | |
| Delete File | delete_file | |
| Get File | get_file | |
| Get File Content | get_file_content | |
| List Files | list_files | |
| Upload Batch File | upload_file |
Reranking
| Operation | ID | Description |
|---|---|---|
| Rerank Documents | rerank |