You're looking at a specific version of this model. Jump to the model overview.
zf-kbot /md-me-video-editor-v2-1:76e46fab
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 |
|---|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'properties': {'cuda_driver_api_version': {'title': 'Cuda Driver Api Version',
'type': 'string'},
'cuda_runtime_version': {'title': 'Cuda Runtime Version',
'type': 'string'},
'device_count': {'title': 'Device Count', 'type': 'integer'},
'memory_test': {'title': 'Memory Test', 'type': 'boolean'},
'nvidia_kmd_version': {'title': 'Nvidia Kmd Version',
'type': 'string'},
'python_version': {'title': 'Python Version',
'type': 'string'}},
'required': ['python_version',
'cuda_runtime_version',
'cuda_driver_api_version',
'nvidia_kmd_version',
'device_count',
'memory_test'],
'title': 'Output',
'type': 'object'}