agent-cli-proxy 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,93 @@
1
+ {
2
+ "plans": [
3
+ {
4
+ "code": "claude_pro",
5
+ "provider": "anthropic",
6
+ "display_name": "Anthropic Claude Pro",
7
+ "monthly_price_usd": 20,
8
+ "currency": "USD",
9
+ "billing_period_days": 30,
10
+ "vendor_url": "https://www.anthropic.com/claude/pricing",
11
+ "notes": "Conservative estimate — verify with vendor — last updated 2026-05"
12
+ },
13
+ {
14
+ "code": "claude_max5",
15
+ "provider": "anthropic",
16
+ "display_name": "Anthropic Claude Max 5x",
17
+ "monthly_price_usd": 100,
18
+ "currency": "USD",
19
+ "billing_period_days": 30,
20
+ "vendor_url": "https://www.anthropic.com/claude/pricing",
21
+ "notes": "Conservative estimate — verify with vendor — last updated 2026-05"
22
+ },
23
+ {
24
+ "code": "claude_max20",
25
+ "provider": "anthropic",
26
+ "display_name": "Anthropic Claude Max 20x",
27
+ "monthly_price_usd": 200,
28
+ "currency": "USD",
29
+ "billing_period_days": 30,
30
+ "vendor_url": "https://www.anthropic.com/claude/pricing",
31
+ "notes": "Conservative estimate — verify with vendor — last updated 2026-05"
32
+ },
33
+ {
34
+ "code": "chatgpt_plus",
35
+ "provider": "openai",
36
+ "display_name": "OpenAI ChatGPT Plus",
37
+ "monthly_price_usd": 20,
38
+ "currency": "USD",
39
+ "billing_period_days": 30,
40
+ "vendor_url": "https://openai.com/chatgpt/pricing/",
41
+ "notes": "Conservative estimate — verify with vendor — last updated 2026-05"
42
+ },
43
+ {
44
+ "code": "chatgpt_pro",
45
+ "provider": "openai",
46
+ "display_name": "OpenAI ChatGPT Pro",
47
+ "monthly_price_usd": 200,
48
+ "currency": "USD",
49
+ "billing_period_days": 30,
50
+ "vendor_url": "https://openai.com/chatgpt/pricing/",
51
+ "notes": "Conservative estimate — verify with vendor — last updated 2026-05"
52
+ },
53
+ {
54
+ "code": "chatgpt_business",
55
+ "provider": "openai",
56
+ "display_name": "OpenAI ChatGPT Business",
57
+ "monthly_price_usd": 25,
58
+ "currency": "USD",
59
+ "billing_period_days": 30,
60
+ "vendor_url": "https://openai.com/chatgpt/pricing/",
61
+ "notes": "Conservative estimate (per-seat); verify with vendor — last updated 2026-05"
62
+ },
63
+ {
64
+ "code": "kimi_pro",
65
+ "provider": "moonshot",
66
+ "display_name": "Moonshot Kimi",
67
+ "monthly_price_usd": 15,
68
+ "currency": "USD",
69
+ "billing_period_days": 30,
70
+ "vendor_url": "https://www.moonshot.cn/",
71
+ "notes": "Conservative estimate — verify with vendor — last updated 2026-05"
72
+ },
73
+ {
74
+ "code": "glm_pro",
75
+ "provider": "bigmodel",
76
+ "display_name": "BigModel GLM",
77
+ "monthly_price_usd": 10,
78
+ "currency": "USD",
79
+ "billing_period_days": 30,
80
+ "vendor_url": "https://open.bigmodel.cn/",
81
+ "notes": "Conservative estimate — verify with vendor — last updated 2026-05"
82
+ },
83
+ {
84
+ "code": "local_byok",
85
+ "provider": "local",
86
+ "display_name": "Bring Your Own Key (BYOK / Self-hosted)",
87
+ "monthly_price_usd": 0,
88
+ "currency": "USD",
89
+ "billing_period_days": 30,
90
+ "notes": "Self-hosted or BYOK provider. No vendor billing. verify with vendor — last updated 2026-05"
91
+ }
92
+ ]
93
+ }