Using Llama Guard 3 8B on Cloudflare Workers AI
Implementation guide · Llama Guard · AI at Meta
Cloudflare Workers AI exposes Llama Guard 3 8B through model ID @cf/meta/llama-guard-3-8b. Use the setup steps, sourced pricing, capabilities, and official provider links below to validate this route before deployment.
Last refreshed 2026-07-09. Next refresh: weekly.
Quick Start
- 1
- 2Use the Cloudflare Workers AI SDK or REST API to call
@cf/meta/llama-guard-3-8b— see the documentation for request format. - 3
Code Examples
Pricing on Cloudflare Workers AI
| Type | Price (per 1M) |
|---|---|
| Input tokens | $0.48 |
| Output tokens | $0.03 |
Capabilities
About Llama Guard 3 8B
Llama Guard 3 8B is a specialized large language model developed by Meta for content safety classification. Fine-tuned from Llama 3.1, this 8-billion parameter model excels in moderation tasks, classifying both inputs and outputs across 14 hazard categories based on the MLCommons taxonomy. It supports multiple languages, including English, French, German, Hindi, Italian, Portuguese, Spanish, and Thai. Designed for AI engineers focusing on safe and responsible AI systems, Llama Guard 3 offers improved accuracy and reduced false positive rates in identifying unsafe content, making it a valuable tool for developing robust content moderation systems in conversational AI applications .