Gengxi API Developer Docs

Models

Discover model names allowed by the current API key and group configuration.

List models

bashCopy
curl https://api.gengxi.ai/v1/models \
  -H "Authorization: Bearer $GENGXI_API_KEY"

What the list means

GET /v1/models returns model names that the current API key and group configuration allow you to request. It is not a promise that every model is available to every account, and it is not described as a global real-time health list.

Models endpoint vs. Model Plaza

ResourcePurpose
GET /v1/modelsProgrammatic model discovery for the current key/group
Model PlazaPublic model availability and current pricing information
Open Models & Pricing →