ListProvidersData - Go SDK
ListProvidersData type definition
ListProvidersData - Go SDK
The Go SDK and docs are currently in beta. Report issues on GitHub.
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
Name | string | ✔️ | Display name of the provider | OpenAI |
Slug | string | ✔️ | URL-friendly identifier for the provider | openai |
PrivacyPolicyURL | *string | ✔️ | URL to the provider’s privacy policy | https://openai.com/privacy |
TermsOfServiceURL | optionalnullable.OptionalNullable[string] | ➖ | URL to the provider’s terms of service | https://openai.com/terms |
StatusPageURL | optionalnullable.OptionalNullable[string] | ➖ | URL to the provider’s status page | https://status.openai.com |
Headquarters | optionalnullable.OptionalNullable[operations.Headquarters] | ➖ | ISO 3166-1 Alpha-2 country code of the provider headquarters | US |
Datacenters | optionalnullable.OptionalNullable[[]operations.Datacenter] | ➖ | ISO 3166-1 Alpha-2 country codes of the provider datacenter locations | [ “US”, “IE” ] |