cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/hyper-ai/providers \ --header 'Authorization: Bearer <token>'
{ "providers": [ { "id": "<string>", "models": [ "<string>" ], "name": "<string>", "requires_api_key": true, "base_url": "<string>" } ] }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Configured LLM providers
Provider catalogue.
Show child attributes
Was this page helpful?