← AI Glossary

What Are Open-Source LLMs?

Open-source LLMs are large language models whose weights are publicly available for download, modification, and local deployment — no API keys or cloud services required.

Why Use Open-Source Models?

  • Free: No per-token API costs
  • Private: Data never leaves your machine
  • Offline: Works without internet
  • Customizable: Fine-tune on your own data
  • No rate limits: Run as many queries as your hardware allows

Top Open-Source Models (2025)

ModelParametersDeveloperBest For
Llama 38B, 70BMetaGeneral-purpose
Mistral7BMistral AIFast, efficient
Gemma 29B, 27BGoogleLightweight tasks
Phi-33.8B, 14BMicrosoftSmall & capable
Qwen 27B, 72BAlibabaMultilingual
DeepSeek V2236B (MoE)DeepSeekCoding, math

Running Open-Source Models

The easiest way to run open-source models on Mac is with Ollama:

ollama run llama3        # General chat
ollama run codellama     # Code generation
ollama run mistral       # Fast responses

Models are automatically quantized to fit in memory.

Open-Source Models in Elvean

Elvean connects to Ollama natively — all your downloaded models appear automatically. Mix local open-source models with cloud APIs in the same workspace, switching between them with @mentions.

Elvean brings all these concepts together in one native Mac app — local models, cloud APIs, agentic tools, and more.

Learn more about Elvean