The little things, week ending June 20, 2025
Platform
- Improved navigation consistency across Replicate
- Added
.md
extensions to docs, like this one - Added a link to view a prediction upon creation in the API playground, in order to make it easier to run multiple long running predictions
- Added support for more video formats in the API playground, like WEBM
- Fixed an issue that caused sharing links on social platforms to render incorrectly
- Fixed a rendering issue where the footer was displaying incorrectly on some pages
- Fixed some minor rendering issues with the playground UI
Cog
- Fixed binary data URLs not outputting anything on
cog predict
cog predict
now has support for JSON inputs and outputs with-json
- Errors are explicit when the user tries to push an image without a token
- python 3.13 is now the default in
cog init