One API,source AI tokens globally
Quickstart
Start in four steps
From sign-in to your first request
1
Log in
Sign in with a code sent to your email.
name@email.com · 6-digit code
2
Top up credits
Fund your wallet and see the balance update.
Balance +100.00 credits
3
Create a key
Create a key for each use case with an optional limit.
sk-••••2f9a · Limit $50
4
Set base_url
Point your SDK at the gateway and start calling models.
https://hopsapi.com/v1
curl https://hopsapi.com/v1/chat/completions \
-H "Authorization: Bearer sk-YOUR_KEY" \
-H "content-type: application/json" \
-d '{"model":"gpt-5.6","max_tokens":256,
"messages":[{"role":"user","content":"Introduce yourself in one sentence."}]}'