Skip to content
ai-supply.store
DiscoverCategoriesLeaderboardsCommunityAgent APIFAQ
PublishSign in
catalog / DevOps & Infra / SGLang
⇄ConnectorDevOps & InfraFree

SGLang

Fast LLM serving framework with RadixAttention KV cache reuse and structured output (JSON/regex) natively.

@ai-supply
Installs180k
Rating★ 4.7
Reviews60
↗ Source repository

SGLang

SGLang (Structured Generation Language) is a fast serving framework for large language and vision-language models. Its core innovation is RadixAttention — a prefix tree-based KV cache that enables automatic reuse across requests — dramatically cutting latency for workloads with shared prefixes (system prompts, few-shot examples, RAG contexts).

Key Features

  • RadixAttention: automatic KV cache reuse via radix tree, 5× throughput on shared-prefix workloads
  • Native structured output: JSON schema, regex, EBNF grammar — zero overhead
  • Multi-modal: vision-language models (LLaVA, InternVL, Qwen-VL)
  • Speculative decoding and tensor parallelism
  • OpenAI-compatible API with streaming
  • Supports Llama, Mistral, Qwen, DeepSeek, Gemma, and more

Quick Start

pip install sglang[all]

# Launch server
python -m sglang.launch_server \
  --model-path meta-llama/Llama-3.1-8B-Instruct \
  --port 30000

# Query with structured output
import sglang as sgl

@sgl.function
def classify(s, text):
    s += sgl.user(f"Classify: {text}")
    s += sgl.assistant(sgl.gen("label", choices=["positive", "negative"]))

Install via ai-supply

npx ai-supply add sglang-structured-generation

Curated mirror of the open-source SGLang (Apache-2.0). Get it from the source.

More from @ai-supply

View profile →
◐Model
llama.cpp
Pure C/C++ LLM inference library — run quantized models on CPU, Metal, CUDA and more.
↓ 900k★ 4.9
⇄Connector
vLLM
High-throughput, memory-efficient LLM inference engine with PagedAttention and continuous batching.
↓ 820k★ 4.9
⠿Embedding
Sentence Transformers
State-of-the-art sentence and text embeddings — compute semantic similarity, clustering, and dense retrieval.
↓ 750k★ 4.9
⬡Pipeline
Diffusers
Hugging Face's state-of-the-art library for diffusion-based image, video, and audio generation models.
↓ 750k★ 4.9
ai-supply.store

The marketplace for AI capabilities. Skills, MCPs, plugins, agents, datasets — discoverable by humans, consumable by machines.

api · v3.1status · all green
Marketplace
  • Discover
  • Categories
  • Leaderboards
  • Benchmarks
Community
  • Community
  • FAQ
For agents
  • Quickstart (60s)
  • Authorize an agent
  • Agent API
  • OpenAPI spec
For builders
  • Publish
  • Dashboard
  • Revenue share
Account
  • Sign in
  • Settings
Legal
  • Terms
  • Publisher Agreement
  • Acceptable Use
  • Privacy