0.1.6 • Published 5 months ago

n8n-nodes-vercel-ai-sdk v0.1.6

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

n8n-nodes-vercel-ai-sdk

This is an n8n community node. It lets you use Google Generative AI (PaLM 2), DeepSeek AI, and Groq in your n8n workflows.

Google Generative AI is Google's family of large language models that enables natural language interactions and content generation through an API.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Resources
Version History

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

The following operations are supported:

Google Generative AI

  • Generate Text: Generate text responses using the model

    • Support for both simple prompts and multi-turn conversations
    • Handles text and file inputs
    • Configure safety settings and model parameters
    • Get detailed response information including token usage
  • Generate Object: Generate structured data responses using JSON schema

    • Define output structure using JSON schema
    • Get validated, structured responses from the model

DeepSeek AI

  • Text generation with reasoning output support
  • Structured object generation with schema validation
  • Cache metrics tracking

Groq

  • High-performance text generation
  • Structured object generation with JSON schema
  • Automatic reasoning extraction from thinking process
  • Token usage and cache metrics tracking

Credentials

You need to authenticate with the respective APIs:

  1. Google Generative AI: Get API key from Google AI Studio
  2. DeepSeek AI: Obtain API key from DeepSeek platform
  3. Groq: Get API key from Groq platform

Compatibility

Requires n8n version 1.0.0 or later.

Resources

Version History

0.1.6

  • Added Groq integration:
    • Support for text generation and object generation
    • Automatic reasoning extraction from thinking process
    • Token usage and cache metrics tracking
    • Support for all Groq models including Mixtral and LLaMA variants

0.1.5

  • Added DeepSeek AI integration reasoning output support & cache token hits:
    • Reasoning is now shown under reasoning.output
    • Cache metrics are shown under usage.cache_metrics

0.1.4

  • Added DeepSeek AI integration
  • Updated dependencies
  • Minor improvements to Google Generative AI node

0.1.3

  • Enhanced documentation with detailed operation descriptions
  • Added comprehensive installation and credential setup guide
  • Improved resource links and compatibility information
  • Added version history tracking

0.1.2

  • Added support for file handling in messages
  • Enhanced token usage reporting
  • Improved error handling and validation
  • Updated documentation

0.1.1

  • Initial release with text generation and object generation features
  • Support for both simple prompts and multi-turn conversations
  • Integration with Google Generative AI API
  • Safety settings and model parameter configuration
0.1.6

5 months ago

0.1.5

5 months ago

0.1.4

5 months ago

0.1.3

5 months ago

0.1.2

5 months ago

0.1.1

5 months ago

0.1.0

5 months ago