Llama 1-7|13|33|65B
by Community
[OPT-1.3 6.7 13 30 66B](https://arxiv.org/abs/2205.01068)
OSS
Llama 1-7|13|33|65B
Added 1 June 2026
Overview
Llama is a set of open-source large language models released by Meta, ranging from 7 billion to 65 billion parameters. It provides a foundation for fine-tuning and research into language model capabilities. The models are designed to be more efficient than comparable alternatives.
Best for
Best for
Researchers and developers needing a performant, open-source language model for fine-tuning and self-hosted deployment.
Use cases
- Fine-tuning on proprietary datasets for domain-specific chatbots or assistants
- Research into few-shot learning and model scaling
- Generating text for content creation or data augmentation
Notes
Llama is a set of open-source large language models released by Meta, ranging from 7 billion to 65 billion parameters. It provides a foundation for fine-tuning and research into language model capabilities. The models are designed to be more efficient than comparable alternatives.
Use cases
- Fine-tuning on proprietary datasets for domain-specific chatbots or assistants
- Research into few-shot learning and model scaling
- Generating text for content creation or data augmentation
Pros
- Open-source license allows full access and customization
- Smaller models (7B, 13B) run on consumer hardware with quantization
- Strong performance relative to parameter count, enabling cost-effective inference
Cons
- Large variants (33B, 65B) require multiple GPUs and substantial memory
- No official API or hosted service from Meta
- Community support and documentation may be fragmented across forks
Indexed from awesome-llm and enriched against its public facts.
Pros
- Open-source license allows full access and customization
- Smaller models (7B, 13B) run on consumer hardware with quantization
- Strong performance relative to parameter count, enabling cost-effective inference
Cons
- Large variants (33B, 65B) require multiple GPUs and substantial memory
- No official API or hosted service from Meta
- Community support and documentation may be fragmented across forks
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.
FastChat
Community
An open platform for training, serving, and evaluating large language models. Release repo for Vicuna and Chatbot Arena.