replicate / replicate-python

Python client for Replicate
https://replicate.com
Apache License 2.0
742 stars 211 forks source link

Validate inputs #26

Closed bfirsh closed 1 week ago

bfirsh commented 2 years ago

The client should validate inputs based on the schema before making an API call.

User data

mattt commented 1 year ago

This would also help with a problem @zeke pointed out about how a model might change its inputs between versions.

mattt commented 1 week ago

Prediction inputs are now validated by the API.