Back to Models
M

Llama 3.2 11B Vision

Llama
by Meta

Cutting-edge vision-language model exceling in high-quality reasoning from images.

Free EndpointDownloadableMay 30, 2025llama license2M API calls / 30d

Specifications

Context Length
131K
131,072 tokens
Input Price
Free
per 1M tokens
Output Price
Free
per 1M tokens
Modalities
2
text→text, image+text→text

Capabilities

text generationchatvisionreasoning

Tags

image-text-retrievalvisionreasoning

API Usage

1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:

meta/llama-3.2-11b-vision-instruct
cURL
curl https://api.1router.com/v1/chat/completions \
  -H "Authorization: Bearer $ROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "meta/llama-3.2-11b-vision-instruct",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'