LM20230311/dsh-billing-cn0

dsh-billing-cn

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

AI Analysis

提供国内主流模型的人民币计费与账单统计。适合需要监控 API 消费额度、查看 Token 消耗及等级的用户。

Package
dsh-billing-cn
Version
0.1.0
License
MIT
Last updated
Aug 19, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full 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'])