-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsubscriptions.example.json
More file actions
30 lines (30 loc) · 955 Bytes
/
Copy pathsubscriptions.example.json
File metadata and controls
30 lines (30 loc) · 955 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"version": 1,
"subscriptions": [
{
"id": "kimi-for-coding",
"vendor": "Moonshot AI",
"provider": "kimi-coding",
"models": ["*"],
"price": { "amount": 99, "currency": "USD", "per": "month" },
"sharedWithOtherProducts": true,
"counterfactualModel": { "provider": "anthropic", "id": "claude-sonnet-4-5" },
"windows": [
{ "per": "5h", "rolling": true, "unit": null, "limit": null },
{ "per": "7d", "rolling": true, "unit": null, "limit": null }
]
},
{
"id": "anthropic-plan-considered",
"vendor": "Anthropic",
"provider": "anthropic",
"models": ["claude-*"],
"price": { "amount": 100, "currency": "USD", "per": "month" },
"hypothetical": true,
"windows": [
{ "per": "5h", "rolling": true, "unit": null, "limit": null },
{ "per": "7d", "unit": null, "limit": null, "scope": ["claude-opus-*"] }
]
}
]
}