OpenAI-compatible API, prepaid with crypto

One base URL and one key for your chat client or script. Top up a balance with USDT, BTC, ETH, SOL or XMR and pay only for the tokens you use.

Create account Read the docs

$ curl https://95-211-44-204.sslip.io/v1/chat/completions \
  -H "Authorization: Bearer sk-..." \
  -H "Content-Type: application/json" \
  -d '{"model": "glm-5.3-flash-uncensored",
       "messages": [{"role": "user", "content": "Hello"}]}'
$ 

Models and prices

Model Context Input Output Cached
glm-5.3-flash-uncensored
GLM 5.3 Flash Uncensored
1M $0.16 $0.63 $0.063
LargeV2Uncensored Coming soon

USD per 1M tokens

How to start

  1. Create an account. A login and a password, nothing else.
  2. Create a top-up request. We reply with a wallet address and the exact amount.
  3. Create an API key in the cabinet.
  4. Point any OpenAI-compatible client at the base URL. Setup guides

How you pay

Each request is billed by its actual token usage, cached prompt tokens are cheaper. No subscription and no minimum spend. Streaming, tool calls and reasoning work as in the OpenAI API.