model property

  1. @override
String get model
override

The concrete model identifier this instance calls (e.g., "claude-sonnet-4-5"). Used in cache keys so different models of the same provider never share cached responses.

Implementation

@override
String get model => _delegate.model;