Pay for AI once.
Use it everywhere.

rNet gives you one AI credit balance that works across every connected app so you stop paying for AI access again and again.

One credit walletWorks across every appNo repeat subscriptions
The problem

AI billing is broken

You already pay for AI somewhere. Why should a different app make you pay for it again?

Upfront Token Costs

Developers pay AI token costs upfront.

Money Wasted Across Apps

users pay for AI again and again across every app they use.

AI Token Management

Developers need token usage tracking, request limits based on pricing tiers, and a credit system to recover token costs.

For developers

Build without complexity

Don't build AI billing into your app. Let users bring the credits they already have.

Build without token costs

Let users bring their own AI credits so you never pay for their API calls.

No token management

Use our AI API proxy to avoid building custom token ledgers or pricing logic.

One AI Gateway

Developers can call multiple AI models with a single unified API endpoint. View supported models.

app.py
from rnet_oauth import RNetOAuthClient, ModelClient

# 1. Initialize Clients
auth = RNetOAuthClient(client_id='...', client_secret='...', redirect_uri='...')
gemini = ModelClient("gemini-2.5-flash-lite")

# 2. Get User Tokens (OAuth2)
tokens = auth.exchange_code_for_token(code, pkce['verifier'])
access_token = tokens['access_token']

# 3. Chat using the user's AI Wallet balance
response = gemini.chat({
    "contents": [{"role": "user", "parts": [{"text": "Hello!"}]}]
}, access_token)

print(response)
For users

One balance across apps

Add credits once. Connect that same wallet inside any app that supports rNet. No separate subscription per app.

Add credits

Add balance to your central AI credit wallet.

AI OAuth Connect

Sign in securely with rNet inside any supported app.

Bring your own credits

Use the same credits across all connected AI apps.

Questions

Frequently Asked Questions

An AI credit wallet lets users purchase AI credits once and use them across any supported application. It completely replaces the need for users to manage their own OpenAI or Anthropic API keys.
API keys are complex, unsecure to share, and hard for non-technical users to manage. rNet uses a simple OAuth-style login so users can bring their own AI credits seamlessly.
Yes! That is the core benefit of rNet. Users top up their central wallet and can spend those credits in your app, or any other app in the ecosystem.
For AI usage, yes. You no longer need to build Stripe integrations, ledgers, or custom pricing tiers just to cover the cost of LLM inference.
Yes, rNet is built specifically for developers. We provide an AI API Proxy and SDKs for Node.js, Python, and Java to make integration take minutes, not weeks.
Integration is as simple as routing your AI API requests through our gateway and sending the user's rNet session token. We handle the credit deduction automatically.
Yes, it is completely free for developers to integrate rNet into their applications.
Currently, through our AI gateway, developers can call AI models listed on the models page.