Mistral (Any version)

Varies context

Model ID

mistral-nemo-instruct

Use It in Python

from openai import OpenAI

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

response = client.chat.completions.create(
    model="mistral-nemo-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 (LM Studio)

Rate Limit
Hardware limited
Daily Limit
Unlimited
Monthly Limit
Free