Skip to content
Merged
Show file tree
Hide file tree
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
18 changes: 18 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,24 @@ var HATCHER_HOSTED_MODEL_RECOMMENDATIONS = [
description: "Premium OpenServ reasoning model for selective high-value tasks.",
warning: "Consumes AI Credits quickly."
},
{
id: "minimax/minimax-m3",
name: "MiniMax M3",
provider: "MiniMax",
category: "coding",
costTier: "medium",
context: "1M",
description: "Frontier MiniMax model for coding, tool use, and agent workflows via UsePod/OpenRouter."
},
{
id: "minimax/minimax-m2.7",
name: "MiniMax M2.7",
provider: "MiniMax",
category: "balanced",
costTier: "medium",
context: "200K",
description: "Balanced MiniMax model for agent chat, writing, and tool workflows via UsePod/OpenRouter."
},
{
id: "acedata/claude-sonnet-4-20250514",
name: "Claude Sonnet 4 (AceData)",
Expand Down
18 changes: 18 additions & 0 deletions dist/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,24 @@ var HATCHER_HOSTED_MODEL_RECOMMENDATIONS = [
description: "Premium OpenServ reasoning model for selective high-value tasks.",
warning: "Consumes AI Credits quickly."
},
{
id: "minimax/minimax-m3",
name: "MiniMax M3",
provider: "MiniMax",
category: "coding",
costTier: "medium",
context: "1M",
description: "Frontier MiniMax model for coding, tool use, and agent workflows via UsePod/OpenRouter."
},
{
id: "minimax/minimax-m2.7",
name: "MiniMax M2.7",
provider: "MiniMax",
category: "balanced",
costTier: "medium",
context: "200K",
description: "Balanced MiniMax model for agent chat, writing, and tool workflows via UsePod/OpenRouter."
},
{
id: "acedata/claude-sonnet-4-20250514",
name: "Claude Sonnet 4 (AceData)",
Expand Down
Loading
Loading