01
Get your API Key
Create a developer account and generate your production-grade key in seconds. No credit card required to start building.
02
Choose your model
Browse the model catalog. Swap providers by changing a single parameter in your request. Zero friction integration.
03
Send your request
Use our standardized JSON format. Scale from prototype to global production with our resilient gateway.
hober-shell — bash
1
curl https://api.hober.xyz/v1/chat \
2
-H "Authorization: Bearer $HOBER_KEY" \
3
-H "Content-Type: application/json" \
4
-d '{
5
"model": "anthropic/claude-3-opus",
6
"messages": [{"role": "user", "content": "Hello world!"}]
7
}'
Response: 200 OK — 142ms
Gateway Status: Optimal Routing Active