meta-llama/llama-guard-4-12bLlama 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...
| Token type | USD / 1M | INR / 1M |
|---|---|---|
| Input | $0.180 | ₹18.12 |
| Cached inputprompt cache read | $0.018 | ₹1.81 |
| Output | $0.180 | ₹18.12 |
INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.
Call Meta: Llama Guard 4 12B through the supported APIs shown above — just set the base URL and your AICredits key.
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.