Use it with the code you already have
An OpenAI-compatible endpoint. Change the base URL, keep everything else.
- Works with the official OpenAI and Anthropic SDKs
- One line changes in your existing code
- Callable straight from a browser — no server needed
- Your first request needs nothing installed
Connection details
- Base URL (OpenAI-compatible)
- https://proxystation.co/v1
- Base URL (Anthropic SDK)
- https://proxystation.co
- Auth header
- Authorization: Bearer sk-…
3. Put it in your code
Nothing to install — this works on a machine you already have.
curl https://proxystation.co/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-XXXXXXXXXXXXXXXX" \
-d '{"model":"MODEL","messages":[{"role":"user","content":"Say hello in five words."}]}'Ready to try it?
Create an account and send a real request from your dashboard — no card, nothing to install.
Create an account