chore(sync): mirror docs from openclaw/openclaw@6c86972fbe
This commit is contained in:
parent
9169f10bd9
commit
3b19374c3d
@ -1,5 +1,5 @@
|
||||
{
|
||||
"repository": "openclaw/openclaw",
|
||||
"sha": "3a24a25f4b970ec1702e93fb93f9e70c5b9ec672",
|
||||
"syncedAt": "2026-05-01T12:56:29.110Z"
|
||||
"sha": "6c86972fbec0e88e2f44d8bad149145053b86014",
|
||||
"syncedAt": "2026-05-01T13:11:57.441Z"
|
||||
}
|
||||
|
||||
@ -34,9 +34,9 @@ with a Z.AI API key.
|
||||
}
|
||||
```
|
||||
</Step>
|
||||
<Step title="Verify the model is available">
|
||||
<Step title="Verify the model is listed">
|
||||
```bash
|
||||
openclaw models list --provider zai
|
||||
openclaw models list --all --provider zai
|
||||
```
|
||||
</Step>
|
||||
</Steps>
|
||||
@ -70,9 +70,9 @@ with a Z.AI API key.
|
||||
}
|
||||
```
|
||||
</Step>
|
||||
<Step title="Verify the model is available">
|
||||
<Step title="Verify the model is listed">
|
||||
```bash
|
||||
openclaw models list --provider zai
|
||||
openclaw models list --all --provider zai
|
||||
```
|
||||
</Step>
|
||||
</Steps>
|
||||
@ -82,7 +82,14 @@ with a Z.AI API key.
|
||||
|
||||
## Built-in catalog
|
||||
|
||||
OpenClaw currently seeds the bundled `zai` provider with:
|
||||
OpenClaw ships the bundled `zai` provider catalog in the plugin manifest, so read-only
|
||||
listing can show known GLM rows without loading provider runtime:
|
||||
|
||||
```bash
|
||||
openclaw models list --all --provider zai
|
||||
```
|
||||
|
||||
The manifest-backed catalog currently includes:
|
||||
|
||||
| Model ref | Notes |
|
||||
| -------------------- | ------------- |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user