MCPcopy Index your code
hub / github.com/Noumena-Network/code / listModels

Method listModels

src/services/api/inferenceClient.ts:48–48  ·  view source on GitHub ↗
(...args: InferenceListModelsArgs)

Source from the content-addressed store, hash-verified

46 createMessage(...args: InferenceCreateMessageArgs): InferenceCreateMessageResult
47 countTokens(...args: InferenceCountTokensArgs): InferenceCountTokensResult
48 listModels(...args: InferenceListModelsArgs): InferenceListModelsResult
49}
50
51class AnthropicInferenceClient implements InferenceClient {

Callers 4

refreshModelCapabilitiesFunction · 0.65
verifyApiKeyFunction · 0.65
collectModelsFunction · 0.65

Implementers 2

AnthropicInferenceClientsrc/services/api/inferenceClient.ts
OpenAICompatInferenceClientsrc/services/api/openAICompatInference

Calls

no outgoing calls

Tested by 1

collectModelsFunction · 0.52