1.3.0 • Published 7 months ago
n8n-nodes-veniceai v1.3.0
n8n-nodes-veniceai
This is an n8n community node. It lets you use Venice.ai API in your n8n workflows.
Venice.ai provides a private and uncensored AI API with features like document uploads, image generation, and customizable interactions, available in both free and paid Venice Pro versions.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Resources
Changelog
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
Chat Completions
- Endpoint: /api/v1/chat/completions
- Documentation: Chat Completions API Reference
- Purpose: Generate text responses in a chat-like format
Images Generate
- Endpoint: /api/v1/images/generate
- Documentation: Images Generate API Reference
- Purpose: Generate images
Credentials
Venice’s API is protected via API keys. To generate a key, you must be a Venice Pro User.
Compatibility
Tested on n8n Version 1.71.3
Resources
Changelog
v1.1
- first public version
v1.2
- new credentials node with API key verification
- venice logo icon added to credentials node
- added model filtering to only show text models for Chat and image models for images
v1.3
- Return Binary image option added