feat: add gpt-5.5 support (#106)

* feat: add gpt-5.5 support

* tests for gpt-5.5 support
This commit is contained in:
Haoyu Tang
2026-05-18 04:04:19 +08:00
committed by GitHub
parent da0e3c3176
commit 85bdb27a08
3 changed files with 13 additions and 0 deletions

View File

@@ -93,6 +93,7 @@ curl http://127.0.0.1:8000/v1/chat/completions \
## Supported Models
- `gpt-5.5`
- `gpt-5.4`
- `gpt-5.4-mini`
- `gpt-5.2`