Caricamento in corso...
Caricamento in corso...
Last synced: Today, 22:00
Technical reference for the OpenClaw framework. Real-time synchronization with the official documentation engine.
Use this file to discover all available pages before exploring further.
Kilo Gateway provides a unified API that routes requests to many models behind a single endpoint and API key. It is OpenAI-compatible, so most OpenAI SDKs work by switching the base URL.
| Property | Value |
|---|---|
| Provider | text kilocode |
| Auth | text KILOCODE_API_KEY |
| API | OpenAI-compatible |
| Base URL | text https://api.kilo.ai/api/gateway/ |
textOr set the environment variable directly: ```bash} export KILOCODE_API_KEY="<your-kilocode-api-key>" # pragma: allowlist secret ```
The default model is
kilocode/kilo/autoOpenClaw dynamically discovers available models from the Kilo Gateway at startup. Use
/models kilocodeAny model available on the gateway can be used with the
kilocode/| Model ref | Notes |
|---|---|
text kilocode/kilo/auto | Default — smart routing |
text kilocode/anthropic/claude-sonnet-4 | Anthropic via Kilo |
text kilocode/openai/gpt-5.5 | OpenAI via Kilo |
text kilocode/google/gemini-3-pro-preview | Google via Kilo |
| ...and many more | Use text /models kilocode |
json5{ env: { KILOCODE_API_KEY: "<your-kilocode-api-key>" }, // pragma: allowlist secret agents: { defaults: { model: { primary: "kilocode/kilo/auto" }, }, }, }
© 2024 TaskFlow Mirror
Powered by TaskFlow Sync Engine