v126

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-08-04957391.2 MB
Providers

List all providers

get/providers

Response

Returns a list of providers

Example response

{
  "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"
    }
  ]
}