Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions lib/ai/models.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const DEFAULT_CHAT_MODEL = "moonshotai/kimi-k2-0905";
export const DEFAULT_CHAT_MODEL = "moonshotai/kimi-k2.5";

export const titleModel = {
id: "mistral/mistral-small",
Expand Down Expand Up @@ -45,13 +45,6 @@ export const chatModels: ChatModel[] = [
description: "Fast vision model with tool use",
gatewayOrder: ["mistral"],
},
{
id: "moonshotai/kimi-k2-0905",
name: "Kimi K2 0905",
provider: "moonshotai",
description: "Fast model with tool use",
gatewayOrder: ["baseten", "fireworks"],
},
{
id: "moonshotai/kimi-k2.5",
name: "Kimi K2.5",
Expand Down
Loading