Free · 17 OSS Models

Free LLM API.
No key. No wallet.

17 open-source models, hosted free on NVIDIA, routed through BlockRun. No key. No wallet. Six ways to call any of them.

curl
curl https://blockrun.ai/api/v1/chat/completions \
  -H "Content-Type: application/json" \
  -d '{
    "model": "nvidia/llama-4-maverick",
    "messages": [{"role": "user", "content": "Hello"}]
  }'

↑ Paste in any terminal. Returns 200 with a chat completion.

Trust / Defaults

We don't share
your data.

Your prompt goes to the AI provider you picked. Nothing else, nowhere else. No training, no retention beyond the request, no profile linking.

We don't share your data
No training, no retention beyond the request. Your prompt is forwarded only to the AI provider you select.
No accounts, no KYC
Wallet in, prompt out. Pseudonymous by default — no email, no phone number, no identity documents.
Open-source SDKs, MIT
Read the code, audit the wire format, run it yourself. @blockrun/llm and blockrun-llm on npm and PyPI.
When free isn't enough

Frontier models are
pay-per-call. Same endpoint.

Claude Opus, GPT-5.5, Gemini 2.5 Pro, Grok, Kimi — 55+ paid models on the same API. No subscription. No monthly minimum. Top up $5 in USDC and call anything.