We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f028bfc commit 1414d00Copy full SHA for 1414d00
packages/types/src/providers/synthetic.ts
@@ -3,6 +3,7 @@
3
import type { ModelInfo } from "../model.js"
4
5
export type SyntheticModelId =
6
+ | "hf:MiniMaxAI/MiniMax-M2"
7
| "hf:zai-org/GLM-4.6"
8
| "hf:zai-org/GLM-4.5"
9
| "hf:openai/gpt-oss-120b"
0 commit comments