MCPcopy Create free account
hub / github.com/github/gh-aw / computeModelInferenceAIC

Function computeModelInferenceAIC

pkg/cli/model_costs.go:194–196  ·  view source on GitHub ↗
(provider, model string, inputTokens, outputTokens, cacheReadTokens, cacheWriteTokens, reasoningTokens int)

Source from the content-addressed store, hash-verified

192}
193
194func computeModelInferenceAIC(provider, model string, inputTokens, outputTokens, cacheReadTokens, cacheWriteTokens, reasoningTokens int) float64 {
195 return usdToAIC(computeModelInferenceCostUSD(provider, model, inputTokens, outputTokens, cacheReadTokens, cacheWriteTokens, reasoningTokens))
196}

Calls 2

usdToAICFunction · 0.70