docs/cookbook/intro.mdx
A community-maintained repository of practical guides and recipes for deploying and using SGLang in production environments. Our mission is simple: answer the question "How do I use SGLang (and related models) on hardware Y for task Z?" with clear, actionable solutions.
import { popularModels } from "/src/snippets/configs/popular-models.jsx"; import { PopularModels } from "/src/snippets/_popular_models.jsx";
{/* Edit the list in /src/snippets/configs/popular-models.jsx — the docs landing page's featured hero reads the same file. */} <PopularModels models={popularModels} />