Files
openrouter-python-sdk-retry…/docs/operations/listprovidersdata.md
T
OpenRouter SDK Bot 5ab44f08f0 feat: regenerate SDK with updated OpenAPI spec
Speakeasy regeneration with latest schema changes including
type renames and new server tool models.
2026-03-27 15:18:14 -04:00

3.4 KiB
Raw Blame History

ListProvidersData

Fields

Field Type Required Description Example
name str ✔️ Display name of the provider OpenAI
slug str ✔️ URL-friendly identifier for the provider openai
privacy_policy_url Nullable[str] ✔️ URL to the provider's privacy policy https://openai.com/privacy
terms_of_service_url OptionalNullable[str] URL to the provider's terms of service https://openai.com/terms
status_page_url OptionalNullable[str] URL to the provider's status page https://status.openai.com
headquarters OptionalNullable[operations.Headquarters] ISO 3166-1 Alpha-2 country code of the provider headquarters US
datacenters List[operations.Datacenter] ISO 3166-1 Alpha-2 country codes of the provider datacenter locations [
"US",
"IE"
]