MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / Provider

Struct Provider

ai-provider/model-runtime/provider.go:194–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194type Provider struct {
195 id string
196 name string
197 logo string
198 helpUrl string
199 registry *ModelRegistry
200 maskKeys []string
201 uri IProviderURI
202 sort int
203 recommend bool
204 modelConfig ModelConfig
205 IConfig
206}
207
208type ModelRegistry struct {
209 models eosc.Untyped[string, IModel]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected