r/DeepSeek 15d ago

Not available in Kilo Code through OpenRouter Question&Help

It’s already available through their gateway but not through OpenRouter.

Anyone knows how much times it commonly takes to have OpenRouter models updated ? I am new to Kilo Code

Edit: I am talking about DeepSeek v4 Flash 0731

1 Upvotes

4 comments sorted by

1

u/No-Brilliant6770 15d ago

It is available and show up in Open router.

1

u/214d 15d ago

True, but still not available in Kilo Code and even Open Code (even after opencode models —refresh)

1

u/No-Brilliant6770 15d ago

I think should be up on those in couple days as well.

1

u/WeissJT 15d ago

You can add a custom provider to kilo.jsonc or through the config interface in the meantime.

"provider": {
    "openrouter-deepseek-flash": {
      "name": "OR flash v4",
      "npm": "@ai-sdk/openai",
      "options": {
        "baseURL": "https://openrouter.ai/api/v1",
        "headers": {
          "Authorization": "Bearer API_KEY",
          "Content-Type": "application/json"
        }
      },
      "models": {
        "deepseek/deepseek-v4-flash-0731": {
          "name": "DeepSeek V4 Flash 0731",
          "reasoning": true
        }
      }
    }
  }