diff --git a/services/ai_call_logger.py b/services/ai_call_logger.py index 5c8219f..9def60a 100644 --- a/services/ai_call_logger.py +++ b/services/ai_call_logger.py @@ -58,12 +58,14 @@ COST_TABLE: Dict[str, Dict[str, float]] = { # Ollama 自架 (全 0;Phase 8/13 GCP 拉模型陸續加入) 'hermes3:latest': {'in': 0.0, 'out': 0.0}, 'qwen2.5-coder:7b': {'in': 0.0, 'out': 0.0}, - 'qwen2.5-coder:32b': {'in': 0.0, 'out': 0.0}, # Phase 8 GCP 候選(待拉) - 'qwen2.5:7b-instruct': {'in': 0.0, 'out': 0.0}, # Phase 3 A7 OpenClaw Q&A 預設(GCP 已拉) - 'qwen3:14b': {'in': 0.0, 'out': 0.0}, # Phase 3 A9 Nemotron + A7 升級(GCP 已拉) - 'qwen2-vl:7b': {'in': 0.0, 'out': 0.0}, # Phase 13 PPT vision 候選 - 'deepseek-r1:14b': {'in': 0.0, 'out': 0.0}, # 推理增強候選 - 'gemma3:4b': {'in': 0.0, 'out': 0.0}, # 輕量 sales_copy 候選 + 'qwen2.5-coder:32b': {'in': 0.0, 'out': 0.0}, # 2026-05-04 Primary+Secondary 已拉(19GB)AiderHeal 32B + 'qwen2.5:7b-instruct': {'in': 0.0, 'out': 0.0}, # Phase 3 A7 OpenClaw Q&A 預設 + 'qwen3:14b': {'in': 0.0, 'out': 0.0}, # Phase 3 A9 Nemotron + A7 升級 + 'qwen2-vl:7b': {'in': 0.0, 'out': 0.0}, # Phase 13 PPT vision(Ollama registry 暫無,用 minicpm-v 代替) + 'deepseek-r1:14b': {'in': 0.0, 'out': 0.0}, # 2026-05-04 已拉(9GB),推理鏈備援 + 'gemma3:4b': {'in': 0.0, 'out': 0.0}, # 2026-05-04 已拉(3.3GB),輕量任務 + 'minicpm-v:latest': {'in': 0.0, 'out': 0.0}, # Phase 14 PPT vision(5.5GB) + 'llava:latest': {'in': 0.0, 'out': 0.0}, # 2026-05-04 已拉(4.7GB),Vision 備援 'llama3.1:8b': {'in': 0.0, 'out': 0.0}, 'bge-m3:latest': {'in': 0.0, 'out': 0.0}, }