Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arctic-cli/interface
/ getModel
Function
getModel
packages/arctic/src/provider/provider.ts:107–109 ·
view source on GitHub ↗
(sdk: any, modelID: string)
Source
from the content-addressed store, hash-verified
105
return
{
106
autoload: !!auth,
107
async
getModel(sdk: any, modelID: string) {
108
return
sdk.responses(modelID)
109
},
110
options: {
111
headers:
112
auth?.
type
===
"codex"
&& accessToken
Callers
1
getSmallModel
Function · 0.85
Calls
4
state
Function · 0.85
responses
Method · 0.80
chat
Method · 0.80
languageModel
Method · 0.80
Tested by
no test coverage detected