GRGlobalRouter Docs
Console

Models / GET

List providers

Reads the public provider list.

Endpoints

Mobile only shows the endpoint list. View parameter details and examples on desktop.

MethodEndpointDescription
GET/api/v1/modelsReads the visible model catalog for the current request context.
GET/api/v1/models/countCounts models that match the filters.
GET/api/v1/models/{author}/{slug}/endpointsReads provider endpoints, prices, and capabilities for one model.
GET/api/v1/providersReads the public provider list.
GET/api/v1/providers

This entry point is also shown on the Models page so model filters and provider selectors can share the same data.

Back to Models endpoint list

Request parameters

No required request parameters. Authentication is read from the Authorization header.

Response fields

FieldTypeRequiredDescription
dataobject[]YesProvider list.
data[].idstringYesPublic provider ID.
data[].namestringYesDisplay name.
data[].statusstringNoCurrent public status.
data[].capabilitiesstring[]NoProvider 支持能力标签。

Notes

  • The provider list is for discovery and display; it does not guarantee the provider is routable for the current tenant.