Skip to content

Commit 076b1ea

Browse files
Poe Code Agentkamilio
authored andcommitted
feat(kimi): add Kimi-K2.5-FW free reasoning model
Adds kimi-k2.5-fw (Kimi-K2.5-FW on Poe) as a selectable model for the Kimi provider. This free reasoning model is available at poe.com/Kimi-K2.5-FW. Closes #158
1 parent 9c5a3c7 commit 076b1ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/cli/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export const DEFAULT_CODEX_MODEL = CODEX_MODELS[0];
4848
export const KIMI_MODELS = [
4949
"novitaai/kimi-k2.5",
5050
"novitaai/kimi-k2-thinking",
51+
"novitaai/kimi-k2.5-fw",
5152
] as const;
5253
export const DEFAULT_KIMI_MODEL = KIMI_MODELS[0];
5354

0 commit comments

Comments
 (0)