title, outline
| title |
outline |
| 费用方案 - XCodeClaw |
false |
XCodeClaw 费用方案
选择适合你的方案
Token 流量包模式,选择适合的额度,在有效期内畅享使用。
Pricing Plans
费用方案一览
所有方案均包含 Claude Opus 4.6 满血模型、联网搜索、AI 画图、LaTeX 排版等全部功能。
🎁 新用户福利:注册即赠送联网搜索额度
- ~20 篇 综述写作
- ~16 份 深度调研报告
- ~40 次 数据分析与可视化
- ~80 篇 论文润色 / 降 AI 率
- ~50 篇 学术全文翻译
- ~400 次 日常学术问答
适合轻度使用、短期项目
推荐
- ~50 篇 综述写作
- ~40 份 深度调研报告
- ~100 次 数据分析与可视化
- ~200 篇 论文润色 / 降 AI 率
- ~125 篇 学术全文翻译
- ~1000 次 日常学术问答
适合日常科研、学期使用
- ~200 篇 综述写作
- ~160 份 深度调研报告
- ~400 次 数据分析与可视化
- ~800 篇 论文润色 / 降 AI 率
- ~500 篇 学术全文翻译
- ~4000 次 日常学术问答
适合重度科研、课题组使用
- ~400 篇 综述写作
- ~320 份 深度调研报告
- ~800 次 数据分析与可视化
- ~1600 篇 论文润色 / 降 AI 率
- ~1000 篇 学术全文翻译
- ~8000 次 日常学术问答
适合实验室、团队长期使用
* 以上工作量为单项估算,实际使用中各任务混合消耗 Token。
Token Reference
各任务 Token 消耗参考
不同任务复杂度不同,消耗的 Token 量也不一样。以下为实测估算值。
| 任务类型 | 约消耗 Token | 说明 |
| 综述写作 | ~100 万 | 多轮搜索 + 结构化报告 + 引用整理 |
| 深度调研报告 | ~120 万 | 多源检索、交叉验证、长篇分析 |
| 数据分析与可视化 | ~50 万 | 上传数据、统计分析、生成图表 |
| 论文润色 / 降 AI 率 | ~25 万 | 全文修改、消除 AI 写作痕迹 |
| 学术全文翻译 | ~40 万 | 整篇论文中英互译、术语统一 |
| 日常学术问答 | ~5 万 | 单次问答、概念解释、简短任务 |
Custom Plan
需要更多?联系定制
以上方案不满足需求?我们提供灵活的定制方案,适配团队和机构场景。
💬
微信咨询
添加管理员微信,一对一沟通需求,获取专属报价。
🏢
团队 / 机构
课题组、实验室、院系批量采购,享专属折扣与优先支持。
准备好开始了吗?
查看配置指南,几分钟即可上手使用 XCodeClaw。
<style>
/* 让内容区占满右侧目录的空间 */
.VPDoc.has-aside .content-container { max-width: 100% !important; }
.VPDoc .aside { display: none !important; }
.pricing-page { max-width: 100vw; overflow-x: hidden; }
/* Hero */
.pricing-hero {
background: linear-gradient(135deg, #0f1629 0%, #1a2240 50%, #2B5CE6 100%);
color: #f1f5f9; text-align: center; margin: -24px -24px 0; padding: 60px 24px;
}
.pricing-hero-inner { max-width: 700px; margin: 0 auto; }
.pricing-badge {
display: inline-block; background: rgba(43,92,230,0.2); border: 1px solid rgba(43,92,230,0.4);
border-radius: 20px; padding: 6px 20px; font-size: 0.85em; color: #FDBA74;
margin-bottom: 20px; letter-spacing: 1px;
}
.pricing-title {
font-size: 2.6em !important; font-weight: 800; margin-bottom: 12px;
background: linear-gradient(135deg, #fff 0%, #93c5fd 100%);
-webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
border: none !important;
}
.pricing-subtitle { font-size: 1.15em; color: #94a3b8; }
/* Section */
.pricing-section { padding: 60px 24px; }
.pricing-section-alt { background: var(--vp-c-bg-soft); }
.pricing-section-dark { background: #0f1629; color: #f1f5f9; }
.pricing-inner { max-width: 1060px; margin: 0 auto; }
.pricing-slabel {
display: inline-block; font-size: 0.8em; font-weight: 700; letter-spacing: 2px;
text-transform: uppercase; color: #2B5CE6; margin-bottom: 10px;
}
.pricing-slabel-accent { color: #FDBA74; }
.pricing-stitle { font-size: 2em; font-weight: 800; margin-bottom: 16px; line-height: 1.3; border: none !important; }
.pricing-sdesc { font-size: 1.05em; color: var(--vp-c-text-2); margin-bottom: 40px; }
.pricing-section-dark .pricing-sdesc { color: #94a3b8; }
/* New User Tag */
.pricing-new-user {
display: inline-block; margin-bottom: 28px; padding: 8px 20px; border-radius: 8px;
background: rgba(249,115,22,0.1); border: 1px solid rgba(249,115,22,0.25);
color: #ea580c; font-size: 0.9em; font-weight: 600;
}
/* Pricing Cards */
.pricing-grid {
display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-bottom: 20px;
}
.pricing-card {
position: relative; background: var(--vp-c-bg); border: 1px solid var(--vp-c-divider);
border-radius: 14px; overflow: hidden; transition: box-shadow 0.2s, transform 0.2s;
}
.pricing-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.08); transform: translateY(-2px); }
.pricing-card.card-popular { border: 2px solid #2B5CE6; }
.card-badge {
position: absolute; top: 12px; right: -28px; transform: rotate(45deg);
background: linear-gradient(135deg, #2B5CE6, #7c3aed); color: #fff;
font-size: 0.75em; font-weight: 700; padding: 4px 36px; letter-spacing: 1px;
}
.card-header {
text-align: center; padding: 28px 20px 20px;
background: linear-gradient(180deg, var(--vp-c-bg-soft) 0%, var(--vp-c-bg) 100%);
}
.card-name { font-size: 1em; font-weight: 700; color: var(--vp-c-text-2); margin-bottom: 8px; }
.card-price { font-size: 2.4em; font-weight: 800; color: var(--vp-c-text-1); margin-bottom: 4px; }
.card-token {
display: inline-block; font-size: 0.85em; font-weight: 600; color: #2B5CE6;
background: rgba(43,92,230,0.08); padding: 4px 14px; border-radius: 20px;
}
.card-body { padding: 20px; }
.card-body ul { list-style: none; padding: 0; margin: 0; }
.card-body li {
padding: 8px 0; border-bottom: 1px solid var(--vp-c-divider);
font-size: 0.9em; color: var(--vp-c-text-2);
}
.card-body li:last-child { border-bottom: none; }
.card-body li strong { color: var(--vp-c-text-1); }
.card-note {
margin-top: 12px; font-size: 0.82em; color: var(--vp-c-text-3);
text-align: center; font-style: italic;
}
.pricing-note { font-size: 0.85em; color: var(--vp-c-text-3); text-align: center; }
/* Contact Bar */
.pricing-contact-bar {
margin-top: 28px; padding: 18px 28px; border-radius: 12px; text-align: center;
background: linear-gradient(135deg, #2B5CE6, #7c3aed); color: #fff;
font-size: 1.05em; font-weight: 600;
}
.contact-divider { margin: 0 12px; opacity: 0.5; }
.contact-bar-email {
color: #FDBA74 !important; text-decoration: underline !important; font-weight: 700;
}
.contact-bar-email:hover { color: #FDE68A !important; }
/* Token Table */
.pricing-table { width: 100%; border-collapse: collapse; font-size: 0.95em; }
.pricing-table th {
background: #2B5CE6; color: #fff; padding: 14px 20px; text-align: left; font-weight: 600;
}
.pricing-table th:first-child { border-radius: 10px 0 0 0; }
.pricing-table th:last-child { border-radius: 0 10px 0 0; }
.pricing-table td { padding: 12px 20px; border-bottom: 1px solid var(--vp-c-divider); }
.pricing-table tr:last-child td { border-bottom: none; }
.pricing-table tr:nth-child(even) { background: var(--vp-c-bg-soft); }
.token-val { font-weight: 700; color: #2B5CE6; }
/* Contact */
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.contact-card {
background: #1a2240; border-radius: 14px; padding: 28px 24px; text-align: center;
}
.contact-icon { font-size: 2em; margin-bottom: 12px; }
.contact-card h3 { font-size: 1.05em; color: #f1f5f9; margin-bottom: 8px; border: none !important; }
.contact-card p { font-size: 0.9em; color: #94a3b8; margin: 0; }
.contact-link { color: #FDBA74 !important; text-decoration: underline !important; }
.contact-link:hover { color: #F97316 !important; }
/* CTA */
.pricing-cta {
text-align: center; padding: 60px 24px;
background: linear-gradient(180deg, var(--vp-c-bg) 0%, var(--vp-c-bg-soft) 100%);
}
.pricing-cta h2 { font-size: 2em; font-weight: 800; margin-bottom: 16px; border: none !important; }
.pricing-cta p { color: var(--vp-c-text-2); max-width: 500px; margin: 0 auto 28px; font-size: 1.05em; }
.cta-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.pricing-cta-btn {
display: inline-block; background: linear-gradient(135deg, #2B5CE6, #7c3aed);
color: #fff !important; padding: 14px 32px; border-radius: 10px; font-size: 1em;
font-weight: 700; text-decoration: none !important; transition: transform 0.2s, box-shadow 0.2s;
}
.pricing-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(43,92,230,0.3); }
.pricing-cta-btn-alt {
background: transparent; border: 2px solid var(--vp-c-divider); color: var(--vp-c-text-1) !important;
}
.pricing-cta-btn-alt:hover { border-color: #2B5CE6; color: #2B5CE6 !important; box-shadow: none; }
/* Responsive */
@media (max-width: 768px) {
.pricing-title { font-size: 2em !important; }
.pricing-grid { grid-template-columns: 1fr; }
.contact-grid { grid-template-columns: 1fr; }
.pricing-section { padding: 40px 16px; }
.pricing-contact-bar { font-size: 0.9em; padding: 16px 20px; }
.contact-divider { display: none; }
.pricing-contact-bar { display: flex; flex-direction: column; gap: 6px; }
}
@media (min-width: 769px) and (max-width: 1024px) {
.pricing-grid { grid-template-columns: repeat(2, 1fr); }
}
</style>