meta-llamaVision

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

Context
164k tokens
Input / 1M tokens
$0.18
Output / 1M tokens
$0.18
Benchmark

Pricing

Input tokens$0.18 per 1M tokens
Output tokens$0.18 per 1M tokens

Technical details

Model IDmeta-llama/llama-guard-4-12b
Context window164k tokens
Input modalitiesimage, text
Output modalitiestext
TokenizerOther
Max output tokens16,384

Use with MegaBrain

import OpenAI from 'openai'

const client = new OpenAI({
  baseURL: 'https://getmegabrain.com/api/gateway/v1',
  apiKey: process.env.MEGABRAIN_API_KEY,
})

const response = await client.chat.completions.create({
  model: 'meta-llama/llama-guard-4-12b',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Meta: Llama Guard 4 12B?

Get an API key and start making requests in minutes.

Get an API key