chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
name = "MiMo-V2-Flash"
|
||||
description = "MiMo flash model for fast multimodal assistance and agent workflows"
|
||||
family = "mimo"
|
||||
release_date = "2025-12-16"
|
||||
last_updated = "2026-02-04"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
temperature = true
|
||||
tool_call = true
|
||||
knowledge = "2024-12-01"
|
||||
open_weights = true
|
||||
|
||||
[limit]
|
||||
context = 262_144
|
||||
output = 65_536
|
||||
|
||||
[modalities]
|
||||
input = ["text"]
|
||||
output = ["text"]
|
||||
|
||||
[[weights]]
|
||||
label = "Hugging Face"
|
||||
url = "https://huggingface.co/XiaomiMiMo/MiMo-V2-Flash"
|
||||
@@ -0,0 +1,19 @@
|
||||
name = "MiMo-V2-Omni"
|
||||
description = "MiMo omni model for text, image, video, audio, and agents"
|
||||
family = "mimo"
|
||||
release_date = "2026-03-18"
|
||||
last_updated = "2026-03-18"
|
||||
attachment = true
|
||||
reasoning = true
|
||||
temperature = true
|
||||
tool_call = true
|
||||
knowledge = "2024-12"
|
||||
open_weights = false
|
||||
|
||||
[limit]
|
||||
context = 262_144
|
||||
output = 131_072
|
||||
|
||||
[modalities]
|
||||
input = ["text", "image", "audio", "video", "pdf"]
|
||||
output = ["text"]
|
||||
@@ -0,0 +1,19 @@
|
||||
name = "MiMo-V2-Pro"
|
||||
description = "Earlier MiMo Pro model for multimodal agents, reasoning, and code tasks"
|
||||
family = "mimo"
|
||||
release_date = "2026-03-18"
|
||||
last_updated = "2026-03-18"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
temperature = true
|
||||
tool_call = true
|
||||
knowledge = "2024-12"
|
||||
open_weights = false
|
||||
|
||||
[limit]
|
||||
context = 1_048_576
|
||||
output = 131_072
|
||||
|
||||
[modalities]
|
||||
input = ["text"]
|
||||
output = ["text"]
|
||||
@@ -0,0 +1,23 @@
|
||||
name = "MiMo-V2.5-Pro-UltraSpeed"
|
||||
description = "MiMo pro model for strong multimodal reasoning and agent execution"
|
||||
family = "mimo"
|
||||
release_date = "2026-06-08"
|
||||
last_updated = "2026-06-09"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
temperature = true
|
||||
tool_call = true
|
||||
knowledge = "2024-12"
|
||||
open_weights = true
|
||||
|
||||
[limit]
|
||||
context = 1_048_576
|
||||
output = 131_072
|
||||
|
||||
[modalities]
|
||||
input = ["text"]
|
||||
output = ["text"]
|
||||
|
||||
[[weights]]
|
||||
label = "Hugging Face"
|
||||
url = "https://huggingface.co/XiaomiMiMo/MiMo-V2.5-Pro-FP4-DFlash"
|
||||
@@ -0,0 +1,43 @@
|
||||
name = "MiMo-V2.5-Pro"
|
||||
description = "Stronger MiMo Pro tier for multimodal reasoning and coding-agent execution"
|
||||
family = "mimo"
|
||||
release_date = "2026-04-22"
|
||||
last_updated = "2026-04-22"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
temperature = true
|
||||
tool_call = true
|
||||
knowledge = "2024-12"
|
||||
open_weights = true
|
||||
|
||||
[limit]
|
||||
context = 1_048_576
|
||||
output = 131_072
|
||||
|
||||
[modalities]
|
||||
input = ["text"]
|
||||
output = ["text"]
|
||||
|
||||
[[weights]]
|
||||
label = "Hugging Face"
|
||||
url = "https://huggingface.co/XiaomiMiMo/MiMo-V2.5-Pro"
|
||||
|
||||
[[benchmarks]]
|
||||
name = "SWE-Bench Verified"
|
||||
score = 78.9
|
||||
metric = "resolved"
|
||||
source = "https://huggingface.co/XiaomiMiMo/MiMo-V2.5-Pro"
|
||||
|
||||
[[benchmarks]]
|
||||
name = "SWE-Bench Pro"
|
||||
score = 57.2
|
||||
metric = "resolve rate"
|
||||
source = "https://mimo.xiaomi.com/mimo-v2-5-pro/"
|
||||
date = "2026-04-22"
|
||||
|
||||
[[benchmarks]]
|
||||
name = "GPQA Diamond"
|
||||
score = 86.6
|
||||
metric = "accuracy"
|
||||
source = "https://mimo.xiaomi.com/mimo-v2-5-pro/"
|
||||
date = "2026-04-22"
|
||||
@@ -0,0 +1,23 @@
|
||||
name = "MiMo-V2.5"
|
||||
description = "Open MiMo model for multimodal coding agents and long-context automation"
|
||||
family = "mimo"
|
||||
release_date = "2026-04-22"
|
||||
last_updated = "2026-04-22"
|
||||
attachment = true
|
||||
reasoning = true
|
||||
temperature = true
|
||||
tool_call = true
|
||||
knowledge = "2024-12"
|
||||
open_weights = true
|
||||
|
||||
[limit]
|
||||
context = 1_048_576
|
||||
output = 131_072
|
||||
|
||||
[modalities]
|
||||
input = ["text", "image", "audio", "video"]
|
||||
output = ["text"]
|
||||
|
||||
[[weights]]
|
||||
label = "Hugging Face"
|
||||
url = "https://huggingface.co/XiaomiMiMo/MiMo-V2.5"
|
||||
Reference in New Issue
Block a user