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
6 changes: 3 additions & 3 deletions docs/model-validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ the MiMoCode workflow proof ledger.

Current MiMoCode-validated workflow proof exists for:

- `moonshotai/kimi-k2.6` - Kimi K2.6, 262K context.
- `moonshotai/kimi-k2.6` - Kimi K2.6, 240K context.

The current public GonkaGate models page also lists:

- `minimaxai/minimax-m2.7` - MiniMax M2.7, 205K context.
- `minimaxai/minimax-m2.7` - MiniMax M2.7, 180K context.
- `qwen/qwen3-235b-a22b-instruct-2507-fp8` - Qwen3 235B A22B
Instruct 2507 FP8, 262K context.
Instruct 2507 FP8, 240K context.

GonkaGate `/v1/models` availability is setup-catalog proof, not full MiMoCode
workflow validation proof.
Expand Down
4 changes: 2 additions & 2 deletions test/docs-contract.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ test("model validation docs separate live catalog availability from workflow pro
/moonshotai\/kimi-k2\.6/,
/minimaxai\/minimax-m2\.7/,
/public GonkaGate models page/,
/262K context/,
/205K context/,
/240K context/,
/180K context/,
/setCacheKey.*false/s,
/mimo models gonkagate/,
]);
Expand Down
Loading