@wiro-ai/n8n-nodes-wiroai
v2.0.1
Published
n8n community node for Wiro AI — 290+ AI models: video, image, audio, LLM, 3D, and more.
Maintainers
Keywords
Readme
n8n-nodes-wiroai
A n8n community node pack that gives you access to 290+ AI models from Wiro AI directly in your workflows — video generation, image creation, audio/speech, LLMs, 3D, and more.
Features
- Video Generation — Sora 2, Veo 3, Kling V3, Seedance, Hailuo, PixVerse, Runway, and more
- Image Generation — Imagen V4, Flux 2 Pro, Seedream, Nano Banana, SDXL, and more
- Image Editing — Virtual Try-On, Face Swap, Background Removal, Inpainting, Style Transfer
- Audio & Speech — ElevenLabs TTS, Gemini TTS, Whisper STT, Voice Clone, Music Generation
- LLM Chat — GPT-5, Gemini 3, Qwen 3.5, RAG Chat (YouTube, GitHub, Website, Documents)
- 3D Generation — Trellis 2, Hunyuan3D 2.1
- Translation — Gemma-based translation (4B, 12B, 27B) with image support
- E-Commerce — Product Photoshoot, Product Ads, Shopify Templates, UGC Creator
- HR Tools — CV Evaluator, Resume Parser, Job Description Generator, Exit Interview, Culture Fit
Each tool is implemented as a separate node for modular and easy use.
Installation
Follow the n8n community nodes guide to install this package.
npm install @wiro-ai/n8n-nodes-wiroaiAuthentication
Wiro supports two authentication methods:
Signature-Based (Recommended)
Uses HMAC-SHA256 to sign every request. The API secret never leaves your environment.
API Key Only (Simple)
Just include the API key — no signature required. Best for server-side applications.
Setup:
- Go to wiro.ai and sign up
- Create a project at wiro.ai/panel/project/
- Choose your authentication method (Signature-Based or API Key Only)
- In n8n, go to Credentials → Add new → Wiro API
- Select your auth method and enter your credentials
See Wiro Authentication Docs for details.
Usage Example
To generate a video with Sora 2 Pro:
- Add the Wiro - Sora 2 Pro node
- Set:
- Prompt:
A cat astronaut floating in space - Seconds:
8 - Resolution:
1080p
- Prompt:
- Run the workflow
Output:
{
"taskid": "abc123",
"status": "completed",
"url": "https://cdn1.wiro.ai/xyz/0.mp4"
}Compatibility
- Requires:
n8n v1.0+ - Node.js:
v18+
