chore(sync): mirror docs from openclaw/openclaw@0f4dc42767
This commit is contained in:
parent
be08981d6b
commit
573386d8c5
@ -1,5 +1,5 @@
|
||||
{
|
||||
"repository": "openclaw/openclaw",
|
||||
"sha": "1801b90460b4bb21447f4bc2d14847a06e2a8c1b",
|
||||
"syncedAt": "2026-04-22T02:05:46.446Z"
|
||||
"sha": "0f4dc42767d3b4fe05a0e1fbe51fd87117c7add1",
|
||||
"syncedAt": "2026-04-22T02:36:01.779Z"
|
||||
}
|
||||
|
||||
@ -25,10 +25,10 @@ OpenClaw uses the pi SDK to embed an AI coding agent into its messaging gateway
|
||||
|
||||
```json
|
||||
{
|
||||
"@mariozechner/pi-agent-core": "0.64.0",
|
||||
"@mariozechner/pi-ai": "0.64.0",
|
||||
"@mariozechner/pi-coding-agent": "0.64.0",
|
||||
"@mariozechner/pi-tui": "0.64.0"
|
||||
"@mariozechner/pi-agent-core": "0.68.1",
|
||||
"@mariozechner/pi-ai": "0.68.1",
|
||||
"@mariozechner/pi-coding-agent": "0.68.1",
|
||||
"@mariozechner/pi-tui": "0.68.1"
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@ -20,11 +20,23 @@ provider id `opencode-go` so upstream per-model routing stays correct.
|
||||
|
||||
## Supported models
|
||||
|
||||
| Model ref | Name |
|
||||
| -------------------------- | ------------ |
|
||||
| `opencode-go/kimi-k2.5` | Kimi K2.5 |
|
||||
| `opencode-go/glm-5` | GLM 5 |
|
||||
| `opencode-go/minimax-m2.5` | MiniMax M2.5 |
|
||||
OpenClaw sources the Go catalog from the bundled pi model registry. Run
|
||||
`openclaw models list --provider opencode-go` for the current model list.
|
||||
|
||||
As of the bundled pi catalog, the provider includes:
|
||||
|
||||
| Model ref | Name |
|
||||
| -------------------------- | --------------------- |
|
||||
| `opencode-go/glm-5` | GLM-5 |
|
||||
| `opencode-go/glm-5.1` | GLM-5.1 |
|
||||
| `opencode-go/kimi-k2.5` | Kimi K2.5 |
|
||||
| `opencode-go/kimi-k2.6` | Kimi K2.6 (3x limits) |
|
||||
| `opencode-go/mimo-v2-omni` | MiMo V2 Omni |
|
||||
| `opencode-go/mimo-v2-pro` | MiMo V2 Pro |
|
||||
| `opencode-go/minimax-m2.5` | MiniMax M2.5 |
|
||||
| `opencode-go/minimax-m2.7` | MiniMax M2.7 |
|
||||
| `opencode-go/qwen3.5-plus` | Qwen3.5 Plus |
|
||||
| `opencode-go/qwen3.6-plus` | Qwen3.6 Plus |
|
||||
|
||||
## Getting started
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user