MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / ModelCapabilities

Class ModelCapabilities

uncommon_route/router/types.py:56–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55@dataclass(frozen=True, slots=True)
56class ModelCapabilities:
57 tool_calling: bool = False
58 vision: bool = False
59 reasoning: bool = False
60 free: bool = False
61 local: bool = False
62 responses: bool = False
63
64
65@dataclass(frozen=True, slots=True)

Calls

no outgoing calls