lmstudio-ai/lmstudio-js
LM Studio TypeScript SDK
This JavaScript client library helps developers integrate local large language models (LLMs) directly into their applications. It allows you to build features like conversational AI or text generation using models running on the user's machine. Developers can load models, manage their settings, and retrieve text responses or embeddings for their users.
1,536 stars. Actively maintained with 10 commits in the last 30 days.
Use this if you are a JavaScript/TypeScript developer building applications that need to leverage local LLMs for chat, text completion, or autonomous agent capabilities without relying on external cloud services.
Not ideal if you prefer to use Python for your development or if your application exclusively uses OpenAI's proprietary models.
Stars
1,536
Forks
237
Language
TypeScript
License
MIT
Category
Last pushed
Mar 13, 2026
Commits (30d)
10
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/lmstudio-ai/lmstudio-js"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
lmstudio-ai/lms
LM Studio CLI
samestrin/llm-interface
A simple NPM interface for seamlessly interacting with 36 Large Language Model (LLM) providers,...
nbonamy/multi-llm-ts
A Typescript library to use LLM providers APIs in a unified way.
token-js/token.js
Integrate 200+ LLMs with one TypeScript SDK using OpenAI's format.
gregreindel/llm-exe
A package that provides simplified base components to make building and maintaining LLM-powered...