ModelRuntimeDefaults constructor

const ModelRuntimeDefaults({
  1. int? maxTokens,
  2. PreferredBackend? preferredBackend,
  3. bool? supportImage,
  4. bool? supportAudio,
  5. bool? isThinking,
  6. int? minOutputTokens,
})

Implementation

const ModelRuntimeDefaults({
  this.maxTokens,
  this.preferredBackend,
  this.supportImage,
  this.supportAudio,
  this.isThinking,
  this.minOutputTokens,
});