Grok-1
xAI's 314B mixture-of-experts base model, open-sourced under Apache-2.0 with JAX example code.
About
Weighing in at 314B parameters, Grok-1 was one of the largest open-weight releases of 2024 when xAI published it under Apache-2.0 in March of that year. It is a mixture-of-experts transformer with 8 experts of which 2 activate per token, 64 layers, 48 query heads with 8 key-value heads, 6144-dimensional embeddings, an 8192-token context, rotary position embeddings, and a 131k-token SentencePiece tokenizer, with support for activation sharding and 8-bit quantization. The release is the raw pretraining checkpoint rather than a chat-tuned model, so it needs alignment work before conversational use. What ships is deliberately minimal: JAX example code for loading and sampling, with weights distributed via torrent and Hugging Face; the README notes that the MoE implementation favors correctness over efficiency and that running the model takes a machine with substantial GPU memory. At roughly 52k GitHub stars it drew enormous attention, and although the repository has not been touched since 2024 it remains a reference artifact for studying large MoE checkpoints, with its size keeping practical self-hosting out of reach for most users.
Reviews (0)
Leave a Review
No reviews yet. Be the first to review!
Details
- Category
- Large Language Models (LLMs)
- Price
- Free
- Platform
- Local/Desktop
- Difficulty
- Advanced (4/5)
- License
- Apache-2.0
- Added
- Jul 29, 2026
Related Tools
Lightweight open-weight LLM by Google available in 1B to 27B sizes.
Open-source code LLM family by IBM for enterprise code generation.
Open-weight LLM by Meta in 8B and 70B sizes with strong general capabilities.
High-performance open-weight MoE LLM with 671B total parameters.
Hybrid SSM-Transformer model by AI21 Labs combining Mamba with attention layers.
Open-weight code LLM trained on 2 trillion tokens of code and natural language.