You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/concepts/models.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,9 @@ Related:
26
26
27
27
-`agents.defaults.models` is the allowlist/catalog of models OpenClaw can use (plus aliases).
28
28
-`agents.defaults.imageModel` is used **only when** the primary model can’t accept images.
29
+
-`agents.defaults.pdfModel` is used by the `pdf` tool. If omitted, the tool
30
+
falls back to `agents.defaults.imageModel`, then the resolved session/default
31
+
model.
29
32
-`agents.defaults.imageGenerationModel` is used by the shared image-generation capability. If omitted, `image_generate` can still infer a provider default from compatible auth-backed image-generation plugins. If you set a specific provider/model, also configure that provider's auth/API key.
30
33
- Per-agent defaults can override `agents.defaults.model` via `agents.list[].model` plus bindings (see [/concepts/multi-agent](/concepts/multi-agent)).
31
34
@@ -50,6 +53,7 @@ subscription** (OAuth) and **Anthropic** (API key or Claude CLI).
50
53
51
54
-`agents.defaults.model.primary` and `agents.defaults.model.fallbacks`
52
55
-`agents.defaults.imageModel.primary` and `agents.defaults.imageModel.fallbacks`
56
+
-`agents.defaults.pdfModel.primary` and `agents.defaults.pdfModel.fallbacks`
53
57
-`agents.defaults.imageGenerationModel.primary` and `agents.defaults.imageGenerationModel.fallbacks`
0 commit comments