MCPcopy Create free account
hub / github.com/CodeClash-ai/CodeClash / CostPerToken

Class CostPerToken

codeclash/agents/mini_anthropic_model.py:63–69  ·  view source on GitHub ↗

Per-token costs in USD.

Source from the content-addressed store, hash-verified

61
62
63class CostPerToken(BaseModel):
64 """Per-token costs in USD."""
65
66 input: float = 0.0
67 output: float = 0.0
68 cache_creation_input: float = 0.0
69 cache_read_input: float = 0.0
70
71
72class AnthropicModelConfig(BaseModel):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected