LLM Coder - 最新开源编程大模型和Agent工具调研
这里收集和整理2025年最新开源的编程大模型和工具
1 LLM Coder
1.1 DeepSeek-Coder
DeepSeek-Coder系列训练数据量达到2万亿tokens,87%为代码,13%为英文和中文语料。
DeepSeek-Coder提供1B到33B规模版本,30B、33B 和 34B 考虑量化需要约20GB显存。
https://github.com/deepseek-ai/DeepSeek-Coder
https://huggingface.co/deepseek-ai/models?search=coder
1.2 Seed-Coder
Seed-Coder前身doubao-coder,Llama3结构,参数量8.25亿,结合分组查询注意力GQA机制。
Seed-Coder2025年开源,提供Seed-Coder-8B-Base、Seed-Coder-8B-Instruct等版本,fp16精度下显存初步预估20GB左右。
https://github.com/ByteDance-Seed/Seed-Coder
https://huggingface.co/collections/ByteDance-Seed/seed-coder-680de32c15ead6555c75b0e4
1.3 Qwen3-Coder
25年开源的Coder模型,提供480B和33B版本,256k的超大上下文空间,支持300多种编程语言。
https://huggingface.co/collections/Qwen/qwen3-coder-687fc861e53c939e52d52d10
https://github.com/QwenLM/Qwen3-Coder.git
2 agent工具
2.1 codebuddy
知名好用的coder辅助工具,支持插件或IDE的形式部署。
https://github.com/olasunkanmi-SE/codebuddy
2.2 Cursor
Cursor是目前大火的AI代码编辑器,支持与多种mcp工具集成。
AI 驱动代码补全,可理解用户代码库并提供上下文相关建议
对话界面,通过Ask提问、Edit编辑和 Agent代理模式探索、理解和修改代码
智能工具,用于处理复杂的开发任务。
2.3 trea-agent
trea-agent基于llm,提供了cli接口,能理解自然语言指令,通过调用各种工具执行复杂工作流。
https://github.com/bytedance/trae-agent
2.4 CoPilot
跟github绑定的编程工具。
https://github.com/features/copilot
2.5 Codeium
CoPilot的免费平替。
reference
---
一文了解:部署 Deepseek 各版本的硬件要求
https://jishuzhan.net/article/1895595697453928449
字节跳动发布开源代码模型 Seed-Coder
https://www.oschina.net/news/349370
qwen3-coder: how to run locallly
https://docs.unsloth.ai/models/qwen3-coder-how-to-run-locally
Cursor - AI代码编辑器
https://blog.csdn.net/liliang199/article/details/149974845
cursor简介
https://docs.cursor.ac.cn/get-started/introduction
Codeium: The best GitHub copilot alternative for modern developers
https://www.byteplus.com/en/topic/517094?title=codeium-the-best-github-copilot-alternative-for-modern-developers
Codeium vs. GitHub Copilot: 4 Key Differences and How to Choose
更多推荐
所有评论(0)