Documentation

Request an API key

Add your email and we'll send a key when Node 01 opens to new builders.

{{ submitNote }}

Quick start

Once you have a key, send requests to the Node 01 endpoint with your bearer token.

curl https://node01.solarnodes.org/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"open-model-8b","messages":[{"role":"user","content":"Hello"}]}'

Models

Node 01 serves open-weight models from 8B to 70B parameters. Capacity is prioritized to paid accounts.