Skip to content

Documentation / @agentick/shared / getModelInfo

Function: getModelInfo() ​

getModelInfo(modelId): ModelInfo | undefined

Defined in: model-catalog.ts:865

Get model info by ID. Checks runtime registry first, then static catalog. Uses case-insensitive and partial matching.

Parameters ​

modelId ​

string

The model ID to look up

Returns ​

ModelInfo | undefined

Model info or undefined if not found

Released under the ISC License.