Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/braintrustdata/bash-agent-evals
/ getSupportedModels
Function
getSupportedModels
src/models.ts:92–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
* Get all supported model IDs
91
*/
92
export
function
getSupportedModels(): ModelId[] {
93
return
Object.keys(MODEL_CONFIG) as ModelId[];
94
}
95
96
/**
97
* Create a language model instance from a ModelId
Callers
1
createModel
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected