longcat plugin for LongCat’s OpenAI-compatible endpoint.
| Property | Value |
|---|---|
| Provider | longcat |
| Auth | LONGCAT_API_KEY |
| API | OpenAI-compatible Chat Completions |
| Base URL | https://api.longcat.chat/openai |
| Model | longcat/LongCat-2.0 |
| Context | 1,048,576 tokens |
| Max output | 131,072 tokens |
| Input | Text |
Install plugin
Install the official package, then restart Gateway:Getting started
Create an API key
Sign in to the LongCat API Platform and
create a key on the API Keys
page.
longcat/LongCat-2.0 when no
primary model is already configured.
Non-interactive setup
Reasoning behavior
LongCat exposes binary thinking control. OpenClaw maps enabled thinking levels tothinking: { type: "enabled" } and /think off to
thinking: { type: "disabled" }. LongCat does not currently document
reasoning_effort, so OpenClaw does not send it.
LongCat returns reasoning in reasoning_content. OpenClaw preserves that field
when replaying assistant tool-call turns so multi-turn agent sessions retain
the provider’s expected message shape.
Pricing
The built-in catalog uses LongCat’s pay-as-you-go list prices in USD per million tokens: 0.015 cached input, and $2.95 output. LongCat may offer temporary discounts; the pricing page and your billing records are authoritative.Self-hosted LongCat-2.0
Thelongcat provider targets LongCat’s hosted API. For the open weights on
Hugging Face, serve the
model through an OpenAI-compatible runtime and use OpenClaw’s existing
vLLM or SGLang provider instead.
Keep the runtime’s exact model identifier in the self-hosted provider catalog;
do not route a local deployment through longcat/LongCat-2.0.
Troubleshooting
The key works in a shell but not in the Gateway
The key works in a shell but not in the Gateway
Daemon-managed Gateway processes do not inherit every interactive shell
variable. Put
LONGCAT_API_KEY in ~/.openclaw/.env, configure it through
onboarding, or use an approved secret reference.Requests fail with 402 or 429
Requests fail with 402 or 429
402 means the account has insufficient token quota. 429 means the API
key hit a rate limit. Check LongCat usage
and retry rate-limited requests after the provider’s backoff window.The model does not appear
The model does not appear
Run
openclaw plugins list and confirm the longcat plugin is
enabled, then run openclaw models list --provider longcat.Related
Model providers
Provider configuration, model refs, and failover behavior.
LongCat API docs
Hosted API endpoints, authentication, limits, and examples.
LongCat-2.0 model card
Architecture, deployment guidance, and model details.
Secrets
Store provider credentials without embedding plaintext in config.