JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 50
  • Score
    100M100P100Q78354F
  • License MIT

N8N nodes for AI APIs including Gemini, Claude, GPT, and more

Package Exports

  • n8n-nodes-aistudio-updated
  • n8n-nodes-aistudio-updated/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (n8n-nodes-aistudio-updated) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

n8n-nodes-aistudio

This package contains nodes for n8n that allow you to integrate with various AI APIs, including Google Gemini, Anthropic Claude, and OpenAI GPT models.

Features

  • Gemini AI Studio Node: Connect to Google's Gemini API to generate text content, chat, and analyze images
  • Claude AI Studio Node: Connect to Anthropic's Claude API for high-quality text generation and chat capabilities
  • OpenAI Studio Node: Connect to OpenAI's API for chat completions, image analysis, and text embeddings

Installation

In n8n

  1. Go to Settings > Community Nodes
  2. Select Install
  3. Enter n8n-nodes-aistudio-updated in Enter npm package name
  4. Select Install

Global installation

npm install -g n8n-nodes-aistudio-updated

Local installation (Development)

  1. Clone this repository
  2. Navigate to the directory: cd n8n-nodes-aistudio-updated
  3. Install dependencies: npm install
  4. Build the code: npm run build
  5. Link to your n8n installation: npm link
  6. In your n8n installation directory, run: npm link n8n-nodes-aistudio-updated

Usage

After installation, you'll have access to the following nodes in n8n:

Gemini AI Studio

Use this node to interact with Google's Gemini API. Capabilities include:

  • Generate text content based on prompts
  • Chat with the model in a conversational manner
  • Analyze images with Gemini Vision

Claude AI Studio

Use this node to interact with Anthropic's Claude API. Capabilities include:

  • Generate completions based on prompts
  • Chat with Claude in a conversational manner

OpenAI Studio

Use this node to interact with OpenAI's API. Capabilities include:

  • Generate chat completions with GPT models
  • Analyze images with GPT-4 Vision
  • Create text embeddings for vector storage and similarity search

Credentials

To use these nodes, you'll need to set up credentials:

  • Gemini API: Requires a Gemini API key from Google AI
  • Anthropic API: Requires an Anthropic API key
  • OpenAI API: Requires an OpenAI API key

Examples

Here are some example workflows:

  1. AI Content Generator: Create a workflow that takes a topic as input and uses the Gemini node to generate blog post outlines
  2. AI Chat Assistant: Create a customer service chatbot using the Claude node
  3. Image Analysis Pipeline: Use the OpenAI node to analyze images and extract information

Development

To develop or modify this package:

  1. Clone the repository
  2. Install dependencies with npm install
  3. Make your changes
  4. Build with npm run build
  5. Link it to your local n8n installation for testing

License

MIT