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 c56f4aa5d8
commit ad92181fa7
2 changed files with 199 additions and 0 deletions

View File

@@ -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