Skip to content

Commit 123054a

Browse files
committed
update zen models
1 parent 03060d1 commit 123054a

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

packages/core/src/family.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ export const ModelFamilyValues = [
104104

105105
// MiniMax
106106
"minimax",
107+
"minimax-m2.5",
108+
"minimax-m2.7",
107109
"minimax-free",
108110

109111
// Hunyuan

providers/opencode-go/models/minimax-m2.5.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "MiniMax M2.5"
2-
family = "minimax"
2+
family = "minimax-m2.5"
33
release_date = "2026-02-12"
44
last_updated = "2026-02-12"
55
attachment = false

providers/opencode-go/models/minimax-m2.7.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "MiniMax M2.7"
2-
family = "minimax"
2+
family = "minimax-m2.7"
33
release_date = "2026-03-18"
44
last_updated = "2026-03-18"
55
attachment = false

0 commit comments

Comments
 (0)