Mistral Large 2

The Open-Source European AI

128K Context Open Source Code Generation 80+ Languages
MODEL AVAILABLE
🔒

Privacy First

Run locally on your own infrastructure

💻

Code Expert

Strong performance in 80+ languages

Fast & Efficient

Optimized for speed and accuracy

📚

128K Context

Extended context window for documents

Strengths

API Endpoint (via Ollama)

https://ollama.tools.plimlab.ch

Pull Mistral Model

curl https://ollama.tools.plimlab.ch/api/pull -d '{"name": "mistral"}'

Downloads the Mistral model to the server

Generate Text

curl https://ollama.tools.plimlab.ch/api/generate -d '{ "model": "mistral", "prompt": "Write a Python function to calculate fibonacci numbers" }'

Chat Completion

curl https://ollama.tools.plimlab.ch/api/chat -d '{ "model": "mistral", "messages": [ {"role": "user", "content": "Explain quantum computing in simple terms"} ] }'
Note: Mistral Large 2 is not yet as fluent in creative or emotional writing as Claude or ChatGPT. Use it when you care about privacy, independence, and running AI your own way.
Documentation Ollama API Use in Langflow Back to Tools