MCPcopy 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

getSmallModelFunction · 0.85

Calls 4

stateFunction · 0.85
responsesMethod · 0.80
chatMethod · 0.80
languageModelMethod · 0.80

Tested by

no test coverage detected