Skip to content

feat(models): add quantization to novita minimax mappings#2963

Merged
smakosh merged 1 commit into
theopenco:mainfrom
AmineAce:feat/quant-novita-minimax
Jul 9, 2026
Merged

feat(models): add quantization to novita minimax mappings#2963
smakosh merged 1 commit into
theopenco:mainfrom
AmineAce:feat/quant-novita-minimax

Conversation

@AmineAce

@AmineAce AmineAce commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Adds quantization to Novita provider mappings in packages/models/src/models/minimax.ts, per #2946.
Checked every Novita mapping in this file against Novita's own model detail pages. Added the field only where precision was explicitly stated, no inference from model names.

minimax-m2.7 → fp8
minimax-m2.5 → fp8
minimax-m2.1 → fp8

Ran pnpm format; only this file changed.

Summary by CodeRabbit

  • Bug Fixes
    • Updated model availability settings for three MiniMax variants so they use the correct optimized format with the Novita provider.
    • Improved consistency across supported MiniMax model options, which may help prevent selection or compatibility issues.

@coderabbitai

coderabbitai Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 26cb236b-4be2-469d-949b-67a8fc5a9b81

📥 Commits

Reviewing files that changed from the base of the PR and between e8a086d and 3162e22.

📒 Files selected for processing (1)
  • packages/models/src/models/minimax.ts

Walkthrough

Adds a quantization: "fp8" field to the providerId: "novita" configuration for three MiniMax model definitions (minimax-m2.7, minimax-m2.5, minimax-m2.1) in the minimaxModels export.

Changes

MiniMax novita quantization metadata

Layer / File(s) Summary
Add fp8 quantization field
packages/models/src/models/minimax.ts
Added quantization: "fp8" to the novita provider configuration for minimax-m2.7, minimax-m2.5, and minimax-m2.1 model entries.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

Suggested reviewers: smakosh

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely summarizes the main change: adding quantization metadata to Novita MiniMax mappings.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@smakosh smakosh added this pull request to the merge queue Jul 9, 2026
Merged via the queue into theopenco:main with commit ba40c7c Jul 9, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants