Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
class
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
Callers
7
test_byok_custom_models_are_injected_into_virtual_route_pool
Method · 0.90
test_messages_use_minimax_anthropic_endpoint_for_direct_provider
Method · 0.90
test_prefer_keyed_model
Method · 0.90
test_no_match
Method · 0.90
test_first_keyed_wins
Method · 0.90
load_providers
Function · 0.85
add_provider
Function · 0.85
Calls
no outgoing calls
Tested by
5
test_byok_custom_models_are_injected_into_virtual_route_pool
Method · 0.72
test_messages_use_minimax_anthropic_endpoint_for_direct_provider
Method · 0.72
test_prefer_keyed_model
Method · 0.72
test_no_match
Method · 0.72
test_first_keyed_wins
Method · 0.72