Files
openclaw/extensions/longcat/README.md
Vincent Koc bf8626c0e9 feat(providers): add LongCat API support (#100501)
* fix(ai): honor provider reasoning compatibility

* feat(longcat): add hosted provider plugin

* chore(longcat): register package metadata

* docs(longcat): add provider setup guide

* docs(longcat): document self-hosted model routing

* refactor(longcat): externalize provider plugin

* chore(longcat): add npm release artifacts
2026-07-06 10:07:08 -07:00

14 lines
306 B
Markdown

# OpenClaw LongCat Provider
Official OpenClaw provider plugin for LongCat-2.0 through LongCat's hosted
OpenAI-compatible API.
Install from OpenClaw:
```bash
openclaw plugins install @openclaw/longcat-provider
openclaw gateway restart
```
Configure `LONGCAT_API_KEY`, then select `longcat/LongCat-2.0`.