0.4.0 • Published 4 months ago

n8n-nodes-deepinfra v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

NPM

n8n-nodes-deepinfra

DeepInfra Node

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

  1. Add your DeepInfra API key in the n8n credentials manager
  2. Add the DeepInfra node to your workflow
  3. Select the resource you want to use (Chat, Embedding, Image, ...)
  4. Select the operation for the chosen resource (Completion, Embed, Generate, ...)
  5. Configure the parameters for your selected operation
  6. Connect the node to the rest of your workflow

Chat Completion Example

Chat Example Use the Chat resource to generate conversational responses from powerful language models.

Embedding Example

Embedding Example Create vector embeddings from text for semantic search, clustering, and other NLP tasks.

Image Generation Example

Image Generation Example Generate stunning images from text prompts using state-of-the-art image generation models.

Text-to-Speech Example

Text-to-Speech Example Convert text to natural-sounding speech with various voice options.

Transcription Example

Transcription Example Transcribe audio to text with high accuracy for various languages and accents.

Resources

0.4.0

4 months ago