AI_tools

less than 1 minute read

Published:

AI模型概览及工具汇总

阅读完这篇文章后,你应该浏览一下指导,了解我们博客的主要方面。

AI天花板

  1. OpenAI ChatGPT https://chatgpt.com/
  2. Anthropic Claude https://claude.ai/
  3. Google Gemini https://gemini.google.com/app
  4. MetaAI llama https://www.meta.ai/
  5. Microsoft Copilot https://copilot.microsoft.com/
  6. xAI Grok https://x.ai/
  7. Mistral Le Chat https://chat.mistral.ai/chat
  8. ChatGLM(知谱清言) https://chatglm.cn/?lang=zh
  9. 讯飞星火 https://xinghuo.xfyun.cn/
  10. 天工AI https://www.tiangong.cn/
  11. 文心一言 https://yiyan.baidu.com/
  12. Deepseek https://www.deepseek.com/

AI集合工具

所有工具均免费开源,无需考虑安全问题

  1. ChatAll
    下载链接直达:
    1.1. Windows
    1.2. Mac
    1.3. Linux

ChatAll, Chatbox, lobechat, cherry studio功能一样,都是集成各个AI于一体的软件,ChatAll最有用的功能就是可以同时和多个模型一起对话,不需要 每个模型分别对话,一次提问多模型同时作答。还有一个优点就是国内模型只需要登录即可使用,国外模型需要API调用。注意软件都支持中文,如果不适应英语,安装 时请选择简体中文。

  1. Chatbox
    下载链接直达
    2.1. Windows
    2.2. Mac
    2.3. Linux

  2. lobechat(Docker部署)
    docker pull lobehub/lobe-chat
    
  3. cherry studio
    下载链接直达
    4.1. Windows
    4.2. Mac

  4. LM studio
    下载链接直达
    5.1. Windows
    5.2. Mac
    5.3. Linux

LM studio, Ollama, AnythingLM, Chat with RTX均是下载开源模型,安装后,载入模型问答无需网络,全部在本地运行,所以对电脑性能有要求,其中 Ollama仅需CPU即可运行,Chat with RTX要求显存(GPU内存)≥8G才能使用。

  1. Ollama
    下载链接直达
    6.1. Windows
    6.2. Mac
    6.3. Linux:
    curl -fsSL https://ollama.com/install.sh | sh
    

Ollama安装后在终端运行,没有用户界面(GUI),因为其他软件均在软件本体下载模型,而Ollama需要在官网查看模型, 使用:

ollama run 模型名

才能安装,例如安装llama3.3:

ollama run llama3.3
  1. AnythingLLM
    下载链接直达
    7.1. Windows
    7.2. Mac
    7.3. Linux

  2. NextChat 下载链接直达
    Windows/Mac
  3. Chat with RTX(Nvidia英伟达显卡专属) 下载链接直达