The little things, week ending May 23, 2025

Platform

  • Added audio and streaming text support in playground
  • Added “Iterate in the playground” links to more supported models
  • Added a “More by this user” dropdown to model pages
  • Added the ability to copy model content directly to LLMs
  • Added support for viewing PDF files in the API playground
  • Updated the model header and tweaked layout
  • Updated blog and changelog layouts to improve readability
  • Fixed a broken image preview when uploading PDF’s in the API playground

Docs

Web

Partnerships

Cog

  • Proper support for nullable fields in OpenAPI schemas
  • Cog train can now use classes like cog predict instead of just functions. This change enables you to use a setup call to prepare your model and a train call to train it. By using this pattern you can cut down on boot times if you are running multiple model trainings.