Home/AI Agents/neurolink
neurolink logo

neurolink

juspay/neurolink

One TypeScript interface for over 24 LLM providers: switch providers without rewriting code.

GraphCanon updated 2w · GitHub synced 2w · 25 views this month

117 stars119 forksLast push 2w TypeScript MIT

Decision brief

Neurolink enables seamless integration with multiple LLM providers, offering features like TTS/STT, RAG, memory management, file processing, and cost optimization.

Good fit when

  • Need to integrate with over 24+ LLM providers without rewriting code
  • Require production-ready capabilities with features such as TTS/STT in real-time and automatic model routing based on cost-effectiveness

Avoid when

  • Looking for a solution exclusively compatible with JavaScript instead of TypeScript
  • Preferring tools that do not require or support Model Context Protocol (MCP) native integration

Observed Jul 12, 2026 · Source: enrich:decision_facts

Verify the decision

Adoption

Package downloads where a registry match exists. GitHub stars (117) are secondary evidence.

npm downloads (30d)
32,082·npm downloads API·2w

Maintenance and security

Full trust report
Maintenance
Very active (0d since push)
As of 2w
Provenance
Not a fork · Organization account
As of 2w
Security (OSV)
No MCP manifest
As of 1mo

Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.

Install

npm install neurolink
npm

Similar tools

Same-category neighbours. No typed graph edges are catalogued for this tool yet.

Evidence and technical details

Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.

Overview

Neurolink is a comprehensive toolset that serves as an interface for various Language Model Providers, supporting features like Text-to-Speech (TTS), Speech-to-Text (STT) in real-time, Retrieval-Augmented Generation (RAG), memory management, and file processing. It includes cost optimization capabilities that enable automatic model routing based on cost-effective models and load balancing.

Capability facts

CLI
CLI entrypoint

Source: package.json:bin|scripts · Aug 2, 2026

MCP server
Ships MCP server

Source: package.json:@modelcontextprotocol/* · Aug 2, 2026

Languages
typescript, javascript

Source: github.language+package.json · Aug 2, 2026

Categories

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Node.js runtimeNode.js

Source: README excerpt (regex_v1, Aug 2, 2026)

npx @juspay/neurolink --help
Source link

Tags

README

📚 Quick Start Guide

This guide will have you generating AI responses in under 5 minutes using either the SDK or CLI.


Installation

Choose your preferred package manager:


---

# CLI only (no installation needed)
npx @juspay/neurolink --help

Cost Optimization Features

  • 💰 Automatic Cost Optimization: Selects cheapest models for simple tasks
  • 🔄 LiteLLM Model Routing: Access 100+ models with automatic load balancing
  • 🔍 Capability-Based Selection: Find models with specific features (vision, function calling)
  • ⚡ Intelligent Fallback: Seamless switching when providers fail

---

# Cost optimization - automatically use cheapest model
npx @juspay/neurolink generate "Hello" --optimize-cost

For agents

This page has a .md twin and JSON over the API.

Was this helpful?

Anonymous feedback helps us improve pages and translations.