Skip to content

Enable MiMo vision model inputs / 启用 MiMo 视觉模型输入#4388

Merged
esengine merged 2 commits into
main-v2from
fix/mimo-vision-input
Jun 14, 2026
Merged

Enable MiMo vision model inputs / 启用 MiMo 视觉模型输入#4388
esengine merged 2 commits into
main-v2from
fix/mimo-vision-input

Conversation

@SivanCola

Copy link
Copy Markdown
Collaborator

Summary

  • Add MiMo image-capable models to the official MiMo API and Token Plan presets.
  • Infer vision support only when the selected MiMo model is image-capable on official MiMo endpoints, keeping mimo-v2.5-pro text-only by default.
  • Update Settings mocks, labels, and tests so MiMo image-capable models appear in model selection.

Validation

  • go test ./...
  • go test ./... from the desktop module
  • npm test from the desktop frontend module
  • git diff --check

Authorship note: @SivanCola contributed as a collaborator by reporting the MiMo image-input issue, validating the desired behavior, and requesting the PR publication.

Add official MiMo vision-capable models and infer vision support only for selected MiMo vision models on official endpoints. Keep mimo-v2.5-pro text-only by default while preserving explicit vision=true for custom providers.

Co-authored-by: SivanCola <32437197+SivanCola@users.noreply.github.com>
@SivanCola SivanCola requested a review from esengine as a code owner June 14, 2026 13:53
@github-actions github-actions Bot added v2 Go rewrite (1.x) — main-v2 branch, active development desktop Wails desktop app (desktop/**) config Configuration & setup (internal/config) labels Jun 14, 2026
@SivanCola SivanCola enabled auto-merge June 14, 2026 13:56

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c58f6f3bb6

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread internal/config/config.go Outdated
Comment thread internal/config/config.go Outdated
Backfill curated MiMo models into existing official provider entries so older configs can select the newly supported vision-capable models.

Clear provider-level MiMo token-plan pricing when the canonical entry exposes both pro and flash SKUs, avoiding inaccurate pro-rate cost reporting for mimo-v2.5.

Co-authored-by: SivanCola <32437197+SivanCola@users.noreply.github.com>
@esengine esengine merged commit aad377b into main-v2 Jun 14, 2026
13 checks passed
@esengine esengine deleted the fix/mimo-vision-input branch June 14, 2026 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

config Configuration & setup (internal/config) desktop Wails desktop app (desktop/**) v2 Go rewrite (1.x) — main-v2 branch, active development

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants