Skip to content

Commit f028bfc

Browse files
committed
Add MiniMax M2 to Synthetic Provider
1 parent 24a070d commit f028bfc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/types/src/providers/synthetic.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,16 @@ export type SyntheticModelId =
2626
export const syntheticDefaultModelId: SyntheticModelId = "hf:zai-org/GLM-4.6"
2727

2828
export const syntheticModels = {
29+
"hf:MiniMaxAI/MiniMax-M2": {
30+
maxTokens: 192608,
31+
contextWindow: 192608,
32+
supportsImages: false,
33+
supportsPromptCache: false,
34+
inputPrice: 0.55,
35+
outputPrice: 2.19,
36+
description:
37+
"MiniMax's latest hybrid reasoning model: it's fast, it thinks before it responds, it's great at using tools via the API, and it's a strong coding model. 192k-token context.",
38+
},
2939
"hf:moonshotai/Kimi-K2-Instruct-0905": {
3040
maxTokens: 262144,
3141
contextWindow: 262144,

0 commit comments

Comments
 (0)