MCPcopy Create free account
hub / github.com/AsyncFuncAI/deepwiki-open / Provider

Interface Provider

src/components/UserSelector.tsx:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12interface Provider {
13 id: string;
14 name: string;
15 models: Model[];
16 supportsCustomModel?: boolean;
17}
18
19interface ModelConfig {
20 providers: Provider[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected