Skip to main content
GET
/
providers
List all providers
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key as bearer token in Authorization header

Response

Returns a list of providers

data
object[]
required