> ## Documentation Index
> Fetch the complete documentation index at: https://aisa.one/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Use OpenClaw with AIsa

> Configure AIsa as OpenClaw's unified LLM backend. One API key unlocks the live AIsa model catalog across OpenAI, Anthropic, Gemini, xAI, DeepSeek, Moonshot, Alibaba, MiniMax, Zhipu GLM, and ByteDance.

[OpenClaw](https://github.com/openclaw/openclaw) is an open-source AI agent platform that brings conversational AI to Telegram, Discord, Slack, Signal, iMessage, and WhatsApp. By pointing OpenClaw at AIsa's OpenAI-compatible endpoint, you can use the live AIsa model catalog without managing separate API keys or provider-specific SDKs.

<CardGroup cols={1}>
  <Card title="Use AIsa in OpenClaw" icon="screwdriver-wrench" href="/docs/guides/tutorials/use-aisa-in-openclaw">
    Edit `openclaw.json` by hand, choose your own model list, configure fallbacks, and manage auth profiles.
  </Card>
</CardGroup>

## Setup path

Use the OpenClaw setup guide when you want direct control over provider configuration, model routing, fallbacks, auth storage, and per-channel behavior.

## Available models through AIsa

| Provider      | Current count | Featured models                                                              |
| ------------- | ------------: | ---------------------------------------------------------------------------- |
| OpenAI        |             8 | `gpt-5.4`, `gpt-5.4-mini`, `gpt-5.5`                                         |
| Anthropic     |             7 | `claude-opus-4-8`, `claude-sonnet-4-5-20250929`, `claude-haiku-4-5-20251001` |
| Google Gemini |             2 | `gemini-3-pro-preview`, `gemini-3.5-flash`                                   |
| xAI           |             4 | `grok-4.3`, `grok-build-0.1`                                                 |
| DeepSeek      |             6 | `deepseek-v4-flash`, `deepseek-v4-pro`, `deepseek-r1`                        |
| Moonshot      |             3 | `kimi-k2-thinking`, `kimi-k2.5`, `kimi-k2.6`                                 |
| Alibaba       |            16 | `qwen3.7-max`, `qwen3-coder-plus`, `wan2.7-image-pro`                        |
| ByteDance     |             8 | `seed-2-0-pro-260328`, `seedream-5-0-260128`                                 |
| MiniMax       |             2 | `MiniMax-M2.5`, `MiniMax-M3`                                                 |
| Zhipu GLM     |             1 | `glm-5`                                                                      |

See the [full model catalog](/docs/guides/models) for specs and [pricing](/docs/guides/pricing/ai-model-pricing-llm-inference) for per-token rates.

## Switching models after setup

Once OpenClaw is pointed at AIsa, switching models is a one-liner in any session:

```
/model aisa/gpt-5
/model aisa/claude-opus-4-8
/model aisa/qwen3.7-max
/model aisa/deepseek-v4-flash
```

## Related

<CardGroup cols={3}>
  <Card title="Model catalog" icon="list" href="/docs/guides/models">
    Current model IDs with context windows, endpoints, capabilities, and billing notes.
  </Card>

  <Card title="Authentication" icon="key" href="/docs/guides/authentication">
    API key creation, rotation, and storage.
  </Card>

  <Card title="OpenClaw docs" icon="arrow-up-right-from-square" href="https://docs.openclaw.ai/">
    Official OpenClaw documentation.
  </Card>
</CardGroup>
