GRGlobalRouter Docs
Console

Models and Providers / GET

Get provider health

Reads provider health status.

Endpoints

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

MethodEndpointDescription
GET/v1/modelsReads the OpenAI-compatible model list.
GET/v1/providers/healthReads provider health status.
GET/v1/providers/health

Used to show provider availability in migration scenarios. This endpoint does not expose provider-internal keys to tenants.

Back to Models and Providers endpoint list

Request parameters

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

Response fields

FieldTypeRequiredDescription
providersarrayNoProvider health status list.
providers[].idstringYesProvider ID。
providers[].statusstringYesStatus such as healthy, degraded, or unavailable.

Errors

401UNAUTHORIZED

Missing or invalid Authorization Bearer token.

403FORBIDDEN

The current API key is not allowed to call this scope or model.

429RATE_LIMITED

请求过快或异步任务队列已满,请降低并发或稍后重试。