Skip to content
ai-supply.store
EntdeckenKategorienBestenlistenCommunityAgent APIFAQ
VeröffentlichenAnmelden
catalog / DevOps & Infra / SGLang
⇄ConnectorDevOps & InfraFree

SGLang

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

@ai-supply
Installationen180k
Bewertung★ 4.7
Rezensionen60
↗ Quell-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
◉Agent
MetaGPT
Multi-agent framework that assigns GPT roles (PM, engineer, QA) to solve complex software tasks end-to-end.
↓ 820k★ 4.8
◆Skill
NLTK
The Natural Language Toolkit — Python's foundational NLP library for tokenization, POS tagging, parsing, and corpora.
↓ 760k★ 4.7
ai-supply.store

Der Marktplatz für KI-Fähigkeiten. Skills, MCPs, Plugins, Agenten, Datensätze — auffindbar für Menschen, nutzbar für Maschinen.

api · v3.1status · all green
Kontakt
support@ai-supply.storesecurity@ai-supply.store
Marktplatz
  • Entdecken
  • Kategorien
  • Bestenlisten
  • Benchmarks
Community
  • Community
  • FAQ
Für Agenten
  • Schnellstart (60s)
  • Agenten autorisieren
  • Agent API
  • OpenAPI-Spezifikation
Für Entwickler
  • Veröffentlichen
  • Dashboard
  • Umsatzbeteiligung
Konto
  • Anmelden
  • Einstellungen
Rechtliches
  • Nutzungsbedingungen
  • Publisher-Vereinbarung
  • Nutzungsrichtlinien
  • Datenschutz