Dashboard
Your compute + network overview · auto-refreshes every 15s
Network Monitor
GPU Availability
My Usage (last 7 days)
Rent GPU
Pay by the second — cancel any time. 25% off when paying with $NEURAL.
API Keys
Use the OpenAI-compatible inference API at https://api.neuralpool.io/v1
Quick Start
from openai import OpenAI
client = OpenAI(
api_key="npool_...",
base_url="https://api.neuralpool.io/v1"
)
resp = client.chat.completions.create(
model="llama3:8b",
messages=[{"role":"user","content":"Hello!"}]
)
print(resp.choices[0].message.content)
Available Models
| Model | Context | Input | Output |
|---|---|---|---|
| llama3:8b | 8 192 | $0.10/1M | $0.10/1M |
| llama3:70b | 8 192 | $0.80/1M | $0.80/1M |
| mistral:7b | 32 768 | $0.08/1M | $0.08/1M |
| mixtral:8x7b | 32 768 | $0.45/1M | $0.45/1M |
| codellama:34b | 16 384 | $0.55/1M | $0.55/1M |
| phi3:mini | 4 096 | $0.04/1M | $0.04/1M |
Billing
Prepaid credits — unused balance never expires
Add Credits (USDC)
Transaction History
Documentation
Quickstart guides and API reference
SSH Access Guide
Billing Model
| Detail | Value |
|---|---|
| Billing granularity | Per second |
| Minimum session | 60 seconds |
| Payment | Prepaid credits (USDC or $NEURAL) |
| $NEURAL discount | 25% more compute per dollar |
| Idle instances | Billed at 50% rate (GPU reserved) |
| Data egress | Free (first 100 GB/month) |
Download Daemon
Install the NeuralPool daemon to start mining $NEURAL and serving AI jobs with your GPU.
One-liner install (Linux/macOS)
Don't have a provider ID yet? Sign up as a miner →
System Requirements
| Component | Minimum | Recommended |
|---|---|---|
| GPU | Any NVIDIA (PoW mode) | RTX 4090 24 GB (AI + PoW) |
| NVIDIA driver | 525+ | Latest stable |
| RAM | 4 GB | 32 GB |
| Storage | 20 GB free | 100 GB SSD |
| Network | 10 Mbps up/down | 1 Gbps symmetric |
| OS | Ubuntu 20.04 / Win10 / macOS 12 | Ubuntu 22.04 LTS |
| Ollama | Only for AI jobs (24 GB+ VRAM) | Auto-installed by script |
Release History
| Version | Date | Notes |
|---|---|---|
| v0.1.0 | 2026-06-01 | Genesis release — PoW mining, AI inference, validator node, auto-updater |