Llama 3 (Local)

System RAM dependent context

Model ID

llama3-8b-instruct

Use It in Python

from openai import OpenAI

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

response = client.chat.completions.create(
    model="llama3-8b-instruct",
    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 (Jan.ai)

Rate Limit
Hardware dependent
Daily Limit
Unlimited
Monthly Limit
Free Forever (Open Source)
Get Your API Key View Jan.ai

More free models from Jan.ai