Endpoint
Example Request
Example Response
Response Fields
| Field | Type | Description |
|---|---|---|
data | array | List of provider objects |
data[].id | string | Provider identifier used in routing (e.g. in provider.order) |
data[].name | string | Human-readable provider name |
data[].model_count | integer | Number of models available from this provider |
data[].is_byok_supported | boolean | Whether BYOK is supported for this provider |
Notes
- Provider IDs are used in
provider.order,provider.only, andprovider.ignorefields in chat completion requests - See Provider Routing for how to use provider IDs in requests
- See BYOK for bring-your-own-key configuration