AICredits logo
meta

Llama Guard 3 8B

meta-llama/llama-guard-3-8b

Llama Guard 3 is a Llama-3.1-8B 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)...

Supported APIs

Chat API
Context
131K
Max output
Input / 1M
₹48.82
Cached / 1M
₹4.87
Output / 1M
₹3.02

Pricing

Token typeUSD / 1MINR / 1M
Input$0.485₹48.82
Cached inputprompt cache read$0.0484.87
Output$0.030₹3.02

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

Quickstart

Call Llama Guard 3 8B 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-3-8b",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

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