> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# AnthropicSafeguard

A server-side safeguard Anthropic evaluates alongside the completion

## Fields

| Field                | Type              | Required             | Description | Example                                                                                                                           |
| -------------------- | ----------------- | -------------------- | ----------- | --------------------------------------------------------------------------------------------------------------------------------- |
| `classifier_context` | Dict\[str, *Any*] | :heavy\_minus\_sign: | N/A         |                                                                                                                                   |
| `type`               | *str*             | :heavy\_check\_mark: | N/A         |                                                                                                                                   |
| `__pydantic_extra__` | Dict\[str, *Any*] | :heavy\_minus\_sign: | N/A         | \{<br />"classifier\_context": \{<br />"permission\_mode": "auto",<br />"v": 1<br />},<br />"type": "dangerous\_tool\_use"<br />} |
