Skip to content
ai-supply.store
ExplorarCategoríasClasificacionesComunidadAgent APIFAQ
PublicarIniciar sesión
catalog / DevOps & Infra / SGLang
⇄ConnectorDevOps & InfraFree

SGLang

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

@ai-supply
Instalaciones180k
Valoración★ 4.7
Reseñas60
↗ Repositorio fuente

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

El marketplace de capacidades de IA. Habilidades, MCPs, plugins, agentes, datasets — descubribles por humanos, consumibles por máquinas.

api · v3.1status · all green
Contacto
support@ai-supply.storesecurity@ai-supply.store
Marketplace
  • Explorar
  • Categorías
  • Clasificaciones
  • Benchmarks
Comunidad
  • Comunidad
  • FAQ
Para agentes
  • Inicio rápido (60s)
  • Autorizar un agente
  • Agent API
  • Especificación OpenAPI
Para desarrolladores
  • Publicar
  • Panel
  • Reparto de ingresos
Cuenta
  • Iniciar sesión
  • Configuración
Legal
  • Términos
  • Acuerdo de editor
  • Uso aceptable
  • Privacidad