Llama 3.2 11B
ActiveMultimodal 11B model from Meta supporting text and image inputs.
Overview
Llama 3.2 11B is Meta's first open-weights multimodal model in the small-mid size range, supporting both text and image inputs.
History
Llama 3.2 11B was released on 2024-09-25.
Training & availability
Weights are publicly available under the Llama 3.2 Community License license, making this an open-weight model suitable for on-prem deployment and fine-tuning.
Capabilities
-
Context window: 128K tokens.
-
Max output: 8K tokens.
-
Input modalities: text, image.
Recommended for: vision, agentic, open-source.
Quick start
Minimal example using the OpenRouter API. Copy, paste, replace the key.
from openai import OpenAI
client = OpenAI(
base_url="https://openrouter.ai/api/v1",
api_key="sk-or-...",
)
resp = client.chat.completions.create(
model="meta/llama-3-2-11b",
messages=[{"role": "user", "content": "Explain quantum computing in one sentence."}],
)
print(resp.choices[0].message.content)Cost calculator
Estimate your monthly bill. Presets are typical workload sizes.
Integrations & tooling support
- Tool calling
- Supported
- Structured outputs
- Not supported
Price vs quality
Priced low — good for high-volume tasks. Quality tier pending more benchmark coverage.
- Quality percentile
- —
- Effective price
- $0.06/1M
- Pricing breakdown
- $0.06/1M in
$0.06/1M out
Community ratings
Rate Llama 3.2 11B
Sign in to rate and review.
Comments
Sign in to leave a comment.