HeyPuter/puter

Add `release_date` data for openrouter models

Closed

#3143 opened on May 22, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (41,281 stars) (3,752 forks)batch import
AIgood first issuehelp wantedlow priority

Description

i think we can have the release_date data also included for openrouter models since their API returns it, in their created field

https://openrouter.ai/api/v1/models

we just need to convert it to our ISO date format in our model list API https://api.puter.com/puterai/chat/models/details

Contributor guide