Your code is your account.
One 16-character fingerprint code — generated once, shown once — is the only key to your balance, your usage, and the API. Anonymous by construction, like the network it fronts.
- 01Save it now. It is displayed this once and never again.
- 02Lost code = lost account. There is no recovery, by design.
- 03Anyone holding the code holds the balance. Treat it like cash.
Codes are hashed server-side (Argon2id) — Energon never stores or logs the raw code. The same code, prefixed nrg_, is your API key. Pre-launch: the gateway is not live yet — accounts created here exist only in this browser.
Live inference opens at launch.
Open models, routed to Engy · SN53 miners.
Verified, not private — don't paste secrets.
Verified, not private — validators check which model served you; prompts are not confidential.
Open models, market pricing.
Every model below is open-weights, served by SN53 miners competing on price and latency, and verified by Engy's validators. Pricing is per 1M tokens, billed from your pay-as-you-go credit.
| Model | Context | Input · $/1M | Output · $/1M |
|---|
Per-token pricing is market-set by SN53 miners. Inference is billed in USD credit — holding $NRG is not required to use the API. ⚠ qwen3.6-35b-a3b routes across public, permissionless miners: Engy itself flags it as unsuitable for anything you're unwilling to expose. Verified ≠ private applies doubly there.
Top up. Spend per token. Stop whenever.
No subscription and no minimum — deposits convert to USD credit and drain per token. Deposit USDC, USDG or ETH on the Robinhood Chain.
Funding opens at launch — each account is issued its own deposit address, and deposits credit at market rate as USD.
| Time | Model | Tok in | Tok out | Cost |
|---|---|---|---|---|
| No usage yet — send a prompt in the playground. | ||||
Swap the base URL. Keep your code.
Standard chat completions in front of Engy's miner market. Any OpenAI-compatible SDK or tool works — set the base URL and your key, nothing else changes.
Your key is your account code with an nrg_ prefix — the same code that opens this console authorizes the API. It is never stored server-side in the clear; lose it and the account is gone.
# quickstart — OpenAI-compatible chat completions $ curl https://api.energon.ai/v1/chat/completions \ -H "Authorization: Bearer nrg_YOUR-CODE-HERE" \ -H "Content-Type: application/json" \ -d '{ "model": "deepseek-v4.1-flash", "messages": [{"role":"user","content":"hello, network"}] }' # any OpenAI SDK: base_url = the URL above · api_key = your nrg_ code
Served by Engy (Bittensor subnet 53) miners; responses are verified by the network before they count. Usage is metered per token at the rates on the Models tab.