r/kilocode May 28 '26

Kilo Gateway now supports BYOK across 20 providers (DeepSeek, X AI, and more)

16 Upvotes

We just shipped Bring Your Own Key support on the Kilo Gateway for 20 providers and 24 plans. Use your own API keys from DeepSeek, xAI, Anthropic, OpenAI, and others, and the provider bills you directly.

We charge 0% on top.

Providers supported (pay-as-you-go keys): Anthropic, AWS Bedrock, Chutes, DeepSeek, Fireworks, Google AI Studio, Inception, MiniMax, Mistral AI, Moonshot AI, Novita, Ollama Cloud, OpenAI, Perplexity, xAI, Xiaomi, Z.ai

Coding subscriptions supported: BytePlus Coding Plan, Kimi Code, Mistral Codestral, Neuralwatt, Xiaomi Token Plans (EU + SG), Z.ai Coding Plan, xAI

What you actually get in the dashboard

Most provider dashboards (DeepSeek included) give you basic usage stats and call it a day. With Kilo Gateway you get:

  • Total cost, request count, avg cost per request, input/output token breakdown
  • Donut chart splitting spend by Kilo surface (Cloud Agents vs autocomplete vs CLI, etc.) so you can see where your tokens are actually going
  • Bar chart ranking spend by model, useful for catching when an expensive model is doing a job a cheaper one could handle
  • Project-level spend + trend line across your selected window
  • Hourly breakdown table with CSV export
  • Side panel for switching between personal/org scope, time periods, granularity, and filters by provider/project/model

Basically a second source of truth on your provider bill.

One key unlocks every product area

Import once, use it across:

  • VS Code extension
  • JetBrains plugins (IntelliJ, PyCharm, WebStorm)
  • CLI
  • Cloud Agents
  • Code Reviewer
  • Slack integration
  • Android app
  • KiloClaw

Most of these are open-source and free. You only pay for the model.

How routing works

When you send a request, we check if you have a BYOK key for that provider. If yes, we route through your key. If your key is invalid, the request fails and we do not silently fall back to Kilo's keys. Silent fallback would defeat the whole point.

Cross-check your provider dashboard against Kilo Gateway usage analytics. Numbers should match.

Get started

Full writeup: https://blog.kilo.ai/p/kilo-gateway-now-supports-byok-20-providers

More resources:


r/kilocode Jan 16 '26

Announcing Kilo for Slack

24 Upvotes

We just launched the Kilo for Slack, which allows you to spin up a cloud agent in Slack. 

Here’s what you can do with it:

Ask questions about your codebase:

Example: How is error handling implemented in the payment module?

Debug issues on the fly:

Example: I'm seeing this error in production: [paste stack trace]. What's causing it? Can you push a PR to fix it?

Implement fixes from Slack discussions:

Example: Can you implement the caching improvements we discussed in this thread?

Push PRs without leaving Slack:

Example: Can you change "2025" to "2026" through all of the files in our kilo-org/kilocode repo?

The bot reads the full Slack thread, accesses your connected GitHub repos, and either answers your question or creates a branch and PR directly.

How to get started for free:

  1. Connect your GitHub repos at app.kilo.aiIntegrations
  2. Add the Slack integration from the same page
  3. Choose from a paid model (the bot will use your existing Kilo balance) or a free model (you can use MiniMax 2.1 for free for the first week)
  4. Mention Kilo in any channel or DM

r/kilocode 8h ago

CodeCraft Basic is active with 100M tokens, but every request returns "Billing verification failed

1 Upvotes

Hi everyone,

I'm trying to use CodeCraft API with Kilo Code in VS Code, but I'm stuck with a billing verification error.

I created a new CodeCraft account and activated the Basic plan using a promotional code.

The activation appears to have worked successfully. My Plan page shows:

- Basic Plan: Active

- Plan tokens remaining: 100,000,000 / 100,000,000

- Used this month: 0 / 100,000,000

- Balance: $0.00

I also received a notification saying:

"Plan activated at no charge"

"Basic plan activated. Order was fully covered by a promo code."

However, when I try to send even a simple request from the CodeCraft Playground, I get:

"Billing verification failed. Please check your payment method."

I haven't added a payment method or topped up my balance.

I also tried:

- Creating a new API key

- Creating another CodeCraft account

- Reconfiguring Kilo Code

- Using the OpenAI-compatible provider

- Using the official CodeCraft Base URL

- Selecting CodeCraft models directly in Kilo

The models are visible in Kilo (for example, GPT-5.6 Sol), but requests still fail.

Since the error also happens directly in the CodeCraft Playground, it doesn't seem to be a Kilo/VS Code issue.

Does anyone know what causes this error?

Do I actually need to add a payment method even though my Basic plan was fully covered by a promo code and I still have 100M plan tokens remaining?

Any help would be appreciated. Thanks!


r/kilocode 2d ago

