mirror of
https://github.com/affaan-m/ECC.git
synced 2026-09-08 07:37:48 +02:00
docs(skills): retain distinct legacy model rates
This commit is contained in:
@@ -155,10 +155,13 @@ def process(text: str, config: Config, tracker: CostTracker) -> tuple[Result, Co
|
||||
|
||||
| モデル | 入力($/1Mトークン) | 出力($/1Mトークン) | 相対コスト |
|
||||
|-------|---------------------|----------------------|---------------|
|
||||
| Haiku 3.5 (legacy) | $0.80 | $4.00 | 0.8x |
|
||||
| Haiku 4.5 | $1.00 | $5.00 | 1x |
|
||||
| Sonnet 5 | $2.00 | $10.00 | 2x |
|
||||
| Sonnet 4.6 | $3.00 | $15.00 | 3x |
|
||||
| Opus 4.8 | $5.00 | $25.00 | 5x |
|
||||
| Fable 5 / Mythos 5 | $10.00 | $50.00 | 10x |
|
||||
| Opus 4.0 / 4.1 (legacy) | $15.00 | $75.00 | 15x |
|
||||
|
||||
## ベストプラクティス
|
||||
|
||||
|
||||
@@ -155,10 +155,13 @@ def process(text: str, config: Config, tracker: CostTracker) -> tuple[Result, Co
|
||||
|
||||
| 模型 | 输入(美元/百万令牌) | 输出(美元/百万令牌) | 相对成本 |
|
||||
|-------|---------------------|----------------------|---------------|
|
||||
| Haiku 3.5 (legacy) | $0.80 | $4.00 | 0.8x |
|
||||
| Haiku 4.5 | $1.00 | $5.00 | 1x |
|
||||
| Sonnet 5 | $2.00 | $10.00 | 2x |
|
||||
| Sonnet 4.6 | $3.00 | $15.00 | 3x |
|
||||
| Opus 4.8 | $5.00 | $25.00 | 5x |
|
||||
| Fable 5 / Mythos 5 | $10.00 | $50.00 | 10x |
|
||||
| Opus 4.0 / 4.1 (legacy) | $15.00 | $75.00 | 15x |
|
||||
|
||||
## 最佳实践
|
||||
|
||||
|
||||
Reference in New Issue
Block a user