MCPcopy Index your code
hub / github.com/MatterAIOrg/OrbCode / usesAiSdk

Function usesAiSdk

src/api/models.ts:41–43  ·  view source on GitHub ↗
(model: AxonModel)

Source from the content-addressed store, hash-verified

39
40/** True when the model should be served via the Vercel AI SDK transport. */
41export function usesAiSdk(model: AxonModel): boolean {
42 return Boolean(model.provider) && !MATTERAI_PROVIDERS.has(model.provider!);
43}
44
45/**
46 * Well-known Claude models, served natively via the Anthropic provider (AI SDK,

Callers 2

runHeadlessFunction · 0.85
createLLMClientFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected