You're looking at a specific version of this model. Jump to the model overview.
unityaisolutions /zippah:ad029087
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
| Field | Type | Default value | Description |
|---|---|---|---|
| input_files |
array
|
Files to compress (supports multiple files)
|
|
| compression_level |
integer
|
5
Max: 9 |
Compression level (0=store, 1=fastest, 3=fast, 5=normal, 7=maximum, 9=ultra)
|
| compression_method |
None
|
LZMA2
|
Compression method (LZMA2 for 7z, Deflate for zip recommended)
|
| archive_format |
None
|
7z
|
Archive format (7z recommended for best compression)
|
| password |
string
|
|
Optional password for encryption (leave empty for no encryption)
|
| solid_archive |
boolean
|
True
|
Create solid archive (better compression, slower)
|
| volume_size |
string
|
|
Split archive into volumes (e.g., '100m', '1g', leave empty for single file)
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'format': 'uri', 'title': 'Output', 'type': 'string'}