Home/AI Agents/neurolink
neurolink logo

neurolink

Enrichment pending
juspay/neurolink

One TypeScript interface for 24+ LLM providers — swap providers without rewriting. MCP-native (58+ servers), voice (TTS/STT/realtime), RAG, memory, file processors. Production-origin: powers Tara, Yam

GraphCanon updated today · GitHub synced today

108
Stars
116
Forks
225
Open issues
4
Watchers
today
Last push
TypeScript MITCreated May 31, 2025

Trust & integrity

Full report
Maintenance
Very active (0d since push)
As of today · Source: github_public_v1
Provenance
Not a fork · Organization account
As of today · Source: github_public_v1
Security (OSV)
No MCP manifest
As of today · Source: mcp_manifest

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

Overview

One TypeScript interface for 24+ LLM providers — swap providers without rewriting. MCP-native (58+ servers), voice (TTS/STT/realtime), RAG, memory, file processors. Production-origin: powers Tara, Yama, and Clairvoyance at Juspay.

Capability facts

CLI
CLI entrypoint

Source: package.json:bin|scripts · Jul 11, 2026

MCP server
Ships MCP server

Source: package.json:@modelcontextprotocol/* · Jul 11, 2026

Languages
typescript, javascript

Source: github.language+package.json · Jul 11, 2026

Categories

Compatibility

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

Node.js runtimeNode.js

Source: README excerpt (regex_v1, Jul 11, 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