← 返回 Skills 市场
yang1002378395-cmyk

Ai Model Comparison

作者 yang1002378395-cmyk · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ 安全检测通过
224
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-model-comparison
功能描述
AI 模型对比指南 - 深度对比主流模型,帮你选最合适的。适合:选型困难、成本优化。
使用说明 (SKILL.md)

AI 模型对比指南

主流模型深度对比,选最合适的。

快速选择

需求 推荐模型 理由
日常对话 DeepSeek V3 便宜、中文好
编程辅助 Claude Sonnet 代码能力强
长文档分析 GPT-4-Turbo 128K 上下文
免费使用 GLM-4 每月 100 万 tokens
推理任务 DeepSeek R1 推理能力强
多模态 GPT-4o 图片+文字

价格对比

输入价格(¥/百万 tokens)

模型 价格
DeepSeek V3 ¥0.27
GLM-4 ¥0.1(免费额度内)
Claude Haiku ¥0.7
GPT-4o-mini ¥1.75
DeepSeek R1 ¥1.35
Claude Sonnet ¥21
GPT-4o ¥18
Claude Opus ¥35

输出价格(¥/百万 tokens)

模型 价格
DeepSeek V3 ¥1.08
GLM-4 ¥0.1(免费额度内)
Claude Haiku ¥3.5
GPT-4o-mini ¥10.5
DeepSeek R1 ¥5.4
Claude Sonnet ¥105
GPT-4o ¥108
Claude Opus ¥175

结论:DeepSeek 最便宜,GLM 免费额度最大

性能对比

编程能力

模型 评分 特点
Claude Sonnet ⭐⭐⭐⭐⭐ 代码质量高,解释清晰
GPT-4o ⭐⭐⭐⭐⭐ 综合能力强
DeepSeek V3 ⭐⭐⭐⭐ 性价比高
GLM-4 ⭐⭐⭐⭐ 中文代码好

中文能力

模型 评分 特点
DeepSeek V3 ⭐⭐⭐⭐⭐ 国产,中文优秀
GLM-4 ⭐⭐⭐⭐⭐ 智谱,中文优秀
Claude ⭐⭐⭐⭐ 翻译感
GPT-4o ⭐⭐⭐⭐ 英文原生

推理能力

模型 评分 特点
DeepSeek R1 ⭐⭐⭐⭐⭐ 推理专精
Claude Opus ⭐⭐⭐⭐⭐ 综合推理强
GPT-4o ⭐⭐⭐⭐⭐ 综合能力强
DeepSeek V3 ⭐⭐⭐⭐ 性价比高

长文本

模型 上下文 特点
GPT-4-Turbo 128K 支持
Claude 200K 支持
GLM-4-Long 128K 支持
DeepSeek 64K 支持

免费额度对比

模型 免费额度 条件
GLM-4 100 万 tokens/月 新用户永久
DeepSeek V3 10 次/天 注册即有
Claude $5 注册送 新用户
GPT-4o $5 注册送 新用户

结论:GLM 免费额度最大

场景推荐

个人日常

主模型:DeepSeek V3(便宜)
备用:GLM-4(免费额度)

月成本:¥0-10

编程开发

主模型:Claude Sonnet(代码质量高)
简单任务:DeepSeek V3(便宜)

月成本:¥50-200

内容创作

主模型:DeepSeek V3(便宜、中文好)
审核:Claude(高质量)}

月成本:¥10-50

企业应用

主模型:GPT-4o(稳定)
降级:DeepSeek V3(省钱)

月成本:¥500-5000

省钱策略

分层使用

models:
  simple: "deepseek-chat"      # ¥0.27/百万
  normal: "glm-4"              # 免费(额度内)
  complex: "gpt-4o-mini"       # ¥1.75/百万
  critical: "claude-sonnet"    # ¥21/百万(关键任务)

自动降级

fallback:
  - claude-sonnet
  - gpt-4o-mini
  - deepseek-chat
  - glm-4

缓存策略

cache:
  enabled: true
  ttl: 86400  # 24 小时
  # 节省 30-50% 成本

需要帮助?

  • 模型选型:¥99
  • 成本优化:¥299
  • 企业方案:¥999

联系:微信 yang1002378395 或 Telegram @yangster151


创建:2026-03-14

安全使用建议
This skill is a static, instruction-only comparison guide and appears coherent with its stated purpose. It does not request credentials or install code, so the direct security risk is low. Consider: (1) pricing and model capabilities may be out-of-date or inaccurate — verify with official provider docs before making purchases or architecture decisions; (2) the SKILL.md includes contact/payment info (WeChat/Telegram) — be cautious about sharing payment or sensitive information with unknown individuals; (3) since it's instruction-only, it cannot perform actions for you — any automated integration would require separate tooling and credentials. If you need automated comparisons or API access, prefer reputable provider SDKs and only grant the minimum credentials required.
功能分析
Type: OpenClaw Skill Name: ai-model-comparison Version: 1.0.3 The skill bundle is a purely informational guide comparing various AI models (DeepSeek, Claude, GPT, etc.) regarding pricing and performance. It contains no executable code, no network requests, and no malicious instructions or prompt injections. The content is limited to SKILL.md and _meta.json.
能力评估
Purpose & Capability
Name and description match the SKILL.md content (model comparisons, pricing, scenarios). No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
SKILL.md contains only static guidance, tables, YAML examples, pricing and contact info — it does not instruct the agent to read files, access environment variables, call external endpoints, or execute commands.
Install Mechanism
No install spec or code files are present; this is instruction-only and does not write to disk or download code.
Credentials
No credentials, tokens, or environment variables are requested; the guidance does not require secret access.
Persistence & Privilege
Skill is not always-enabled and does not request persistent privileges or modify agent/system settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai-model-comparison
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai-model-comparison 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
ai-model-comparison 1.0.3 - Added comprehensive model selection and comparison guide in Chinese - Includes concise model recommendations for various use cases - Provides detailed price and performance tables for major mainstream AI models - Offers cost-saving strategies and free quota comparisons - Scenario-based recommendations and estimated monthly costs for individuals, developers, creators, and enterprises - Contact information for further help and consulting
元数据
Slug ai-model-comparison
版本 1.0.3
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Ai Model Comparison 是什么?

AI 模型对比指南 - 深度对比主流模型,帮你选最合适的。适合:选型困难、成本优化。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 224 次。

如何安装 Ai Model Comparison?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-model-comparison」即可一键安装,无需额外配置。

Ai Model Comparison 是免费的吗?

是的,Ai Model Comparison 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Ai Model Comparison 支持哪些平台?

Ai Model Comparison 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Ai Model Comparison?

由 yang1002378395-cmyk(@yang1002378395-cmyk)开发并维护,当前版本 v1.0.3。

💬 留言讨论