/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 listRequest 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.