[FEATURE]: Add Kilo as a native provider #9419

Open
opened 2026-02-16 18:12:24 -05:00 by yindo · 0 comments
Owner

Originally created by @Nomadcxx on GitHub (Feb 15, 2026).

Originally assigned to: @thdxr on GitHub.

Kilo (kilo.ai) is an AI coding platform whose gateway API is OpenAI-compatible. It'd be great to have it as a built-in provider so users can select it from the provider list and have models auto-populate — same experience as anthropic, openai, etc.

Their gateway sits at api.kilo.ai/api/gateway and exposes a /models endpoint that returns the full catalog (~346 models across anthropic, openai, google, etc). Since it's OpenAI-compatible, the implementation is mostly wiring up model discovery and auth rather than a new SDK.

There's growing interest in Kilo support across the ecosystem (simple-icons, Unity-MCP, splitrail, etc), and having native support in opencode would let Kilo subscribers use it without manual opencode.json editing.

Originally created by @Nomadcxx on GitHub (Feb 15, 2026). Originally assigned to: @thdxr on GitHub. Kilo (kilo.ai) is an AI coding platform whose gateway API is OpenAI-compatible. It'd be great to have it as a built-in provider so users can select it from the provider list and have models auto-populate — same experience as anthropic, openai, etc. Their gateway sits at `api.kilo.ai/api/gateway` and exposes a `/models` endpoint that returns the full catalog (~346 models across anthropic, openai, google, etc). Since it's OpenAI-compatible, the implementation is mostly wiring up model discovery and auth rather than a new SDK. There's growing interest in Kilo support across the ecosystem (simple-icons, Unity-MCP, splitrail, etc), and having native support in opencode would let Kilo subscribers use it without manual `opencode.json` editing.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9419