Skip to content

TheRouter-ai/therouter-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

therouter-sdk

SDKs and helpers for integrating TheRouter's global AI access layer.

Install (basic)

Depending on the language/runtime you prefer, pick the SDK package when available.

Quickstart

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/

About

SDKs and helpers for integrating TheRouter's global AI access layer.

Topics

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors