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

Class DiscoveredModel

uncommon_route/model_map.py:313–319  ·  view source on GitHub ↗

A model discovered from the upstream catalog.

Source from the content-addressed store, hash-verified

311
312@dataclass(frozen=True, slots=True)
313class DiscoveredModel:
314 """A model discovered from the upstream catalog."""
315 id: str
316 provider: str
317 owned_by: str
318 pricing: ModelPricing
319 capabilities: ModelCapabilities
320
321
322# ---------------------------------------------------------------------------

Calls

no outgoing calls