currentModelId property

String? get currentModelId

Get the currently loaded LLM model ID Returns null if no LLM model is loaded.

Implementation

static String? get currentModelId => DartBridge.llm.currentModelId;