feat: add Kilo as a native provider (#13765)

This commit is contained in:
RAMA
2026-02-18 10:52:21 +11:00
committed by GitHub
parent 670e4a22bc
commit d82e1bf458
2 changed files with 199 additions and 0 deletions
@@ -578,6 +578,18 @@ export namespace Provider {
},
}
},
kilo: async () => {
return {
autoload: true,
options: {
baseURL: "https://api.kilo.ai/api/gateway",
headers: {
"HTTP-Referer": "https://opencode.ai/",
"X-Title": "opencode",
},
},
}
},
}
export const Model = z