SDK Reference (BETA)TypeScript SDKOperationsListProvidersData - TypeScript SDKCopy pageListProvidersData type definition The 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.com