xAI releases Grok-1, a 314-billion-parameter AI model
xAI has released the weights and architecture of `Grok-1`, a 314-billion-parameter base model trained through October 2023. It is available under Apache 2.0, but it is not a ready-to-use chatbot and requires considerable infrastructure to run.

xAI has released the weights and architecture of Grok-1, the artificial intelligence model that serves as the foundation for its Grok family. The release allows you to download and run the model under the Apache 2.0 license, an open license that permits its use, modification and redistribution with few restrictions.
Grok-1 has 314 billion parameters, the internal values a model uses to recognize patterns and generate text. It is built with a Mixture-of-Experts architecture: instead of activating the entire network for every task, it selects specific parts of the model based on the input.
Not a ready-to-use chatbot
What xAI has released is not a version prepared for conversations with users. It is the base model, the file produced during the initial training phase, without adjustments for a specific application.
Pretraining ended in October 2023. Since then, a model of this kind would normally need additional stages to follow instructions, sustain a dialogue and respond in a useful and safe way. That is why downloading Grok-1 is not the same as installing the X chatbot as the public knows it.
We are releasing the base model weights and network architecture of Grok-1, our large language model.
What you can do with the release
The release gives researchers and developers access to components that usually remain closed:
- Examine how the model is built.
- Run it on your own infrastructure, if you have the necessary hardware.
- Adapt it for experiments or specific applications.
- Compare its architecture and performance with other open models.
Its size is the main obstacle. A model with 314 billion parameters requires considerable storage and processing capacity, so it is not designed to run directly on a conventional computer. The license is open, but practical access depends on the resources available.
Usage instructions are published in the Grok repository on GitHub. xAI has also made the network architecture available alongside the weights, which matters because it allows you to study not only the model's numerical data, but also the structure that organizes it.
The news matters because Grok-1 is no longer only a technology accessible through an xAI service. It can now be analyzed and reused outside that platform. The next point to watch will be which tools and fine-tuned versions the community builds from this base model, and how much of its original capability can be used without xAI's infrastructure.