maxTokens property

int? maxTokens
final

Context-window size (maxTokens), if the manifest declares one (model.context_length). Still clamped by the engine downstream — a manifest cannot set a value the engine rejects.

Implementation

final int? maxTokens;