feat(ai): Add gpt-5-chat-latest model to generated models

- Added hardcoded gpt-5-chat-latest model since it's not in models.dev yet
- Model has image input support and proper pricing configuration
This commit is contained in:
Mario Zechner 2025-09-02 01:32:26 +02:00
parent efaa5cdb39
commit 0fbb0921bb
10 changed files with 52 additions and 18 deletions

View file

@ -1,12 +1,12 @@
{
"name": "@mariozechner/pi",
"version": "0.5.25",
"version": "0.5.26",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@mariozechner/pi",
"version": "0.5.25",
"version": "0.5.26",
"license": "MIT",
"dependencies": {
"@ai-sdk/openai": "^2.0.5",

View file

@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi",
"version": "0.5.25",
"version": "0.5.26",
"description": "CLI tool for managing vLLM deployments on GPU pods",
"type": "module",
"bin": {
@ -34,7 +34,7 @@
"node": ">=20.0.0"
},
"dependencies": {
"@mariozechner/pi-agent": "^0.5.19",
"@mariozechner/pi-agent": "^0.5.26",
"chalk": "^5.5.0"
},
"devDependencies": {}