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

Class ProviderEntry

uncommon_route/providers.py:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61@dataclass
62class ProviderEntry:
63 name: str
64 api_key: str
65 base_url: str
66 models: list[str] = field(default_factory=list)
67 plan: str = ""
68
69
70@dataclass

Calls

no outgoing calls