0.4.0 • Published 4 months ago
n8n-nodes-deepinfra v0.4.0
n8n-nodes-deepinfra
This is an n8n community node. It lets you use DeepInfra API for various AI operations including chat completions, embeddings, and image generation.
Features
- Chat: Generate text responses using various LLM models like Meta-Llama 3.3, Meta-Llama 3.1, Meta-Llama 3.2, Google Gemini, Google Gemma, DeepSeek, and Mistral
- Embedding: Create vector embeddings from text using models like BAAI/bge, sentence-transformers, and intfloat embedding models
- Image: Generate images from text prompts using models like Stable Diffusion XL, SD3.5, FLUX, and Janus
- Text to Speech: Convert text to natural-sounding speech using models like Kokoro and Zonos
- Speech Recognition: Transcribe or translate audio to text using Whisper models
n8n is a fair-code licensed workflow automation platform.
Installation
Follow the installation guide in the n8n community nodes documentation.
Usage
- Add your DeepInfra API key in the n8n credentials manager
- Add the DeepInfra node to your workflow
- Select the resource you want to use (Chat, Embedding, Image, ...)
- Select the operation for the chosen resource (Completion, Embed, Generate, ...)
- Configure the parameters for your selected operation
- Connect the node to the rest of your workflow
Chat Completion Example
Use the Chat resource to generate conversational responses from powerful language models.
Embedding Example
Create vector embeddings from text for semantic search, clustering, and other NLP tasks.
Image Generation Example
Generate stunning images from text prompts using state-of-the-art image generation models.
Text-to-Speech Example
Convert text to natural-sounding speech with various voice options.
Transcription Example
Transcribe audio to text with high accuracy for various languages and accents.
Resources
0.4.0
4 months ago