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 privacyPolicyUrl: "https://openai.com/privacy",6 slug: "openai",7}; Fields FieldTypeRequiredDescriptionExampledatacentersoperations.Datacenter[]➖ISO 3166-1 Alpha-2 country codes of the provider datacenter locations[“US”,“IE”]headquartersoperations.Headquarters➖ISO 3166-1 Alpha-2 country code of the provider headquartersUSnamestring✔️Display name of the providerOpenAIprivacyPolicyUrlstring✔️URL to the provider’s privacy policyhttps://openai.com/privacyslugstring✔️URL-friendly identifier for the provideropenaistatusPageUrlstring➖URL to the provider’s status pagehttps://status.openai.comtermsOfServiceUrlstring➖URL to the provider’s terms of servicehttps://openai.com/terms