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 context window?

A context window is the maximum amount of text — measured in tokens — a language model can consider at once, covering both your input and its generated output.

Everything the model 'sees' for a request must fit in the context window: the system prompt, conversation history, any retrieved documents, and the answer it writes. Larger windows allow whole documents or codebases as input, but they cost more and can dilute the model's attention across irrelevant text.

Context windows have grown quickly, yet retrieval-augmented generation is still widely used to keep prompts relevant and cheap even when a large window is available — feeding only the most pertinent chunks rather than everything.

Best open-source LLMs

Trending context window 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. 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
  4. NVlabs/Sana

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

    7.6K+92 · 24hmomentum 11Python
  5. Fincept-Corporation/FinceptTerminal

    FinceptTerminal is a modern finance application offering advanced market analytics, investment research, and economic data tools, designed for interactive exploration and data-driven decision-making in a user-friendly environment.

    24K+56 · 24hmomentum 10Python
  6. jlcodes99/cockpit-tools

    🚀 通用 AI IDE 账号管理工具:支持 Antigravity / Codex / GitHub Copilot / Windsurf / Kiro / Cursor / Gemini-cli / CodeBuddy,多账号切换、配额监控、自动唤醒与多开实例管理。 🚀 Universal AI IDE account manager for Antigravity / Codex / GitHub Copilot / Windsurf / Kiro / Cursor / Gemini-cli / CodeBuddy, with multi-account switching, quota monitoring, wake-up automation, and multi-insta

    9.2K+31 · 24hmomentum 10Rust
  7. openai/symphony

    Symphony turns project work into isolated, autonomous implementation runs, allowing teams to manage work instead of supervising coding agents.

    24.6K+59 · 24hmomentum 10Elixir
  8. OpenBMB/VoxCPM

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

    19.8K+26 · 24hmomentum 10Python

context window — FAQ

What is context window?
A context window is the maximum amount of text — measured in tokens — a language model can consider at once, covering both your input and its generated output. Everything the model 'sees' for a request must fit in the context window: the system prompt, conversation history, any retrieved documents, and the answer it writes. Larger windows allow whole documents or codebases as input, but they cost more and can dilute the model's attention across irrelevant text.