> [!WARNING]
> This release was yanked due to a bug. Please upgrade to [0.15.1](https://github.com/replicate/replicate-python/releases/edit/0.15.1).
What's Changed
* Add support for `models.get` and `models.list` endpoints by mattt in https://github.com/replicate/replicate-python/pull/161
* Add `url`, `description`, `visibility`, and other fields to `Model`
* Add `owner` field to `Model` and reimplements existing `username` field to deprecated property that aliases this field
* Update `ModelCollection.get` method to fetch information about the named model from Replicate's API
* Add `ModelCollection.list` method to fetch public models from Replicate's API
* Update `predictions.create` to support creating a prediction by version ID string
**Full Changelog**: https://github.com/replicate/replicate-python/compare/0.14.0...0.15.0