Skip to content

chore(provider): add mimo-v2-pro-free and mimo-v2-omni-free models#2628

Merged
amitksingh1490 merged 2 commits intomainfrom
opencode-zen-provider-1
Mar 22, 2026
Merged

chore(provider): add mimo-v2-pro-free and mimo-v2-omni-free models#2628
amitksingh1490 merged 2 commits intomainfrom
opencode-zen-provider-1

Conversation

@amitksingh1490
Copy link
Contributor

@amitksingh1490 amitksingh1490 commented Mar 22, 2026

fixes #2619

@github-actions github-actions bot added the type: chore Routine tasks like conversions, reorganization, and maintenance work. label Mar 22, 2026
@augmentcode
Copy link

augmentcode bot commented Mar 22, 2026

🤖 Augment PR Summary

Summary: Adds two new Xiaomi MiMo V2 “free” models to the provider catalog so they can be selected/used in Forgecode.

Changes:

  • Registers mimo-v2-pro-free (1M context, tools/reasoning enabled)
  • Registers mimo-v2-omni-free with text+image modalities and tool/reasoning support

🤖 Was this summary useful? React with 👍 or 👎

Copy link

@augmentcode augmentcode bot left a comment

Choose a reason for hiding this comment

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

Review completed. 3 suggestions posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

},
{
"id": "mimo-v2-pro-free",
"name": "Mimo V2 pro Free",
Copy link

Choose a reason for hiding this comment

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

The display name Mimo V2 pro Free uses a lowercase pro, which looks inconsistent with typical model naming and may show up oddly in UIs that list models.

Severity: low

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

},
{
"id": "mimo-v2-omni-free",
"name": "Mimi V2 omni Free",
Copy link

Choose a reason for hiding this comment

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

Possible typo: the model id is mimo-v2-omni-free but the name is Mimi V2 omni Free; if this is user-facing it likely should match Mimo.

Severity: medium

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

{
"id": "mimo-v2-omni-free",
"name": "Mimi V2 omni Free",
"description": "MiMo-V2-Omni is a frontier omni-modal model that natively processes image, video, and audio inputs within a unified architecture",
Copy link

Choose a reason for hiding this comment

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

The description says this model natively processes image/video/audio, but input_modalities only lists text and image; consider aligning the description with the modalities your app actually supports/exposes.

Severity: medium

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

},
{
"id": "mimo-v2-omni-free",
"name": "Mimi V2 omni Free",
Copy link
Contributor

Choose a reason for hiding this comment

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

Typo in model name: "Mimi" should be "Mimo" to match the id "mimo-v2-omni-free" and the description which refers to "MiMo-V2-Omni".

"name": "Mimo V2 omni Free",
Suggested change
"name": "Mimi V2 omni Free",
"name": "Mimo V2 omni Free",

Spotted by Graphite

Fix in Graphite


Is this helpful? React 👍 or 👎 to let us know.

"tools_supported": true,
"supports_parallel_tool_calls": true,
"supports_reasoning": true,
"input_modalities": ["text", "image"]
Copy link
Contributor

Choose a reason for hiding this comment

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

Missing input modalities. The description states the model "natively processes image, video, and audio inputs" but input_modalities only includes ["text", "image"]. This should include "video" and "audio" to match the described capabilities.

"input_modalities": ["text", "image", "video", "audio"]
Suggested change
"input_modalities": ["text", "image"]
"input_modalities": ["text", "image", "video", "audio"]

Spotted by Graphite

Fix in Graphite


Is this helpful? React 👍 or 👎 to let us know.

@amitksingh1490 amitksingh1490 merged commit b93110a into main Mar 22, 2026
9 checks passed
@amitksingh1490 amitksingh1490 deleted the opencode-zen-provider-1 branch March 22, 2026 03:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: chore Routine tasks like conversions, reorganization, and maintenance work.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Provider]: Add all opencode zen models

1 participant