M
1/10 official reference price · 15% total take · live in 30s
cc-switch Market

An AI token
marketplace

Buy capability as an API user. Sell capacity as a token provider. OpenAI / Anthropic compatible, transparent pricing, payout-ready earnings.

Every model is available at 1/10 of the official reference price.
Every model
1/10 official price
Public pricing
transparent settlement
Payout ready
Gate.io · ticket fallback

From an API call to provider earnings

User calls → market routes & bills → provider earns. Every cent traceable by request id.

Step 1
API user
Authorization: sk-cs-…
Step 2
M
Market
Pre-auth · billing
Step 3
R
Router
Injects X-Share-Token
Step 5
Upstream
OpenAI · Anthropic

Why use this market

Every cent on the ledger

Top-ups, spend, payouts, refunds — all traceable.

15% platform take
15%

User spend is billed at public prices; 15% goes to platform revenue and the rest is provider net income.

Billed as it streams

We tee the SSE, parse usage, charge by real tokens. No estimates.

Lock first, spend later

Tiny pre-auth before each call. No surprises, no shortfall.

Change one URL, ship

OpenAI, Anthropic, Gemini SDKs all accept this base_url.

Stuck? A human steps in

Gate.io auto first. If it stalls, file a ticket — we wire by hand.

Public pricing

10% official price · 15% total take

Easy on both sides

API users plug in; providers list. A handful of steps each.

I'm an API user

  1. 1
    Sign in & top up

    Email code login. One-time card payment via Dodo.

  2. 2
    Create an API key

    Grab a sk-cs- key in the console.

  3. 3
    Swap your base_url

    Point your SDK at the market — done.

I'm a token provider

  1. 1
    List your share

    In cc-switch, set ForSale=Yes on the share.

  2. 2
    Pick this market

    The market's email is added to the share's authorized list automatically.

  3. 3
    Earn on calls

    API user spend lands in your earnings pool, by token price.

  4. 4
    Cash out at /claim

    Gate.io payout, or open a ticket for other methods.

Example: swap the base_url and call
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
  }'

Start calling, or start selling

One endpoint for AI calls, one market for provider earnings. No password. No card.