Skip to content

Commit bf815ba

Browse files
authored
Merge pull request #157 from FokkoVeegens/main
Enhance usage analysis with model tracking features
2 parents 1b26c00 + 3a3a0c1 commit bf815ba

4 files changed

Lines changed: 658 additions & 65 deletions

File tree

src/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ Contains pricing information for AI models, including input and output token cos
4242
"model-name": {
4343
"inputCostPerMillion": 1.75,
4444
"outputCostPerMillion": 14.0,
45-
"category": "Model category"
45+
"category": "Model category",
46+
"tier": "standard|premium|unknown",
47+
"multiplier": 1
4648
}
4749
}
4850
}

0 commit comments

Comments
 (0)