Docs
Ambient docs
Ambient Documentation
Quickstarts, API guides, and node setup for the verified-inference network, generated from live sources.
Start here
Make your first call
Full quickstart# max_tokens caps reasoning + answer — reasoning models need headroom
curl https://api.ambient.xyz/v1/chat/completions \
-H "Authorization: Bearer $AMBIENT_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "ambient/large",
"messages": [{"role": "user", "content": "Say hello from Ambient."}],
"max_tokens": 512
}'
Browse the docs
Get started
Keys, first requests, and what comes back.
3 pagesBuild
OpenAI- and Anthropic-compatible APIs, SDKs, and errors.
21 pagesUse Ambient
The web app at app.ambient.xyz and Ambient Desktop.
25 pagesLearn
The network, Proof of Logits, and how requests flow.
6 pagesRun a node
GPU onboarding waves and the Mini Miner roadmap.
2 pagesEnterprise
Verified inference for organizations.
1 pageResources
Changelog and reference material.
2 pages