Live·A marketplace for AI tokens

Move unused tokens. Use someone else's.

TokenlyPro is the marketplace where sellers list excess Grok, OpenAI, Anthropic, and Gemini capacity — and buyers pick up prepaid access through a single proxy key.

OpenAI-compatible APIStripe-funded balanceEncrypted seller credentials
Supported providers
OpenAI
Anthropic
Gemini
DeepSeek
Grok
Copilot
OpenAI
Anthropic
Gemini
DeepSeek
Grok
Copilot
OpenAI
Anthropic
Gemini
DeepSeek
Grok
Copilot
OpenAI
Anthropic
Gemini
DeepSeek
Grok
Copilot
How it works

Two sides.
One proxy in the middle.

For sellers
Monetise unused API capacity
01
Sign up as a seller

Create a free account and choose the seller role. Takes under a minute.

02
Connect your provider key

Paste your API key from OpenAI, Anthropic, Grok, or Gemini. It's encrypted at rest and never exposed to buyers.

03
Set your price and cap

Choose a price per million tokens and a monthly supply cap. You stay in full control of how much capacity you expose.

04
Publish and earn

Your listing goes live. Every buyer request through your listing earns you revenue — credited in real time to your balance.

For buyers
Get model access for a few dollars
01
Sign up and fund your balance

Create a buyer account and top up via Stripe. No subscription — prepaid only, so you can't be overcharged.

02
Browse and buy an allocation

Pick a listing by provider, model, price, and available supply. Purchase the token allocation you need.

03
Get your proxy API key

You receive a single tk_live_… key that routes to whichever provider the listing uses — no extra setup.

04
Use it in your AI tool

Point any OpenAI-compatible client at api.tokenlypro.com/v1. Works with the OpenAI SDK, LangChain, any HTTP client.

client = OpenAI(
    base_url="https://api.tokenlypro.com/v1",
    api_key="tk_live_…",  # your buyer key
)
response = client.chat.completions.create(
    model="anthropic/claude-3.5-sonnet",
    messages=[{"role":"user","content":"Hi!"}],
)
Why TokenlyPro

Built like infrastructure,
priced like a side project.

POST
api.tokenlypro.com
/v1/chat/completions
model:
openai/gpt-4oanthropic/claude-3.5grok/grok-3

One proxy. Every model.

Drop-in OpenAI-compatible endpoint routes to Grok, OpenAI, Anthropic, and Gemini — no new SDK to learn.

seller
sk-•••
proxy
enc
buyer
tk_…

Credentials never leave the proxy.

Seller keys are encrypted at rest, decrypted only inside the request path, and never exposed to buyers.

time
tokens
spend
earn
14:02:11
1,204
$0.0048
$0.0044
14:02:09
812
$0.0032
$0.0029
14:02:07
2,401
$0.0096
$0.0088
14:02:05
604
$0.0024
$0.0022

Token-level ledger.

Every call records input + output tokens, latency, buyer spend, and seller earnings. Reconcile in real time.

Listing A — 100M cap82%
Listing B — 50M cap44%
Listing C — 25M cap18%

Hard capacity caps.

Sellers expose only what they want to sell. Listings decrement automatically as buyers claim allocations.

For developers

Change two lines.
Ship to every model.

The TokenlyPro proxy is wire-compatible with the OpenAI SDK. Point the base URL at our endpoint, swap in your buyer key, and you have routed access to every listed provider.

quickstart.py
from openai import OpenAI

client = OpenAI(
    base_url="https://api.tokenlypro.com/v1",
    api_key="tk_live_…",
)

response = client.chat.completions.create(
    model="anthropic/claude-3.5-sonnet",
    messages=[{"role": "user", "content": "Hi!"}],
)
By the numbers

Marketplace at a glance.

0
01
Model providers
Grok, OpenAI, Anthropic, Gemini — all behind one proxy.
0+
02
Routed model families
From Llama and Mixtral to Claude, GPT-4o, and Gemini Pro.
0%
03
Prepaid balance
Stripe-funded top-ups. No surprise invoices, ever.
0
04
Subscriptions to manage
Pay only for the tokens you allocate from a listing.

Start balancing supply
and demand.

List excess capacity if you have it. Buy prepaid access if you need it. Either way, you're running through the same encrypted proxy in minutes.

TokenlyPro — The marketplace for AI tokens