Own your Qwen3.8-27B endpoint.
Zero data retention.

GLM-5.2
Qwen3.8-27B is as smart, faster, and cheaper — on a server that is only yours.
up to 1M context
47–160 tok/s
zero data retention
per-second billing

Your agent is a whale. Per-token pricing is built for sardines.

Here's the story every heavy agent user lives — and the math that decides who wins.

1

Your agent re-reads everything, every turn.

A coding agent doesn't send a short question. It sends the whole conversation, the whole file, the whole plan — again, on every single turn. One prompt into an existing conversation at 1M context is already more than 100,000 input tokens. Ten turns an hour is a million tokens an hour. A serious setup — several agents, long horizons, big repos — runs 10 million tokens an hour, all day, every day.

2

Per-token APIs bill that whale at sardine prices… per sardine.

At 10M input tokens an hour, GLM-5.2's meter reads $14/hr. Kimi K3 reads $30/hr. And that's before output. The more your agent works, the more you pay — linearly, forever. The per-token model was built for people who ask one question and walk away. It is the exact opposite of what you are.

3

On a dedicated endpoint, the tokens are free.

You pay for the hour, not the tokens. 10M tokens an hour? 100M? 1 billion tokens an hour, per user, and that's fine. The meter doesn't care. Your server runs only your traffic, at 47–160 tok/s, with up to 1M of context — and the price is the same whether your agent is idle or overflowing it. Heavy use is not a penalty here. It's the point.

4

And nothing you send is kept.

Your endpoint is dedicated to you. Your prompts, your code, your context — zero data retention. No training on your work, no logs of your conversations, no shared anything. The server is yours for the hour; when it stops, it's gone.

Pricing

Prepaid credits. $10 minimum. Your server auto-stops after your configured idle time (default 15 min, you can change it) and when credits run out — you only pay while your agent works. A new server takes up to 10 minutes to deploy. Per-second billing, no egress fees.

SKUCapacitySpeedVisionPrice

"Concurrent users" = concurrent in-flight generations (max-num-seqs), not unique humans. Micro uses 2-bit mixed precision: the model is verbose and ~2× slower — great for short tasks, wrong tool for long-horizon work.

What would your agent cost?

Enter your workload. The defaults are a heavy setup: 100 turns an hour at 100K context — 10M input tokens an hour. That's what a real agent farm looks like. Now watch what per-token pricing does to it.

3 lines. Any agent.

Every major coding tool speaks OpenAI-compatible. Swap the base URL, paste your key, done.

curl

curl https://notoken.cloud/v1/chat/completions \
  -H "Authorization: Bearer $TNT_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"qwen3.8-27b","messages":[{"role":"user","content":"Hello"}]}'

Claude Code / Cline / Cursor / Aider / OpenCode

base_url:  https://notoken.cloud/v1
api_key:   tnt-...          (from your dashboard)
model:     qwen3.8-27b

API keys label your tasks (see what each key is doing in the dashboard). They don't limit concurrency — that's your SKU's max-num-seqs.

Every server ships with

Web chat UI

ChatGPT-style interface. Talk to the GPU model or the CPU model — your pick, per conversation.

PDF reading

Feed the model documents directly. Pairs with 1M context for whole-report work.

Web search while it works

Built-in DuckDuckGo-weight search, or bring your own search-engine key (BYOK). Your agent researches while it codes.

Vision on every SKU

Full mmproj on Fast and Team; on Solo, Lite and Micro a smaller vision model runs in server CPU RAM. Screenshots and diagrams in, every tier.

Auto-stop, your rules

Your server stops after your configured idle time (default 15 min — you can change it in the dashboard) or when credits hit zero (60s grace, in-flight generation finishes). New servers take up to 10 minutes to deploy. You pay only while it works.

AI support, 24/7

Our support is an AI — on this site and in your dashboard. Powered by the same model you're buying.

Questions? Ask our AI

Pricing, setup, benchmarks, edge cases. It knows the product because it is the product.

Hi! Ask me anything about noTOKEN.cloud — SKUs, pricing, setup, benchmarks.

The noTOKEN.cloud newsletter

New SKUs, new model drops, pricing changes, and the occasional benchmark we're proud of. No spam — unsubscribe anytime.