Build on Clusterbase

Ship code that answers in under a millisecond, boot full machines on demand, and hand the routine work to agents. These docs cover every surface of the platform.

Your first gateway request
$ curl https://llm.clusterbase.dev/v1/chat/completions \    -H "Authorization: Bearer $CLUSTER_API_KEY" \    -d '{      "model": "claude-opus-5",      "messages": [{"role": "user", "content": "Hello"}]    }'

Explore the docs

Start here