You can also add these kind of options to the form field like so:
image = CloudinaryFileField(
label='My image',
options={
'tags': "module, home",
'format': 'jpg',
'crop': 'limit',
'width': 640
},
required=False)