SG
toolSGLang
Serves your own language and multimodal models over an OpenAI-compatible API with high-throughput batching and prefix caching.
What it provides
Connect an HTTPS inference API. Model weights stay on CPU/GPU infrastructure and are never installed inside the 4 GB bot.
Connection requirements
An SGLang server started with `python -m sglang.launch_server --api-key ...` and published through HTTPS. Keep Bearer selected and paste the same key below. Weights, KV cache, and GPU memory stay on the inference host; the bot only installs an HTTP client.
- Protocol
- OpenAI-compatible REST
- Endpoint
https://sglang.example.com- Authentication
- bearer
Where to add it
Open Dashboard Tools, select a running OpenClaw or Hermes instance, then use the card’s Install or Connect action. External services may require an HTTPS endpoint and credentials; the dashboard shows those fields before anything is saved.