AICredits logo
metavision

Meta: Llama Guard 4 12B

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

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...

Supported APIs

Chat APIVision
Context
1.0M
Max output
Input / 1M
₹18.12
Cached / 1M
₹1.81
Output / 1M
₹18.12

Pricing

Token typeUSD / 1MINR / 1M
Input$0.180₹18.12
Cached inputprompt cache read$0.0181.81
Output$0.180₹18.12

INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.

Quickstart

Call Meta: Llama Guard 4 12B through the supported APIs shown above — just set the base URL and your AICredits key.

cURL — /v1/chat/completions
curl https://api.aicredits.in/v1/chat/completions \
  -H "Authorization: Bearer $AICREDITS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "meta-llama/llama-guard-4-12b",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

New here? Follow the quickstart guide or browse all models.