Generation provider metadata reference
The generation provider metadata fields describe static auth signals for providers declared in the matchingcontracts.*GenerationProviders list. OpenClaw reads these fields before provider runtime loads so core tools can decide whether a generation provider is available without importing every provider plugin.
Use these fields only for cheap, declarative facts. Transport, request transforms, token refresh, credential validation, and actual generation behavior stay in the plugin runtime.
Each
configSignals entry supports:
Each
mode guard supports:
Each
authSignals entry supports:
Each
providerBaseUrl guard supports:
mediaUnderstandingProviderMetadata reference
UsemediaUnderstandingProviderMetadata when a media-understanding provider has default models, auto-auth fallback priority, or native document support that generic core helpers need before runtime loads. Keys must also be declared in contracts.mediaUnderstandingProviders.
providerEndpoints reference
UseproviderEndpoints for endpoint classification that generic request policy must know before provider runtime loads. Core still owns the meaning of each endpointClass; plugin manifests own the host and base URL metadata.
Officially externalized provider plugins are excluded from the core dist, so
their manifests are invisible until installed. Their providerEndpoints must
also be mirrored in scripts/lib/official-external-provider-catalog.json so
endpoint classification keeps working without the plugin; a contract test
enforces the mirror.
Endpoint fields:
providerRequest reference
UseproviderRequest for cheap request-compatibility metadata that generic request policy needs without loading provider runtime. Keep behavior-specific payload rewriting in provider runtime hooks or shared provider-family helpers.