AnyStarX Relay

Copy one key, reach every frontier model.

Relay is the AnyStarX gateway console. Create an API key, point your SDK at our base URL, and your existing OpenAI or Anthropic code keeps working — balance, usage and pricing all in one quiet place.

prepaid balance · no monthly fee · keys revocable anytime
Start here

Smoke-test with curl, or wire your agent.

OpenAI-compatible
curl https://anystarx.com/v1/chat/completions \
  -H "Authorization: Bearer sk-..." \
  -H "Content-Type: application/json" \
  -d '{
    "model": "claude-sonnet-4-5",
    "messages": [{"role": "user", "content": "Hello"}]
  }'
Why relay

Small surface, everything you actually need.

Drop-in compatible
OpenAI and Anthropic compatible endpoints. Swap the base URL, keep your code.
Transparent pricing
Per-token prices for every model, visible before you spend a cent.
Usage you can read
Daily trends, per-model breakdowns and full request logs on one dashboard.
Keys under control
Scope keys by group, cap them by quota or date, disable or revoke in one click.
Three steps

From zero to first token.

01
Sign up
Register with an email, top up a small balance or redeem a code.
02
Create a key
Pick a model group, set an optional quota, copy the key.
03
Ship a call
curl for a quick check, or follow the docs to wire Claude Code, Cursor, and friends.