chore(sync): mirror docs from openclaw/openclaw@46b9044c3f

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-26 04:42:14 +00:00
parent 24920c1353
commit b8b3d192a9
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "9b93b7df62c1ee8d2e4ef40ef665c7d43f4f1095",
"syncedAt": "2026-04-26T04:37:13.442Z"
"sha": "46b9044c3f9d8519a56024f032b4b6e0b42aaf2b",
"syncedAt": "2026-04-26T04:40:47.167Z"
}

View File

@ -147,7 +147,7 @@ When any subkey is enabled, model and tool spans get bounded, redacted
### Model usage
- `openclaw.tokens` (counter, attrs: `openclaw.token`, `openclaw.channel`, `openclaw.provider`, `openclaw.model`)
- `openclaw.tokens` (counter, attrs: `openclaw.token`, `openclaw.channel`, `openclaw.provider`, `openclaw.model`, `openclaw.agent`)
- `openclaw.cost.usd` (counter, attrs: `openclaw.channel`, `openclaw.provider`, `openclaw.model`)
- `openclaw.run.duration_ms` (histogram, attrs: `openclaw.channel`, `openclaw.provider`, `openclaw.model`)
- `openclaw.context.tokens` (histogram, attrs: `openclaw.context`, `openclaw.channel`, `openclaw.provider`, `openclaw.model`)

View File

@ -708,7 +708,7 @@ Model fields:
| `api` | `ModelApi` | Optional per-model API override. |
| `baseUrl` | `string` | Optional per-model base URL override. |
| `headers` | `Record<string, string>` | Optional per-model static headers. |
| `input` | `Array<"text" \| "image" \| "document">` | Modalities the model accepts. |
| `input` | `Array<"text" \| "image" \| "document" \| "audio" \| "video">` | Modalities the model accepts. |
| `reasoning` | `boolean` | Whether the model exposes reasoning behavior. |
| `contextWindow` | `number` | Native provider context window. |
| `contextTokens` | `number` | Optional effective runtime context cap when different from `contextWindow`. |