It’s the era of Chinese supremacy in generative AI, and we love it! Yet another notable Chinese company, Moonshot AI, has just released its latest version of the Kimi k series models – Kimi k1.5. This open-source, multimodal LLM is a strong competitor to the popular models by Open AI, Claude, Qwen, and Deepseek. With advanced image understanding, text generation, and reasoning capabilities, Kimi k1.5 is surely making headlines across the generative AI space. It is free to use and available on their chat interface. In this blog, we will test its capabilities against DeepSeek-R1 – a model that has been topping the charts across various benchmarks. Let the Kimi k1.5 vs DeepSeek-R1 battle begin!
Kimi k1.5 is the latest LLM by Moonshot AI, a Chinese AI firm founded in 2023. It is an open source, multimodal model with an enhanced 128 K context window that enables it to process large amounts of information in a single prompt. The model is completely free to use with no limits! Kimi k1.5 shows great potential at tasks involving STEM, coding, and general reasoning. It outshines giants like OpenAI o1, OpenAI o1-mini and Qwen models like QVQ-72B/32B Preview on several parameters like Maths, Coding and Vision.
To access the Kimi k1.5 model, follow the below steps:
DeepSeek-R1 is the latest LLM by Chinese AI startup, DeepSeek, which too was founded in 2023. Since its launch a week ago, this model has shaken the GenAI world with its capabilities, giving paid models of OpenAI and Claude a run for their money. It is also an open source model that showcases amazing reasoning, coding, and mathematical skills.
To access DeepSeek-R1 follow the below steps:
Also Read: DeepSeek R1 vs OpenAI o1 vs Sonnet 3.5: Battle of the Best LLMs
Now let’s explore the capabilities of both these models. I will give the same prompt to both of them and compare the outputs, evaluating them on various skills like image analysis, web search, handling multiple files, coding and logical reasoning. Lets start.
Prompt: “Go through the two images and solely based on the images give me an analysis of how DeepSeek-R1 performs against Kimi k1.5 long-CoT”
Note: While using Kimi k, at the center of the screen, under the chatbox, click on “online” to shift the model to offline mode. This ensures that it doesn’t take any help from the internet, and gives an analysis solely based on the images.
DeepSeek-R1
Kimi k1.5
Parameter | DeepSeek-R1 | Kimi k1.5 |
Speed | LLM takes some time to generate its response. | LLM starts generating responses as soon as it gets the prompt. |
Ability to read text | It fails to read that the data in the images was for various LLMs and not just Deepseek R1 and Kimi k1.5. So it compared the minimum and maximum of the two LLMs for all parameters. | It reads the data for each LLM correctly from the images solely capturing the right values. |
Accuracy | There was no vision related data given for DeepSeek-R1, yet it compared the models for that parameter too. | It compares the two LLMs on parameters like MMMU and MathVista for which no data was given in case of DeepSeek-R1. |
I expected the LLMs to just compare the common parameters shown in the two images for DeepSeek-R1 and Kimi k1.5. But both the models compared the parameters for which information was not provided. Yet, if we look at the numbers from solely a mathematical standpoint, both the models handled the numbers correctly.
Ideally, both the models have failed at this test. But Kimi k1.5 showcased better analysis of the text in the images compared to DeepSeek R1.
Score: Kimi k1.5: 1 | DeepSeek-R1: 0
Prompt: “Find me the links for a red gown, under $200”
Note: While using Kimi k, at the center of the screen, under the chatbox, click on “offline” to shift the model back to online mode, ensuring it uses the web. In DeepSeek, remember to select the “search” option in the chatbox, to allow the model to access the web.
DeepSeek-R1
Kimi k1.5
Parameter | DeepSeek-R1 | Kimi k1.5 |
Speed | This time the model works faster and generates results faster compared to the last time. | The model works at lightning speed. It quickly goes through various links and provides 2 links. |
Web Searching Skills | It lists down 5 different options and ends with a note on various nuances like currency conversions, sizing and shipping across each website. | Apart from the 2 chosen links, the response comes with an extra panel on the right side, with a list of other links to check out. |
Accuracy | The results were mixed, some sites didn’t even list gowns. No web site directly led to red coloured dresses and in fact in some websites the price of listed items was over $200. | Both the websites listed have gowns priced under $200. In one website there were mixed coloured gowns but in the other, the results only had gowns priced under $200. |
I just wanted a list of websites that I can quickly access to find the red coloured gown within my budget. DeepSeek gave me a lot of options in the result, although none of them were directly relevant to me. Kimi k1.5 gave me limited options in the direct result and several options in the side panel. Although the two chosen links were the most relevant and useful, the additional panel listings gave me access to other websites I could refer to!
Kimi k1.5 stands out in this task for giving crisp and relevant results.
Score: Kimi k1.5: 2 | DeepSeek-R1: 0
Prompt: “Summarise the contents of each file in brief”
Attachemt: Files
DeepSeek-R1
Kimi k1.5
Parameter | DeepSeek-R1 | Kimi k1.5 |
Speed | The LLM quickly parsed through all the files in the prompt. | It took some time to parse through all the files. |
Accuracy | It couldn’t process all the files together and hence didn’t generate a result. | It processed 2 out of the 3 files it was given and gave a detailed result. |
DeepSeek could not process all the files at once and even after multiple attempts gave the same result. But when it was given each of these files, one by one, in different prompts, it gave good results. Kimi k worked seamlessly with all the input files. Although it gave a detailed summary of the PPT and the PDF, it didn’t account for the image in its result.
Kimi k1.5 processed 2 out of the 3 files and gave a comprehensive result.
Score: Kimi k1.5: 3 | DeepSeek-R1: 0
Prompt: “Write the HTML code for a simple snakes and ladders game for 2 players”
DeepSeek-R1
Kimi k 1.5
Parameter | DeepSeek R1 | Kimi k1.5 |
Complexity and Features | Feature-rich with reverse row logic, modular functions, and additional mechanics. | Simpler implementation with basic board logic and straightforward player movement. |
Styling and UI | Polished design with advanced CSS, responsive layout, and detailed visuals. | Minimal styling, fixed-width layout, and basic interface. |
Ease of Understanding | More complex, suitable for advanced users or projects needing intricate mechanics. | Beginner-friendly, focusing on simplicity and core functionality. |
The game interface generated by both the models were quite similar. In DeepSeek-R1’s output I could actually see the players moving across the board. In case of Kimi k1.5’s output, the players were moving outside of the board which didn’t really give the actually feel of the game. Overall, both the outputs lacked the core elements of “snakes and ladders” which are “snakes” and “ladders”.
DeepSeek R1’s code was more advanced and offers more flexibility. Its final interface was more fun to play with too.
Score: Kimi k1.5: 3 | DeepSeek-R1: 1
Kimi k1.5: 3 | DeepSeek-R1: 1
Features | DeepSeek | Kimi k1.5 |
Interface | Basic, not intuitive | Simple, intuitive with many features |
Speed | Slow, takes more thinking time. | Fast, starts generating results quickly |
Web access | Yes | Yes |
Image Generation | No | No |
Model choices | 2, DeepSeek-R1 and DeepSeek V3 | 2, Kimi, Kimi k1.5 |
Common Phrase Addition | No | Yes |
Mobile App | Yes | Coming Soon |
API Access | Yes | Available on request |
Kimi k1.5 is an exciting new model that showcases a lot of potential to be the next big thing in the world of conversational AI. It’s quick, efficient and can take in a large amount of context. Moreover it provides a well researched answer accessing different links across the web. DeepSeek-R1 on the other hand, captures attention with its detailed responses but falters when it comes to web search and handling larger chunks of data.
However, the LLM race, started by US-based companies, is now getting heated up, as their Chinese counterparts are releasing one stand-out model after the other. As these companies battle to the top, it’s just great that users, developers and companies get access to the latest and the most advanced technologies!
Ready to unlock the full potential of DeepSeek? Join our course now and master AI-driven analysis and automation to elevate your skills!
Also Read:
A. Kimi k1.5 is an open-source multimodal LLM by Moonshot AI, excelling in STEM, coding, reasoning, and image analysis, with a 128K context window.
A. Kimi k1.5 is free, supports web searches across 100+ sites, handles 50+ files at once, and provides advanced reasoning and image analysis.
A. Kimi k1.5 is faster, better at web searches, and processes multiple files more effectively than DeepSeek-R1.
A. Visit kimi.ai, log in, and select “K1.5 Loong Thinking” under the chatbox menu.
A. Go to chat.deepseek.com, sign up, and select “DeepThink.”
A. Free usage, web search, advanced reasoning, image analysis, file processing, and pre-set prompts are the key features of Kimi k1.5.
A. No, Kimi k1.5 does not support image generation yet.