Quick start
From sign-up to first request in 5 minutes.
OpenAI compatible
Use the official OpenAI SDK. Just swap the
base_url.Dozens of models
OpenAI, Anthropic Claude, Google Gemini, xAI Grok, DeepSeek, Zhipu GLM, MiniMax, Alibaba Qwen, Xiaomi MiMo and more.
Support
[email protected] — questions about anything.
What is RuAPI
RuAPI gives you access to the world’s leading AI models through one key. One API key, one OpenAI-compatible SDK, one USDT balance — and you work with dozens of models from different providers without opening an account at each of them. At a glance:- Protocols: OpenAI-compatible (
base_url https://www.ruapi.ai/v1) and native Anthropic (https://www.ruapi.ai, without/v1). - Payment: USDT or USDC — TRC20 / BEP20 / Polygon networks, $5 minimum. No bank card needed — though you can also pay by Visa / Mastercard.
- Providers: OpenAI, Anthropic Claude, Google Gemini, xAI Grok, DeepSeek, Zhipu GLM, MiniMax, Alibaba Qwen, Xiaomi MiMo and others — one key for all.
- Who it’s for: developers and teams in Russia and the CIS; access without a VPN.
Who is it for
- Developers in regions where bank cards are blocked or unreliable for foreign AI services.
- Teams that need multiple models in one project — separate accounts at each vendor become a chore.
- Researchers who want to quickly compare Claude / GPT / Gemini answers on the same prompt.
How it works
1
Sign up
Create an account on www.ruapi.ai with email and password.
2
Top up
Send USDT or USDC via TRC20, BEP20 or Polygon — your balance updates automatically once the transaction is confirmed.
3
API key
In the Tokens section, generate an API key (starts with
sk-...) and copy it.4
First request
Set
base_url=https://www.ruapi.ai/v1 in your OpenAI SDK and call any supported model.
For Anthropic (Claude Code) the address is without /v1: see Base URL.