Self-hosted H100 cluster serving frontier open models. OpenAI-compatible API. Zero cost during beta.
Real-time GPU pool status from our H100 cluster · updated …
Everything you need to build and ship LLM-powered applications
Our own H100 cluster. No cloud markup, no rate limits from third parties. Full control over serving, caching, and routing.
Point your existing OpenAI client at our base_url. No code changes required. Works with Claude Code, Cursor, and any OpenAI-compatible tool.
Qwen 3.8-27B for speed and quality. GPT-OSS 120B for deep reasoning. Uncensored for research flexibility.
Real-time infrastructure status. See GPU utilization, VRAM, latency, and concurrent sessions. Full transparency.
Native function calling with precise tool selection. Multi-tool orchestration verified at 100% accuracy.
No credit card. No cost. We're burning our ACCESS allocation to give the research community free inference.
Frontier open models behind a single unified API
| Model | Context | Strength | Status |
|---|---|---|---|
| qwen-3.8-27b | 131K | Coding, tools, fast inference | ● Live |
| gpt-oss-120b | 131K | Deep reasoning, analysis | ● Live |
| qwen-72b | 131K | Higher quality coding | ◐ Coming Soon |
From zero to inference in under 2 minutes
Create a free account with your email. No credit card needed.
Generate a key from your dashboard in one click.
Use any OpenAI-compatible client. Just change the base URL.
curl AwayUse the same client libraries you already know
# Works with any OpenAI-compatible client curl https://token-factory-3g0.pages.dev/v1/chat/completions \ -H "Authorization: Bearer $TOKEN_FACTORY_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "qwen-3.8-27b", "messages": [{"role": "user", "content": "Hello!"}] }'