LM20230311/dsh-billing-cn0

dsh-billing-cn

DeepSeek Harness 中文计费插件 — 支持国内六大模型,人民币计费,可分享消费统计

包名
dsh-billing-cn
版本
0.1.0
许可证
MIT
最近更新
2026年8月19日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗

在代码中使用

import { BillingCnService, getCostTier, MODEL_PRICES } from 'dsh-billing-cn'

// 直接调用计费逻辑
const tier = getCostTier(12.5)
console.log(tier.emoji, tier.label) // 🐡 河豚

// 查看所有模型定价
console.log(MODEL_PRICES['deepseek-chat'])