GRGlobalRouter Docs
Console

Models / GET

List model endpoints

Reads provider endpoints, prices, and capabilities for one model.

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/models/{author}/{slug}/endpoints

`author` and `slug` come from the model ID path split. Applications usually fetch the model ID from the model list first, then call this endpoint to inspect available providers.

Back to Models endpoint list

Request parameters

FieldTypeRequiredDescription
authorpathYesAuthor or provider prefix from the model ID.
slugpathYesSlug segment from the model ID.

Response fields

FieldTypeRequiredDescription
data[]object[]Yesmodels可用 Provider endpoint 列表。
data[].namestringYesProvider ID 或 endpoint 名称。
data[].model_idstringYesGlobalRouter model ID.
data[].provider_namestringYesProvider 展示名称。
data[].statusstringNoProvider 当前状态。
data[].descriptionstringNoProvider description.
data[].context_lengthintegerNo该models上下文长度。
data[].pricingobjectNo该 endpoint 的价格摘要。
data[].supported_parametersstring[]NoPublic parameters supported by this model.