Llama 3.2 3B

128 000 tokens context

Model ID

llama3.2:3b

Use It in Python

from openai import OpenAI

client = OpenAI(
    base_url="http://localhost:11434",
    api_key="YOUR_API_KEY",
)

response = client.chat.completions.create(
    model="llama3.2:3b",
    messages=[{"role": "user", "content": "Hello!"}],
)
print(response.choices[0].message.content)

Don't have a key yet? See how to get one — quick registration required.

Free Tier Limits (Ollama)

Rate Limit
Hardware limited
Daily Limit
Unlimited
Monthly Limit
Free