Popular blog tags

AI code part 1

Published

 

AI IDE

 

Claude Code  - Anthropic公司开发

Anthropic 官方推出的 AI 编程工具.。

Claude 由 Anthropic 提供,模型大体分为 Claude 3 系列 + Claude 3.5 系列 + Claude 345 系列 一些历史模型

使用的模型是模型是Claude 系列:

Claude Sonnet (如 4.5)
  性能和速度均衡;日常能力接近 Opus 的大部分场景
Claude Opus (例如 4.5 / 4.6)
复杂代码生成

offcial web :https://claude.ai/

Codex - OpenAI公司开发

使用的是 GPT‑5 系列的 Codex 模型

GPT‑5.3‑Codex 专门为代码开发打造
GPT-5.4  通用大模型

Start using Codex in your IDE, CLI, or the cloud

https://developers.openai.com/codex/quickstart

https://chatgpt.com/codex

 

step 1.download and install Codex Installer.exe

https://get.microsoft.com/installer/download/9PLM9XGG6VKS?cid=website_cta_psi

 

xAI(Grok)

 

 

 

Cursor - Anysphere 公司开发


Cursor 是一个 AI 驱动 IDE(类似 VS Code),本身不是单一模型,而是一个“模型调度器/界面”,可以根据需要调用其它各公司的模型

 GPT/Claude

https://cursor.com/

 

GitHub AI 免费生态体系

GitHub Models (免费模型库):

GitHub 提供的最强大的 AI 实验平台,允许开发者通过 API 免费调用各类大模型。

只要有 GitHub 账号,就可以在 Playground 或通过个人访问令牌 (PAT) 免费调用。
限制逻辑: 额度基于“速率限制”(每分钟请求数/Token 数),而不是总量的绝对上限。这对于个人开发、原型测试或集成到 Home Assistant 等场景非常友好。

应用

GitHub Models SDK (推理专用)

使用方式: 在 GitHub Marketplace 挑选模型后,直接在 Playground 测试,或获取一个 个人访问令牌 (PAT) 通过 SDK 调用

想调用各种大模型(GPT-4o, Claude 3.5, Llama 等)的 API

 

MCP Registry & Skills

搜索现成的 MCP Server,通过 GitHub Models 令牌 驱动模型调用这些工具。

应用

MCP (Model Context Protocol) SDK

用于编写 MCP Server。比如你想写一个能读取你本地二进制股票数据(TDX/DZH)的“技能”,并让 AI 调用。

免费资源: * MCP Registry: GitHub 提供了一个免费的开源 MCP 服务器库。你可以直接连接现成的技能,比如“读取 Jira 任务”、“查询数据库”或“操作本地 Docker 容器”。

开发支持: 开发者可以免费使用 GitHub 的 MCP SDK(支持 Python/TS/C#)编写自己的 Skill,并将其挂载到 Copilot 或 GitHub Models 上。

案列

解析二进制股票数据MCP Python/C# SDK将解析逻辑封装成 MCP Tool,Copilot 就能直接理解并操作你的私有数据。

 

编写一个 MCP Server (Python),连接你的 Home Assistant API,让 Copilot 直接控制你的智能家居。

 

 

GitHub Copilot Free

Copilot Chat: 每月 50 次 免费对话。

限制逻辑:仅限 Visual Studio Code 和 GitHub.com 网页版。

 

GitHub Copilot SDK (2026 新发布)

GitHub 将 Copilot 的底层能力封装成了 可编程 SDK

以前只能在 IDE 里用 Copilot,现在可以通过 SDK 把它的“规划、执行、调用工具”的能力搬进自己的程序。

 

 

应用场景: 如果你想给你的 Home Assistant 写一个具备“自我修复”能力的插件,或者想在你的 nopCommerce 店铺后台加一个能自动改代码的 AI 助手,这个 SDK 是首选。

应用

GitHub Copilot AI capabilities to Home Assistant using the GitHub Copilot SDK.

https://github.com/tserra30/Github-Copilot-SDK-integration

 

GitHub Copilot(付费订阅)

调用 Claude Opus 4.6 编码能力。Claude Opus 4.6 是 Anthropic 的 闭源商用大模型