The little things, week ending July 4, 2025

Web

  • Updated llms.txt files for models to indicate required vs optional inputs. (Here’s an example.)
  • Launched environment variables in running containers
  • All API operations in our OpenAPI schema now have defined response schemas
  • Fixed an issue where uploading an image on the API playground could cause the page to jump
  • Improved the display of pricing information on model pages
  • Added support for multi-string inputs on Replicate playground
  • Improved the display of billing information on the dashboard

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

Docs