Beta

ministral-14b-latest

By Mistral AI

Text only: this model does not read images.

Model name for the APIministral-14b-latest
Uptime, last 3 days
1 call so far
Too few to give a percentage
Credits per reply
Not measured yet
Shown after its first replies
Replies per day of check-in
Needs a measured price

Your chats and training

Used for training unless it is switched off.

The company that answers for this model trains on prompts by default and publishes a way to turn that off.

Which company answers for a model is not published here, so this says what the policy is, not whose it is. Checked against their terms on Sep 20, 2026.

Call it through the API

Any OpenAI-compatible client works: use the address in the sample and this model name.

import requests

response = requests.post(
    "https://onomeo.com/v1/chat/completions",
    headers={"Authorization": "Bearer YOUR_API_KEY"},
    json={"model": "ministral-14b-latest", "messages": [
        {"role": "user", "content": "Hello!"}
    ]}
)
print(response.json())

Figures come from real calls made through this site. Models are served by third-party providers and may slow down or be withdrawn; this page follows those changes.