Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions public/cost_2026_06_25.csv
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ kimi-k3,1.3184,2.2827,3.6103,5.8421,40.5763,59.8051,26.8708,8.9871,5.6311,12.995
inkling-xhigh,1.2671,2.5753,3.6474,7.8821,19.346,27.6347,31.1809,4.4495,4.3297,7.0665,3.5589,4.2794,34.039,3.3247,3.7823,3.1952,3.246,5.2353,0.8496,7.3438,124.2319,0.5554,8.8426,100,46,71,50,47,100,22,50,102,77,50,50,20,50,50,50,50,52,51,52,30,50,50,355617,22213,1.87,4.68,2679,11775,10826,33621,85012,58831,25214,18329,8993,19084,15024,17993,22959,14080,16133,13450,13681,20826,3036,29964,49001,2263,37173,0.2456,0.3426
gemini-3.5-flash-lite-high,0.9977,0.4458,0.7647,0.5785,5.0258,5.48,6.1949,1.7784,1.9887,2.074,1.2386,1.4039,6.7142,1.2059,1.0883,1.1816,1.041,0.9519,0.7678,0.9666,10.8416,0.4835,2.4919,100,46,71,50,47,100,22,50,102,77,50,50,20,50,50,50,50,52,51,52,30,50,50,112072,11526,0.3,2.5,3983,3804,4253,4598,41294,21849,29022,14008,7772,10582,9844,11137,26774,9579,8693,9384,8259,7010,5774,7340,28770,3828,19718,0.0439,0.0686
gemini-3.6-flash-high,2.5165,3.1711,5.6903,1.409,21.8141,22.8283,25.1692,5.4932,4.7251,4.6935,6.0873,4.5608,27.6153,5.9472,2.7778,5.5011,5.4392,3.8745,2.9933,3.3329,44.5097,1.7337,8.0495,100,46,71,50,47,100,22,50,102,77,50,50,20,50,50,50,50,52,51,52,30,50,50,188079,14746,1.5,7.5,3342,9071,10595,3708,59420,30318,45421,14273,6132,7807,16124,12005,32699,15746,7385,14556,14390,9414,7412,8387,34791,4557,21103,0.1732,0.2353
mimo-v2.5-pro,0.2769,0.253,0.2699,0.6252,2.5542,3.8598,1.3233,0.7475,1.0404,1.014,0.4461,0.1291,1.6068,0.268,0.4042,0.3241,0.238,0.3788,0.2208,0.6587,4.4781,0.0959,1.5432,100,46,71,50,47,100,22,50,102,77,50,50,20,50,50,50,50,52,51,52,30,50,50,122018,15453,0.435,0.87,3119,6021,4122,14298,56283,44026,18756,16265,11573,14324,9951,2534,31345,5883,9210,7143,5163,7058,3899,14194,57369,1990,34527,0.0179,0.0303
1 change: 1 addition & 0 deletions public/table_2026_06_25.csv
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ kimi-k3,97.0,82.609,80.282,100.0,89.758,54.0,72.727,80.0,95.098,91.649,74.367,72
inkling-xhigh,99.0,67.391,74.648,91.167,69.853,72.0,68.182,66.0,97.059,85.4,70.85,53.209,45.0,60.5,94.0,74.183,74.85,48.481,100.0,65.385,30.0,76.0,88.0
gemini-3.5-flash-lite-high,95.0,76.087,76.056,92.0,21.095,26.0,59.091,68.0,92.157,81.801,65.0,49.461,50.0,68.017,90.0,67.467,68.467,40.615,98.039,50.0,26.667,74.0,32.75
gemini-3.6-flash-high,98.0,78.261,77.465,100.0,43.824,63.0,63.636,76.0,94.118,90.492,74.317,63.693,40.0,75.7,100.0,75.6,75.85,47.135,98.039,78.846,26.667,88.0,85.75
mimo-v2.5-pro,97.0,63.043,73.239,80.0,18.326,39.0,59.091,56.0,92.157,83.592,39.883,42.821,45.0,41.35,86.0,37.45,41.35,39.442,98.039,75.0,20.0,72.0,61.75
7 changes: 7 additions & 0 deletions src/Table/modelLinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,13 @@ export const modelLinks = {
organization: "Google",
displayName: "Gemini 3.6 Flash High",
reasoner: true
},
"mimo-v2.5-pro": {
url: "https://huggingface.co/XiaomiMiMo/MiMo-V2.5-Pro",
organization: "Xiaomi",
displayName: "MiMo V2.5 Pro",
openweight: true,
reasoner: true
}
};

Expand Down