Llama 3.2 Vision 11B (Ollama)

Community
Multimodal

Meta Llama 3.2 11B Vision served via Ollama on Replicate. Open-weights multimodal model for image captioning, document and chart reading, and visual question answering.

Try Llama 3.2 Vision 11B (Ollama) now
Send a single prompt and stream a response inline. Hit Cmd+Enter to submit.
Sign in to try this model with €5 free credits.
Sign in
Press Cmd+Enter to send
Response appears here.
TL;DRΒ·Last updated June 24, 2026

Llama 3.2 Vision 11B (Ollama) is multimodal AI model from Community, priced at €0.000 per 1M input tokens with a unknown context window.

About this model

This endpoint runs Meta's Llama 3.2 11B Vision Instruct through Ollama on Replicate. It takes a single image plus a text prompt and answers questions, describes images, reads charts and documents and performs general visual reasoning. The 11B size keeps cost low while staying usable for caption generation, alt-text, receipt and form reading and screenshot understanding. Fully open weights from Meta.
Try Llama 3.2 Vision 11B (Ollama)

0.7

Sign in to generate β€” 50 free credits on sign-up

Pricing

Price per Generation
Per generation€0.008

API Integration

Use our OpenAI-compatible API to integrate Llama 3.2 Vision 11B (Ollama) into your application.

Install
npm install railwail
JavaScript / TypeScript
import railwail from "railwail";

const rw = railwail("YOUR_API_KEY");

// Simple β€” just pass a string
const reply = await rw.run("llama-3-2-vision-11b-ollama", "Hello! What can you do?");
console.log(reply);

// With message history
const reply2 = await rw.run("llama-3-2-vision-11b-ollama", [
  { role: "system", content: "You are a helpful assistant." },
  { role: "user", content: "Explain quantum computing simply." },
]);
console.log(reply2);

// Full response with usage info
const res = await rw.chat("llama-3-2-vision-11b-ollama", [
  { role: "user", content: "Hello!" },
], { temperature: 0.7, max_tokens: 500 });
console.log(res.choices[0].message.content);
console.log(res.usage);
Specifications
Price
€0.008
Developer
Community
Category
Multimodal
Supported Formats
text
image
Tags
replicate
meta
llama
vision-understanding
open-weights
ollama

Frequently asked questions

Start using Llama 3.2 Vision 11B (Ollama) today

Get started with free credits. No credit card required. Access Llama 3.2 Vision 11B (Ollama) and 100+ other models through a single API.