Skip to content

Add Minimax-M3#2621

Open
Yashwanth-Kumar-26 wants to merge 2 commits into
anomalyco:devfrom
Yashwanth-Kumar-26:patch-1
Open

Add Minimax-M3#2621
Yashwanth-Kumar-26 wants to merge 2 commits into
anomalyco:devfrom
Yashwanth-Kumar-26:patch-1

Conversation

@Yashwanth-Kumar-26

Copy link
Copy Markdown
Contributor

This pull request adds initial configuration for the minimaxai/minimax-m3 model in the NVIDIA provider. The configuration defines the model's base, output structure, cost, context and token limits, and supported input/output modalities.

Model configuration:

  • Adds a new minimax-m3.toml file specifying the base model as minimaxai/minimax-m3, enables structured output, and sets reasoning options to an empty list.

Resource and modality limits:

  • Sets cost values for input, output, and cache reads to zero, defines high limits for context, input, and output tokens, and specifies supported input modalities (text, image, video) and output modality (text).

Copilot AI review requested due to automatic review settings June 16, 2026 17:16

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Adds a new NVIDIA provider model configuration for minimaxai/minimax-m3.

Changes:

  • Introduces a new TOML model manifest for minimax-m3
  • Defines structured output support, pricing placeholders, token limits, and supported modalities

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +7 to +9
input = 0.0
output = 0.0
cache_read = 0.0
Comment on lines +12 to +14
context = 1000000
input = 1000000
output = 131072
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