meta-llama/llama-guard-3-8b
Model Card
Llama Guard 3 8B is Meta's enhanced safety moderation model providing content classification in 8 languages with support for tool call safety. It detects 14 hazard categories and integrates with Llama 3.1 for comprehensive AI safety.
Context Window
N/A
tokens
Max Output
N/A
tokens
Input Cost
$0.02
per million tokens
Output Cost
$0.06
per million tokens
API Usage Example
Add Llama Guard 3 8B to your app with just a few lines of code.
No API keys, no backend, no configuration required.
<html>
<body>
<script src="https://js.puter.com/v2/"></script>
<script>
puter.ai.chat("Explain quantum computing in simple terms", {
model: "meta-llama/llama-guard-3-8b"
}).then(response => {
document.body.innerHTML = response.message.content;
});
</script>
</body>
</html>
Get started with Puter.js
Add Llama Guard 3 8B to your app without worrying about API keys or setup.
Read the Docs View Tutorials