pricing

package
v0.74.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 19, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ModelCost

func ModelCost(model string, usage Usage) float64

ModelCost calculates cost in dollars for the given model and usage.

Types

type Usage

type Usage struct {
	InputTokens  int // Non-cache input tokens (API's input_tokens field)
	OutputTokens int
	CacheRead    int // cache_read_input_tokens
	CacheWrite   int // cache_creation_input_tokens
}

Usage holds token counts for cost calculation.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL