Get started on Prime Intellect
Start with the Prime CLI and your coding agent. Add billing later, once you are ready to launch hosted jobs or rent compute.
Install and Sign In
Install Prime CLI
uv tool install -U primeSign in
prime loginPrepare Your Workspace
Set up workspace
prime lab setupDuring setup
Once you run setup, you will be asked which coding agent you primarily use. This will not open your agent; it just ensures the best instructions are set up locally. Press Enter to use Codex, or type your primary agent.
You will then be prompted to set up skills for any other agents you use.
Run a Quick Evaluation
Quick test
Small text task that should run end to end with Prime Inference.
prime eval run primeintellect/reverse-text -m openai/gpt-oss-20b -p prime -n 1 -r 1 -t 512 -s -AReasoning example
Single AIME problem with a higher token cap so the model can finish its answer.
prime eval run primeintellect/aime2026 -m openai/gpt-oss-20b -p prime -n 1 -r 1 -t 2048 -s -AAfter the reasoning example, choose another environment from the Environments Hub.
Hand a Task to Your Coding Agent
Pick a starting task, then paste the generated prompt:
I want to train a model for math reasoning. Start from the closest Prime starter recipe in configs/rl, run a baseline eval, then modify the existing environment or reward for this task. Keep the first change small, run another eval after training, and summarize what improved or regressed.Scale Up When You Need It
Evaluations
Benchmark models locally or on hosted infrastructure.
Training
Launch managed training runs with logs and run tracking.
On-demand GPUs
Deploy compute when local iteration is not enough.
Environments Hub
Discover, upload, and run Prime environments.