@override Future<int> sizeInTokens(String text) async { final size = llmInference.sizeInTokens(text.toJS); return size.toDartInt; }