Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
ContentFilterEntry type definition
import { ContentFilterEntry } from "@openrouter/sdk/models"; let value: ContentFilterEntry = { action: "redact", pattern: "\\b(sk-[a-zA-Z0-9]{48})\\b", };
action
label
pattern
{48}