← Back to Skills Marketplace
yang1002378395-cmyk

Ai Model Comparison

by yang1002378395-cmyk · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ Security Clean
224
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install ai-model-comparison
Description
AI 模型对比指南 - 深度对比主流模型,帮你选最合适的。适合:选型困难、成本优化。
README (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

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ai-model-comparison
  3. After installation, invoke the skill by name or use /ai-model-comparison
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug ai-model-comparison
Version 1.0.3
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Ai Model Comparison?

AI 模型对比指南 - 深度对比主流模型,帮你选最合适的。适合:选型困难、成本优化。 It is an AI Agent Skill for Claude Code / OpenClaw, with 224 downloads so far.

How do I install Ai Model Comparison?

Run "/install ai-model-comparison" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ai Model Comparison free?

Yes, Ai Model Comparison is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Ai Model Comparison support?

Ai Model Comparison is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ai Model Comparison?

It is built and maintained by yang1002378395-cmyk (@yang1002378395-cmyk); the current version is v1.0.3.

💬 Comments