SDKs and helpers for integrating TheRouter's global AI access layer.
Depending on the language/runtime you prefer, pick the SDK package when available.
TheRouter API endpoint (base URL): https://api.therouter.ai/v1.
Example call (curl):
curl https://api.therouter.ai/v1/chat/completions \
-H "Authorization: Bearer <YOUR_ROUTER_KEY>" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek:latest",
"messages": [{"role": "user", "content": "hello"}]
}'For docs and account setup, see https://therouter.ai/docs/