package
Version:
v0.74.1
Opens a new window with list of versions in this module.
Published: Feb 19, 2026
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
ModelCost calculates cost in dollars for the given model and usage.
type Usage struct {
InputTokens int
OutputTokens int
CacheRead int
CacheWrite int
}
Usage holds token counts for cost calculation.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.