Complete collection of Berget AI n8n nodes - AI chat, agent, embeddings, OCR, speech, and rerank
npm install @bergetai/n8n-nodesComplete collection of Berget AI n8n nodes
One-click installation for all Berget AI n8n community nodes. Get access to AI chat, agents, embeddings, OCR, speech processing, and document reranking - all powered by open source models hosted in Sweden.
@bergetai/n8n-nodes-berget-ai-chatSupports all Berget AI text/chat models:
- Llama 3.1 8B Instruct
- Llama 3.3 70B Instruct
- DeepSeek R1 Microsoft AI Finetuned
- Mistral Small 3.1 24B Instruct 2503
- Qwen3 32B
- Devstral Small 2505
- GPT-OSS-120B
- ...
See a complete list of models here: berget.ai/models
@bergetai/n8n-nodes-berget-ai-agentAdvanced AI agent with tool calling capabilities:
- Multi-turn conversations
- Tool/function calling
- Custom system prompts
- Iteration control
@bergetai/n8n-nodes-berget-ai-embeddings- Multilingual-E5-large-instruct
- Multilingual-E5-large
@bergetai/n8n-nodes-berget-ai-ocrExtract text from documents:
- PDF, DOCX, PPTX, HTML support
- Multiple OCR engines (EasyOCR, Tesseract, etc.)
- Table extraction
- Async processing for large documents
@bergetai/n8n-nodes-berget-ai-speech- KB-Whisper-Large (Swedish Whisper)
@bergetai/n8n-nodes-berget-ai-rerank- bge-reranker-v2-m3
1. Open n8n
2. Go to Settings > Community Nodes
3. Click Install a community node
4. Enter: @bergetai/n8n-nodes
5. Click Install
That's it! All Berget AI nodes are now available in your n8n instance.
``bash`Install all nodes at once
npm install @bergetai/n8n-nodes
If you prefer to install specific nodes only:
`bash`
npm install @bergetai/n8n-nodes-berget-ai-agent # AI Agent
npm install @bergetai/n8n-nodes-berget-ai-chat # Chat/Text
npm install @bergetai/n8n-nodes-berget-ai-embeddings # Embeddings
npm install @bergetai/n8n-nodes-berget-ai-ocr # OCR
npm install @bergetai/n8n-nodes-berget-ai-speech # Speech
npm install @bergetai/n8n-nodes-berget-ai-rerank # Rerank
1. Install: Use the one-click installation above
2. Get API Key: Register at berget.ai and get your API key
3. Configure: Add your Berget AI API key in n8n credentials
4. Build: Start creating workflows with AI-powered nodes
This package automatically installs all these nodes:
Trigger β Berget AI Agent β HTTP Request (tool) β Response
`$3
`
Trigger β Berget AI OCR β Berget AI Chat β Output
`$3
`
Trigger β Berget AI Embeddings β Vector Store β Berget AI Rerank
`$3
`
Trigger β Berget AI Speech β Berget AI Chat β Response
`Features
- β
One-click installation - Install all nodes at once
- β
EU-based AI - Swedish hosting and GDPR compliance
- β
Open source models - Llama, Mistral, Qwen, and more
- β
Tool calling - Advanced AI agent capabilities
- β
Document processing - OCR and text extraction
- β
Speech processing - Audio transcription
- β
Semantic search - Embeddings and reranking
- β
Dynamic models - Always up-to-date model list
Pricing
See current pricing at berget.ai/models
All prices are in EUR per million tokens, except speech-to-text which is per 1000 minutes.
Self-Hosted n8n
Berget AI offers self-hosted n8n solutions in our Swedish Kubernetes clusters for organizations that need:
- πΈπͺ Swedish hosting - Keep your data within EU borders
- π Data sovereignty - No data leakage outside EU
- β‘ High performance - Optimized Kubernetes infrastructure
- π‘οΈ Enterprise security - Full control over your n8n instance
Contact us at hello@berget.ai if you're interested in Swedish hosting solutions.
Support
- π§ Support: hello@berget.ai
- π API Documentation: api.berget.ai/docs
- π Issues: Report issues in the GitHub repository
Development & Testing
$3
`bash
Test node structure without API calls
cd n8n-nodes-berget-ai-chat
npm testTest with real API (requires API key)
BERGET_API_KEY=your-key npm test
`$3
`bash
Link plugin locally and test in n8n
cd n8n-nodes-berget-ai-chat
npm run test:localIn another terminal, start n8n
npx n8n start
`$3
`bash
Quick test with Docker
docker run -it --rm -v $(pwd):/workspace -w /workspace/n8n-nodes-berget-ai-chat node:18 npm test
``MIT License - See LICENSE file in each plugin for details.