Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
381
class
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
388
class
MessagesResponse(BaseModel):
Callers
1
convert_litellm_to_anthropic
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected