MCPcopy Create free account
hub / github.com/1rgs/claude-code-proxy / Usage

Class Usage

server.py:381–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379
380
381class Usage(BaseModel):
382 input_tokens: int
383 output_tokens: int
384 cache_creation_input_tokens: int = 0
385 cache_read_input_tokens: int = 0
386
387
388class MessagesResponse(BaseModel):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected