LM20230311/dsh-billing-cn ↗★ 0
dsh-billing-cn
DeepSeek Harness 中文计费插件 — 支持国内六大模型,人民币计费,可分享消费统计
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 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'])