mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-16 15:01:44 +00:00
* 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
14 lines
306 B
Markdown
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`.
|