Adds Kilo Code Gateway as an OpenAI-compatible LLM provider for Agent Zero.
| Field | Value |
|---|---|
| Provider ID | kilo_code_gateway |
| Provider name | Kilo Code Gateway |
| LiteLLM provider | openai |
| API base | https://api.kilo.ai/api/gateway |
| Suggested model | anthropic/claude-sonnet-4.5 |
Install this repository as an Agent Zero community plugin, or copy the repository contents to:
/a0/usr/plugins/kilo_code_gateway/
Restart Agent Zero or reload plugin/provider configuration after installation.
- Open Agent Zero model/provider settings.
- Select Kilo Code Gateway.
- Enter your existing provider API key in the provider API-key field.
- Use model
anthropic/claude-sonnet-4.5or another compatible model exposed by the provider.
- Uses the OpenAI-compatible Kilo Code Gateway endpoint.
- Model discovery uses the conventional
/modelsendpoint.
This is an independent community plugin. It is not affiliated with, sponsored by, or endorsed by the respective model provider. Use at your own risk.
MIT License. See LICENSE.