




















@@ -60,18 +60,45 @@ Use `action: "list"` to inspect available providers and models at runtime:
60606161## Tool parameters
626263-| Parameter | Type | Description |
64-| ------------- | -------- | ------------------------------------------------------------------------------------- |
65-| `prompt` | string | Image generation prompt (required for `action: "generate"`) |
66-| `action` | string | `"generate"` (default) or `"list"` to inspect providers |
67-| `model` | string | Provider/model override, e.g. `openai/gpt-image-2` |
68-| `image` | string | Single reference image path or URL for edit mode |
69-| `images` | string[] | Multiple reference images for edit mode (up to 5) |
70-| `size` | string | Size hint: `1024x1024`, `1536x1024`, `1024x1536`, `2048x2048`, `3840x2160` |
71-| `aspectRatio` | string | Aspect ratio: `1:1`, `2:3`, `3:2`, `3:4`, `4:3`, `4:5`, `5:4`, `9:16`, `16:9`, `21:9` |
72-| `resolution` | string | Resolution hint: `1K`, `2K`, or `4K` |
73-| `count` | number | Number of images to generate (1–4) |
74-| `filename` | string | Output filename hint |
63+<ParamField path="prompt" type="string" required>
64+Image generation prompt. Required for `action: "generate"`.
65+</ParamField>
66+67+<ParamField path="action" type="'generate' | 'list'" default="generate">
68+Use `"list"` to inspect available providers and models at runtime.
69+</ParamField>
70+71+<ParamField path="model" type="string">
72+Provider/model override, e.g. `openai/gpt-image-2`.
73+</ParamField>
74+75+<ParamField path="image" type="string">
76+Single reference image path or URL for edit mode.
77+</ParamField>
78+79+<ParamField path="images" type="string[]">
80+Multiple reference images for edit mode (up to 5).
81+</ParamField>
82+83+<ParamField path="size" type="string">
84+Size hint: `1024x1024`, `1536x1024`, `1024x1536`, `2048x2048`, `3840x2160`.
85+</ParamField>
86+87+<ParamField path="aspectRatio" type="string">
88+Aspect ratio: `1:1`, `2:3`, `3:2`, `3:4`, `4:3`, `4:5`, `5:4`, `9:16`, `16:9`, `21:9`.
89+</ParamField>
90+91+<ParamField path="resolution" type="'1K' | '2K' | '4K'">
92+Resolution hint.
93+</ParamField>
94+95+<ParamField path="count" type="number">
96+Number of images to generate (1–4).
97+</ParamField>
98+99+<ParamField path="filename" type="string">
100+Output filename hint.
101+</ParamField>
7510276103Not all providers support all parameters. When a fallback provider supports a nearby geometry option instead of the exact requested one, OpenClaw remaps to the closest supported size, aspect ratio, or resolution before submission. Truly unsupported overrides are still reported in the tool result.
77104此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。