mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-25 22:52:41 +00:00
26 lines
546 B
Plaintext
26 lines
546 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# zeroclaw models
|
|
|
|
> Manage provider model catalogs for ZeroClaw.
|
|
> More information: <https://github.com/zeroclaw-labs/zeroclaw#quick-start>.
|
|
|
|
- Refresh and cache models for the default provider:
|
|
|
|
`zeroclaw models refresh`
|
|
|
|
- Refresh models for a specific provider:
|
|
|
|
`zeroclaw models refresh --provider {{openrouter}}`
|
|
|
|
- Force live refresh ignoring cached models:
|
|
|
|
`zeroclaw models refresh --force`
|
|
|
|
- Display help:
|
|
|
|
`zeroclaw models {{[-h|--help]}}`
|