1 parent 06847f2 commit bc3d522Copy full SHA for bc3d522
1 file changed
cli/src/utils/pricing.ts
@@ -1,7 +1,15 @@
1
/**
2
* Model pricing table and cost calculation utilities.
3
* Prices are USD per 1M tokens, sourced from each vendor's pricing page.
4
- * Last updated: 2026-07-23
+ * Last updated: 2026-07-24
5
+ *
6
+ * Sources for cross-checking/updating prices:
7
+ * - Anthropic: https://www.anthropic.com/pricing
8
+ * - OpenAI: https://openai.com/api/pricing
9
+ * - Google: https://ai.google.dev/gemini-api/docs/pricing
10
+ * - Z.ai (GLM): https://z.ai/pricing
11
+ * - Aggregators (cross-vendor comparison, not authoritative on their own):
12
+ * https://openrouter.ai/models, https://artificialanalysis.ai/
13
*/
14
15
export interface ModelPricing {
0 commit comments