feat(import): add CoreHub pricing collector and importer

- coreshub_pricing_lib.go: CoreHub pricing data extraction and parsing
- import_coreshub_pricing.go: importer with dry_run support
- import_coreshub_pricing_test.go: unit tests for importer
- coreshub_pricing_sample.txt: test fixture
This commit is contained in:
phamnazage-jpg
2026-05-22 07:33:13 +08:00
parent 42e75e733d
commit 0de4402a11
7 changed files with 361 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# 在线服务模型价格
模型名称 输入价格 输出价格
DeepSeek-R1-Distill-Qwen-1.5B 限时免费 限时免费
DeepSeek-R1-Distill-Qwen-7B 限时免费 限时免费
DeepSeek-R1-Distill-Llama-8B 限时免费 限时免费
DeepSeek-R1-Distill-Qwen-14B ¥0.0002 / 千 tokens ¥0.0002 / 千 tokens
DeepSeek-R1-Distill-Qwen-32B ¥0.0002 / 千 tokens ¥0.0002 / 千 tokens
DeepSeek-R1-Distill-Llama-70B ¥0.0002 / 千 tokens ¥0.0002 / 千 tokens
DeepSeek-V3 ¥0.002 / 千 tokens ¥0.008 / 千 tokens
DeepSeek-R1 ¥0.004 / 千 tokens ¥0.016 / 千 tokens