Skip to content

Commit bc3d522

Browse files
ClaudiaFangclaude
andcommitted
docs(pricing): add source links for cross-checking vendor prices
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 06847f2 commit bc3d522

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

cli/src/utils/pricing.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
/**
22
* Model pricing table and cost calculation utilities.
33
* Prices are USD per 1M tokens, sourced from each vendor's pricing page.
4-
* Last updated: 2026-07-23
4+
* 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/
513
*/
614

715
export interface ModelPricing {

0 commit comments

Comments
 (0)