chore(sync): mirror docs from openclaw/openclaw@da8621df0d

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-23 02:57:54 +00:00
parent ec212f06ab
commit 57d52f751c
3 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "0e7bcf7588d279e68e866664551d5a2da7c58864",
"syncedAt": "2026-04-23T02:36:25.192Z"
"sha": "da8621df0d2e31369eb82f54079b6f3cd845a1f9",
"syncedAt": "2026-04-23T02:57:54.195Z"
}

View File

@ -15,6 +15,10 @@ OpenClaw can also **auto-discover** available models from SGLang when you opt
in with `SGLANG_API_KEY` (any value works if your server does not enforce auth)
and you do not define an explicit `models.providers.sglang` entry.
OpenClaw treats `sglang` as a local OpenAI-compatible provider that supports
streamed usage accounting, so status/context token counts can update from
`stream_options.include_usage` responses.
## Getting started
<Steps>

View File

@ -12,6 +12,10 @@ vLLM can serve open-source (and some custom) models via an **OpenAI-compatible**
OpenClaw can also **auto-discover** available models from vLLM when you opt in with `VLLM_API_KEY` (any value works if your server does not enforce auth) and you do not define an explicit `models.providers.vllm` entry.
OpenClaw treats `vllm` as a local OpenAI-compatible provider that supports
streamed usage accounting, so status/context token counts can update from
`stream_options.include_usage` responses.
| Property | Value |
| ---------------- | ---------------------------------------- |
| Provider ID | `vllm` |