Retrieve Model
Retrieve details for a specific LongCat model, including modality, context length, and pricing. Supported on both the OpenAI and Anthropic endpoints.
Authorizations
Path Parameters
modelstringpathrequired
Model identifier, e.g. LongCat-2.0.
Endpoints
/openai/v1/models/{model}GEToptional
Retrieve model details on the OpenAI endpoint.
/anthropic/v1/models/{model}GEToptional
Retrieve model details on the Anthropic endpoint.