Get your
free API key

Your API Key
Setup for your platform
Your key auto-fills in the code once you sign up. Copy and run.
Windows
macOS
Linux
Docker
Colab
Step 1 -- Install
Open PowerShell:
pip install httpx
Step 2 -- First call
Step 1 -- Install
Open Terminal:
pip3 install httpx
Step 2 -- First call
Step 1 -- Install
Open terminal:
pip3 install httpx
Step 2 -- First call
Dockerfile
RUN pip install httpx
In your container
Cell 1 -- Install
!pip install httpx -q
Cell 2 -- First call

⚡ Always Use CUDA Farm
Drop cudafarm_client.py in your project. Automatically routes all physics lookups through the API -- zero GPU cost.
Save as cudafarm_client.py
Then import anywhere
from cudafarm_client import farm

higgs  = farm.higgs_properties()
masses = farm.fermion_masses()
alpha  = farm.running_coupling(energy_scale=1000)
print(f"Higgs: {higgs['mass']} GeV")