Llama 2: Open Foundation and Fine-Tuned Chat Models
by Community
2023-07
OSS
Llama 2: Open Foundation and Fine-Tuned Chat Models
Added 1 June 2026
Overview
Llama 2 is an open large language model released by Meta in July 2023, available in foundation and chat-tuned variants. It provides a base for developers to build text applications, run locally, or fine-tune for custom tasks.
Best for
Best for
Teams wanting to use their own infrastructure and fine-tune a state-of-the-art open LLM
Use cases
- Fine-tuning for domain-specific text generation
- Building conversational agents with the chat-tuned variant
- Running locally for private inference tasks
Notes
Llama 2 is an open large language model released by Meta in July 2023, available in foundation and chat-tuned variants. It provides a base for developers to build text applications, run locally, or fine-tune for custom tasks.
Use cases
- Fine-tuning for domain-specific text generation
- Building conversational agents with the chat-tuned variant
- Running locally for private inference tasks
Pros
- Open weights allow full customization and local deployment
- Strong performance at time of release for a permissively licensed model
- Large community and tooling support for fine-tuning and inference
Cons
- Requires significant computational resources to run larger variants
- Not as capable as proprietary models on complex reasoning
- Licensing restrictions may still apply for certain commercial uses
Indexed from awesome-llm and enriched against its public facts.
Pros
- Open weights allow full customization and local deployment
- Strong performance at time of release for a permissively licensed model
- Large community and tooling support for fine-tuning and inference
Cons
- Requires significant computational resources to run larger variants
- Not as capable as proprietary models on complex reasoning
- Licensing restrictions may still apply for certain commercial uses
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
llama.cpp
Community
LLM inference in C/C++
vLLM
Community
A high-throughput and memory-efficient inference and serving engine for LLMs
ollama
Community
Get up and running with Kimi-K2.5, GLM-5, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
LangChain
Community
The agent engineering platform.
Dify
Community
Production-ready platform for agentic workflow development.