ListProvidersData - TypeScript SDK

ListProvidersData type definition

The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Example Usage

1import { ListProvidersData } from "@openrouter/sdk/models/operations";
2
3let value: ListProvidersData = {
4 name: "OpenAI",
5 slug: "openai",
6 privacyPolicyUrl: "https://openai.com/privacy",
7};

Fields

FieldTypeRequiredDescriptionExample
namestring✔️Display name of the providerOpenAI
slugstring✔️URL-friendly identifier for the provideropenai
privacyPolicyUrlstring✔️URL to the provider’s privacy policyhttps://openai.com/privacy
termsOfServiceUrlstringURL to the provider’s terms of servicehttps://openai.com/terms
statusPageUrlstringURL to the provider’s status pagehttps://status.openai.com