diff --git a/docs/ja-JP/skills/cost-aware-llm-pipeline/SKILL.md b/docs/ja-JP/skills/cost-aware-llm-pipeline/SKILL.md index 33aae4a1b..d1eb84305 100644 --- a/docs/ja-JP/skills/cost-aware-llm-pipeline/SKILL.md +++ b/docs/ja-JP/skills/cost-aware-llm-pipeline/SKILL.md @@ -151,13 +151,13 @@ def process(text: str, config: Config, tracker: CostTracker) -> tuple[Result, Co return parse_result(response), tracker ``` -## 価格リファレンス(2025〜2026年) +## 価格リファレンス(2026年) | モデル | 入力($/1Mトークン) | 出力($/1Mトークン) | 相対コスト | |-------|---------------------|----------------------|---------------| | Haiku 4.5 | $1.00 | $5.00 | 1x | -| Sonnet 4.6 | $3.00 | $15.00 | 3x | -| Opus 4.5 | $5.00 | $25.00 | 5x | +| Sonnet 5 | $2.00 | $10.00 | 2x | +| Opus 4.8 | $5.00 | $25.00 | 5x | | Fable 5 / Mythos 5 | $10.00 | $50.00 | 10x | ## ベストプラクティス diff --git a/docs/zh-CN/skills/cost-aware-llm-pipeline/SKILL.md b/docs/zh-CN/skills/cost-aware-llm-pipeline/SKILL.md index c6476de0a..cb6e80b99 100644 --- a/docs/zh-CN/skills/cost-aware-llm-pipeline/SKILL.md +++ b/docs/zh-CN/skills/cost-aware-llm-pipeline/SKILL.md @@ -151,13 +151,13 @@ def process(text: str, config: Config, tracker: CostTracker) -> tuple[Result, Co return parse_result(response), tracker ``` -## 价格参考(2025-2026) +## 价格参考(2026) | 模型 | 输入(美元/百万令牌) | 输出(美元/百万令牌) | 相对成本 | |-------|---------------------|----------------------|---------------| | Haiku 4.5 | $1.00 | $5.00 | 1x | -| Sonnet 4.6 | $3.00 | $15.00 | 3x | -| Opus 4.5 | $5.00 | $25.00 | 5x | +| Sonnet 5 | $2.00 | $10.00 | 2x | +| Opus 4.8 | $5.00 | $25.00 | 5x | | Fable 5 / Mythos 5 | $10.00 | $50.00 | 10x | ## 最佳实践 diff --git a/skills/cost-aware-llm-pipeline/SKILL.md b/skills/cost-aware-llm-pipeline/SKILL.md index 088ee17b3..49a2ea2df 100644 --- a/skills/cost-aware-llm-pipeline/SKILL.md +++ b/skills/cost-aware-llm-pipeline/SKILL.md @@ -152,13 +152,13 @@ def process(text: str, config: Config, tracker: CostTracker) -> tuple[Result, Co return parse_result(response), tracker ``` -## Pricing Reference (2025-2026) +## Pricing Reference (2026) | Model | Input ($/1M tokens) | Output ($/1M tokens) | Relative Cost | |-------|---------------------|----------------------|---------------| | Haiku 4.5 | $1.00 | $5.00 | 1x | -| Sonnet 4.6 | $3.00 | $15.00 | 3x | -| Opus 4.5 | $5.00 | $25.00 | 5x | +| Sonnet 5 | $2.00 | $10.00 | 2x | +| Opus 4.8 | $5.00 | $25.00 | 5x | | Fable 5 / Mythos 5 | $10.00 | $50.00 | 10x | ## Best Practices