docs: note venice manifest catalog migration

This commit is contained in:
Shakker
2026-05-01 13:54:27 +01:00
parent 56b10ddf17
commit 3a24a25f4b
2 changed files with 3 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ openclaw models set venice/claude-opus-4-6
List all available models:
```bash
openclaw models list | grep venice
openclaw models list --all --provider venice
```
You can also run `openclaw configure`, select **Model/auth**, and choose **Venice AI**.
@@ -189,7 +189,7 @@ DeepSeek provider's thinking controls.
## Model discovery
OpenClaw automatically discovers models from the Venice API when `VENICE_API_KEY` is set. If the API is unreachable, it falls back to a static catalog.
OpenClaw ships a manifest-backed Venice seed catalog for read-only model listing. Runtime refresh can still discover models from the Venice API, and falls back to the manifest catalog if the API is unreachable.
The `/models` endpoint is public (no auth needed for listing), but inference requires a valid API key.