Model detail page: playground and version history
Jun 24, 2025
1 minute read
The model detail page now has a playground and version history. Both are available at wrift.ai/{owner}/{model}.

Playground
The playground lets you run models directly from the page using an auto-generated form based on the model's inputs. The output renders inline.
Version History
Every version of a model is now listed at wrift.ai/{owner}/{model}/versions, with release notes and a timestamp for each. Previously this required an API call to GET /models/{owner}/{model}/versions.
Files support and a few other capabilities are coming in a future update.