npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-nano-gpt

v0.1.26

Published

nano-gpt community node package to execute NanoGPT API calls.

Readme

n8n-nodes-nano-gpt

n8n-nodes-nano-gpt is an n8n community node package for interacting with the NanoGPT API. NanoGPT provides AI capabilities (chat, image generation, video generation, speech-to-text, text-to-speech, embeddings, web search, web scraping) payable with Nano cryptocurrency.

n8n is a fair-code licensed workflow automation platform.

Installation

Install this package as an n8n community node. See the official n8n guide:

Then add the following node in your workflow editor:

  • NanoGPT — AI API (chat, image, video, audio, search, and more)

Credentials

Credential type: NanoGPT API

Required

  • API Key: Your NanoGPT API key (find it at nano-gpt.com)
  • Base URL: API endpoint URL (default: https://nano-gpt.com)

Supported operations

Operations are grouped by resource.

Chat

  • Chat Completion (OpenAI-compatible): Full feature support including web search, prompt caching, reasoning, memory, and more
  • Create Response (OpenAI Responses API): Structured responses with conversation threading
  • Get/Delete Response: Retrieve or delete stored responses
  • Create Message (Anthropic-compatible): Messages API with tool use and extended thinking

Text Generation

  • Completion: Text completion with model selection and sampling parameters

Image Generation

  • Generate Image: Text-to-image with multiple models (Nano Banana, DALL-E, Flux, SDXL, etc.)
  • Advanced options: aspect ratio, quality, inpainting, LoRA, style controls

Video Generation

  • Generate Video: Text-to-video with multiple models (VEO, Sora, Kling, etc.)
  • Check Video Status: Poll video generation progress
  • Extend Video / Get Video Content / Recover Video

Speech-to-Text

  • Transcribe Audio: Convert audio to text (Whisper, Wizper, Elevenlabs)
  • YouTube Transcription: Transcribe YouTube videos
  • Get STT Status: Check async transcription status

Text-to-Speech

  • Generate Speech (Async/Sync): Text-to-speech (Kokoro, OpenAI, Elevenlabs)
  • Get TTS Status: Check async TTS job status

Embeddings

  • Create Embedding: Generate text embeddings
  • Get Embedding Models: List available embedding models

Web Scraping & Search

  • Scrape URLs: Extract content from web pages
  • Web Search: Search the web (Linkup, Tavily, Exa, Kagi, Perplexity, Valyu)

Models

  • List Models: Available models (standard, personalized, subscription, paid)

Context Memory

  • Compress Memory: Compress chat history via vector memory

TEE Verification

  • Get TEE Attestation / Signature: Trusted Execution Environment verification

Balance & Subscription

  • Check Balance: Account balance in USD and Nano
  • Create Invitation: Create invitation/referral links
  • Get Subscription Usage: Subscription usage details

Nano Crypto

  • Receive Nano: Process pending Nano deposits

Compatibility

  • Package is built with the n8n community node tooling (@n8n/node-cli).
  • Peer dependency: n8n-workflow@^2.16.0.

Development

Available scripts:

  • pnpm run build — Build the project
  • pnpm run build:watch — Build with watch mode
  • pnpm run dev — Development mode
  • pnpm run lint — Run linting
  • pnpm run lint:fix — Fix lint issues
  • pnpm run release — Interactive release

Resources

Version history

See CHANGELOG.md.