TypeScript SDKAPI ReferenceOperationsListProvidersData - TypeScript SDKCopy pageListProvidersData type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { ListProvidersData } from "@openrouter/sdk/models/operations";23let value: ListProvidersData = {4 name: "OpenAI",5 slug: "openai",6 privacyPolicyUrl: "https://openai.com/privacy",7}; Fields FieldTypeRequiredDescriptionExamplenamestring✔️Display name of the providerOpenAIslugstring✔️URL-friendly identifier for the provideropenaiprivacyPolicyUrlstring✔️URL to the provider’s privacy policyhttps://openai.com/privacytermsOfServiceUrlstring➖URL to the provider’s terms of servicehttps://openai.com/termsstatusPageUrlstring➖URL to the provider’s status pagehttps://status.openai.comheadquartersoperations.Headquarters➖ISO 3166-1 Alpha-2 country code of the provider headquartersUSdatacentersoperations.Datacenter[]➖ISO 3166-1 Alpha-2 country codes of the provider datacenter locations[“US”,“IE”]