Every cent on the ledger
Top-ups, spend, payouts, refunds — all traceable.
Buy capability as an API user. Sell capacity as a token provider. OpenAI / Anthropic compatible, transparent pricing, payout-ready earnings.
User calls → market routes & bills → provider earns. Every cent traceable by request id.
Top-ups, spend, payouts, refunds — all traceable.
User spend is billed at public prices; 15% goes to platform revenue and the rest is provider net income.
We tee the SSE, parse usage, charge by real tokens. No estimates.
Tiny pre-auth before each call. No surprises, no shortfall.
OpenAI, Anthropic, Gemini SDKs all accept this base_url.
Gate.io auto first. If it stalls, file a ticket — we wire by hand.
API users plug in; providers list. A handful of steps each.
Email code login. One-time card payment via Dodo.
Grab a sk-cs- key in the console.
Point your SDK at the market — done.
In cc-switch, set ForSale=Yes on the share.
The market's email is added to the share's authorized list automatically.
API user spend lands in your earnings pool, by token price.
Gate.io payout, or open a ticket for other methods.
curl https://your-market.example.com/v1/messages \
-H "x-api-key: sk-cs-..." \
-H "anthropic-version: 2023-06-01" \
-H "content-type: application/json" \
-d '{
"model": "claude-opus-4-7",
"max_tokens": 1024,
"messages": [{"role":"user","content":"hello"}],
"stream": true
}'One endpoint for AI calls, one market for provider earnings. No password. No card.