MiniMax 2.5 vs Llama 3.1 vs DeepSeek-R1 Comparison

MiniMax 2.5 vs Llama 3.1 vs DeepSeek-R1 Comparison

Sitepoint did a comparison of local coding models to see which ones are best for coding. They run the models through 4 coding tasks:

  1. Generating a complete, correct python function from a one-shot prompt.
  2. Given a code block with a deliberate bug, let the LLM find it, explain it, and fix it.
  3. Given a poorly structured block of code with key code smells, produce a refactored version that preserves correct behavior but fixed readability and performance
  4. Provide three related files, answer questions about the cross-file dependencies

Almost all of them require a NVidia Blackwell 6000 or better to run since more require at least 50gb of RAM to run. Here were their results:

DimensionMiniMax 2.5Llama 3.1 405BDeepSeek-R1
Best Task CategoryCode refactoringFunction generation & multi-file contextBug detection & debugging
Avg Tokens/sec (dual RTX 3090)17.57.89.8
Min VRAM Requirement~46 GB (dual GPU + partial CPU offload)~48 GB+ (dual GPU + heavy CPU offload)~44 GB (dual GPU + heavy CPU offload)
Composite Rank Across 4 Tasks1st or 2nd on 3 of 4 tasks1st on 2 of 4 tasks; highest peak quality1st on debugging; competitive elsewhere

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.