Retrieve Model

Retrieve details for a specific LongCat model, including modality, context length, and pricing. Supported on both the OpenAI and Anthropic endpoints.

GEThttps://api.longcat.chat/openai/v1/models/{model}

Authorizations

Authorizationstringheaderrequired

Authentication key, passed in the request header as Bearer YOUR_API_KEY.

default: false

Path Parameters

modelstringpathrequired

Model identifier, e.g. LongCat-2.0-Preview.

default: false

Endpoints

/openai/v1/models/{model}GEToptional

Retrieve model details on the OpenAI endpoint.

default: false
/anthropic/v1/models/{model}GEToptional

Retrieve model details on the Anthropic endpoint.

default: false