Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/APIParkLab/APIPark
/ Models
Method
Models
ai-provider/model-runtime/provider.go:350–352 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
348
}
349
350
func
(p *Provider) Models() []IModel {
351
return
p.registry.models.List()
352
}
353
354
func
(p *Provider) ModelsByType(modelType string) ([]IModel, bool) {
355
shard := p.registry.getShard(modelType)
Callers
nothing calls this directly
Calls
1
List
Method · 0.65
Tested by
no test coverage detected