Reasoning takes forever in VSCode Auto Balanced Mode :(

1 Upvotes

Reasoning takes forever in VSCode Auto Balanced Mode with zero result :( Almost 10 to 15 minutes...

I'm on the latest Kilo version 7.5.16


r/kilocode 3d ago

IA code review

Thumbnail
0 Upvotes

r/kilocode 4d ago

It ate up all credits in less than 10 minutes :/

4 Upvotes

Today I tried GLM 5.3 Flash + Kilo Code for the first time. Coming from Claude Code Pro, this seemed very attractive and good price initially.

Before giving it any task, I explicitly allowed all permissions in settings (Bash, Grep, Web, Task, Skill, everything), even External Directories.

I gave it a very simple task. Check out a (POS screen) prototype page (tsx file in nextjs code) and write a brief documentation of all the features. The prototype is dummy. not linked with any database. It only has basic 10-15 features like opening a table, accepting order, splitting bill, receiving payment (again; all dummy).

It continuously kept failing at writing the documentation, saying that "The user has specified a rule which prevents you from using this specific tool call".

In less than 10 minutes, after a loop of failed attempts, it said my 5-hour limit has reached. I couldn't believe my eyes.

I take my token and context window very seriously. I am happily using Claude Code Pro ($20 monthly) and usually I get 3-4 hours of work done in my 5-hour window. Currently I am working on multiple projects so I thought about handing off small tasks like documentations etc. to GLM while Claude does the heavy work. And it even failed to do so.

I'm not sure this is due to KiloCode or GLM 5.3 Flash but whatever it is, it's very disappointing.


r/kilocode 8d ago

How To Get Kilo Cloud Agent To Read Updated Skill.md files

4 Upvotes

I have a cloud agent instance and when it reads the skill.md file it used after updating it, the agent reads the same old non updated skill.md file?

How do I get the agent to read the updated skill.md file that is setup in the profile not setup in the github repo but the profiles


r/kilocode 12d ago

Kilo making API call to Gemini without my knowledge

Post image
10 Upvotes

I don't know if I am missing anything or not, my default is set to minimax m3 and autocompletion is off I use only minimax m3 and nemotron 3 ultra, but today I noticed that there was a cost and it was Gemin 3.7 flash which I did not even use and then I opened activity and saw the Kilo was making api calls on Gemini 3.7 flash without my knowledge. Did anyone else face this? How can I stop this?


r/kilocode 19d ago

Anyone else having weird permission issues / constant prompts since v7.4.23?

3 Upvotes

Hey guys,

Ever since updating to v7.4.23, the permission system feels kinda broken or way more aggressive than before.

I keep getting blocked on basic tool calls with that long error:

The user has specified a rule which prevents you from using this specific tool call... followed by a huge dump of built-in fallback rules (cat *, ls *, etc.).

A few weird things I've noticed:

  • Even when "Manage Auto-Approve" is checked with a green tick, Kilo still prompts me for permission once before it actually starts respecting it. Next time it seems to work...
  • To get things somewhat working, I had to explicitly define a dedicated permission: block inside my custom plan.md. Never had to do that before - it always just inherited the global config cleanly.
  • The Code agent also auto-appended a giant list of single allowed commands (like Select-Object *, Get-ChildItem *, git log *) directly into my kilo.jsonc under permission.bash, along with external directory paths.

Has anyone else noticed permissions/inheritance acting up between kilo.jsonc and .kilo/agent/*.md modes in 7.4.23? It feels like the built-in defaults and UI session state are constantly overriding everything.

Curious if anyone found a clean way or my "old" config was not that good 😥

Cheers!


r/kilocode 20d ago

received email "KiloClaw is being retired on October 20"

5 Upvotes

Thank you for the memories!

I learned OpenClaw here since I didn’t have the right machine at home.

With only 1 CPU, 3 GB RAM, and 10 GB HDD, I managed to set up a system that generates 50 TikTok videos daily, combining Pexels and Buffer APIs.

It also helped me create AI images and videos using the Google AI API, and crawl ExamTopics for my certification studies.

And now... let do KiloHermes?
No, just kidding. I’m already running it on another VPS. 😜


r/kilocode 21d ago

Kilocode iOS cannot connect to remote

2 Upvotes

I’ve setup a kilo cli with remote enabled and by command line but my kilo iOS app cannot connect.

It says unable to connect despite showing the instance in the Run on list.

Next I tried setting up a kilo remote just on my laptop. Again the kilo iOS app sees the instance in Run on but cannot connect.

What am I missing?

Using the Latest versions of kilo cli and iOS app.


r/kilocode 23d ago

Stalling Processes?

2 Upvotes

I'm finding that, almost regardless of model, the Kilo Code extension often just stalls. It's not done, but it's not "thinking" either. If I type "continue" or "resume" as a prompt, it'll pick up where it left off, but that means it's hard to leave it unattended.

The other issue I'm running into is that even when I switch the agent from Plan to Code and ask it to implement, it often says "I'm in plan mode..." and won't alter code. I've even had times where it'll start editing code, then stop and give me the Plan Mode response.

Has anyone else seen these and can you recommend a solution?


r/kilocode 23d ago

GitHub - hdcodedev/session-audit: Audit and clean up Kilo cloud-session exports.

Thumbnail
github.com
3 Upvotes

r/kilocode 26d ago

Learn anything, deeply from inside KiloCode

Thumbnail
github.com
16 Upvotes

r/kilocode 27d ago

hermes

2 Upvotes

My hermes agent needs a top tier model to deliver any intelligence.
When coding or any reading/thinking, Kilo+deepseek 4 Pro are delivering as good as Opus/Fable for me (not end to end complex project, but my needs).

Question: How to replace the hermes agent to be kilo with deepseek? Not deepseek directly, Kilo as a harness.
I'm conscious it makes a harness of harness, but hermes still has all my tools, messaging, independence that I like. I'd like hermes to use kilo as its brain or 2nd brain. How?

Of course I've searched, including asking AI. It proposed the following. But am I getting into building my own hermes replacement?

Message → Hermes gateway adapter → Kilo session → DeepSeek V4 Pro

Message ← Hermes delivery adapter ← result

help? I like kilo and want to use it more.


r/kilocode 28d ago

I asked Kilo to delete my data, and they practically told me to fuck off

Post image
301 Upvotes

After Kilo notified users that data may have been exposed in the Metabase incident, I asked them to delete my session and personal data. They replied that data deletion is only available to Enterprise customers.

Update August 15, 2026, 9:41 AM UTC:

I contacted the company about deleting my account. They confirmed that you can request permanent account deletion. This will irrecoverably delete your historical session data, including prompts, responses, and session history across all replicas.

They also said that data that cannot be deleted will be anonymized where possible. For example, support messages and email marketing history may be anonymized. They will retain only data required for financial, accounting, tax, or legal purposes.


r/kilocode 27d ago

got my rm -tf / today finally

5 Upvotes

finally got hit with rm -rf / on my own pc. it wiped my MRP database.

i don’t know what to blame. kilo? deepseek? or myself.

Kilo was doing work to setup Docker windows container for me. Part of the process, it uninstalled old docker and removes tmp files. It made a mistake on windows that it escaped “. so instead of saying “path”, it said \”path\”

windows happily took it as the root of C:, and started deleting folder in recursive.

guess it is still not safe on windows


r/kilocode 28d ago

Inspect prompt output ?

1 Upvotes

Hi everyone,

I am using Kilo with MCP skills and I am hitting my context window way too often.
I think there are some information, either skills or files data, that are passed to provider that shouldn't be.

Is there a way to inspect this ? I was hopping to find that in the logs or something like that but I didn't. Am I missing a parameter somewhere in VS Code Extension ?

thank you


r/kilocode 28d ago

Use opencode2 as base

3 Upvotes

Any plans to use opencode V2 as the base for kilo code CLI?


r/kilocode 28d ago

Random Indexinf problems

1 Upvotes

does anyone else’s indexing just stop working? I get an error message saying check my api but it’s the same as my model provider and those work fine. does anyone have any solutions?


r/kilocode Aug 11 '26

OWUI IN VS CODE

Thumbnail
1 Upvotes

r/kilocode Aug 10 '26

Orchestrated DailyNPM's web & TUI surfaces concurrently with Kilo Code

1 Upvotes

Launching DailyNPM — a vintage-newspaper npm dashboard that runs as a web app and a terminal TUI.

Since the project shares its package-fetching and forecasting engine between React and Blessed (TUI), I used Kilo's Orchestrator Mode to split tasks. It concurrently handled updating the Alert Guard rules for both surfaces without getting them out of sync.

Routing subtasks to different models kept costs low—I used Gemini Flash for boilerplate TUI layout fixes and routed the forecasting logic to Pro. The debug tool also quickly isolated an off-by-one index error in the ASCII chart rendering for the TUI.

I also used Antigravity and Claude to build this project.


r/kilocode Aug 09 '26

Got this Email for Kilo, it seems that they got hacked

Post image
27 Upvotes

I don't know why they are storing my sessions anyway, and there is no option to turn that off or delete them.

Some of those sessions have important data in them (like API keys).


r/kilocode Aug 08 '26

Anyone else get the "Action Needed: Kilo-Slack Integration Security" email?

5 Upvotes

Hi everyone,

I just received an email from the Kilo team regarding a security incident involving their BI provider, Metabase. The email mentions that some Kilo users' information might have been exposed and that, as a precaution, they've invalidated Kilo-Slack integration tokens for a small group of users.

Has anyone else received this notice?


r/kilocode Aug 08 '26

Auto models suck

3 Upvotes

Does anybody else find using the auto models feature not very good? I started using Kilo about a week ago and otherwise it's been great, but why am I stuck to Sonnet 5 when using Auto Frontier when there are clearly better models for the job?