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:
10
scripts/testdata/coreshub_pricing_sample.txt
vendored
Normal file
10
scripts/testdata/coreshub_pricing_sample.txt
vendored
Normal 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
|
||||
Reference in New Issue
Block a user