Reference
FAQ
Are these the real models?
Yes. Original provider models — no fine-tuning, no proxy swaps, no "cheaper" lookalikes. The request goes to the model whose id you named and returns its answer.
How is it different from going to the provider directly?
One account, one key and one base URL for every model at once. A single balance and usage history, two compatible surfaces (OpenAI and Anthropic), and model switching with one word in the request.
Can I pick any model in Claude Code?
Yes. Set ANTHROPIC_MODEL=<id from /v1/models> or run /model <id> right in the session. Any enabled model works, not just Claude.
Can I get a refund?
No. Payments are non-refundable: credits are charged for a service actually rendered (a processed request), deemed rendered at the moment of charge. Grounds and exceptions are set out in Terms §6.
Do I have to change my code?
No. Only the base URL and key change. Any OpenAI- or Anthropic-compatible client/SDK works as-is.
Are streaming, tools and vision supported?
Yes, natively — we pass them through as-is. The exact set depends on the chosen model (e.g. vision only on multimodal ones).
Do credits expire?
No. Credits never expire, there are no subscriptions or minimums — you pay only for the tokens you actually use.
How do I top up?
On the top-up page in your dashboard — by card or crypto. Balance and spend are shown in /v1/me and /v1/usage.