all-the-public-replicate-models 1.239.0 → 1.241.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. package/README.md +5 -2
  2. package/models-lite.json +1039 -1031
  3. package/models.json +3130 -2681
  4. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # all-the-public-replicate-models
2
2
 
3
- Metadata for all the public models on Replicate, bundled up into an npm package.
3
+ Metadata for all[^1] the public models on Replicate, bundled up into an npm package.
4
+
4
5
 
5
6
  ## Installation
6
7
 
@@ -73,4 +74,6 @@ Or you can dump all the model data to a file:
73
74
 
74
75
  ```command
75
76
  npx all-the-public-replicate-models > models.json
76
- ```
77
+ ```
78
+
79
+ [^1]: Technically it's not _all_ the models, but every model that is public, has at least one published version, and has at least one example prediction.