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.
Two sides.
One proxy in the middle.
Create a free account and choose the seller role. Takes under a minute.
Paste your API key from OpenAI, Anthropic, Grok, or Gemini. It's encrypted at rest and never exposed to buyers.
Choose a price per million tokens and a monthly supply cap. You stay in full control of how much capacity you expose.
Your listing goes live. Every buyer request through your listing earns you revenue — credited in real time to your balance.
Create a buyer account and top up via Stripe. No subscription — prepaid only, so you can't be overcharged.
Pick a listing by provider, model, price, and available supply. Purchase the token allocation you need.
You receive a single tk_live_… key that routes to whichever provider the listing uses — no extra setup.
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!"}],
)Built like infrastructure,
priced like a side project.
One proxy. Every model.
Drop-in OpenAI-compatible endpoint routes to Grok, OpenAI, Anthropic, and Gemini — no new SDK to learn.
Credentials never leave the proxy.
Seller keys are encrypted at rest, decrypted only inside the request path, and never exposed to buyers.
Token-level ledger.
Every call records input + output tokens, latency, buyer spend, and seller earnings. Reconcile in real time.
Hard capacity caps.
Sellers expose only what they want to sell. Listings decrement automatically as buyers claim allocations.
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.
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!"}],
)Marketplace at a glance.
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.