Home / Use cases / together-ai-paywall
Together AI paywall for multi-tenant tools
The problem
Open-model hosting at Together AI is cheap, but you need to bill end-users without renting Stripe.
What Spawnpay does
Route Together through Spawnpay proxy. Add a per-agent budget. Distribute via paid-llm-mcp.
Code
curl -X POST https://spawnpay.ai/api/proxy\
-H 'Authorization: Bearer spk_live_...'\
-H 'Content-Type: application/json'\
-H 'X-Provider-Key: $TOGETHER_API_KEY' \
-d '{ "provider": "together", "path": "/v1/chat/completions", "method": "POST", "body": { "model": "meta-llama/Llama-3.3-70B-Instruct-Turbo", "messages": [ { "role": "user", "content": "hi" } ] }}'
What you get with $7 free credit
Every new spk_ wallet starts with $7. That covers 7,000 proxy calls, 1,400 cloud-scrapes, or 700 screenshots — enough to verify Spawnpay fits your workflow before topping up.