-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpricing.json
More file actions
32 lines (32 loc) · 763 Bytes
/
Copy pathpricing.json
File metadata and controls
32 lines (32 loc) · 763 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
31
32
{
"anthropic/claude-sonnet-5": {
"inputPerM": 3,
"outputPerM": 15,
"cacheReadPerM": 0.3,
"cacheWritePerM": 3.75
},
"anthropic/claude-opus-4.8": {
"inputPerM": 15,
"outputPerM": 75,
"cacheReadPerM": 1.5,
"cacheWritePerM": 18.75
},
"anthropic/claude-haiku-4.5": {
"inputPerM": 0.8,
"outputPerM": 4,
"cacheReadPerM": 0.08,
"cacheWritePerM": 1
},
"zai/glm-5.2": {
"inputPerM": 0.6,
"outputPerM": 2.2,
"cacheReadPerM": 0.11,
"note": "Verify against current z.ai coding-plan rate card before publishing."
},
"google/gemini-2.5-pro": {
"inputPerM": 1.25,
"outputPerM": 10,
"cacheReadPerM": 0.31,
"note": "Verify against current Google AI pricing before publishing."
}
}