Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://openrouter.ai/api/v1/providers \ --header 'Authorization: Bearer <token>'
{ "data": [ { "datacenters": [ "US", "IE" ], "headquarters": "US", "name": "OpenAI", "privacy_policy_url": "https://openai.com/privacy", "slug": "openai", "status_page_url": "https://status.openai.com", "terms_of_service_url": "https://openai.com/terms" } ] }
API key as bearer token in Authorization header
Returns a list of providers
Show child attributes