Skip to main content
Drop a repoSign up
REPOLum1104/Understand-Anything+606 stars 24hREPOanthropics/financial-services-plugins+396 stars 24hREPOrohitg00/ai-engineering-from-scratch+331 stars 24hREPOaddyosmani/agent-skills+327 stars 24hREPOcolbymchenry/codegraph+327 stars 24hREPOLum1104/Understand-Anything+606 stars 24hREPOanthropics/financial-services-plugins+396 stars 24hREPOrohitg00/ai-engineering-from-scratch+331 stars 24hREPOaddyosmani/agent-skills+327 stars 24hREPOcolbymchenry/codegraph+327 stars 24h
Glossary

What is large language model (LLM)?

A large language model is a neural network trained on massive text corpora to predict the next token, giving it the ability to generate and understand human language.

A large language model (LLM) is a transformer-based neural network trained to predict the next token over enormous text datasets. That simple objective, at scale, yields emergent abilities: writing, reasoning, translation, coding, and tool use. Models are characterised by parameter count, context window, and training data.

Open-source LLMs and the tooling around them — inference servers, quantization, fine-tuning frameworks — let teams run capable models on their own hardware instead of only through a hosted API.

Best open-source LLMs

Trending large language model (LLM) projects

  1. decolua/9router

    Unlimited FREE AI coding. Connect Claude Code, Codex, Cursor, Cline, Copilot, Antigravity to FREE Claude/GPT/Gemini via 40+ providers. Auto-fallback, RTK -40% tokens, never hit limits.

    14.3K+165 · 24hmomentum 13JavaScript
  2. jundot/omlx

    LLM inference server with continuous batching & SSD caching for Apple Silicon — managed from the macOS menu bar

    15.2K+92 · 24hmomentum 12Python
  3. antirez/ds4

    DeepSeek 4 Flash local inference engine for Metal and CUDA

    11.9K+69 · 24hmomentum 12C
  4. iOfficeAI/AionUi

    Free, local, open-source 24/7 Cowork app for OpenClaw, Hermes Agent, Claude Code, Codex, OpenCode, Gemini CLI and 20+ more CLI | Customize your assistants | Star if you like it!

    26.6K+34 · 24hmomentum 11TypeScript
  5. LearningCircuit/local-deep-research

    ~95% on SimpleQA (e.g. Qwen3.6-27B on a 3090). Supports all local and cloud LLMs (llama.cpp, Ollama, Google, ...). 10+ search engines - arXiv, PubMed, your private documents. Everything Local & Encrypted.

    8K+50 · 24hmomentum 11Python
  6. NVlabs/Sana

    SANA: Efficient High-Resolution Image Synthesis with Linear Diffusion Transformer

    7.6K+92 · 24hmomentum 11Python
  7. OpenBMB/VoxCPM

    VoxCPM2: Tokenizer-Free TTS for Multilingual Speech Generation, Creative Voice Design, and True-to-Life Cloning

    19.8K+26 · 24hmomentum 10Python
  8. rowboatlabs/rowboat

    Open-source AI coworker, with memory

    14.3K+49 · 24hmomentum 10TypeScript

large language model (LLM) — FAQ

What is large language model (LLM)?
A large language model is a neural network trained on massive text corpora to predict the next token, giving it the ability to generate and understand human language. A large language model (LLM) is a transformer-based neural network trained to predict the next token over enormous text datasets. That simple objective, at scale, yields emergent abilities: writing, reasoning, translation, coding, and tool use. Models are characterised by parameter count, context window, and training data.