You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| BLOCK\_MEDIUM\_AND\_ABOVE | <code>"BLOCK_MEDIUM_AND_ABOVE"</code> | Content with <code>NEGLIGIBLE</code> and <code>LOW</code> will be allowed. |
552
552
| BLOCK\_NONE | <code>"BLOCK_NONE"</code> | All content will be allowed. |
553
553
| BLOCK\_ONLY\_HIGH | <code>"BLOCK_ONLY_HIGH"</code> | Content with <code>NEGLIGIBLE</code>, <code>LOW</code>, and <code>MEDIUM</code> will be allowed. |
554
+
| OFF | <code>"OFF"</code> | All content will be allowed. This is the same as <code>BLOCK_NONE</code>, but the metadata corresponding to the [HarmCategory](./ai.md#harmcategory) will not be present in the response. |
0 commit comments