Back to Models
Meta: Llama Guard 4 12B AI Model Icon

Meta: Llama Guard 4 12B

meta-llama/llama-guard-4-12b

Description

Llama Guard 4 is a Llama 4 Scout-derived multimodal pretrained model, fine-tuned for content safety classification. Similar to previous versions, it can be used to classify content in both LLM inputs (prompt classification) and in LLM responses (response classification). It acts as an LLM—generating text in its output that indicates whether a given prompt or response is safe or unsafe, and if unsafe, it also lists the content categories violated. Llama Guard 4 was aligned to safeguard against the standardized MLCommons hazards taxonomy and designed to support multimodal Llama 4 capabilities. Specifically, it combines features from previous Llama Guard models, providing content moderation for English and multiple supported languages, along with enhanced capabilities to handle mixed text-and-image prompts, including multiple images. Additionally, Llama Guard 4 is integrated into the Llama Moderations API, extending robust safety classification to text and images.

API Usage Examples

OpenAI Compatible Endpoint

Use this endpoint with any OpenAI-compatible library. Model: Meta: Llama Guard 4 12B (meta-llama/llama-guard-4-12b)

curl https://api.ridvay.com/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer YOUR_API_KEY"   -d '{
    "model": "meta-llama/llama-guard-4-12b",
    "messages": [
      {
        "role": "user",
        "content": "Explain the capabilities of the Meta: Llama Guard 4 12B model"
      }
    ],
    "temperature": 0.7,
    "max_tokens": 1024
  }'

Supported Modalities

  • Text
  • Images

API Pricing

  • Input: 0.18$ / 1M tokens
  • Output: 0.18$ / 1M tokens

Token Limits

  • Max Output: 163,840 tokens
  • Max Context: 163,840 tokens

Subscription Tiers

  • free
  • pro
  • ultimate